Files
git.stella-ops.org/tests/AirGap
master ab22181e8b
Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
AOC Guard CI / aoc-guard (push) Has been cancelled
AOC Guard CI / aoc-verify (push) Has been cancelled
feat: Implement PostgreSQL repositories for various entities
- Added BootstrapInviteRepository for managing bootstrap invites.
- Added ClientRepository for handling OAuth/OpenID clients.
- Introduced LoginAttemptRepository for logging login attempts.
- Created OidcTokenRepository for managing OpenIddict tokens and refresh tokens.
- Implemented RevocationExportStateRepository for persisting revocation export state.
- Added RevocationRepository for managing revocations.
- Introduced ServiceAccountRepository for handling service accounts.
2025-12-11 17:48:25 +02:00
..
up
2025-12-11 08:20:15 +02:00

AirGap Tests

Notes

  • Tests now run entirely against in-memory stores (no MongoDB or external services required).
  • Keep fixtures deterministic: stable ordering, UTC timestamps, fixed seeds where applicable.
  • Sealed-mode and staleness tests rely on local fixture bundles only; no network access is needed.