-
Notifications
You must be signed in to change notification settings - Fork 0
Add Git-authored controller desired state #33
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 all commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
5e8d581
Add Git-authored controller desired state
Nickfost c600165
Fix installer drift check lint
Nickfost 3a09609
fix(installer): restore complete checkpoints safely
Nickfost a5d2ed4
fix(installer): satisfy shellcheck timer capture
Nickfost 87c21c2
test(config): derive capacity overcommit fixtures
Nickfost a0b8c17
fix(config): align drain and managed minimum
Nickfost 593ce2b
test: isolate validation image tags
Nickfost dadd983
fix(installer): name the managed controller container
Nickfost ab76d65
refactor(installer): use Python for metadata state
Nickfost d157449
fix(installer): advance the maintenance manager
Nickfost ea37624
test: make committed-secret scan dependency-free
Nickfost a1f8823
fix(installer): make reviewed upgrades applicable
Nickfost 971f8ee
fix: drain before managed preflight
Nickfost f657117
test: cover drain ordering and relative config paths
Nickfost 1b92b8e
fix: pin examples to compatible engine release
Nickfost 641e4cd
fix: pin examples to compatible engine release
Nickfost d76f2eb
fix: pin examples to compatible engine release
Nickfost aefa7e2
fix(installer): validate the candidate release
Nickfost 2f0ddec
fix: harden desired-state trust boundaries
Nickfost 67fdf67
fix: close controller trust gaps
Nickfost b8d5aac
fix: make drift checks self-contained
Nickfost d962b81
fix: fail closed on incomplete controller state
Nickfost 653d936
fix: validate immutable configuration inputs
Nickfost 2fec277
docs: pin examples to reviewed engine
Nickfost fb674ae
fix: scan desired-state commit contents
Nickfost 9ae4597
docs: advance reviewed example engine
Nickfost 40309be
fix: isolate compose and recover failed drains
Nickfost 64312e8
docs: advance isolated compose engine pin
Nickfost 4f0ae56
fix: make rollback checkpoints transaction-safe
Nickfost 61b9728
docs: advance transaction-safe engine pin
Nickfost 0206d25
fix(installer): repair managed release drift
Nickfost a589eed
fix(config): align schema with engine contract
Nickfost 0a4a54f
docs: advance final reviewed engine pin
Nickfost 8fdc39d
ci(config): verify immutable initializer inputs
Nickfost 25539a3
ci(config): initialize from reviewed engine pin
Nickfost 89d46b8
fix(installer): close final drift and rollback gaps
Nickfost b688df6
test(installer): satisfy literal label lint
Nickfost 959db55
docs: pin final repaired engine
Nickfost 307c455
fix(installer): close runtime trust drift
Nickfost eb8cbbc
docs: pin final trusted runtime engine
Nickfost fe0ce06
fix(secrets): exempt scanner fixtures by path
Nickfost 66f8727
docs: pin final secret-safe engine
Nickfost 6d76f59
test(installer): honor isolated test ownership
Nickfost c71942a
docs: pin final ownership-safe engine
Nickfost a530c6a
fix(installer): reconcile live runtime trust
Nickfost df5a79c
docs: pin final runtime-trust engine
Nickfost 8c51334
fix: harden controller convergence integrity
Nickfost 548ba91
chore: advance reviewed engine pins
Nickfost b1da110
fix: close controller adoption review gaps
Nickfost 058f10d
chore: advance final engine pins
Nickfost 4e4b491
docs: align template with accepted controller scope
Nickfost 47277cf
fix: verify releases and rollback candidates
Nickfost 4291b9b
chore: advance reviewed release integrity pins
Nickfost 0b71755
fix: satisfy rollback shell lint
Nickfost 59a8a7a
chore: advance lint-clean engine pins
Nickfost 254b98a
fix: harden convergence drain lifecycle
Nickfost 8365b3d
chore: advance drain-safe engine pins
Nickfost 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,6 +18,8 @@ _work/ | |
| runner-data/ | ||
| logs/ | ||
| tmp/ | ||
| __pycache__/ | ||
| *.pyc | ||
|
|
||
| # Editors and operating systems | ||
| .vscode/ | ||
|
|
||
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.
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.