Commit Graph

7 Commits

Author SHA1 Message Date
cesnimda 360cfe98c9 ci: audit batch D — live-Postgres test job + server-side format gate
CI / backend (pull_request) Successful in 49s
CI / frontend (pull_request) Successful in 18s
CI / format (pull_request) Successful in 49s
CI / db-tests (pull_request) Successful in 50s
Security / secrets (pull_request) Successful in 3s
Security / dependencies (pull_request) Successful in 52s
Implements AUDIT_REPORT.md M-7 and L-10:
- M-7: new CI job 'db-tests' runs Category=LiveDb tests against a pgvector/pg16
  service container — permanent regression coverage for the search paths the
  InMemory provider can't translate (ts_rank_cd weighting, ts_headline sentinels,
  pg_trgm typo fallback, pgvector cosine ordering). Previously these were only
  verified manually. Tests soft-skip when LIVEDB_CONNECTION is unset, so local and
  existing CI runs are unaffected. Verified green against a real pgvector container.
- L-10: 'format' CI job (dotnet format --verify-no-changes) so --no-verify pushes
  can't bypass the formatting gate.
- frontend job: node 20 -> 22 (aligns with the vite 8 upgrade).

Full suite: 54/54 (51 + 3 LiveDb when live).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-02 03:35:07 +02:00
cesnimda 045be2bb81 Add post-deploy health gate to staging (#5)
CI / backend (push) Successful in 1m0s
CI / frontend (push) Successful in 19s
Deploy Staging / deploy (push) Successful in 19s
Security / secrets (push) Successful in 4s
Security / dependencies (push) Successful in 1m1s
CI / backend (pull_request) Successful in 57s
CI / frontend (pull_request) Successful in 19s
Security / secrets (pull_request) Successful in 5s
Security / dependencies (pull_request) Successful in 1m1s
2026-07-01 16:08:27 +02:00
cesnimda 11e6768d17 Fix staging deploy: ASCII-only echo (#4)
Deploy Staging / deploy (push) Successful in 21s
Security / secrets (push) Successful in 5s
Security / dependencies (push) Successful in 1m3s
CI / backend (push) Successful in 1m0s
CI / frontend (push) Successful in 18s
2026-07-01 13:16:31 +02:00
cesnimda d9a07a01b2 Fix staging auto-deploy: env write + port isolation (#3)
CI / backend (push) Successful in 1m5s
CI / frontend (push) Successful in 22s
Deploy Staging / deploy (push) Failing after 24s
Security / secrets (push) Successful in 5s
Security / dependencies (push) Successful in 1m4s
2026-07-01 12:50:12 +02:00
cesnimda 8727be9e94 Automated staging deploy: build env from secrets (#2)
CI / backend (push) Successful in 1m18s
CI / frontend (push) Successful in 27s
Deploy Staging / deploy (push) Failing after 1m5s
Security / secrets (push) Successful in 8s
Security / dependencies (push) Successful in 1m8s
2026-07-01 12:35:58 +02:00
cesnimda ae8e6b672e Git workflow, environments & CI/CD pipeline (#1)
CI / backend (push) Successful in 1m14s
CI / frontend (push) Successful in 28s
Security / secrets (push) Successful in 6s
Security / dependencies (push) Successful in 1m14s
Deploy Staging / deploy (push) Failing after 43s
2026-07-01 11:44:34 +02:00
cesnimda 94529df775 ci: add Gitea Actions build + test pipeline
Real CI at .gitea/workflows/ci.yml (Gitea reads .gitea/workflows, not the empty
untracked .git/workflows/ci.yml cruft): backend dotnet build + dotnet test (39 tests)
and frontend npm ci + build, on pushes to main/develop and all PRs. Establishes the
merge gate recommended in the Phase 7 git-workflow review.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-01 00:33:19 +02:00