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

[crystal] Fix some issues in crystal client templates #10629

Merged
merged 22 commits into from
Oct 23, 2021

Commits on Oct 19, 2021

  1. Configuration menu
    Copy the full SHA
    9291810 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    638b447 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    961afec View commit details
    Browse the repository at this point in the history
  4. Address PR comments

    Raises on unsupported feature
    clean up extra new lines in partial_model_enum_class.mustache
    cyangle committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    28db021 View commit details
    Browse the repository at this point in the history
  5. Use size instead of length

    length is undefined for String or Array
    cyangle committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    42d3658 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Fix typo

    cyangle committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    15c8edc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6439537 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Configuration menu
    Copy the full SHA
    e6c6666 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b825728 View commit details
    Browse the repository at this point in the history
  3. remove unused template file

    cyangle committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    4c9ec63 View commit details
    Browse the repository at this point in the history
  4. Use ::File instead of File as file type to avoid conflicts

    The spec could also have a File model
    cyangle committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    00431a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec60ecf View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. Configuration menu
    Copy the full SHA
    d65cad2 View commit details
    Browse the repository at this point in the history
  2. Use double quotes to quote string values

    single quotes are used for single char in crystal
    cyangle committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    2c17a6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4825d2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dce8bbb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8242dd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    acf8050 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    edd01d3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0192e50 View commit details
    Browse the repository at this point in the history
  9. Fix integration tests

    cyangle committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    210e149 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e575bd2 View commit details
    Browse the repository at this point in the history