- May 07, 2024
-
-
- Apr 22, 2024
-
-
- Apr 02, 2024
-
-
david.bauer authored
-
- Jan 31, 2024
-
-
andree.klattenhoff authored
-
- Jan 29, 2024
-
-
julian.baeume authored
This reverts commit d3bc298f.
-
-
andree.klattenhoff authored
-
- 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
-
-
david.bauer authored
-
- Jun 05, 2023
-
-
david.bauer authored
-
- May 09, 2023
-
-
david.bauer authored
-
- Apr 12, 2023
-
-
david.bauer authored
-
- 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
-
- Mar 15, 2023
-
-
- Mar 07, 2023
-
-
This endpoint can be used to dynamically generate pwa.json based on configuration on the java middleware.
-
- Dec 08, 2022
-
-
andree.klattenhoff authored
Changelog: - Injection of code to load stylesheets is now required to be resolved during the build process of ui projects. The plugin vite-plugin-ox-css is available.
-
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
-
- Nov 23, 2022
-
-
- Nov 17, 2022
-
-
richard.petersen authored
-
richard.petersen authored
-
-
- 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
-
-
richard.petersen authored
-
richard.petersen authored
-
- Sep 02, 2022
-
-
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
-
- Jul 18, 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.
-