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

feat(sdks): implement SDK-specific API customizations #191

Merged
merged 7 commits into from
Sep 13, 2024

Commits on Sep 5, 2024

  1. feat(sdks): implement SDK-specific API customizations

    This commit introduces several SDK-specific OpenAPI configurations to the runner
    API configuration. These customizations will enhance the SDKs we are planning
    to release.
    rickstaa committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    c13d15d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0293c8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d8e5fb View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. chore: generate OpenAPI spec and golang bindings

    This commit generates the OpenAPI spec and golang bindings so that they
    contain the new SDK specific parameters.
    rickstaa committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    c7b78a6 View commit details
    Browse the repository at this point in the history
  2. refactor(runner): remove redundant response definition

    This commit removes a redundant response definition in the T2I route.
    rickstaa committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    73ba3e4 View commit details
    Browse the repository at this point in the history
  3. refactor(runner): improve health route operation_id

    This commit ensures that the health route related classes are shortened
    from HealthHealthGet to just Health.
    rickstaa committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    955e411 View commit details
    Browse the repository at this point in the history
  4. fix: apply API class changes to worker

    This commit ensures that the SDK specific OpenAPI changes are reflected
    in the worker code.
    rickstaa committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    4739d66 View commit details
    Browse the repository at this point in the history