-
Notifications
You must be signed in to change notification settings - Fork 330
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
http-api: T6736: move REST API to a node distinct from GraphQL API #4110
Merged
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3ad911a - Browse repository at this point
Copy the full SHA 3ad911aView commit details -
http-api: T6736: separate REST API and GraphQL API activation
The GraphQL API was implemented as an addition to the existing REST API. As there is no necessary dependency, separate the initialization of the respective endpoints. Factor out the REST Pydantic models and FastAPI routes for symmetry and clarity.
Configuration menu - View commit details
-
Copy full SHA for fc9885f - Browse repository at this point
Copy the full SHA fc9885fView commit details -
http-api: T6736: remove routes on config delete
Avoid duplicate entries in the list of routes when adding/deleting endpoints.
Configuration menu - View commit details
-
Copy full SHA for 954be34 - Browse repository at this point
Copy the full SHA 954be34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f7767c - Browse repository at this point
Copy the full SHA 9f7767cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8183e2c - Browse repository at this point
Copy the full SHA 8183e2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8322cc4 - Browse repository at this point
Copy the full SHA 8322cc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40d9663 - Browse repository at this point
Copy the full SHA 40d9663View commit details
Commits on Oct 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7e23fd9 - Browse repository at this point
Copy the full SHA 7e23fd9View commit details
Commits on Oct 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c21fa1f - Browse repository at this point
Copy the full SHA c21fa1fView commit details
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.