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: allow multiple environments per VPC #2394

Closed
wants to merge 21 commits into from

Commits on May 27, 2021

  1. Configuration menu
    Copy the full SHA
    524454a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad9f6f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f34ed9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4b9a71 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1149c9 View commit details
    Browse the repository at this point in the history
  6. chore: fix integration tests

    bvtujo committed May 27, 2021
    Configuration menu
    Copy the full SHA
    1b516e6 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. fix: refacotor templates to wavoid multiple service registries

    This is necessary because services can only have ONE registry, not multiple, as would
    be suggested by the fact that it's an array.
    
    https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_CreateService.html#API_CreateService_RequestParameters
    bvtujo committed May 28, 2021
    Configuration menu
    Copy the full SHA
    572ec3e View commit details
    Browse the repository at this point in the history
  2. chore: fix integ tests

    bvtujo committed May 28, 2021
    Configuration menu
    Copy the full SHA
    6bced2e View commit details
    Browse the repository at this point in the history
  3. chore: go mod tidy

    bvtujo committed May 28, 2021
    Configuration menu
    Copy the full SHA
    c20eb72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b3db3d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6cc8758 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c55fb3 View commit details
    Browse the repository at this point in the history
  7. chore: revert change removing conditions

    Added the conditions back to the export and the legacy service discovery namespace.
    Turns out the condition was necessary in order for environments to coexist in the
    same VPC.
    bvtujo committed May 28, 2021
    Configuration menu
    Copy the full SHA
    044fbf8 View commit details
    Browse the repository at this point in the history
  8. chore: always output a value

    bvtujo committed May 28, 2021
    Configuration menu
    Copy the full SHA
    7b6a55f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8e6679e View commit details
    Browse the repository at this point in the history
  10. chore: fix unit tests

    bvtujo committed May 28, 2021
    Configuration menu
    Copy the full SHA
    106f111 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Configuration menu
    Copy the full SHA
    760024f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88ee6a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78573aa View commit details
    Browse the repository at this point in the history
  4. chore: staticcheck

    bvtujo committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    09bcc28 View commit details
    Browse the repository at this point in the history
  5. fix: segfault in job package

    bvtujo committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    5f844d0 View commit details
    Browse the repository at this point in the history