Reconcile stable master into dev - #88
Closed
lost-rob0t wants to merge 31 commits into
Closed
Conversation
Adds a shared HTTP boundary, client-safe error envelopes, strict JSON validation, correlation IDs, bounded numeric query parsing, and actor-backed asynchronous bulk ingest with global and per-principal quotas. Fixes #25.
Adds the HTTP authentication threat model, principal/capability contract, and the KV lease trust boundary. Documents default-deny behavior, API-key lifecycle, OIDC/mTLS adapters, scope restrictions, redaction, audit, bootstrap, rotation, revocation, recovery, failure behavior, and required verification. Fixes #26.
Adds default-deny API-key authentication, immutable request and service contexts, separate CouchDB credential storage, one-time bootstrap, credential create/list/rotate/revoke/disable lifecycle, uniform constant-time verification, exact-origin CORS, authenticated bulk/Rabbit provenance, owner-scoped bulk-job status, Docker secret delivery, runtime settings rehydration, and mandatory lifecycle/concurrency/oracle/immutability tests. The container stack verifies bootstrap, denial, authenticated FTS, restart health, credential persistence, and search after restart. Fixes #27.
Add a dry-run-first CouchDB relation deduplication migration with canonical directed identities, evidence merging, automatic backup, two-phase writes, malformed-document protection, documentation, and focused tests.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Goal
Restore the repository branch policy after recent work landed on
masterwhiledevcontinued independently.devremains the integration branch.masterremains the stable branch.masterback intodevwhile retaining the 10 operational-salvage commits unique todev.Why this must land first
Open PRs #79 and #86 were retargeted to
devand currently conflict because the base branches have diverged. PR #87 was already merged intomaster; this reconciliation carries that database-repair work intodevwithout dropping the operational runtime already present there.Merge gate
After this lands, re-evaluate #79 and #86 against the synchronized
devbase.