Merge branch 'main' into copilot/replace-mock-dns-data-with-actual-lookups

This commit is contained in:
Christian Krakau-Louis
2026-03-30 09:48:49 +02:00
committed by GitHub
6 changed files with 251 additions and 12 deletions
+3 -1
View File
@@ -170,5 +170,7 @@ have no working implementation in the codebase yet.
- [ ] Remove or wire up `fastapi-users` (currently installed but unused)
- [x] Replace mock data in stats endpoints with real database queries
- [x] Replace mock DNS data with actual DNS lookups
- [ ] Add CI/CD pipeline
- [x] Add CI/CD pipeline — GitHub Actions workflows in `.github/workflows/ci.yml`
(lint → test/security/CodeQL/dependency-review → Docker build/push → GitOps)
and `.github/workflows/release.yml` (semantic versioning)
- [ ] Reach >80% test coverage