dvc commit: add skip option (s) to interactive prompt#10976
Open
Western-1 wants to merge 3 commits intotreeverse:mainfrom
Open
dvc commit: add skip option (s) to interactive prompt#10976Western-1 wants to merge 3 commits intotreeverse:mainfrom
Western-1 wants to merge 3 commits intotreeverse:mainfrom
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10976 +/- ##
==========================================
+ Coverage 90.68% 91.00% +0.31%
==========================================
Files 504 505 +1
Lines 39795 41108 +1313
Branches 3141 3258 +117
==========================================
+ Hits 36087 37409 +1322
- Misses 3042 3062 +20
+ Partials 666 637 -29 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This PR adds a skip (
s) option to the interactive prompt duringdvc commit.Previously, users could only confirm (
y) or abort (n), which cancelled the entire process.Now, users can skip specific stages while continuing to commit others in the queue.
Implementation details:
prompt.confirmwithui.promptto support multiple choices (y,n,s).commitfunction to handle the skip (s) action by continuing the loop.Related Issue
Fixes #10974
Type of changes
Checklist