matthias
  • Joined on 2026-02-23
matthias pushed to main at matthias/dashboard 2026-03-01 17:27:42 +01:00
e0b687988b bug fix for atemschutz
matthias pushed to main at matthias/dashboard 2026-03-01 17:19:37 +01:00
9b1f290a87 bug fix for atemschutz
matthias pushed to main at matthias/dashboard 2026-03-01 15:03:30 +01:00
faa18b5688 bug fix for atemschutz
matthias pushed to main at matthias/dashboard 2026-03-01 15:01:33 +01:00
4f7823ab16 bug fix for atemschutz
matthias pushed to main at matthias/dashboard 2026-03-01 14:53:56 +01:00
a36e236175 bug fix for atemschutz
matthias pushed to main at matthias/dashboard 2026-03-01 14:48:28 +01:00
064972e88a bug fix for atemschutz
matthias pushed to main at matthias/dashboard 2026-03-01 14:41:49 +01:00
5b8f40ab9a add now features
matthias pushed to main at matthias/dashboard 2026-03-01 14:12:31 +01:00
e76946ed8a add now features
matthias pushed to main at matthias/dashboard 2026-03-01 14:08:32 +01:00
b7adf238ed chore: temporarily remove fdisk-sync from docker-compose and Makefile
matthias pushed to main at matthias/dashboard 2026-03-01 14:04:23 +01:00
b54e400c48 fix: add .npmrc to sync service to use public npm registry
matthias pushed to main at matthias/dashboard 2026-03-01 13:59:36 +01:00
67ea0ba1f6 fix: move ENV PATH before npm ci to bust stale Docker cache layer
matthias pushed to main at matthias/dashboard 2026-03-01 13:56:58 +01:00
a880e56bb1 fix: use node:20-alpine in sync builder, matching backend Dockerfile
matthias pushed to main at matthias/dashboard 2026-03-01 13:52:01 +01:00
02797554aa fix: commit pre-compiled dist and simplify sync Dockerfile
matthias pushed to main at matthias/dashboard 2026-03-01 13:48:42 +01:00
acd1506df8 fix: remove --ignore-scripts from npm install in sync builder
matthias pushed to main at matthias/dashboard 2026-03-01 13:46:37 +01:00
fad71d32fe fix: install typescript globally and use --ignore-scripts to avoid proxy failures
matthias pushed to main at matthias/dashboard 2026-03-01 13:45:26 +01:00
2eeb206663 fix: copy node_modules from build context instead of running npm install
matthias pushed to main at matthias/dashboard 2026-03-01 13:42:48 +01:00
f559313eae fix: use public npm registry in sync builder to avoid Apple registry failures
matthias pushed to main at matthias/dashboard 2026-03-01 13:40:09 +01:00
c4d9be9027 debug: verify tsc presence after npm install in sync builder
matthias pushed to main at matthias/dashboard 2026-03-01 13:36:50 +01:00
9f5ef15590 fix: set NODE_ENV=development in sync builder to install devDependencies
matthias pushed to main at matthias/dashboard 2026-03-01 13:34:35 +01:00
dee27200ce fix: use npm install and explicit package-lock.json COPY in sync Dockerfile