-
Notifications
You must be signed in to change notification settings - Fork 71
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
feat(check): Allow to only check trees+packs for given snapshots #1230
Merged
Conversation
This file contains 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
simonsan
changed the title
feat: check: Allow to only check trees+packs for given snapshots
feat(check): Allow to only check trees+packs for given snapshots
Sep 8, 2024
simonsan
added
the
S-blocked
Status: Blocked from merging/working on due to some issue
label
Sep 18, 2024
simonsan
removed
the
S-blocked
Status: Blocked from merging/working on due to some issue
label
Oct 2, 2024
Unblocked after merging #1282 |
simonsan
added
C-enhancement
Category: New feature or request
A-commands
Area: Related to commands in `rustic`
S-waiting-for-review
Status: PRs waiting for review
labels
Oct 2, 2024
aawsome
commented
Oct 2, 2024
simonsan
force-pushed
the
upgrade-check
branch
from
October 2, 2024 18:09
68a41fc
to
b8f0a3a
Compare
simonsan
approved these changes
Oct 2, 2024
Merged
simonsan
added a commit
that referenced
this pull request
Oct 2, 2024
see #251 Co-authored-by: simonsan <[email protected]>
github-merge-queue bot
pushed a commit
that referenced
this pull request
Oct 3, 2024
## 🤖 New release * `rustic-rs`: 0.9.0 -> 0.9.1 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.9.1](v0.9.0...v0.9.1) - 2024-10-03 ### Added - *(config)* add more filters ([#1263](#1263)) - *(check)* Allow to only check trees+packs for given snapshots ([#1230](#1230)) - *(commands)* add a `docs` command to easily access the user, dev and config documentation ([#1276](#1276)) ### Fixed - *(docs/cli)* improve the descriptions of the CLI commands ([#1277](#1277)) - *(deps)* update rustic_core and other dependencies and fix merge precedence ([#1282](#1282)) - *(docs)* update configuration documentation to align with recent changes ([#1280](#1280)) ### Other - *(deps)* upgrade dependencies ([#1289](#1289)) - add triage label to new issues only if no label has been set when creating it ([#1287](#1287)) - *(interactive)* use update methods for refreshing snapshots ([#1285](#1285)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). Co-authored-by: rustic-release-plz[bot] <182542030+rustic-release-plz[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
see #251