-
-
Notifications
You must be signed in to change notification settings - Fork 69
Sync dev to main #169
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
Closed
Sync dev to main #169
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
d79c0ed
test(orchestrator): maximize coverage for network_apply
tis24dev 6e37862
ci: bump the actions-updates group across 1 directory with 2 updates …
dependabot[bot] e2ec610
backup/pve: clarify datastore skip logs
tis24dev fc0aed4
feat(webhook): optional Discord content fallback for embed-only messages
tis24dev 55cad47
Revert "feat(webhook): optional Discord content fallback for embed-on…
tis24dev d46db6b
Update go.mod
tis24dev c6bfbb1
Harden restore decisions against untrusted backup metadata
tis24dev 1f45f1b
Enforce staged backup checksum verification in restore/decrypt flows
tis24dev e5992cc
fix(orchestrator): preserve staged network symlinks
tis24dev dbf61c7
fix(orchestrator): harden restore path validation against broken syml…
tis24dev e612754
fix(backup): sanitize datastore and storage path segments
tis24dev 036e573
fix(io): bound timed fs and input goroutine buildup
tis24dev 74b5123
fix(orchestrator): preserve operational restore errors during path va…
tis24dev 78dd8cb
Separate PBS override scan roots from real datastore identities.
tis24dev 9e0fe52
fix(orchestrator): resolve symlinked base dirs before validating rela…
tis24dev 86958be
fix(safefs): harden timeout test cleanup and limiter capture
tis24dev 36a84d6
fix(input): preserve completed inflight reads across retries
tis24dev fbec12f
fix(pbs): disambiguate datastore output keys across CLI and overrides
tis24dev d8a0392
test(input): assert inflight cleanup after completed retry consumption
tis24dev ae39ceb
fix(safefs): return TimeoutError when deadline expires before run
tis24dev 3539f19
fix(restore): validate compatibility before full restore fallback
tis24dev 9f3d978
fix(orchestrator): bound restore metadata reads
tis24dev 8cbef16
fix(orchestrator): validate staged network symlink targets
tis24dev 5f910fe
fix(orchestrator): validate symlink targets in firewall staged sync
tis24dev 5f22466
fix(orchestrator): recognize full Proxmox system names
tis24dev 7d29083
fix(orchestrator): validate raw backup checksums during discovery
tis24dev f86c94c
test: add PBS datastore status filename collision regression coverage
tis24dev 160a442
fix(pbs): always apply datastore path overrides without CLI discovery
tis24dev 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use the assigned datastore output key for status snapshots.
assignUniquePBSDatastoreOutputKeys(datastores)is effectively ignored here because the status filename is still derived fromds.pathKey(). If two entries collapse to the same path key, the laterdatastore_*_status.jsonoverwrites the earlier one, which drops datastore metadata and defeats the collision handling this PR adds.Also applies to: 400-403
🤖 Prompt for AI Agents