-
Notifications
You must be signed in to change notification settings - Fork 667
feat: Add Deployment History Tab (#1950) #11439
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: Add Deployment History Tab (#1950) #11439
Conversation
1086ab1 to
38f343f
Compare
38f343f to
0707e03
Compare
0707e03 to
f052db9
Compare
|
Hi @vikram-raj , could you please review and approve this? We want to get this in for 4.11. Thanks. |
|
/retest |
frontend/packages/gitops-plugin/src/components/history/GitOpsDeploymentHistory.scss
Outdated
Show resolved
Hide resolved
frontend/packages/gitops-plugin/src/components/history/GitOpsDeploymentHistoryTableHeader.tsx
Outdated
Show resolved
Hide resolved
frontend/packages/gitops-plugin/src/components/history/GitOpsDeploymentHistory.tsx
Outdated
Show resolved
Hide resolved
frontend/packages/gitops-plugin/src/components/history/GitOpsDeploymentHistory.tsx
Outdated
Show resolved
Hide resolved
frontend/packages/gitops-plugin/src/components/history/GitOpsDeploymentHistory.tsx
Outdated
Show resolved
Hide resolved
frontend/packages/gitops-plugin/src/components/history/GitOpsDeploymentHistory.tsx
Outdated
Show resolved
Hide resolved
frontend/packages/gitops-plugin/src/components/details/GitOpsDetailsPageHeading.scss
Outdated
Show resolved
Hide resolved
frontend/packages/gitops-plugin/src/components/details/GitOpsDetailsPageHeading.scss
Outdated
Show resolved
Hide resolved
frontend/packages/gitops-plugin/src/components/history/GitOpsDeploymentHistory.tsx
Outdated
Show resolved
Hide resolved
frontend/packages/gitops-plugin/src/components/history/GitOpsDeploymentHistoryTableHeader.tsx
Outdated
Show resolved
Hide resolved
frontend/packages/gitops-plugin/src/components/history/GitOpsDeploymentHistory.tsx
Outdated
Show resolved
Hide resolved
32b4195 to
cc21c11
Compare
vikram-raj
left a comment
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.
Thanks @keithchong, I verified it, and works as expected.
can you please squash the commits
Signed-off-by: Keith Chong <kykchong@redhat.com>
cc21c11 to
c25aef1
Compare
vikram-raj
left a comment
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.
/lgtm
|
@keithchong: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
vikram-raj
left a comment
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.
/label qe-approved
|
Hi @RickJWagner , could you please add the Edit: please disregard the above. I've added the labels The epic https://issues.redhat.com/browse/GITOPS-1269 has the doc-ack and px-ack labels and we have a story to update the docs in kam. |
|
/label docs-approved |
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.
/approve
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jerolimov, keithchong, vikram-raj The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/label px-approved |
This PR is to add the Deployment History to the details page of an application. See GitOps Story 1950 for screenshots, videos, and details. This also includes the changes for 1891, to move the Details Overview page to an Overview tab.
Signed-off-by: Keith Chong kykchong@redhat.com