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(kubernetes): Add deployment status to Run Job stage UI #8331

Merged
merged 4 commits into from Jun 9, 2020

Conversation

evansb
Copy link
Contributor

@evansb evansb commented Jun 4, 2020

Fixes spinnaker/spinnaker#5793

This PR adds Deploy Status tab to Run Job execution details. It does so by reusing DeployStatus component from Deploy Manifest stage similar to Patch Manifest stage.

I have done some manual testing against our Spinnaker installation.

Screenshot 2020-06-04 at 10 57 57 PM

There is a refactoring opportunity after this PR is merged since DeployStatus would have been used by 3 different components, it can be moved out from deployManifest directory since it is no longer internal to that stage.

Copy link
Contributor

@maggieneterval maggieneterval left a comment

Choose a reason for hiding this comment

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

Thanks, @evansb! Appreciate that you tested this against your Spinnaker installation. And +1 to pulling out the DeployStatus component since it is no longer in use exclusively by the Deploy stage.

@maggieneterval maggieneterval added the ready to merge Reviewed and ready for merge label Jun 9, 2020
@mergify mergify bot merged commit 4b43e56 into spinnaker:master Jun 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready to merge Reviewed and ready for merge target-release/1.21
Projects
None yet
4 participants