Commit graph

24 commits

Author SHA1 Message Date
renovate[bot]
da9780a4c9
chore(deps): update docker/dockerfile docker tag to v1.12 2024-12-12 09:47:37 +00:00
renovate[bot]
ba0eefdcea
chore(deps): update docker/dockerfile docker tag to v1.11 2024-11-18 12:52:35 +00:00
renovate[bot]
e02b29d98d
chore(deps): update docker/dockerfile docker tag to v1.10 2024-09-19 09:33:31 +00:00
renovate[bot]
66f9f966a8
chore(deps): update docker/dockerfile docker tag to v1.9 2024-08-30 06:04:17 +00:00
renovate[bot]
f2c907dc18
chore(deps): update docker/dockerfile docker tag to v1.7 2024-03-15 07:04:21 +00:00
renovate[bot]
522a33af8e
chore(deps): update docker/dockerfile docker tag to v1.6 2023-11-16 12:23:11 +00:00
7140cb0679
feat: import listens from spotify extended streaming history (#305) 2023-10-01 03:35:02 +02:00
renovate[bot]
b3c3ff83c2
chore(deps): update node.js to v20 (#268)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-07 01:51:13 +02:00
b5637aa9d7 ci: make sure that app runs in production mode
Some modules select more performant behaviour based on this environment
variable.
2023-04-03 22:12:53 +02:00
54b04b814e ci: utilize npm cache for faster docker builds 2023-04-03 22:12:53 +02:00
7c0966d5ae feat: optimize dockerfile for multi-platform
As our api & frontend compilation processes do not depend on the target
platform, we can run them once and then just build seperate final images
per target platform.
2023-04-03 22:12:53 +02:00
renovate[bot]
5f0b331549 chore(deps): update node.js to v18 2022-06-19 14:26:53 +02:00
9b7a01ab1c fix(ci): respect peer deps again
The problem causing dependency has been removed and we can once again
validate the peer dependencies in CI and during docker build.
2022-06-18 17:48:16 +02:00
5409b98da1 fix(ci): ignore failing peer resolution
Some 3rd party nest packages depend on Nest 7 while we use 8. In practice
this still works, but the usual dependency resolution fails and requires
an explicit override.

This should also unblock auto-merging for renovate, as that currently fails
in CI on the `npm ci` step.
2022-06-11 19:21:00 +02:00
274f6cd0c7 chore(deps): upgrade to node 16 2021-05-24 20:41:36 +02:00
2aaf582245 feat(frontend): add footer with version number 2021-05-24 19:00:07 +02:00
06268c0cf6 fix(build): tailwind config was missing from build 2021-05-22 17:54:05 +02:00
f68d05ce14 fix(cd): docker image labels are missing values 2020-05-07 02:50:01 +02:00
8e796d7e78 feat(cd): configure automated semantic releases 2020-05-07 02:34:49 +02:00
ad98ce4e88 feat: serve frontend from api container in prod build 2020-05-03 21:10:31 +02:00
d881a78757 chore(api): update dependencies 2020-05-03 21:10:31 +02:00
05f230a7ce feat(frontend): redo setup with ts+tailwind and implement auth+header 2020-05-03 21:10:31 +02:00
f14eda16ac feat(frontend): setup 2020-05-03 21:00:31 +02:00
db62d5d908 feat(api): setup nestjs 2020-05-03 21:00:20 +02:00