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

refactor: Migrate the openapi-generator from oclif to yargs #1661

Merged
merged 35 commits into from Oct 15, 2021

Commits on Sep 28, 2021

  1. Add yargs options

    Florian Richter committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    84248c0 View commit details
    Browse the repository at this point in the history
  2. Fix types

    Florian Richter committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    6827a6d View commit details
    Browse the repository at this point in the history
  3. Fix typo bug in parseGeneratorOptions

    Florian Richter committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    d25a1c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Fix config handling

    Florian Richter committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    306dd85 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into yargs-openapi-generator

    # Conflicts:
    #	yarn.lock
    Florian Richter committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    8429f51 View commit details
    Browse the repository at this point in the history
  3. Remove oclif and cli-ux

    Florian Richter committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    8422d4e View commit details
    Browse the repository at this point in the history
  4. Improve types

    Florian Richter committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    0e9e85e View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Replace parsedGeneratorOptions

    Florian Richter committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    d3079dc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into yargs-openapi-generator

    # Conflicts:
    #	yarn.lock
    Florian Richter committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    a8e37a7 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    Florian Richter committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    da3e328 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    Florian Richter committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    e071b06 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Revert change to cli option 'include'

    Florian Richter committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    63be9dd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into yargs-openapi-generator

    Florian Richter committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    a87c626 View commit details
    Browse the repository at this point in the history
  3. Apply coerce if not using argv

    Florian Richter committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    9189da7 View commit details
    Browse the repository at this point in the history
  4. Differentiate between GeneratorOpts and ParsedOpts

    Florian Richter committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    36f8b3d View commit details
    Browse the repository at this point in the history
  5. Fix tests (hopefully)

    Florian Richter committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    be5c793 View commit details
    Browse the repository at this point in the history
  6. Revert change to options in generate-test-services

    Florian Richter committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    84e05a5 View commit details
    Browse the repository at this point in the history
  7. Debug integration tests

    Florian Richter committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    0bc286d View commit details
    Browse the repository at this point in the history
  8. Merge branch 'main' into yargs-openapi-generator

    # Conflicts:
    #	yarn.lock
    Florian Richter committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    3cd379d View commit details
    Browse the repository at this point in the history
  9. Merge branch 'main' into yargs-openapi-generator

    Florian Richter committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    9006e4d View commit details
    Browse the repository at this point in the history
  10. Add shebang

    Florian Richter committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    c32dc85 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Fix tests

    Florian Richter committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    7aba91e View commit details
    Browse the repository at this point in the history
  2. Fix typos

    Florian Richter committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    5b00538 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into yargs-openapi-generator

    # Conflicts:
    #	yarn.lock
    Florian Richter committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    94edc9a View commit details
    Browse the repository at this point in the history
  4. Fix integration tests

    Florian Richter committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    eda744d View commit details
    Browse the repository at this point in the history
  5. Fix tests

    Florian Richter committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    2345779 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into yargs-openapi-generator

    Florian Richter committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    98afcdd View commit details
    Browse the repository at this point in the history
  7. Use stricter version for @SAP packages

    Florian Richter committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    36f87c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Generate readme

    Florian Richter committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    5f2f238 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into yargs-openapi-generator

    # Conflicts:
    #	yarn.lock
    Florian Richter committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    de69310 View commit details
    Browse the repository at this point in the history
  3. Add note to changelog

    Florian Richter committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    400cb64 View commit details
    Browse the repository at this point in the history
  4. Use node 14 instead of 12 in GHActions

    Florian Richter committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    7b80638 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Revert node14 to node12

    Florian Richter committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    b9c9568 View commit details
    Browse the repository at this point in the history
  2. Move index.ts to cli.ts

    Florian Richter committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    5461604 View commit details
    Browse the repository at this point in the history
  3. Rename flags.ts to options.ts

    Florian Richter committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    b8df407 View commit details
    Browse the repository at this point in the history