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

feat(aws-apigateway): expand RestApi support to models, parameters and validators #2960

Merged
merged 17 commits into from
Jun 27, 2019
Merged

feat(aws-apigateway): expand RestApi support to models, parameters and validators #2960

merged 17 commits into from
Jun 27, 2019

Commits on Jun 20, 2019

  1. feat(aws-apigateway): expand RestApi support to models, parameters an…

    …d validators
    
    Fixes #905: "apigateway: "methodResponses" is missing from MethodOptions"
    Fixes #1695: apigateway: missing support for models
    Fixes #727: API Gateway: improve API for request parameters and responses
    Fixes #723: API Gateway: missing features
    Fixes #2957: RestApi to use logical id as a name for APIs instrea of name of current construct
    julienlepine committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    53eb1e7 View commit details
    Browse the repository at this point in the history
  2. feat(aws-apigateway): expand RestApi support to models, parameters an…

    …d validators
    
    Fixes #905: "apigateway: "methodResponses" is missing from MethodOptions"
    Fixes #1695: apigateway: missing support for models
    Fixes #727: API Gateway: improve API for request parameters and responses
    Fixes #723: API Gateway: missing features
    Fixes #2957: RestApi to use logical id as a name for APIs instrea of name of current construct
    julienlepine committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    221fc0d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'julienlepine/apigw-request-model' of github.com:julienl…

    …epine/aws-cdk into julienlepine/apigw-request-model
    julienlepine committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    32cdcc1 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

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

Commits on Jun 24, 2019

  1. Merge branch 'master' into julienlepine/apigw-request-model

    Elad Ben-Israel authored Jun 24, 2019
    Configuration menu
    Copy the full SHA
    52a10c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20a6367 View commit details
    Browse the repository at this point in the history
  3. Merge back from remote

    julienlepine committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    373a9ba View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. Configuration menu
    Copy the full SHA
    c3e6267 View commit details
    Browse the repository at this point in the history
  2. Move back to modelId

    Use PhysicalName constructs
    julienlepine committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    c5603b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7264b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da87366 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. re-implement ErrorModel and EmptyModel classes.

    Completing migration to PhysicalName
    Moved JsonSchemaMapper to internal class in util.ts
    Removed dependency to IConstruct on IModel (and added linter exclusion in package.json)
    julienlepine committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    31138b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a8ecbb View commit details
    Browse the repository at this point in the history
  3. @deprecated to old entries

    julienlepine committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    a036082 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff1cf4a View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into julienlepine/apigw-request-model

    Elad Ben-Israel authored Jun 26, 2019
    Configuration menu
    Copy the full SHA
    3d8e7fc View commit details
    Browse the repository at this point in the history