Skip to content
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
merged 9 commits into from
Oct 4, 2024

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    3ad911a View commit details
    Browse the repository at this point in the history
  2. 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.
    jestabro committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    fc9885f View commit details
    Browse the repository at this point in the history
  3. http-api: T6736: remove routes on config delete

    Avoid duplicate entries in the list of routes when adding/deleting
    endpoints.
    jestabro committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    954be34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f7767c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8183e2c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8322cc4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    40d9663 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    7e23fd9 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    c21fa1f View commit details
    Browse the repository at this point in the history