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

Dart - update generator to support null safety #10637

Merged
merged 52 commits into from
Jan 2, 2022

Commits on Oct 6, 2021

  1. fix: Make dart2 generated code compilable

    Kate Döen committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    a1d65f4 View commit details
    Browse the repository at this point in the history
  2. Update dart2 client samples

    Kate Döen committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    7444a10 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Configuration menu
    Copy the full SHA
    27887c6 View commit details
    Browse the repository at this point in the history
  2. Re-add deleted test files

    agilob committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    14d3206 View commit details
    Browse the repository at this point in the history
  3. Lower dart version to 2.12

    agilob committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    8387b25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f449f96 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Configuration menu
    Copy the full SHA
    1326cff View commit details
    Browse the repository at this point in the history
  2. Delete json_serializable

    agilob committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    932964b View commit details
    Browse the repository at this point in the history
  3. Make growable false by default

    agilob committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    a089fc4 View commit details
    Browse the repository at this point in the history
  4. Make value not nullable

    agilob committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    0b255fb View commit details
    Browse the repository at this point in the history
  5. Remove redundant null check

    agilob committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    86f8fbf View commit details
    Browse the repository at this point in the history
  6. Revert linter fix

    agilob committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    54c3b48 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3b375b5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    81d5891 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    28a9ac2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    746085c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c97483b View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Disable dart2 tests generation

    agilob committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    b0d96ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd6a0b7 View commit details
    Browse the repository at this point in the history
  3. Disable petstore_client_lib

    agilob committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    9fccea2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2f341c View commit details
    Browse the repository at this point in the history
  5. Re-add dart2 tests

    agilob committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    981157c View commit details
    Browse the repository at this point in the history
  6. Add new tests

    agilob committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    251faea View commit details
    Browse the repository at this point in the history
  7. Delete empty directory

    agilob committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    90a937a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9d689fb View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Merge branch '6.0.x' of github.com:OpenAPITools/openapi-generator int…

    …o dart-2.12
    Artur Powroznik committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    22c689f View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. api_client.mustacheUpdate

    added optional HttpBearerAuth so you can add the token directly on the ApiClient
    devjakobsen committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    77d25bb View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Merge pull request #17 from devjakobsen/patch-1

    api_client.mustacheUpdate
    agilob committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    3a32039 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6aa6c0e View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. Update api_client.dart

    auto generated files for build
    devjakobsen committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    df67b74 View commit details
    Browse the repository at this point in the history
  2. Update api_client.dart

    Autogenerated files for buiild
    devjakobsen committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    c59fdb5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #18 from devjakobsen/patch-3

    Update api_client.dart
    agilob committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    65df747 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #19 from devjakobsen/patch-2

    Patch 2
    agilob committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    c8d6d85 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Configuration menu
    Copy the full SHA
    9518ee7 View commit details
    Browse the repository at this point in the history
  2. Fix warning on Future<?>

    agilob committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    fdd1442 View commit details
    Browse the repository at this point in the history
  3. Fix warning on Future<?>

    agilob committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    1863a04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3050869 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2021

  1. Configuration menu
    Copy the full SHA
    c7258e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17b6c76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f1e6a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ebd0fae View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2021

  1. Merge pull request #23 from noordawod/techdebt/agilob-dart2-null-safety

    Update Dart2 template to support null safety
    agilob committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    eeb5ede View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ceff059 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6219c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a989e61 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. Configuration menu
    Copy the full SHA
    07d2f91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4adb204 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5493205 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

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

Commits on Dec 24, 2021

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

Commits on Jan 2, 2022

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