-
Notifications
You must be signed in to change notification settings - Fork 30
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: ACNA-1602 - add new flag to prevent action code deployment #537
feat: ACNA-1602 - add new flag to prevent action code deployment #537
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.
see threaded comments for changes
@arjuncooliitr 1 unit test failure - can you fix so we can add this for a potential Monday release? |
Codecov Report
@@ Coverage Diff @@
## master #537 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 53 53
Lines 2812 2813 +1
Branches 527 527
=========================================
+ Hits 2812 2813 +1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
It looks like it, but can you verify that these are supported? Update the params for action1 only ( assume there are many actions in the project ) Update the params and deploy action1 only ( many actions in project ) |
I tried to verify using a test app builder app having 2 actions. Say action1 and action2.
So, I think it works as desired |
Update: We are still looking over semantics. Discussion and final decision needed before merging. |
@arjuncooliitr can you fix up the conflict? thanks! |
@purplecabbage Sorry this has been long overdue 😅 but you mentioned long back that you had some thoughts regarding the semantics of this flag, so we didn't merge and kept it on hold. |
@shazron, resolved the conflict thanks! |
@arjuncooliitr can you resolve the new conflict? |
This is being closed in favor of updated documentation. This pull request was well implemented, however the convenience was deemed to potentially lead to developers overwriting actions as the command syntax was awkward. |
Description
--[no-]action-code flag added to the aio-cli-plugin-app deploy command to prevent action code deployment
Pre-requisite
Related Issue
Closes #538
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: