-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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 <pavel@codefresh.io>
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
Signed-off-by: pashakostohrys <pavel@codefresh.io>
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 <pavel@codefresh.io>
Signed-off-by: pashakostohrys <pavel@codefresh.io>
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 <pavel@codefresh.io>
* feat: adopt delete app confirmation to new prompt util Signed-off-by: pashakostohrys <pavel@codefresh.io> * feat: adopt delete app confirmation to new prompt util Signed-off-by: pashakostohrys <pavel@codefresh.io> * feat: adopt delete app confirmation to new prompt util Signed-off-by: pashakostohrys <pavel@codefresh.io> * feat: adopt delete app confirmation to new prompt util Signed-off-by: pashakostohrys <pavel@codefresh.io> * chore: remove type where it is not needed Signed-off-by: pashakostohrys <pavel@codefresh.io> --------- Signed-off-by: pashakostohrys <pavel@codefresh.io> Signed-off-by: Adrian Aneci <aneci@adobe.com>
Related to: #19528
Here also was a bug related to deletion of multiple resources, it didnt because numOfApps was initialized incorrectly