2026-01-18 02:52:30 +01:00
|
|
|
<Solution>
|
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
|
|
|
<Project Path="..\vendor\enable-banking-access\src\EnableBanking.Client\EnableBanking.Client.csproj" Type="Classic C#" />
|
|
|
|
|
<Project Path="..\vendor\enable-banking-access\src\EnableBanking.Core\EnableBanking.Core.csproj" Type="Classic C#" />
|
|
|
|
|
<Project Path="..\vendor\enable-banking-access\src\EnableBanking.Persistence.Postgres\EnableBanking.Persistence.Postgres.csproj" Type="Classic C#" />
|
|
|
|
|
<Project Path="..\vendor\enable-banking-access\tests\EnableBanking.Client.Tests\EnableBanking.Client.Tests.csproj" Type="Classic C#" />
|
|
|
|
|
<Project Path="..\vendor\enable-banking-access\tests\EnableBanking.Core.Tests\EnableBanking.Core.Tests.csproj" Type="Classic C#" />
|
|
|
|
|
<Project Path="..\vendor\ledger\src\Ledger.Core\Ledger.Core.csproj" Type="Classic C#" />
|
|
|
|
|
<Project Path="..\vendor\ledger\src\Ledger.Infrastructure\Ledger.Infrastructure.csproj" Type="Classic C#" />
|
2026-01-18 02:52:30 +01:00
|
|
|
<Project Path="Books.Api.Tests\Books.Api.Tests.csproj" Type="Classic C#" />
|
|
|
|
|
<Project Path="Books.Api/Books.Api.csproj" />
|
|
|
|
|
</Solution>
|