- Nov 23, 2022
-
-
- Nov 18, 2022
-
-
maik.schaefer authored
-
- Nov 17, 2022
-
-
richard.petersen authored
-
-
-
julian.baeume authored
this should help to get insights about how the caches are filled locally
-
- Nov 14, 2022
-
-
david.bauer authored
-
- Oct 10, 2022
-
-
-
Root cause: Due to a bunch of redis restarts, the bull-queues got unregistered and did not register again. Solution: On every reconnect, readd the bull queue again.
-
- Sep 12, 2022
-
-
richard.petersen authored
Root cause: Express automatically redirected, fastify does not Solution: Manually do the redirect
-
- Sep 09, 2022
-
-
- Sep 06, 2022
-
-
julian.baeume authored
Root cause: mime types might contain charset information Solution: be more relaxed about anything following the actual mime type
-
richard.petersen authored
-
richard.petersen authored
-
- Sep 02, 2022
-
-
richard.petersen authored
-
richard.petersen authored
-
richard.petersen authored
-
richard.petersen authored
This commit contains a fixup for the original commit 64f2780a
-
- Sep 01, 2022
-
-
richard.petersen authored
-
- Aug 17, 2022
-
-
richard.petersen authored
-
-
Only warn, when meta.json is missing since the ui-middleware will fall back to a computed hash value
-
richard.petersen authored
-
- Jul 19, 2022
-
-
richard.petersen authored
-
- Jul 18, 2022
-
-
richard.petersen authored
-
- Jul 11, 2022
-
-
Changelog: - Changed all 'trace' logs to level 'debug' - Added logging to the version check functions on log level 'info' and 'debug' - Added some time measures on ready checks to see what's taking so long on startup
-
- May 25, 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
-
richard.petersen authored
Use correct path for index.html for the memory lookup
-
richard.petersen authored
-
- 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 09, 2022
-
-
richard.petersen authored
Root cause: configuration was only reloaded on those nodes, that did the version update. The other nodes might not notice that. Solution: On propagated version changes, the nodes always check for config changes
-
-
- May 05, 2022
-
-
richard.petersen authored
-
- May 04, 2022
-
-
richard.petersen authored
-
richard.petersen authored
-
- Apr 04, 2022
-
-
julian.baeume authored
Change the prefix to reflect the "new" name of the service. May be this even should be configurable at some point. This is a breaking change.
-
julian.baeume authored
Root cause: cache keys handled differently when reading/writing Solution: make sure keys are handled equally Fixes OXUIB-1528
-