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

provider/aws: Manage Triggers for AWS CodeDeploy Event Notifications #5599

Merged

Commits on Mar 11, 2016

  1. provider/aws: CodeDeploy Deployment Group Triggers

      - Create a Trigger to Send Notifications for AWS CodeDeploy Events
      - Update aws_codedeploy_deployment_group docs
    niclic committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    2807cb4 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2016

  1. Refactor validateTriggerEvent function and test

      - also rename TestAccAWSCodeDeployDeploymentGroup_triggerConfiguration test
    niclic committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    bea8073 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2016

  1. Enhance existing Deployment Group integration tests

      - by using built in resource attribute helpers
      - these can get quite verbose and repetitive, so passing the resource to a function might be better
      - can't use these (yet) to assert trigger configuration state
    niclic committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    5808517 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2016

  1. Unit tests for conversions between aws TriggerConfig and terraform re…

    …source schema
    
      - buildTriggerConfigs
      - triggerConfigsToMap
    niclic committed Apr 10, 2016
    Configuration menu
    Copy the full SHA
    f4d1c79 View commit details
    Browse the repository at this point in the history