-
Notifications
You must be signed in to change notification settings - Fork 43
Moved /job routes in train.py to /experiment/jobs.py #659
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
Conversation
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
|
Is there a corresponding frontend PR that changes the app to use these routes in their new location? |
I haven't started a PR on the frontend yet |
…ab-api into add/move-job-to-experiment-jobs
…transformerlab/transformerlab-api into add/move-job-to-experiment-jobs
|
Maybe for now we should set this to draft or "[WIP]". I don't think we can merge until frontend is updated at the same time. I was worried that this might not be possible because I thought we had a page on frontend where you could view jobs from outside the scope of an experiment...but I looked at ViewJobsTav.tsx and looks like it should be OK! |
Oh never mind. I just saw your PR on the app! Sorry! |
|
Oh. Sorry I forgot to mention the frontend PR here, if we require any changes on the PR on frontend, will make that change and possibly we can get this merged today ? |
…ab-api into add/move-job-to-experiment-jobs
Will test this out! |
deep1401
left a comment
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.
Awaiting frontend changes on this one and then will approve this one so we merge both together
|
(Otherwise everything looks good) |
…ab-api into add/move-job-to-experiment-jobs
…transformerlab/transformerlab-api into add/move-job-to-experiment-jobs
I approved the frontend from my side. I think Tony still might need to do an approval as he also requested changes. You might want to fix the failing test on here? I think its because of the changed route now |
…ab-api into add/move-job-to-experiment-jobs
…transformerlab/transformerlab-api into add/move-job-to-experiment-jobs
|
@dadmobile @deep1401 Tests passed! |
Fixes transformerlab/transformerlab-app#725