books/backend/Books.Api.Tests/GraphQL
Nicolaj Hartmann 752740d2d5
Some checks failed
ci / test-backend (push) Failing after 3s
ci / test-frontend (push) Failing after 12s
ci / docker (push) Has been skipped
ci / deploy (push) Has been skipped
Add CI/CD pipeline, Dockerfiles, and Kubernetes manifests
- Add vendor submodules (EventFlow, ledger, enable-banking-access)
- Update ProjectReference paths from sibling dirs to vendor/
- Add multi-stage Dockerfiles for backend (.NET 10) and frontend (Node 22 + nginx)
- Add nginx.conf with SPA routing, GraphQL proxy, and security headers
- Add docker-compose.yml with PostgreSQL for CI test environment
- Add Forgejo CI workflow: test-backend, test-frontend, docker build, deploy
- Add Kubernetes manifests (kustomize): deployments, services, ingress, postgres
- Fix pre-existing build errors (missing packages, types, null refs)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 21:08:35 +01:00
..
AccountGraphQLTests.cs Add all backend domain, commands, repositories, and tests 2026-01-30 22:19:42 +01:00
ChartOfAccountsInitializerTests.cs Add all backend domain, commands, repositories, and tests 2026-01-30 22:19:42 +01:00
CompanyGraphQLTests.cs Add CI/CD pipeline, Dockerfiles, and Kubernetes manifests 2026-02-07 21:08:35 +01:00
FiscalYearGraphQLTests.cs Add all backend domain, commands, repositories, and tests 2026-01-30 22:19:42 +01:00
JournalEntryDraftGraphQLTests.cs Add all backend domain, commands, repositories, and tests 2026-01-30 22:19:42 +01:00