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

Fix typescript-node generation when only models are generated #7127

Merged
merged 13 commits into from
Aug 28, 2020
Merged

Fix typescript-node generation when only models are generated #7127

merged 13 commits into from
Aug 28, 2020

Commits on Aug 4, 2020

  1. add model/index.ts

    - move export of all models to model/index.ts
    - move RequestFile definition to model/index.ts
    
    This fixes #7126
    sarumont committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    c66f811 View commit details
    Browse the repository at this point in the history
  2. update samples

    sarumont committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    936b764 View commit details
    Browse the repository at this point in the history
  3. Back out models/index.ts

    Make this backwards-compatible:
    
    - move `RequestFile` definition to `model/models.ts`
    - remove `model/index.ts`
    - re-export `RequestFile` from `api/apis.ts`
    - make generation of `ObjectSerializer` conditional
    sarumont committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    fe55d19 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. Configuration menu
    Copy the full SHA
    08e724e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88419f1 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

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

Commits on Aug 18, 2020

  1. Configuration menu
    Copy the full SHA
    478ea53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8092906 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

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

Commits on Aug 28, 2020

  1. moves comment to mustache comment rather than TS comment

    Co-authored-by: Esteban Gehring <[email protected]>
    sarumont and macjohnny authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    ac4b68c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f2cd68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa9b11c View commit details
    Browse the repository at this point in the history
  4. updates samples

    sarumont committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    043b744 View commit details
    Browse the repository at this point in the history