- 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 10, 2022
-
-
richard.petersen authored
-
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 06, 2022
-
-
julian.baeume authored
this now happens directly in the release-it script, so no need to configure it a second time in package.json
-
- May 05, 2022
-
-
julian.baeume authored
it's just a simple switch, but we want to have it documented for completeness.
-
richard.petersen authored
-
richard.petersen authored
-
richard.petersen authored
-
richard.petersen authored
-
- May 04, 2022
-
-
richard.petersen authored
-
richard.petersen authored
-
richard.petersen authored
-
richard.petersen authored
-
richard.petersen authored
-
richard.petersen authored
-
- Apr 05, 2022
-
-
julian.baeume authored
-
julian.baeume authored
-
julian.baeume authored
this automates a lot of tasks when creating a Changelog entry for the next release.
-
- Apr 04, 2022
-
-
julian.baeume authored
Change the prefix to reflect the "new" name of the service. May be this even should be configurable at some point. This is a breaking change.
-
julian.baeume authored
Root cause: cache keys handled differently when reading/writing Solution: make sure keys are handled equally Fixes OXUIB-1528
-
- Mar 28, 2022
-
-
anne.matthes authored
-
anne.matthes authored
-
anne.matthes authored
-
- Mar 18, 2022
-
-
david.bauer authored
-
- Mar 17, 2022
-
-
richard.petersen authored
-
- Mar 14, 2022
-
-
richard.petersen authored
-
richard.petersen authored
-
- Mar 03, 2022
-
-
richard.petersen authored
-
richard.petersen authored
-
richard.petersen authored
-
- Mar 02, 2022
-
-
richard.petersen authored
Root cause: Cross-Origin-Opener-Policy is set to same-origin per default and will prevent parent or window.opener to be set Solution: Set Cross-Origin-Opener-Policy to same-origin-allow popups
-
- Mar 01, 2022
-
-
julian.baeume authored
-
julian.baeume authored
-
julian.baeume authored
-
julian.baeume authored
during startup the ui-middleware might need some more memory, so we adjust the actual limit to something larger.
-
maik.schaefer authored
-
richard.petersen authored
Use redirect instead of delivering index.html to prevent /ui paths in the future
-
- Feb 28, 2022
-
-
richard.petersen authored
Root cause: There are middlewares, which still use old redirects to /ui Solution: To prevent 404s, we just serve the index.html
-