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

Consider security groups with source security groups when hashing #2376

Merged
merged 13 commits into from
Jun 19, 2015

Commits on Jun 16, 2015

  1. Consider security groups with source security groups when hashing

    Previously they would conflict you had multiple security group rules
    with the same ingress or egress ports but different source security
    groups because only the CIDR blocks were considered (which are empty
    when using source security groups).
    
    Updated to include migrations (from clint@ctshryock.com)
    
    Signed-off-by: Clint Shryock <clint@ctshryock.com>
    jszwedko authored and catsby committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    7e0a340 View commit details
    Browse the repository at this point in the history
  2. fix existing tests

    catsby committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    8a21bd2 View commit details
    Browse the repository at this point in the history
  3. remove meta usage, stub test

    catsby committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    b25fb8a View commit details
    Browse the repository at this point in the history
  4. update test

    catsby committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    2d06c81 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3bf89fb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c1cdac1 View commit details
    Browse the repository at this point in the history
  7. clean up some conflicts with

    catsby committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    359826b View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2015

  1. rename method, update docs

    catsby committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    640836e View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2015

  1. remove debugging

    catsby committed Jun 18, 2015
    Configuration menu
    Copy the full SHA
    24ee2e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2015

  1. Configuration menu
    Copy the full SHA
    645a5aa View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into jszwedko-fix-sg

    * master: (23 commits)
      typo
      Update CHANGELOG.md
      provider/aws: Add docs for autoscaling_policy + cloudwatch_metric_alarm
      provider/aws: Add autoscaling_policy
      provider/aws: Add cloudwatch_metric_alarm
      Update CHANGELOG.md
      Update CHANGELOG.md
      provider/template: don't error when rendering fails in Exists
      Update CHANGELOG.md
      Added Azure SQL server and service support.
      Update CHANGELOG.md
      docs: clarify wording around destroy/apply args
      Getting Started: Added a Next Step upon finishing install.
      docs: add description of archive format to download page
      docs: snapshot plugin dependencies when releasing
      add v0.5.3 transitory deps
      Fixes support for changing just the read / write capacity of a GSI
      Change sleep time for DynamoDB table waits from 3 seconds to 5 seconds
      Remove request for attribute changes
      Fix AWS SDK imports
      ...
    catsby committed Jun 19, 2015
    Configuration menu
    Copy the full SHA
    a3cbb74 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into jszwedko-fix-sg

    * master:
      provider/azure: Fix SQL client name to match upstream
    catsby committed Jun 19, 2015
    Configuration menu
    Copy the full SHA
    d2176b2 View commit details
    Browse the repository at this point in the history
  4. update link to actually work

    catsby committed Jun 19, 2015
    Configuration menu
    Copy the full SHA
    44eb55f View commit details
    Browse the repository at this point in the history