Commit Graph

4 Commits

Author SHA1 Message Date
alexei.dolgolyov 85b4576991 fix: remove deprecated --skip-generate flag from Prisma db push
Release / release (push) Successful in 4s
Lint & Test / lint-and-check (push) Failing after 5m1s
Lint & Test / test (push) Has been skipped
Release / docker (push) Successful in 1m0s
2026-04-10 20:31:24 +03:00
alexei.dolgolyov 402a0b34c1 fix: use COPY --chown instead of recursive chown in Dockerfile
Release / docker (push) Successful in 55s
Release / release (push) Successful in 4s
Lint & Test / test (push) Has been cancelled
Lint & Test / lint-and-check (push) Has started running
Avoids slow chown -R over node_modules (thousands of files).
2026-04-10 20:15:24 +03:00
alexei.dolgolyov e6b50fb4f1 feat(mvp): phase 8 - integration, testing & deployment
Fix all build/type/lint errors (zod 3.25 compat wrapper, Svelte 5 fixes),
write 115 unit tests across 10 test files, expand seed script with demo
data, update Docker config with migration on startup.
2026-03-24 22:09:17 +03:00
alexei.dolgolyov cf6bde238c feat(mvp): phase 1 - project scaffolding & tooling
Initialize SvelteKit project with Svelte 5, TypeScript strict, Tailwind CSS v4,
shadcn-svelte, Prisma + SQLite, Vitest, ESLint, Prettier. Add Docker multi-stage
build, docker-compose, and Gitea Actions CI pipeline.
2026-03-24 19:53:06 +03:00