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

Fix malli swagger defs w/ custom registries #642

Merged
merged 14 commits into from
Sep 1, 2023
Merged

Fix malli swagger defs w/ custom registries #642

merged 14 commits into from
Sep 1, 2023

Commits on Mar 6, 2023

  1. Move more of swagger gen into malli lib

    ...so we can fix #558.
    cap10morgan committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    229171c View commit details
    Browse the repository at this point in the history
  2. Lift definitions to root of swagger.json

    ...so that all of the absolute $ref's to them will resolve
    cap10morgan committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    4f31304 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

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

Commits on Mar 19, 2023

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

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    f237b09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    182524b View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

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

Commits on May 9, 2023

  1. Update malli swagger test expectations for definitions

    ...which should only be at the top level now.
    cap10morgan committed May 9, 2023
    Configuration menu
    Copy the full SHA
    59812a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    f1d2679 View commit details
    Browse the repository at this point in the history
  2. fix: compile instead of -compile-model in malli.cljc

    -compile-model now takes a vector of models, so
    (-compile-model this model nil) fails. Just use compile directly like
    master does.
    opqdonut committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    b316840 View commit details
    Browse the repository at this point in the history
  3. feat: dissoc definitions from swagger methods

    we only want the definitions on the very top level of the swagger doc
    opqdonut committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    241c836 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    df5f75e View commit details
    Browse the repository at this point in the history
  2. refactor: use update-vals

    opqdonut committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    497da67 View commit details
    Browse the repository at this point in the history
  3. bump malli dep

    opqdonut committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    ee462c9 View commit details
    Browse the repository at this point in the history