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

Cleanup react routing and update upload page wording #84

Merged
merged 2 commits into from
Jun 10, 2021
Merged

Cleanup react routing and update upload page wording #84

merged 2 commits into from
Jun 10, 2021

Conversation

drewbutlerbb4
Copy link
Contributor

Cleanup react routing to make it more readable, as well as to set up two future PRs around an added 404 page for missed routes and reworking the server routing.

Also,
Resolves: #56

@mlx-bot mlx-bot requested review from Tomcli and yhwang June 9, 2021 17:49
render={({match, location}) =>
<IframePage
title="KFP Experiments"
path={KFP + "/_/pipeline/?ns=mlx#/experiments" + window.location.pathname.substring(window.location.pathname.indexOf("/experiments")+12)}
Copy link
Member

@yhwang yhwang Jun 9, 2021

Choose a reason for hiding this comment

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

need to use "/_/pipeline/?ns=mlx#/experiments" for kfp v1.3. I also open an issue for this: #77

this is moved to your new code at line:331

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks @yhwang, didn't see that you had updated that already.

Signed-off-by: Andrew-Butler <[email protected]>
Copy link
Member

@yhwang yhwang left a comment

Choose a reason for hiding this comment

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

good for the condition aggregation!
/lgtm

@mlx-bot
Copy link
Collaborator

mlx-bot commented Jun 10, 2021

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: drewbutlerbb4, yhwang

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:
  • OWNERS [drewbutlerbb4,yhwang]

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

@mlx-bot mlx-bot merged commit 9723caa into machine-learning-exchange:main Jun 10, 2021
Tomcli added a commit that referenced this pull request Jun 11, 2021
Tomcli added a commit that referenced this pull request Jun 12, 2021
@Tomcli
Copy link
Member

Tomcli commented Jun 12, 2021

/reopen

@mlx-bot
Copy link
Collaborator

mlx-bot commented Jun 12, 2021

@Tomcli: Failed to re-open PR: state cannot be changed. The pull request cannot be reopened.

In response to this:

/reopen

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.

@Tomcli
Copy link
Member

Tomcli commented Jun 12, 2021

@drewbutlerbb4 FYI I need to revert this PR because it broke the details page during login, can you open a new PR for this? Thanks.

@Tomcli
Copy link
Member

Tomcli commented Jun 12, 2021

you can reproduce the error when you run the quickstart.sh with your images.

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

Successfully merging this pull request may close these issues.

UI to upload assets shows plural labels when singular is required
4 participants