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

Provide support for generating recursive types into OpenAPI doc #451 + my touches #454

Merged
merged 13 commits into from
Dec 2, 2021

Commits on Nov 23, 2021

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

Commits on Nov 24, 2021

  1. Configuration menu
    Copy the full SHA
    2f25aea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0b8b63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f24e6dc View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. use a set type

    Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>
    fenollp committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    7736bf1 View commit details
    Browse the repository at this point in the history
  2. check for err

    Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>
    fenollp committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    f4cfe1f View commit details
    Browse the repository at this point in the history
  3. check for err

    Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>
    fenollp committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    2c932a4 View commit details
    Browse the repository at this point in the history
  4. test cycles with option ThrowErrorOnCycle

    Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>
    fenollp committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    fa1b355 View commit details
    Browse the repository at this point in the history
  5. export func (g *Generator) NewSchemaRefForValue(...) so generator fie…

    …lds can be accessed
    
    Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>
    fenollp committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    3cec822 View commit details
    Browse the repository at this point in the history
  6. examples

    Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>
    fenollp committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    0067f73 View commit details
    Browse the repository at this point in the history
  7. README.md

    Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>
    fenollp committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    e83f32d View commit details
    Browse the repository at this point in the history
  8. unexport (*Generator)ComponentSchemaRefs

    Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>
    fenollp committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    290eee7 View commit details
    Browse the repository at this point in the history
  9. thanks go vet ./...

    Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>
    fenollp committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    8e075ef View commit details
    Browse the repository at this point in the history