- 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
-
julian.baeume authored
this will mark the pod "ready", once the cache is warm. This will remove the penality for the very first to this service, because it will not receive any traffic until the cache is warm.
-
- Oct 06, 2021
-
-
julian.baeume authored
we want to have the changes rolled out, so we disable CSP headers for now and will take care of them after the file_cache functionality has been rolled out just for testing purposes, disable CSP for now until sha calculation is fixed
-
julian.baeume authored
this currently doesn't really work as expected, but can be used as a base to properly implement CSP for the scripts we "know" about.
-
julian.baeume authored
the file cache is populated with data defined in the manifest files configured for all components and will basically fetch everything from all components. This allows us to use this manifest service as the only source of truth for UI related sources and simplifies ingres setup a lot.
-
julian.baeume authored
this can be used to create a remote dev setup using okteto
-
- Oct 04, 2021
-
-
maik.schaefer authored
-
- Sep 27, 2021
-
-
julian.baeume authored
this is just an example deployment and can be used to play around. For now it's fine to just use the preview-main environment of frontend/ui
-
julian.baeume authored
-
julian.baeume authored
needed a little adjustment, but seems to work fine, now.
-
- Sep 21, 2021
-
-
this got lost when implementation changed to base data on vite manifests but should still be part of the manifest.json file
-
those files are supposed to be downloaded directly
-