- Apr 02, 2024
-
-
david.bauer authored
-
- Jan 29, 2024
-
-
- Oct 26, 2023
-
-
- Oct 25, 2023
-
-
- Oct 17, 2023
-
-
julian.baeume authored
since quite some time we do not report the pod as unhealthy any longer if redis connection is gone. So in case the connection is lost, we want it to reconnect. Make sure to always fetch from redis once client (re-)connected.
-
- Sep 21, 2023
-
-
maik.schaefer authored
-
- Sep 15, 2023
-
-
Changelog: - introduce two separate roles for middleware deployments: - ui-middleware: read from redis only, listen to version updates, can easily be scaled - updater: split out all code that writes to redis, no need to scale > 1
-
- Jul 19, 2023
-
-
david.bauer authored
-
- Jun 15, 2023
-
-
- Apr 11, 2023
-
-
david.bauer authored
- Unit and Integration tests now use "inject" instead of starting a server and using supertest. - Add Coverage Reports and "test:dev" mode. This enables a mocha --watch like workflow using nodemon, as --watch does not work with esm modules. - Reorganized and renamed files and functions
-
david.bauer authored
-
- Dec 08, 2022
-
-
richard.petersen authored
-
- Dec 07, 2022
-
-
richard.petersen authored
-
- Dec 05, 2022
-
-
richard.petersen authored
Set cache control to no-store. The ui-middleware will then only look at the remote servers for the files and never in the local cache
-
richard.petersen authored
Do not accept updates when the ui-containers are not available
-
- Nov 23, 2022
-
-
- Nov 18, 2022
-
-
maik.schaefer authored
-
- Nov 17, 2022
-
-
julian.baeume authored
this should help to get insights about how the caches are filled locally
-
- Nov 14, 2022
-
-
david.bauer authored
-
- Sep 02, 2022
-
-
richard.petersen authored
-
richard.petersen authored
This commit contains a fixup for the original commit 64f2780a
-
- 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 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
-
- 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 04, 2022
-
-
richard.petersen authored
-
richard.petersen authored
-