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

schema ref_template #1480

Merged
merged 17 commits into from Oct 25, 2020
Merged

schema ref_template #1480

merged 17 commits into from Oct 25, 2020

Commits on Sep 6, 2020

  1. ignore Pipfile, .lock files

    Kilo59 committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    4a711a4 View commit details
    Browse the repository at this point in the history
  2. add ref_template option

    use a string.Template instead of a ref_prefix to allow for more varied`$ref`s to be created.
    Template string is expected to have $model_name `identifier `
    Kilo59 committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    7f2ed76 View commit details
    Browse the repository at this point in the history
  3. formatting / linting

    Kilo59 committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    f63540a View commit details
    Browse the repository at this point in the history
  4. add changes

    Kilo59 committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    326fef5 View commit details
    Browse the repository at this point in the history
  5. typo

    Kilo59 committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    a4c8cc8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9876bb7 View commit details
    Browse the repository at this point in the history
  7. remove ref_prefix default

    if no `ref_prefix` provided, use the `template_default`
    Kilo59 committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    0e642da View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    13b27c5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d6eec34 View commit details
    Browse the repository at this point in the history
  10. add parameters for test_schema_with_refs

    test name change 
    test for key error
    Kilo59 committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    7db1940 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

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

Commits on Oct 25, 2020

  1. Configuration menu
    Copy the full SHA
    f7bf6c1 View commit details
    Browse the repository at this point in the history
  2. fix linting

    samuelcolvin committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    b93f04b View commit details
    Browse the repository at this point in the history
  3. fix mypy and coverage

    samuelcolvin committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    49954bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82b328c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b3922fa View commit details
    Browse the repository at this point in the history
  6. linting

    samuelcolvin committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    1a3f30e View commit details
    Browse the repository at this point in the history