argo-workflows
argo-workflows copied to clipboard
feat(ui): view artifact in archiveworkflow. Fixes #9627 #9772 #9858
Fixes #9627 Fixes #9772 Fixes #9858
Could break the PR into refactor + feat
Please do not open a pull request until you have checked ALL of these:
- [x] Create the PR as draft .
- [x] Run
make pre-commit -B
to fix codegen and lint problems. - [x] Sign-off your commits (otherwise the DCO check will fail).
- [x] Use a conventional commit message (otherwise the commit message check will fail).
- [x] "Fixes #" is in both the PR title (for release notes) and this description (to automatically link and close the issue).
- [x] Add unit or e2e tests. Say how you tested your changes. If you changed the UI, attach screenshots.
- [x] Github checks are green.
- [x] Once required tests have passed, mark your PR "Ready for review".
If changes were requested, and you've made them, dismiss the review to get it reviewed again.