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(codedeploy): ignoreAlarmConfiguration parameter to Deployment Groups #26957

Merged
merged 15 commits into from
Feb 12, 2024

Commits on Aug 31, 2023

  1. Introduce ignoreAlarmConfiguration parameter to aws-codedeploy deploy…

    …ment groups
    
    The alarms on a CodeDeploy group are configurable to be enabled or disabled through
    the SDK or UI. Bringing in that functionality to the CDK to have parity.
    nrgeil committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    35c2a15 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    233a123 View commit details
    Browse the repository at this point in the history
  2. Update integration tests

    nrgeil committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    583afc6 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

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

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    4354432 View commit details
    Browse the repository at this point in the history
  2. Address PR comments

    - Update parameter ordering
    - Add missing unit tests for removeAlarms feature flag
    - Drop redundant integration test changes
    nrgeil committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    834c11b View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Apply suggestions from code review

    Co-authored-by: Luca Pizzini <lpizzini7@gmail.com>
    nrgeil and lpizzinidev committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    0abaa82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea1a7e5 View commit details
    Browse the repository at this point in the history
  3. fix mistake

    nrgeil committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    8d11743 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

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

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    ab9db0e View commit details
    Browse the repository at this point in the history
  2. Deprecate renderAlarmConfiguration and replace with renderAlarmConfig…

    …urationV2
    
    - Create props class
    - Documentation updates
    - Update implementation to handle defaults
    nrgeil committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    59ffe2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32a8a27 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    dbac7ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b3be1d View commit details
    Browse the repository at this point in the history