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

[generator] avoid duplicate argument deserialization #1379

Merged
merged 12 commits into from
Mar 8, 2022

Commits on Feb 24, 2022

  1. WIP: Copy issue to example

    Shane Myrick authored and Dariusz Kuc committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    a719794 View commit details
    Browse the repository at this point in the history
  2. Convert input to Kotlin without jackson

    Shane Myrick authored and Dariusz Kuc committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    b2e0b69 View commit details
    Browse the repository at this point in the history
  3. Fix argument custom names issue

    Shane Myrick authored and Dariusz Kuc committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    78418a7 View commit details
    Browse the repository at this point in the history
  4. Add unit test for optionalinput list

    Shane Myrick authored and Dariusz Kuc committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    e7de366 View commit details
    Browse the repository at this point in the history
  5. Handle enum arguments

    rocketraman authored and Dariusz Kuc committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    7a85c2e View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

  1. [wip] drop jackson dependency from generator

    Dariusz Kuc committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    3839bbd View commit details
    Browse the repository at this point in the history
  2. support inline classes

    Dariusz Kuc committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    effbb49 View commit details
    Browse the repository at this point in the history
  3. build fix

    Dariusz Kuc committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    16f2fde View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2022

  1. drop usage of arrays from examples

    Dariusz Kuc committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    9613c55 View commit details
    Browse the repository at this point in the history
  2. fix examples - missed files

    Dariusz Kuc committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    e6c69ce View commit details
    Browse the repository at this point in the history
  3. ktlint fix

    Dariusz Kuc committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    21d1701 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. update input object validation to verify it has a public primary cons…

    …tructor
    Dariusz Kuc committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    721b053 View commit details
    Browse the repository at this point in the history