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) CloudFormation AWS::ApiGateway::Methods and AWS::ApiGateway::Resources support #1247

Merged
merged 78 commits into from
Aug 12, 2019

Commits on Jun 17, 2019

  1. Initial setup and work

    viksrivat committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    8f6b8fb View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Add RestApi tests

    viksrivat committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    f457401 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

  1. Configuration menu
    Copy the full SHA
    8112cf4 View commit details
    Browse the repository at this point in the history
  2. Run make pr

    viksrivat committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    5050dd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf5a083 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6eb226a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c5823d View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. Re-run Travis Ci

    viksrivat committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    4966513 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c38ede View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d3d137 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6d9b62 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8ac623 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    54bda7f View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. Initial Attempt

    viksrivat committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    9b06696 View commit details
    Browse the repository at this point in the history
  2. Refactor Sam API provider

    viksrivat committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    145162e View commit details
    Browse the repository at this point in the history
  3. Cleanup Refactoring

    viksrivat committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    5615163 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from viksrivat/feature/cloud_formation_api_prov…

    …ider
    
    Modularize RestApi code
    viksrivat authored Jun 25, 2019
    Configuration menu
    Copy the full SHA
    752fba8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1157284 View commit details
    Browse the repository at this point in the history
  6. Fix merge conflict

    viksrivat committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    5d1dfc7 View commit details
    Browse the repository at this point in the history
  7. Remove .vscode

    viksrivat committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    7ed267c View commit details
    Browse the repository at this point in the history
  8. Re-run travis

    viksrivat committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    681ede3 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. Restructure the information Api has the way it passed through

    The Api object now contains a list of routes and the attributes associated with it. The rest of the code is also managed in terms of routes/endpoints.
    This will allow for easy extensability if the Apis will grouped into different sections
    viksrivat committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    a0f5837 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from viksrivat/cleanup/update_common_stage_feat…

    …ures
    
    Restructure the information Api has the way it passed through
    viksrivat authored Jun 26, 2019
    Configuration menu
    Copy the full SHA
    a3ca29f View commit details
    Browse the repository at this point in the history
  3. Update common

    viksrivat committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    0078786 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature/cloud_formation_stage_support' of github.com:vi…

    …ksrivat/aws-sam-cli into feature/cloud_formation_stage_support
    viksrivat committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    9879105 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9117ad View commit details
    Browse the repository at this point in the history
  6. Initial Refactor refactor

    viksrivat committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    997845c View commit details
    Browse the repository at this point in the history
  7. Fix tests and run make pr

    viksrivat committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    de65fd0 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2019

  1. Fix merge conflict

    viksrivat committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    df243a7 View commit details
    Browse the repository at this point in the history
  2. Reorganize classes

    viksrivat committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    4555f11 View commit details
    Browse the repository at this point in the history
  3. Update docstrings

    viksrivat committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    420a842 View commit details
    Browse the repository at this point in the history
  4. Update the SAMBaseProvider

    viksrivat committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    53f4b7e View commit details
    Browse the repository at this point in the history
  5. Fix merge conflict

    viksrivat committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    856326e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6803a0b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    837137f View commit details
    Browse the repository at this point in the history
  8. Remove BaseProvider object

    viksrivat committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    4130ea2 View commit details
    Browse the repository at this point in the history
  9. Fix merge conflict

    viksrivat committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    ec833dc View commit details
    Browse the repository at this point in the history
  10. Update with style

    viksrivat committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    693692b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    19eaebe View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d226f53 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. Update tests with comments

    viksrivat committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    23467de View commit details
    Browse the repository at this point in the history
  2. Fix merge conflict tests

    viksrivat committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    7e25c02 View commit details
    Browse the repository at this point in the history
  3. Trigger

    viksrivat committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    066b236 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36018f1 View commit details
    Browse the repository at this point in the history
  5. Remove noapievent

    viksrivat committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    8987db2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    626ea71 View commit details
    Browse the repository at this point in the history
  7. Update cfn_api_provider

    viksrivat committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    666b2e4 View commit details
    Browse the repository at this point in the history
  8. Update tests

    viksrivat committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    4a792bf View commit details
    Browse the repository at this point in the history
  9. Update merge conflictz

    viksrivat committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    644b851 View commit details
    Browse the repository at this point in the history
  10. Merge changes from stage

    viksrivat committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    efdc3a4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fd4ab05 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2019

  1. Fix bug with api

    viksrivat committed Jun 29, 2019
    Configuration menu
    Copy the full SHA
    238742a View commit details
    Browse the repository at this point in the history
  2. Update tests with make pr

    viksrivat committed Jun 29, 2019
    Configuration menu
    Copy the full SHA
    739e74b View commit details
    Browse the repository at this point in the history
  3. Fix tests and binary_types

    viksrivat committed Jun 29, 2019
    Configuration menu
    Copy the full SHA
    1d2e2b1 View commit details
    Browse the repository at this point in the history
  4. Fix pathpart code

    viksrivat committed Jun 29, 2019
    Configuration menu
    Copy the full SHA
    78341e9 View commit details
    Browse the repository at this point in the history
  5. Add cdk templates

    viksrivat committed Jun 29, 2019
    Configuration menu
    Copy the full SHA
    2d0da34 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2019

  1. Add serverless template

    viksrivat committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    1c29946 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. Fixed comments

    viksrivat committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    7662f24 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

  1. Update tests

    viksrivat committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    3df93ba View commit details
    Browse the repository at this point in the history
  2. Fix merge with rest_api

    viksrivat committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    cc21095 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b50e644 View commit details
    Browse the repository at this point in the history
  4. Run make pr

    viksrivat committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    a01aee2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d2abd0 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

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

Commits on Jul 26, 2019

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

Commits on Jul 29, 2019

  1. Configuration menu
    Copy the full SHA
    07830b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa2472d View commit details
    Browse the repository at this point in the history
  3. Update tests

    viksrivat committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    b594aed View commit details
    Browse the repository at this point in the history
  4. Fix Integration Tests

    viksrivat committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    3d79b5c View commit details
    Browse the repository at this point in the history
  5. Fix Integration Tests

    viksrivat committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    45e7e51 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2019

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

Commits on Aug 9, 2019

  1. Update with comments

    viksrivat committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    0bb1d3b View commit details
    Browse the repository at this point in the history
  2. Update method docstring

    viksrivat committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    33be359 View commit details
    Browse the repository at this point in the history
  3. Fix style for flake8

    viksrivat committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    b9b7396 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe2a2bb View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2019

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

Commits on Aug 12, 2019

  1. Configuration menu
    Copy the full SHA
    7365d2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e1b4e1 View commit details
    Browse the repository at this point in the history