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

Support Drift Detection for ECS #5122

Merged
merged 8 commits into from
Aug 30, 2024
Merged

Support Drift Detection for ECS #5122

merged 8 commits into from
Aug 30, 2024

Commits on Jul 24, 2024

  1. add ecs's detector

    Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>
    t-kikuc committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    8055acb View commit details
    Browse the repository at this point in the history
  2. add ecs switch-case

    Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>
    t-kikuc committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    46d0a73 View commit details
    Browse the repository at this point in the history
  3. remove ignoreDesiredCount flag

    Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>
    t-kikuc committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    5516139 View commit details
    Browse the repository at this point in the history
  4. Fix ignore condition and add tests

    Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>
    t-kikuc committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    74a6d83 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. fix func-name, log, loadConfig()

    Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>
    t-kikuc committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    637233e View commit details
    Browse the repository at this point in the history
  2. ignore some fields

    Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>
    t-kikuc committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    617dd22 View commit details
    Browse the repository at this point in the history
  3. ignore pendingCount

    Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>
    t-kikuc committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    b0ecad6 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. rename to ignoreParameters() because ignoreFields is used in pipecd…

    …'s config
    
    Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>
    t-kikuc committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    faf695e View commit details
    Browse the repository at this point in the history