- Jul 19, 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 07, 2023
-
-
This endpoint can be used to dynamically generate pwa.json based on configuration on the java middleware.
-
- Dec 09, 2022
-
-
richard.petersen authored
root cause: When redis was not available, some files could not be saved in the local memory and therefore this error permanently occurs even though the node responded correctly. solution: Improve robustness when redis is not available
-
- Nov 17, 2022
-
-
- 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 24, 2022
-
-
richard.petersen authored
Cache lookups will immediately register a promise to prevent multiple requests for the same ressource
-
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 05, 2022
-
-
richard.petersen authored
-
- May 04, 2022
-
-
richard.petersen authored
-