-
Notifications
You must be signed in to change notification settings - Fork 231
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
Let users pause rollouts when editing deployment configs #1129
Let users pause rollouts when editing deployment configs #1129
Conversation
@@ -356,6 +356,11 @@ <h3 class="with-divider">Environment Variables</h3> | |||
</div> | |||
</div> | |||
|
|||
<pause-rollouts-checkbox | |||
deployment="updatedDeploymentConfig" | |||
always-visible="true"> |
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.
was this because you can change the triggers within this page? why not show/hide this depending on whether the dc trigger is enabled?
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.
I thought you might want to pause/resume rollouts in this editor for other reasons (e.g. to keep image change triggers from firing)
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.
ok makes sense
this needs to be rebased, otherwise LGTM |
Add a checkbox to pause rollouts when making changes to a deployment config (or deployment). This lets you make edits without immediately deploying.
8fbbfac
to
2c89c33
Compare
Rebased, no other changes [merge] |
Evaluated for origin web console merge up to 2c89c33 |
Origin Web Console Merge Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_web_console/954/) (Base Commit: 5371b15) |
Add a checkbox to pause rollouts when making changes to a deployment config (or deployment). This lets you make edits without immediately deploying.