-
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 two of the missing invocation routes to FastAPI #17237
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
mvdbeek
reviewed
Jan 2, 2024
heisner-tillman
force-pushed
the
invocations_
branch
from
January 6, 2024 12:51
534072f
to
ebd3e71
Compare
mvdbeek
reviewed
Jan 7, 2024
mvdbeek
reviewed
Jan 7, 2024
heisner-tillman
force-pushed
the
invocations_
branch
2 times, most recently
from
January 11, 2024 14:24
6adb682
to
e69078c
Compare
mvdbeek
reviewed
Jan 11, 2024
mvdbeek
reviewed
Jan 11, 2024
heisner-tillman
force-pushed
the
invocations_
branch
2 times, most recently
from
January 14, 2024 11:52
45dbff0
to
6630653
Compare
heisner-tillman
force-pushed
the
invocations_
branch
from
January 14, 2024 14:28
9f589f1
to
6630653
Compare
mvdbeek
reviewed
Jan 15, 2024
mvdbeek
reviewed
Jan 15, 2024
mvdbeek
reviewed
Jan 15, 2024
mvdbeek
reviewed
Jan 15, 2024
mvdbeek
reviewed
Jan 15, 2024
heisner-tillman
force-pushed
the
invocations_
branch
from
January 16, 2024 11:53
6630653
to
03a04c0
Compare
heisner-tillman
changed the title
Refactor the missing invocation routes to FastAPI
Refactor two of the missing invocation routes to FastAPI
Jan 16, 2024
Thank you, great work as usual @heisner-tillman! |
This PR was merged without a "kind/" label, please correct. |
bgruening
added
the
kind/refactoring
cleanup or refactoring of existing code, no functional changes
label
Jan 16, 2024
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 and continues the work done in #16707.
Summary
/api/invocations/from_store
/api/invocations
/api/workflows/{workflow_id}/invocations
/api/workflows/{workflow_id}/usage
How to test the changes?
You can find the interactive API documentation here: http://127.0.0.1:8080/api/docs#/workflows