-
Notifications
You must be signed in to change notification settings - Fork 428
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: local files generated by svc and pipeline are not deleted #1034
Conversation
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.
LGTM! Just a few small things -- also do you think it'd be helpful to modify the long description of the various delete commands to mention that the local files will be persisted?
Also, would you mind adding some manual output (unless the e2e tests cover this). Thanks!!
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.
LGTM and +1 to Hsinghui's comment to have our e2e tests covering this.
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.
Awesome, I love all these deletions :D
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.
ship it:shipit: feel free to remove the tag after fixing remaining comments
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.
Yay~ Thank you!
Added e2e tests. Had to reinitialize app and svc inside the test files since my tests revolves around not deleting local files (expect .workspace) when running `app delete` and `svc delete`. Addresses #1034 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Addresses #1031, #800
Summary
svc delete
pipeline delete
app delete
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
TODO:
e2e testing