- Feb 08, 2022
-
-
richard.petersen authored
-
richard.petersen authored
Fixes #6
-
- Feb 04, 2022
-
-
michael.koch authored
-
- Feb 01, 2022
-
-
david.bauer authored
-
andree.klattenhoff authored
-
david.bauer authored
-
- Jan 27, 2022
-
-
david.bauer authored
-
maik.schaefer authored
-
- Jan 26, 2022
-
-
-
richard.petersen authored
-
- Jan 25, 2022
-
-
maik.schaefer authored
-
- Jan 21, 2022
-
-
- Jan 12, 2022
-
-
richard.petersen authored
-
- Jan 11, 2022
-
-
richard.petersen authored
-
richard.petersen authored
-
richard.petersen authored
-
- Jan 10, 2022
-
-
richard.petersen authored
-
- Jan 07, 2022
-
-
bjoern.koester authored
-
- Jan 06, 2022
-
-
- Dec 17, 2021
-
-
julian.baeume authored
since we don't expect admins to collect metrics for those services, we provide them with some sensible defaults.
-
- Dec 10, 2021
-
-
julian.baeume authored
fixes potential security issue in swagger-ui
-
- Nov 29, 2021
-
-
-
richard.petersen authored
Root cause: Every readiness check triggered a cache warming Solution: Move readiness to startup probe
-
richard.petersen authored
-
richard.petersen authored
-
richard.petersen authored
Root cause: Due to the timeout, every request that was launched while fetching the previous manifests could led to another fetch and another cache.warmup Solution: Be more synchronous
-
richard.petersen authored
-
- Nov 25, 2021
-
-
richard.petersen authored
Root cause: Hash was computed on array.toString() which does not change much. Solution: Use the actual content of the vite manifests to compute the version.
-
- Nov 11, 2021
-
-
richard.petersen authored
This prevents unnesessary large headers as the UI will filter for CSS files only
-
- Nov 09, 2021
-
-
Includes the version string and dependencies Signed-off-by:
Julian Bäume <julian.baeume@open-xchange.com>
-
- Oct 29, 2021
-
-
julian.baeume authored
fixes readiness detection when using app-root different from /
-
- Oct 28, 2021
-
-
julian.baeume authored
this can not only be handled on ingress level, but we need to mount the express app also on the app root level. This basically just works out of the box.
-
- Oct 19, 2021
-
-
maik.schaefer authored
-
julian.baeume authored
describe a little better what this service is supposed to do and how it plays along the other parts of the stack.
-
- Oct 15, 2021
-
-
julian.baeume authored
Promise.race resolve or rejects with the first promise that answers. We now return the first promise that fulfills after all promises have settled.
-
- Oct 13, 2021
-
-
julian.baeume authored
this is an implicit endpoint served by us.
-
- Oct 08, 2021
-
-
julian.baeume authored
this is going to be the next release, with incompatible API
-
julian.baeume authored
just point manifest service instance to appsuite-stack release created for preview apps. Needs some custom k8s resources (Ingress).
-
julian.baeume authored
remove /api prefix and be more restful. This should help to simplify ingress objects
-
julian.baeume authored
first hit wins. This allows us to transparently use sourcemaps and other files that are not part of the sources according to the vite manifest
-