-
Notifications
You must be signed in to change notification settings - Fork 178
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
Pipeline task node details link to execution #2858
Pipeline task node details link to execution #2858
Conversation
ce7d340
to
fb475f7
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2858 +/- ##
==========================================
+ Coverage 77.50% 78.08% +0.58%
==========================================
Files 1110 1094 -16
Lines 23482 23256 -226
Branches 5917 5879 -38
==========================================
- Hits 18199 18160 -39
+ Misses 5283 5096 -187
... and 54 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
...d/src/concepts/pipelines/content/pipelinesDetails/pipelineRun/SelectedNodeInputOutputTab.tsx
Show resolved
Hide resolved
...d/src/concepts/pipelines/content/pipelinesDetails/pipelineRun/SelectedNodeInputOutputTab.tsx
Outdated
Show resolved
Hide resolved
...d/src/concepts/pipelines/content/pipelinesDetails/pipelineRun/SelectedNodeInputOutputTab.tsx
Outdated
Show resolved
Hide resolved
2b44d78
to
41fe2f1
Compare
...d/src/concepts/pipelines/content/pipelinesDetails/pipelineRun/SelectedNodeInputOutputTab.tsx
Outdated
Show resolved
Hide resolved
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
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Gkrumbach07 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Closes: RHOAIENG-7545
Description
Added link to execution details page in the right drawer inside Input/Output tab.
Screencast.from.2024-05-29.20-46-10.mp4
How Has This Been Tested?
Create a run or expirement, and click on one of the node to find the Execution name in the right drawer inside Input/Output tab.
Clicking on the execution name will take you to the node details page.
Test Impact
Added unit test.
Request review criteria:
Self checklist (all need to be checked):
If you have UI changes:
After the PR is posted & before it merges:
main
@yannnz