- Sep 26, 2024
-
-
- Sep 09, 2024
-
-
julian.baeume authored
Changelog: - use PROPAGATE_UPGRADES env variable to defer update events to core-ui-mw pods - set to `false` to only warm up cache - re-deploy with set to `true` to actually roll out the upgrade
-
- May 23, 2024
-
-
andree.klattenhoff authored
-
- May 16, 2024
-
-
andree.klattenhoff authored
-
- Apr 11, 2024
-
-
andree.klattenhoff authored
-
- Apr 10, 2024
-
-
michael.kainz authored
-
- Apr 05, 2024
-
-
michael.kainz authored
-
- Apr 04, 2024
-
-
michael.kainz authored
-
- Apr 02, 2024
-
-
david.bauer authored
-
julian.baeume authored
Implements #21
-
- Jan 31, 2024
-
-
andree.klattenhoff authored
-
- Jan 29, 2024
-
-
julian.baeume authored
This reverts commit d3bc298f.
-
-
andree.klattenhoff authored
-
- Oct 26, 2023
-
-
- Oct 25, 2023
-
-
-
bjoern.koester authored
-
- 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
-
-
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
-