-
-
Notifications
You must be signed in to change notification settings - Fork 1.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(core): Add pre_uninstall and post_uninstall hooks #4957
feat(core): Add pre_uninstall and post_uninstall hooks #4957
Conversation
Signed-off-by: Chawye Hsu <chawyehsu@hotmail.com>
Signed-off-by: Chawye Hsu <chawyehsu@hotmail.com>
What's the advantage of this over |
|
Also, the function signature and body for |
Basically they have all the same functionality as the Therefore to me they make sense semantically.
It's ok to do such refactoring. |
Just an FYI, 34 of this bucket's ~300 manifiests use |
Signed-off-by: Chawye Hsu <chawyehsu@hotmail.com>
Description
Introducing
pre_uninstall
andpost_uninstall
hooks.Motivation and Context
Closes #1868
Closes #4218
How Has This Been Tested?
hooktest1.json
hooktest2.json
Checklist:
develop
branch.