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(vpcv2): implementation of add gateway method #31224

Merged
merged 51 commits into from
Sep 12, 2024
Merged

Commits on Aug 9, 2024

  1. Add RouteTable addRoute method

    Leonardo Gama committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    31d3f48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    727b164 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Change CfnRoute to Route L2

    Leonardo Gama committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    cb8c941 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Leonardo Gama committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    d21be53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42830e7 View commit details
    Browse the repository at this point in the history
  4. Update integ test to use only one EIGW

    Leonardo Gama committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    2f48ab2 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Add subnet associateRouteTable method

    Leonardo Gama committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    f904a97 View commit details
    Browse the repository at this point in the history
  2. Appease the linter

    Leonardo Gama committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    b52d498 View commit details
    Browse the repository at this point in the history
  3. Update subnet with public routeTable again

    Leonardo Gama committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    1aef528 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Update subnet-v2.ts

    shikha372 authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    9b15a4b View commit details
    Browse the repository at this point in the history
  2. Update subnet-v2.ts

    shikha372 authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    bc56a77 View commit details
    Browse the repository at this point in the history
  3. Extend IRouteTable into IRouteTableV2

    Leonardo Gama committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    cc8db35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    285da27 View commit details
    Browse the repository at this point in the history
  5. ok so route table v2 was not a great idea lol

    Leonardo Gama committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    98f9d53 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b3e08c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Update testing

    Leonardo Gama committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    1211fde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca9c385 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eaa7ccb View commit details
    Browse the repository at this point in the history
  4. fixing route class

    shikha372 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    a25bb78 View commit details
    Browse the repository at this point in the history
  5. making ipam props private

    shikha372 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    1721026 View commit details
    Browse the repository at this point in the history
  6. successful build

    shikha372 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    bc393c2 View commit details
    Browse the repository at this point in the history
  7. adding validation for ipv4

    shikha372 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    aed940f View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    499c6c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f296f3e View commit details
    Browse the repository at this point in the history
  3. fixing vpc snapshot

    shikha372 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    0002de5 View commit details
    Browse the repository at this point in the history
  4. Update route snapshot

    Leonardo Gama committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    909f7da View commit details
    Browse the repository at this point in the history
  5. Update route snapshot

    Leonardo Gama committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    1b907c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    0dba8bb View commit details
    Browse the repository at this point in the history
  2. adding EGW method to VPC

    shikha372 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    8ca0a3c View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    f42666d View commit details
    Browse the repository at this point in the history
  2. adding unit and integ tests

    shikha372 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    36a9511 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bd279b View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Implement addNatGateway command

    Note: I still have to rerun the integ tests to update the snapshots
    Leonardo Gama committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    6023ecd View commit details
    Browse the repository at this point in the history
  2. Test cleanup

    Leonardo Gama committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    85eafa2 View commit details
    Browse the repository at this point in the history
  3. resolving conflicts

    shikha372 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    09d3ae0 View commit details
    Browse the repository at this point in the history
  4. add vpn gateway v2

    shikha372 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    c5f2b96 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    5a05757 View commit details
    Browse the repository at this point in the history
  2. fix validation for natGW

    shikha372 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    391ae8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aba5e66 View commit details
    Browse the repository at this point in the history
  4. remove associate routetable

    shikha372 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    aeba62b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

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

Commits on Sep 3, 2024

  1. fixing all integ snapshots

    shikha372 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    74adb43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d136789 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Apply suggestions from code review

    add documentation nits
    
    Co-authored-by: paulhcsun <[email protected]>
    shikha372 and paulhcsun authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    5d63c6c View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: GZ <[email protected]>
    Co-authored-by: paulhcsun <[email protected]>
    3 people authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    669c735 View commit details
    Browse the repository at this point in the history
  3. fix readme

    shikha372 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    a9096f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

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

Commits on Sep 11, 2024

  1. Apply suggestions from code review

    Co-authored-by: GZ <[email protected]>
    shikha372 and GavinZZ authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    4b4fb6b View commit details
    Browse the repository at this point in the history
  2. fix nits

    shikha372 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    dcb11e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

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