Skip to content
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(monitored deploy): add basic monitored deploy UI #7426

Conversation

marchello2000
Copy link
Contributor

@marchello2000 marchello2000 commented Sep 24, 2019

  • Add stage execution details for notifyDeploymentStarted and evaluateDeploymentHealth stages
  • Add monitored deploy to selectable strategies
Execution details view


Strategy configuration view

@marchello2000
Copy link
Contributor Author

@erikmunson Would love some help from you on this...

Copy link
Contributor

@christopherthielen christopherthielen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cool beans.

import { HelpField } from 'core/help/HelpField';
import { NgReact } from 'core/reactShims';
import { IServerGroupCommand } from 'core/serverGroup';
import Select, { Option } from 'react-select';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we typically put imports from libraries way up at the top ☝️

</dl>
{deploymentMonitors && (
<div>
<strong>NOTE:</strong> This information is provided by the{' '}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is the {' '} necessary here with the <i> tag following?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i was trying to put a space, and it was giving me a hard time, i removed it and replaced with  


return (
<div className="form-group">
{this.state.deploymentMonitors && (
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you want to learn the newer and totally better way to do forms that is definitely the final way we will ever do forms?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes... someday... :)?

* Add stage execution details for `notifyDeploymentStarted` and `evaluateDeploymentHealth` stages
* Add monitored deploy to selectable strategies
@marchello2000 marchello2000 force-pushed the mark/add_monitored_deploy_views branch from 199b3c0 to fc13ee4 Compare October 1, 2019 04:20
@marchello2000 marchello2000 merged commit b55a49a into spinnaker:master Oct 1, 2019
@marchello2000 marchello2000 deleted the mark/add_monitored_deploy_views branch October 1, 2019 04:47
christopherthielen added a commit to christopherthielen/deck that referenced this pull request Oct 1, 2019
b55a49a feat(monitored deploy): add basic monitored deploy UI (spinnaker#7426)
5e25501 fix(artifacts/bitbucket): Allow updates to bitbucket default artifact text input Allows updates to the artifact text input even when the regex pattern does not match the bitbucket cloud regex Create regex pattern for bitbucket server to match input against Fixes spinnaker/spinnaker#4958
christopherthielen added a commit to christopherthielen/deck that referenced this pull request Oct 1, 2019
b55a49a feat(monitored deploy): add basic monitored deploy UI (spinnaker#7426)
cfe9731 feat(aws): Add copy-to-clipboard button to copy instance id (spinnaker#7388)
christopherthielen added a commit that referenced this pull request Oct 1, 2019
b55a49a feat(monitored deploy): add basic monitored deploy UI (#7426)
5e25501 fix(artifacts/bitbucket): Allow updates to bitbucket default artifact text input Allows updates to the artifact text input even when the regex pattern does not match the bitbucket cloud regex Create regex pattern for bitbucket server to match input against Fixes spinnaker/spinnaker#4958
christopherthielen added a commit that referenced this pull request Oct 1, 2019
b55a49a feat(monitored deploy): add basic monitored deploy UI (#7426)
cfe9731 feat(aws): Add copy-to-clipboard button to copy instance id (#7388)
Jammy-Louie pushed a commit to pivotal/deck that referenced this pull request Oct 2, 2019
* Add stage execution details for `notifyDeploymentStarted` and `evaluateDeploymentHealth` stages
* Add monitored deploy to selectable strategies
Jammy-Louie pushed a commit to pivotal/deck that referenced this pull request Oct 2, 2019
b55a49a feat(monitored deploy): add basic monitored deploy UI (spinnaker#7426)
5e25501 fix(artifacts/bitbucket): Allow updates to bitbucket default artifact text input Allows updates to the artifact text input even when the regex pattern does not match the bitbucket cloud regex Create regex pattern for bitbucket server to match input against Fixes spinnaker/spinnaker#4958
Jammy-Louie pushed a commit to pivotal/deck that referenced this pull request Oct 2, 2019
b55a49a feat(monitored deploy): add basic monitored deploy UI (spinnaker#7426)
cfe9731 feat(aws): Add copy-to-clipboard button to copy instance id (spinnaker#7388)
yunzhangit pushed a commit to yunzhangit/deck that referenced this pull request Mar 28, 2021
* Add stage execution details for `notifyDeploymentStarted` and `evaluateDeploymentHealth` stages
* Add monitored deploy to selectable strategies
yunzhangit pushed a commit to yunzhangit/deck that referenced this pull request Mar 28, 2021
b55a49a feat(monitored deploy): add basic monitored deploy UI (spinnaker#7426)
5e25501 fix(artifacts/bitbucket): Allow updates to bitbucket default artifact text input Allows updates to the artifact text input even when the regex pattern does not match the bitbucket cloud regex Create regex pattern for bitbucket server to match input against Fixes spinnaker/spinnaker#4958
yunzhangit pushed a commit to yunzhangit/deck that referenced this pull request Mar 28, 2021
b55a49a feat(monitored deploy): add basic monitored deploy UI (spinnaker#7426)
cfe9731 feat(aws): Add copy-to-clipboard button to copy instance id (spinnaker#7388)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants