-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Migrate a part of the jobs API to Fast API #16778
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
heisner-tillman
force-pushed
the
jobs
branch
5 times, most recently
from
October 9, 2023 18:26
0c57bb9
to
3532d00
Compare
heisner-tillman
force-pushed
the
jobs
branch
5 times, most recently
from
October 20, 2023 16:47
a96bd90
to
01c0e20
Compare
heisner-tillman
force-pushed
the
jobs
branch
5 times, most recently
from
October 30, 2023 09:02
3a439cb
to
0275657
Compare
davelopez
reviewed
Nov 1, 2023
heisner-tillman
commented
Nov 6, 2023
heisner-tillman
commented
Nov 6, 2023
heisner-tillman
commented
Nov 6, 2023
heisner-tillman
commented
Nov 6, 2023
heisner-tillman
commented
Nov 6, 2023
mvdbeek
reviewed
Nov 8, 2023
Thanks a lot @heisner-tillman, this is shaping up very nicely! |
heisner-tillman
force-pushed
the
jobs
branch
2 times, most recently
from
November 11, 2023 17:46
816e6d3
to
fd7263b
Compare
mvdbeek
reviewed
Nov 13, 2023
This is a remnant from the old routes setup that would automatically create thr CRUD methods ... much better to just drop this.
mvdbeek
approved these changes
Nov 21, 2023
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.
Very nice work, thanks so much @heisner-tillman!
This PR was merged without a "kind/" label, please correct. |
davelopez
added
the
kind/refactoring
cleanup or refactoring of existing code, no functional changes
label
Nov 22, 2023
nsoranzo
reviewed
Nov 23, 2023
nsoranzo
added a commit
to nsoranzo/galaxy
that referenced
this pull request
Dec 4, 2023
Fix 500 response when searching jobs via API as seen in BioBlend tests on release_23.2 and dev, e.g.: https://github.com/galaxyproject/bioblend/actions/runs/7090125691/job/19296402084#step:10:3256 Broken in galaxyproject#16778 .
4 tasks
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a part of #10889.
Summary
How to test the changes?
You can find the interactive API documentation here: http://127.0.0.1:8080/api/docs#/jobs
License