fix(frontend): fixes filter pipeline text box shows error when typing anything in it. Fixes #10241
fixes filter pipeline text box shows error when typing anything in it.
fix for issue #10241.
just did small change to use the V2 code instead the V1
Hi @ElayAharoni. Thanks for your PR.
I'm waiting for a kubeflow member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test label.
I understand the commands that are listed here.
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.
/ok-to-test
/ok-to-test
Add /rerun-all comment to run the actions
/rerun-all
please if someone can review the PR when possible. @zijianjoy , @HumairAK
@ElayAharoni Take a look at my comment on the original issue https://github.com/kubeflow/pipelines/issues/10241#issuecomment-2292023909
While this does fix the create run page, it will break the clone from run page.
Steps to reproduce with your change.
- Open Runs page.
- Click on an existing pipeline Run
- Click "Clone Run"
- Click "Choose" on the pipeline (or experiment).
- Enter search text.
@boarder7395 I was unable to reproduce your issue with clone run, can you describe what your environment a bit more? (let's discuss the pr implementation and any issues associated with it, in this thread)
I tried this on standalone and it seemed to work fine:
Before:
After:
With clone run:
@HumairAK You're right I was using clone from run with a pipeline created in V1.
When I use a V2 pipeline the functionality works as expected. I can understand merging this since it does solve the "Create Run" issue, which we've actually implemented on our fork as well, since that is a bigger issue than it breaking the "Clone from V1 Pipeline" page.
Should I open a separate issue on the broken "Clone from v1 pipeline" search field?
Also what tool are you using for browser recording, that would be super helpful for future issues.
@boarder7395
Should I open a separate issue on the broken "Clone from v1 pipeline" search field?
If we merge this I think we would need a follow up issue for resolving search fields for when v1 pipelines are present. I've prompted @zijianjoy for suggestions here, so let's wait for a response.
Also what tool are you using for browser recording, that would be super helpful for future issues.
I'm on linux, and use a tool called peek, it's a super basic tool, but it certainly fits my needs 😄
/lgtm /approve
Sounds good to me for fixing V2 scenario first. Please feel free to create a separate issue if mixing with V1 pipeline causing problem.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: zijianjoy
The full list of commands accepted by this bot can be found here.
The pull request process is described here
- ~~frontend/OWNERS~~ [zijianjoy]
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment