-
Notifications
You must be signed in to change notification settings - Fork 0
v0.4.0 — The Safety Net Update #77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 23 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
e0e1b16
feat(config): add version field with validation (#52)
michaelmcnees e6d87ff
feat(config): rename tmp section to storage with deprecation fallback…
michaelmcnees 58c10cb
feat(secrets): global key rotation with caller-managed transaction (#51)
michaelmcnees b5ce224
feat(db): add migration 016 for v0.4.0 safety net features
michaelmcnees 22be93b
feat(workflow): add concurrency fields, hooks schema, and validation …
michaelmcnees f4c8ced
feat(engine): concurrency controls with advisory locks and queue prom…
michaelmcnees 84f81e8
feat(cel): add hooks and execution variables to CEL environment (#30)
michaelmcnees e9107f9
feat(engine): lifecycle hooks — on_success, on_failure, on_finish (#30)
michaelmcnees 91f1e77
feat(engine): promote queued executions after hooks complete (#49, #30)
michaelmcnees c36028a
feat(cli): mantle retry — resume from failed step (#48)
michaelmcnees 304b1d2
feat(cli): mantle rollback — revert workflow to previous version (#50)
michaelmcnees 916b2c6
docs: document v0.4.0 features — hooks, concurrency, retry, rollback
michaelmcnees 44d82e5
fix: address code review findings — transactions, validation, indexes
michaelmcnees 7fb6f97
fix: use fresh context for queue promotion after timeout (security re…
michaelmcnees e01d15e
fix: wire concurrency limits into execution path (architecture review)
michaelmcnees f01c73a
fix: store unprefixed hook step names with proper unique constraint
michaelmcnees 330ac33
test: add unit tests for concurrency, hooks, and retry engine logic
michaelmcnees 8835835
fix: add stderr warning before printing sensitive key material
michaelmcnees d70bb83
fix: secure key rotation — no argv exposure, tx-backed audit, advisor…
michaelmcnees 8b1a118
fix: atomic concurrency check+insert, audit on promotion (PR review)
michaelmcnees a2dfe8e
fix: hooks hardening, migration fixes, validation, security improveme…
michaelmcnees b82cac9
fix: PR review round 2 — config semantics, exit codes, audit, securit…
michaelmcnees 4dc6c56
fix: JSON encode errors, encrypt under lock, docs accuracy (PR review…
michaelmcnees 63c8853
fix: match rollback error example to actual code output
michaelmcnees File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.