Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
e0d9435
feat: hook registry spine + identity swap + provenance wiring (#145)
rorybyrne Jun 13, 2026
e085740
refactor: resolve feature run_id at insert, not via event chain (#145)
rorybyrne Jun 13, 2026
d83066e
refactor: own hook-run provenance reads in the validation domain (#145)
rorybyrne Jun 13, 2026
6586908
refactor: reconcile hook versioning to design-revisions; tighten name…
rorybyrne Jun 14, 2026
f32f556
feat: forward-only migration for hook registry + provenance + convent…
rorybyrne Jun 14, 2026
e92c4b7
fix: feature-read path for slug hooks + FeatureName; reconcile integr…
rorybyrne Jun 14, 2026
45c3903
refactor: squash migrations into a single born-correct initial schema…
rorybyrne Jun 14, 2026
f0ba231
feat: hook releases, rollback, and scoped M2M deploy credentials (#145)
rorybyrne Jun 14, 2026
6b83b30
fix: add live-pointer FK and make release created-flag race-free (#145)
rorybyrne Jun 14, 2026
4cbb445
feat: surface OOM retry count into hook-run provenance (#145)
rorybyrne Jun 14, 2026
0b747f8
refactor: pin M2M issuer to EdDSA (Ed25519) only (#145)
rorybyrne Jun 14, 2026
18b5d66
feat: require a convention description (#145)
rorybyrne Jun 15, 2026
f4ded2d
feat: derive convention slug from title server-side (#145)
rorybyrne Jun 15, 2026
20bed6d
test: fix flaky tampered-signature assertion in OAuth state test
rorybyrne Jun 15, 2026
f26b203
chore: upgrade pyjwt 2.11.0 -> 2.13.0
rorybyrne Jun 15, 2026
a6745b0
fix: make hook upsert_identity race-safe under concurrent deploys (#145)
rorybyrne Jun 15, 2026
9d1e1e9
feat: strict deploy/release payload validation (#145)
rorybyrne Jun 15, 2026
081974f
fix: write failed-ingester container logs to the run dir, not operato…
rorybyrne Jun 15, 2026
0cf445c
fix: per-hook started_at/finished_at in batch hook provenance (#145)
rorybyrne Jun 15, 2026
5755e40
refactor: errors-as-values batch hooks + idempotent resumable retry (…
rorybyrne Jun 15, 2026
881b136
feat: capture failed-hook container logs as log_ref on ERROR runs (#145)
rorybyrne Jun 15, 2026
fb9de85
feat: hook-run log retrieval endpoint GET /hooks/runs/{run_id}(/logs)…
rorybyrne Jun 15, 2026
abf334e
fix: confine hook-log reads to the data root, not files/ (#147)
rorybyrne Jun 15, 2026
dbc8679
fix: record real OOM retry count on deposition-path provenance (#145)
rorybyrne Jun 16, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

47 changes: 0 additions & 47 deletions server/migrations/versions/076_add_metadata_schema_and_catalog.py

This file was deleted.

40 changes: 0 additions & 40 deletions server/migrations/versions/076_add_records_schema_srn.py

This file was deleted.

66 changes: 0 additions & 66 deletions server/migrations/versions/076_schemas_to_id.py

This file was deleted.

111 changes: 0 additions & 111 deletions server/migrations/versions/0d9fbacf8e58_initial_tables.py

This file was deleted.

Loading
Loading