- Sep 06, 2022
-
-
richard.petersen authored
-
- Sep 02, 2022
-
-
richard.petersen authored
-
- Sep 01, 2022
-
-
richard.petersen authored
-
- Aug 17, 2022
-
-
richard.petersen authored
-
- May 24, 2022
-
-
richard.petersen authored
Cache lookups will immediately register a promise to prevent multiple requests for the same ressource
-
- May 16, 2022
-
-
richard.petersen authored
Root cause: If multiple connections are opened at the same time after an update, the ui-middleware will do multiple requests to get initial data. That went especially worse, when e2e-tests are launched against ui-middlewares with multiple clients connecting at the same time. Soltion: Make sure, that a node already caches stuff without a response.
-
- May 04, 2022
-
-
richard.petersen authored
-
- Apr 04, 2022
-
-
julian.baeume authored
Root cause: cache keys handled differently when reading/writing Solution: make sure keys are handled equally Fixes OXUIB-1528
-
- Mar 01, 2022
-
-
richard.petersen authored
Use redirect instead of delivering index.html to prevent /ui paths in the future
-
- Feb 28, 2022
-
-
richard.petersen authored
Root cause: There are middlewares, which still use old redirects to /ui Solution: To prevent 404s, we just serve the index.html
-
- Feb 23, 2022
-
-
richard.petersen authored
-
richard.petersen authored
-
- Feb 08, 2022
-
-
richard.petersen authored
Fixes #6
-
- Jan 11, 2022
-
-
richard.petersen authored
-
- Oct 13, 2021
-
-
julian.baeume authored
this is an implicit endpoint served by us.
-
- Oct 08, 2021
-
-
julian.baeume authored
first hit wins. This allows us to transparently use sourcemaps and other files that are not part of the sources according to the vite manifest
-
julian.baeume authored
this will mark the pod "ready", once the cache is warm. This will remove the penality for the very first to this service, because it will not receive any traffic until the cache is warm.
-
- Oct 06, 2021
-
-
julian.baeume authored
we want to have the changes rolled out, so we disable CSP headers for now and will take care of them after the file_cache functionality has been rolled out just for testing purposes, disable CSP for now until sha calculation is fixed
-
julian.baeume authored
this currently doesn't really work as expected, but can be used as a base to properly implement CSP for the scripts we "know" about.
-
julian.baeume authored
the file cache is populated with data defined in the manifest files configured for all components and will basically fetch everything from all components. This allows us to use this manifest service as the only source of truth for UI related sources and simplifies ingres setup a lot.
-