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

Removing default integtest.sh (1.x). #175

Closed
wants to merge 4 commits into from
Closed

Commits on Jul 1, 2021

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

Commits on Sep 2, 2021

  1. Merge commits from the main branch to the 1.x branch. (#133)

    * Added release notes for OpenSearch 1.0.0.0. (#123) (#124)
    
    Co-authored-by: AWSHurneyt <79280347+AWSHurneyt@users.noreply.github.com>
    
    * Add Integtest.sh for OpenSearch integtest setups (#121)
    
    * Add integtest script to the repo
    
    Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
    
    * Add Alerting specific security param for integTest
    
    Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
    
    * Remove default assignee (#127)
    
    Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>
    
    * Removing All Usages of Action Get Method Calls and adding the listeners (#130)
    
    Signed-off-by: Aditya Jindal <aditjind@amazon.com>
    
    * Fix snapshot build and increment to 1.1.0. (#142)
    
    Signed-off-by: dblock <dblock@amazon.com>
    
    * Refactor MonitorRunner (#143)
    
    Signed-off-by: Mohammad Qureshi <qreshi@amazon.com>
    
    * Update Bucket-Level Alerting RFC (#145)
    
    Signed-off-by: Mohammad Qureshi <qreshi@amazon.com>
    
    * Add BucketSelector pipeline aggregation extension (#144)
    
    Signed-off-by: Mohammad Qureshi <qreshi@amazon.com>
    
    Co-authored-by: Rishabh Maurya <rishabhmaurya05@gmail.com>
    
    * Add AggregationResultBucket (#148)
    
    Signed-off-by: Mohammad Qureshi <qreshi@amazon.com>
    
    Co-authored-by: Rishabh Maurya <rishabhmaurya05@gmail.com>
    
    * Add ActionExecutionPolicy (#149)
    
    * Add ActionExecutionPolicy
    
    Signed-off-by: Mohammad Qureshi <qreshi@amazon.com>
    
    * Throw exception if there is an invalid field in PER_ALERT config when parsing
    
    Signed-off-by: Mohammad Qureshi <qreshi@amazon.com>
    
    * Don't allow throttle to be configured for PerExecutionActionScope at the data class level since it is not supported yet
    
    Signed-off-by: Mohammad Qureshi <qreshi@amazon.com>
    
    * Refactor Monitor and Trigger to split into Query-Level and Bucket-Lev… (#150)
    
    * Refactor Monitor and Trigger to split into Query-Level and Bucket-Level Monitors
    
    Signed-off-by: Mohammad Qureshi <qreshi@amazon.com>
    
    * Require condition to not be null when parsing Bucket-Level Trigger
    
    Signed-off-by: Mohammad Qureshi <qreshi@amazon.com>
    
    * Update InputService for Bucket-Level Alerting (#152)
    
    Signed-off-by: Mohammad Qureshi <qreshi@amazon.com>
    
    Co-authored-by: Rishabh Maurya <rishabhmaurya05@gmail.com>
    
    * Update TriggerService for Bucket-Level Alerting (#153)
    
    * Update TriggerService for Bucket-Level Alerting
    
    Signed-off-by: Mohammad Qureshi <qreshi@amazon.com>
    
    * Remove client from TriggerService
    
    Signed-off-by: Mohammad Qureshi <qreshi@amazon.com>
    
    * Update AlertService for Bucket-Level Alerting (#154)
    
    * Update AlertService for Bucket-Level Alerting
    
    Signed-off-by: Mohammad Qureshi <qreshi@amazon.com>
    
    * Move Alert search size for Bucket-Level Monitors to a const
    
    Signed-off-by: Mohammad Qureshi <qreshi@amazon.com>
    
    * Add worksheets to help with testing (#151)
    
    Signed-off-by: Mohammad Qureshi <qreshi@amazon.com>
    
    * Update MonitorRunner for Bucket-Level Alerting (#155)
    
    * Update MonitorRunner for Bucket-Level Alerting
    
    Signed-off-by: Mohammad Qureshi <qreshi@amazon.com>
    
    * Update regressed comment in MonitorRunnerIT
    
    Signed-off-by: Mohammad Qureshi <qreshi@amazon.com>
    
    * Add TODO to break down runBucketLevelMonitor method in MonitorRunner
    
    Signed-off-by: Mohammad Qureshi <qreshi@amazon.com>
    
    * Fix ktlint formatting issues (#156)
    
    Signed-off-by: Mohammad Qureshi <qreshi@amazon.com>
    
    * Execute Actions on runTrigger exceptions for Bucket-Level Monitor (#157)
    
    Signed-off-by: Mohammad Qureshi <qreshi@amazon.com>
    
    * Skip execution of Actions on ACKNOWLEDGED Alerts for Bucket-Level Monitors (#158)
    
    Signed-off-by: Mohammad Qureshi <qreshi@amazon.com>
    
    * Return first page of input results in MonitorRunResult for Bucket-Level Monitor (#159)
    
    Signed-off-by: Mohammad Qureshi <qreshi@amazon.com>
    
    * Add setting to limit per alert action executions and don't save Alerts for test Bucket-Level Monitors (#161)
    
    Signed-off-by: Mohammad Qureshi <qreshi@amazon.com>
    
    * Fix bug in paginating multiple bucket paths for Bucket-Level Monitor (#163)
    
    * Fix bug in paginating multiple bucket paths for Bucket-Level Monitor
    
    Signed-off-by: Mohammad Qureshi <qreshi@amazon.com>
    
    * Change trigger after key conditionals to when statement
    
    Signed-off-by: Mohammad Qureshi <qreshi@amazon.com>
    
    * Various bug fixes pertaining to throttling on PER_ALERT, saving COMPLETED Alerts and rewriting input query for Bucket-Level Monitors (#164)
    
    Signed-off-by: Mohammad Qureshi <qreshi@amazon.com>
    
    * Return only monitors for /monitors/_search. (#162)
    
    * Return only monitors for /monitors/_search.
    
    * Added missing imports
    
    * Added additional check to the unit test
    
    * Resolve default for ActionExecutionPolicy at runtime (#165)
    
    Signed-off-by: Mohammad Qureshi <qreshi@amazon.com>
    
    Co-authored-by: AWSHurneyt <79280347+AWSHurneyt@users.noreply.github.com>
    Co-authored-by: Peter Zhu <zhujiaxi@amazon.com>
    Co-authored-by: Ashish Agrawal <ashisagr@amazon.com>
    Co-authored-by: Daniel Doubrovkine (dB.) <dblock@dblock.org>
    Co-authored-by: Mohammad Qureshi <47198598+qreshi@users.noreply.github.com>
    Co-authored-by: Rishabh Maurya <rishabhmaurya05@gmail.com>
    Co-authored-by: Sriram <59816283+skkosuri-amzn@users.noreply.github.com>
    8 people authored Sep 2, 2021
    Configuration menu
    Copy the full SHA
    af5b6c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Add release notes for 1.1.0.0 release (#166) (#167)

    Signed-off-by: Mohammad Qureshi <qreshi@amazon.com>
    qreshi authored Sep 8, 2021
    Configuration menu
    Copy the full SHA
    e6b5d34 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Removed integtest.sh (1.x).

    Signed-off-by: dblock <dblock@dblock.org>
    dblock committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    4f06635 View commit details
    Browse the repository at this point in the history