-
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
Refactor the route POST: /api/tools
to FastAPI
#17295
Draft
heisner-tillman
wants to merge
52
commits into
galaxyproject:dev
Choose a base branch
from
heisner-tillman:tools
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
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
github-actions
bot
added
area/testing
area/API
area/tool-framework
area/testing/api
labels
Jan 15, 2024
heisner-tillman
force-pushed
the
tools
branch
8 times, most recently
from
January 25, 2024 09:57
f0c50aa
to
05629e6
Compare
heisner-tillman
force-pushed
the
tools
branch
from
January 26, 2024 21:13
05629e6
to
f72d7cb
Compare
heisner-tillman
force-pushed
the
tools
branch
from
February 3, 2024 19:49
f72d7cb
to
7892941
Compare
mvdbeek
reviewed
Feb 7, 2024
mvdbeek
reviewed
Feb 7, 2024
heisner-tillman
force-pushed
the
tools
branch
from
February 8, 2024 10:19
83c6767
to
e041df7
Compare
heisner-tillman
force-pushed
the
tools
branch
3 times, most recently
from
February 18, 2024 09:45
41a4b5e
to
abd26a3
Compare
heisner-tillman
force-pushed
the
tools
branch
from
February 26, 2024 17:20
abd26a3
to
5a7b4f3
Compare
@heisner-tillman can you fix the conflict? You might resolve it just by regenerating the schema again. |
heisner-tillman
force-pushed
the
tools
branch
2 times, most recently
from
March 28, 2024 11:02
b644a37
to
3afc2fd
Compare
…on as uuid via the pydantic model, as it is expected to be of this type further down the line
… the execute operation
…ion from the tools API
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
/api/tools
How to test the changes?
You can find the interactive API documentation here: http://127.0.0.1:8080/api/docs#/tools/execute_form_api_tools_post
License