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: add generation of type description to schema (#708) #1106

Merged
merged 9 commits into from Jan 20, 2022

Commits on Jan 19, 2022

  1. Copy the full SHA
    692ee3d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f942256 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Copy the full SHA
    1c4100c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    acf14cc View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    fb46423 View commit details
    Browse the repository at this point in the history
  4. Refactoring (swaggo#708):

    - moved "if" statement out of the method
    - renamed fillDefinition → fillDefinitionDescription
    KuboOrk committed Jan 20, 2022
    Copy the full SHA
    11237d1 View commit details
    Browse the repository at this point in the history
  5. Refactoring (swaggo#708):

    - increase code readability by union conditions
    - moved result variable declaration inside function body
    KuboOrk committed Jan 20, 2022
    Copy the full SHA
    d7a5867 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    26ce0c3 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    b2050eb View commit details
    Browse the repository at this point in the history