Skip to content
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

Support cloning runs created with an embedded pipeline #465

Merged
merged 3 commits into from
Dec 4, 2018

Conversation

yebrahim
Copy link
Contributor

@yebrahim yebrahim commented Dec 4, 2018

Fixes #75.

This PR adds cloning functionality in the NewRun component to support copying an embedded pipeline in the original run. When such a pipeline is found, switch controls show up (radio button group for now) to allow switching between the cloned run's pipeline, and choosing from the pipeline list.

image

@ajayalfred can you take a look at this? I needed something working that is still usable, feel free to change the design. I won't block the PR on the potential redesign though, we can iterate on it later.


This change is Reviewable

@yebrahim
Copy link
Contributor Author

yebrahim commented Dec 4, 2018

/test build-image

@yebrahim
Copy link
Contributor Author

yebrahim commented Dec 4, 2018

/test presubmit-e2e-test

1 similar comment
@yebrahim
Copy link
Contributor Author

yebrahim commented Dec 4, 2018

/test presubmit-e2e-test

@@ -446,7 +480,6 @@ class NewRun extends Page<{}, NewRunState> {
return;
}
pipeline.parameters[index].value = value;
// TODO: is this doing anything?
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: it's not enough to change the object on the state, setState has to be called in order to update it in the UI.

Copy link
Contributor

@rileyjbauer rileyjbauer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rileyjbauer

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

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rileyjbauer

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

@yebrahim
Copy link
Contributor Author

yebrahim commented Dec 4, 2018

/test presubmit-e2e-test

@k8s-ci-robot k8s-ci-robot merged commit efcb7df into master Dec 4, 2018
@yebrahim yebrahim deleted the yebrahim/clone-pipeline-spec branch December 4, 2018 23:38
@yebrahim yebrahim restored the yebrahim/clone-pipeline-spec branch December 5, 2018 01:36
@yebrahim yebrahim deleted the yebrahim/clone-pipeline-spec branch December 5, 2018 01:53
magdalenakuhn17 pushed a commit to magdalenakuhn17/pipelines that referenced this pull request Oct 22, 2023
* get started testing virtualservice

* add transformer and explainer tests

* rename to component status map
HumairAK pushed a commit to red-hat-data-services/data-science-pipelines that referenced this pull request Mar 11, 2024
Updating a few SDK files remaining after kubeflow#463

Related kubeflow#463
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants