- Oct 16, 2024
-
- Oct 10, 2024
-
-
Ole Langbehn authored
-
Ole Langbehn authored
-
Ole Langbehn authored
-
Ole Langbehn authored
-
Ole Langbehn authored
-
- Oct 08, 2024
-
- Oct 07, 2024
-
-
Ole Langbehn authored
refactor(docker): use node slim images with major version (20|22) See merge request app/holi-unified-api!126
-
Ole Langbehn authored
* permissions wrong on s6 scripts * shell scripts converted to bash compatibility
-
Ole Langbehn authored
-
- Oct 05, 2024
-
-
Ole Langbehn authored
After reading https://snyk.io/blog/choosing-the-best-node-js-docker-image/ , I propose this change, which follows these thoughts: * Unify codebase across all projects to use slim images instead of alpine or normal ones. Reasonings: Security (normal images contain build tools unneeded in serving containers which introduce security issues), unification (using one type of slim|alpine simplifies code, and since alpine might cause performance and compatibility issues, I decided to go for slim) * Instead of specifying patch or minor image versions, specify only the major version. Reasonings: Security (with only a major version specified we benefit from automatic minor and patch updates, which IMO far outweighs the potential troubles from not updating a minor or patch version due to forgetting it) * Move from node:18 to node:20. Reasoning: node:18 has been in maintenance mode for ~1 year. node:20 will soon enter maintenance mode, but I reckoned it's too early/dangerous to push node:22 to everywhere. This is a proposal in form of an MR. Feel free to reject it. If you do, please notify me about this, so I get the opportunity to learn from your reasoning.
-
- Oct 02, 2024
-
-
Ole Langbehn authored
-
- Sep 30, 2024
-
-
Ole Langbehn authored
HOLI-10040 HOLI-10041 retry terraform destroy in CI for more reliable destroy See merge request app/holi-unified-api!125
-
- Sep 26, 2024
-
-
Ole Langbehn authored
-
- Sep 03, 2024
-
-
Alex Timmermann authored
-
Alex Timmermann authored
NOISSUE: add MODERATION_BACKEND_URL env var in production build See merge request app/holi-unified-api!124
-
Alex Timmermann authored
-
- Aug 30, 2024
-
-
Gregor Schulz authored
mesh new moderation service to allow users to report content to it See merge request app/holi-unified-api!121
-
Gregor Schulz authored
-
Gregor Schulz authored
make smoke test fail the job and run them for production See merge request app/holi-unified-api!123
-
Gregor Schulz authored
-
- Aug 28, 2024
-
- Aug 27, 2024
-
-
Ole Langbehn authored
-
- Aug 23, 2024
-
-
Ole Langbehn authored
-
Ole Langbehn authored
-
Ole Langbehn authored
HOLI-9454 implement a smoketest in the pipeline. See merge request app/holi-unified-api!122
-
- Aug 22, 2024
-
-
Ole Langbehn authored
-
Ole Langbehn authored
-
Ole Langbehn authored
-
Ole Langbehn authored
-
Ole Langbehn authored
This was a quick copy-paste from holi-okuna, therefore I did it out-of-bounds without prioritization.
-
- Aug 13, 2024
-
- Aug 12, 2024
-
-
Daniel Bimschas authored
In the context of introducing a lat/lng resolution within `holi-app-volunteering` the first internal service will consume the unified API. Therefore this commit exposes the URL as Terraform state output.
- Aug 11, 2024
-
-
Ole Langbehn authored
-
Ole Langbehn authored
NOISSUE one change for dependency updates to graphql-mesh et al See merge request app/holi-unified-api!111
-
- Aug 09, 2024
-
-
Ole Langbehn authored
-