-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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: adopt delete app confirmation to new prompt util #20664
feat: adopt delete app confirmation to new prompt util #20664
Conversation
Signed-off-by: pashakostohrys <[email protected]>
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
Signed-off-by: pashakostohrys <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #20664 +/- ##
=========================================
Coverage ? 55.10%
=========================================
Files ? 324
Lines ? 55262
Branches ? 0
=========================================
Hits ? 30451
Misses ? 22196
Partials ? 2615 ☔ View full report in Codecov by Sentry. |
Signed-off-by: pashakostohrys <[email protected]>
Signed-off-by: pashakostohrys <[email protected]>
cmd/argocd/commands/app.go
Outdated
var ( | ||
confirmAll = false | ||
confirm bool = false | ||
) |
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.
nit: should we add data type to both variables to be consistent?
Signed-off-by: pashakostohrys <[email protected]>
Related to: #19528
Here also was a bug related to deletion of multiple resources, it didnt because numOfApps was initialized incorrectly