-
Notifications
You must be signed in to change notification settings - Fork 167
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 experiments #1406
Pipeline experiments #1406
Conversation
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.
Well done. I like the design of the rendering. Left a few comments, nothing too critical or anything.
Need to test it out, this was just a code review.
frontend/src/concepts/pipelines/content/tables/experiments/ExperimentActions.tsx
Outdated
Show resolved
Hide resolved
frontend/src/concepts/pipelines/content/tables/experiments/ExperimentsTable.tsx
Outdated
Show resolved
Hide resolved
frontend/src/concepts/pipelines/content/tables/experiments/ExperimentsTable.tsx
Show resolved
Hide resolved
frontend/src/concepts/pipelines/content/tables/pipelineRun/PipelineRunTableToolbar.tsx
Outdated
Show resolved
Hide resolved
frontend/src/concepts/pipelines/content/tables/pipelineRun/PipelineRunTableToolbar.tsx
Show resolved
Hide resolved
frontend/src/concepts/pipelines/content/tables/pipelineRunJob/PipelineRunJobTable.tsx
Outdated
Show resolved
Hide resolved
frontend/src/concepts/pipelines/content/tables/pipelineRunJob/PipelineRunJobTableToolbar.tsx
Outdated
Show resolved
Hide resolved
Bug: if you create an experiment through the create experiment button on the experiment view... it does not auto appear. You need to navigate away and back. It should auto pop up. |
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.
There seems to be a delete refresh issue.
- Create an experiment and fill it with both scheduled and triggered run
- Move both tabs over to experiment view
- Delete the experiment on one tab, navigate to the other
It doesn't say deleted
I moved the experiment state to the top where the tabs meet so now each tab shares the same data.fixes a few issues with reloading too much as well |
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.
Code is looking good... will have to test it tomorrow.
I will rebase monday |
/hold This will need to be redirected to |
update linting, add label, fix create cleaned up table logic fixed stale data
0b2aec8
to
fd78824
Compare
/unhold |
/retest |
/test Delete quay image on PR closed / delete-pr-quay-image (pull_request) |
@Gkrumbach07: No presubmit jobs available for opendatahub-io/odh-dashboard@incubation In response to this:
Instructions 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. |
Because it's not refreshing on its own
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andrewballantyne 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: #1115
Description
Triggered with default experiment
empty experiment
experiment with runs
delete modal
How Has This Been Tested?
Test Impact
pipelines tests are in issues
cc @kywalker-rh
Request review criteria: