Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Wagan8r/swagger-codegen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: levelsbeyond/swagger-codegen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Jan 24, 2019

  1. fix(generator): applied suggested fix on the actual project

    Applied the fix listed in a PR on the official swagger-codegen project: swagger-api#7625. The maintainers are dragging their feet on merging it...
    Wagan8r committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    816706f View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

  1. fix(typescript-angular): added null check on apiKeys

    Updated the api.service.mustache file to perform a null check on the 'configuration.apiKeys' property before attempting to access one of its values.
    Wagan8r committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    5153326 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2019

  1. fix(typescript-angular-service): made string responses return properly

    Updated the api.service.mustache file to properly handle string, Blob, and JSON return types instead of treating everything as JSON.
    Wagan8r committed May 20, 2019
    Configuration menu
    Copy the full SHA
    145197d View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. fix: make nothing readonly

    Bailey Everts committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    520d456 View commit details
    Browse the repository at this point in the history
Loading