syntaxbullet
efb50916b2
docs: update CI workflow and AGENTS.md for consolidated deps
...
Update references to removed web/package.json:
- CI workflow: Remove 'cd web && bun install' step
- AGENTS.md: Remove web-specific dev commands (cd web && bun run dev/build)
- AGENTS.md: Update schema location to reflect domain module split
- Add Docker commands as recommended local dev approach
All dependencies now installed from root package.json.
2026-02-12 12:21:37 +01:00
syntaxbullet
2b60883173
ci: remove build and deploy jobs from the deploy workflow.
2026-01-31 14:42:10 +01:00
syntaxbullet
e252d6e00a
fix: Install web subdirectory dependencies, set NODE_ENV for tests, and standardize hostname in server tests.
2026-01-30 16:46:16 +01:00
syntaxbullet
95f1b4e04a
ci: Update test database host in deployment workflow and add support for running specific tests in the CI simulation script.
2026-01-30 16:42:59 +01:00
syntaxbullet
62c6ca5e87
fix: Replace localhost with 127.0.0.1 in database connection URLs within CI/deployment scripts.
2026-01-30 16:34:14 +01:00
syntaxbullet
7049cbfd9d
build: Add step to create a default config.json file during deployment.
2026-01-30 15:47:57 +01:00
syntaxbullet
db859e8f12
feat: Configure CI tests with a dedicated PostgreSQL service and environment variables.
2026-01-30 15:41:34 +01:00
syntaxbullet
5ff3fa9ab5
feat: Implement a sequential test runner script and integrate it into the deploy workflow.
2026-01-30 15:34:59 +01:00
syntaxbullet
1a2bbb011c
feat: Introduce production Docker and CI/CD setup, removing internal documentation and agent workflows.
2026-01-30 13:43:59 +01:00