-
Notifications
You must be signed in to change notification settings - Fork 11
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
chore(ws): restructure frontend and setup navigation #67
chore(ws): restructure frontend and setup navigation #67
Conversation
b53f8d2
to
38cb94e
Compare
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.
@Griffin-Sullivan overall looks good.
Do you mind to run npm audit fix in your PR? I got here and automatically fixed all vulnerabilities.
https://gist.github.com/ederign/6736f23cf5814328e92e07a8a95711b8
38cb94e
to
2dd9694
Compare
/lgtm thank you so much Griffin! Let's move forward and work on the next PR |
/lgtm |
@Griffin-Sullivan @ederign I think something about what you changed requires the frontend test GitHub workflow to be updated: It's probably best if we try and get it to pass before merging, unless you have already started another PR based on this one. |
2dd9694
to
ce804bb
Compare
Do I need to become a member of Kubeflow for the workflow to run without approval? |
@Griffin-Sullivan, no once you get your first PR merged on the repo it will be fine. I just approved it for now. |
apparently no tests == fail..... I'll add back the Jest test I removed and then re-remove when I add Cypress in the next PR. |
ce804bb
to
1605d81
Compare
Ok so instead I actually removed the test run step from the GitHub Action since the test is out of date and there's no point to add tests right now when we will start that in the next PR. |
@Griffin-Sullivan it looks like the CI is still failing, cant you just add a nothing test, and ensure that all the other steps in the GitHub workflow succeed? That will make it easier when we add new tests. |
I could but I see that as pointless work when I could just fix the github action. Looks like I accidentally removed an npm command that should've stayed. |
Signed-off-by: Griffin-Sullivan <gsulliva@redhat.com>
1605d81
to
a493e58
Compare
Ok fairly confident in this one 😆 |
@Griffin-Sullivan we can merge this for now, but please remember to re-add the test call in the github action in your next PR, otherwise we will probably forget. /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ederign, thesuperzapper 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 |
Restructuring the frontend to have the right directory layout. I also updated some things like README, package.json, tsconfig, webpack config, and added routes / navigation.
Most of this reflects how model registry is set up.