- Jul 19, 2023
-
-
david.bauer authored
-
- Jun 15, 2023
-
-
david.bauer authored
-
-
- Jun 09, 2023
-
-
david.bauer authored
-
- Jun 05, 2023
-
-
david.bauer authored
-
- May 16, 2023
-
-
Bumps [lightship](https://github.com/gajus/lightship) from 7.1.1 to 8.0.1. - [Release notes](https://github.com/gajus/lightship/releases) - [Changelog](https://github.com/gajus/lightship/blob/main/.releaserc) - [Commits](https://github.com/gajus/lightship/compare/v7.1.1...v8.0.1)
-
- Apr 20, 2023
-
-
david.bauer authored
This is a breaking change. Changelog: - Redis is now mandatory and enabled by default - Added Sentinel, Standalone and Cluster support - Standalone mode with sidecar is used by default - If no host(s) are configured, a redis sidecar is injected into the deployment - No extra configuration needed - This is intended for development and does not scale. - Helm values have changed, see README.md: - `redis.host` has been renamed to `redis.hosts` and expects a list of strings with the following pattern: <localhost:6379> (needed for sentinel and cluster modes) - `redis.port` has been removed, see `redis.hosts`
-
- 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 16, 2023
-
-
julian.baeume authored
this should fix paths for apps with app root different than /
-
- Mar 15, 2023
-
-
- 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
-
richard.petersen authored
-
richard.petersen authored
Root cause: Circular dependency causes undefined function Solution: As the registration of the listener can be async, just use a simple setTimeout
-
- 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 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
-
-
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
-