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

Update OpenAPI codegen and dependencies #215

Merged
merged 5 commits into from
May 27, 2024
Merged

Commits on May 24, 2024

  1. Update dependencies

    bastjan committed May 24, 2024
    Configuration menu
    Copy the full SHA
    77db16a View commit details
    Browse the repository at this point in the history
  2. Prepare switch to deepmap/oapi-codegen 1.11

    This version introduces many breaking changes, but the old code gen
    behaviour can be restored with the correct configuration.
    
    However there is currently a bug, preventing us from completely switching
    back to the old behaviour. The provided config should generate
    equivalent code as soon as oapi-codegen/oapi-codegen#605
    is released.
    glrf authored and bastjan committed May 24, 2024
    Configuration menu
    Copy the full SHA
    839038a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e846d04 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Fix usage of readonly (readonly is not allowed in a write request) an…

    …d better error messages
    bastjan committed May 27, 2024
    Configuration menu
    Copy the full SHA
    6804d53 View commit details
    Browse the repository at this point in the history
  2. Remove required attribute from tenant.Id and cluster.Id

    The codegen does now correctly detect required attributes and fails if no id is present.
    Ids are not required for `create` and set with the URL parameters for all other requsts.
    bastjan committed May 27, 2024
    Configuration menu
    Copy the full SHA
    bb052e4 View commit details
    Browse the repository at this point in the history