pipelines icon indicating copy to clipboard operation
pipelines copied to clipboard

fix(frontend): fixes filter pipeline text box shows error when typing anything in it. Fixes #10241

Open ElayAharoni opened this issue 1 year ago • 10 comments

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

ElayAharoni avatar Aug 13 '24 15:08 ElayAharoni

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.

google-oss-prow[bot] avatar Aug 13 '24 15:08 google-oss-prow[bot]

/ok-to-test

hbelmiro avatar Aug 13 '24 15:08 hbelmiro

/ok-to-test

Add /rerun-all comment to run the actions

andreyvelich avatar Aug 13 '24 16:08 andreyvelich

/rerun-all

ElayAharoni avatar Aug 13 '24 23:08 ElayAharoni

please if someone can review the PR when possible. @zijianjoy , @HumairAK

ElayAharoni avatar Aug 15 '24 08:08 ElayAharoni

@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 avatar Aug 15 '24 19:08 boarder7395

@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: pipeline-search-err-before

After: pipeline-search-err-after

With clone run: pipeline-search-err-after-clone-run

HumairAK avatar Aug 15 '24 19:08 HumairAK

@HumairAK You're right I was using clone from run with a pipeline created in V1. image

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 avatar Aug 16 '24 02:08 boarder7395

@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 😄

HumairAK avatar Aug 16 '24 13:08 HumairAK

/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.

zijianjoy avatar Sep 03 '24 23:09 zijianjoy

[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

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment Approvers can cancel approval by writing /approve cancel in a comment

google-oss-prow[bot] avatar Sep 03 '24 23:09 google-oss-prow[bot]