• Joined on 2026-02-10
DaX pushed to main at DaX/Filamenteka 2026-03-20 14:39:24 +00:00
b18d91df99 Update pause notice date to April 1st
DaX pushed to main at DaX/Filamenteka 2026-03-05 12:41:31 +00:00
f982ae3410 Update filament catalog: add new materials, finishes, and colors
DaX pushed to main at DaX/Filamenteka 2026-03-05 02:26:51 +00:00
2a3bc5fdd8 Add migration 024: fix colors cleanup for partial 023 state
DaX pushed to main at DaX/Filamenteka 2026-03-05 02:21:58 +00:00
063ef4f096 Fix all color hex codes to match spreadsheet source of truth
DaX pushed to main at DaX/Filamenteka 2026-03-05 02:04:31 +00:00
d55d0e5e02 Clean up fake colors and add missing Bambu Lab colors
DaX pushed to main at DaX/Filamenteka 2026-03-05 01:35:24 +00:00
cff73c1381 Add manual customer creation and fix color edit modal
DaX pushed to main at DaX/Filamenteka 2026-03-05 01:12:50 +00:00
f564f944f7 Fix migration: clean /database/ before docker cp to prevent nesting
DaX pushed to main at DaX/Filamenteka 2026-03-05 01:09:53 +00:00
629b9c1756 Make schema.sql idempotent for CI/CD migrations
DaX pushed to main at DaX/Filamenteka 2026-03-05 01:07:21 +00:00
c5a7666ce6 Fix migration path: copy database/ to /database/ matching migrate.js path resolution
DaX pushed to main at DaX/Filamenteka 2026-03-05 01:05:05 +00:00
70b7713f2e Fix deploy: API runs in Docker container, use docker cp/exec/restart
DaX pushed to main at DaX/Filamenteka 2026-03-05 01:03:16 +00:00
da79307461 Diagnostic: inspect Docker container and compose setup on EC2
DaX pushed to main at DaX/Filamenteka 2026-03-05 01:01:06 +00:00
3e4f576fd5 Fix all EC2 paths: server.js at /app/, node at /usr/local/bin/node
DaX pushed to main at DaX/Filamenteka 2026-03-05 00:59:27 +00:00
b24a1fea27 Diagnostic: find node binary path and working directory from running process
DaX pushed to main at DaX/Filamenteka 2026-03-05 00:58:06 +00:00
93df263214 Diagnostic: check Docker, running services, and OS on EC2
DaX pushed to main at DaX/Filamenteka 2026-03-05 00:56:39 +00:00
e50f361b07 Diagnostic: comprehensive node binary search without set -e
DaX pushed to main at DaX/Filamenteka 2026-03-05 00:55:14 +00:00
9594ce56cb Diagnostic: find node binary and systemd service config on EC2
DaX pushed to main at DaX/Filamenteka 2026-03-05 00:53:25 +00:00
11dbea3536 Fix migration: use find to locate node binary on EC2
DaX pushed to main at DaX/Filamenteka 2026-03-05 00:51:17 +00:00
6d04e16cf6 Fix migration: use login shell to find node binary in SSM context
DaX pushed to main at DaX/Filamenteka 2026-03-05 00:48:48 +00:00
85481512c8 Fix SSM parameter passing: use JSON files instead of inline parameters
DaX pushed to main at DaX/Filamenteka 2026-03-05 00:46:24 +00:00
1e95455139 Fix migration step: run node as ubuntu user for correct PATH