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.1). #178

Closed
wants to merge 26 commits into from
Closed

Removing default integtest.sh (1.1). #178

wants to merge 26 commits into from

Commits on Jul 1, 2021

  1. Added release notes for OpenSearch 1.0.0.0. (#123) (#124)

    Co-authored-by: AWSHurneyt <79280347+AWSHurneyt@users.noreply.github.com>
    adityaj1107 and AWSHurneyt authored Jul 1, 2021
    Configuration menu
    Copy the full SHA
    83663a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. 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>
    peterzhuamazon authored Jul 9, 2021
    Configuration menu
    Copy the full SHA
    a9136cb View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Remove default assignee (#127)

    Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>
    lezzago authored Jul 12, 2021
    Configuration menu
    Copy the full SHA
    0c4c2fc View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Removing All Usages of Action Get Method Calls and adding the listene…

    …rs (#130)
    
    Signed-off-by: Aditya Jindal <aditjind@amazon.com>
    adityaj1107 authored Jul 22, 2021
    Configuration menu
    Copy the full SHA
    ff57c54 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Fix snapshot build and increment to 1.1.0. (#142)

    Signed-off-by: dblock <dblock@amazon.com>
    dblock authored Aug 17, 2021
    Configuration menu
    Copy the full SHA
    751aabd View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Refactor MonitorRunner (#143)

    Signed-off-by: Mohammad Qureshi <qreshi@amazon.com>
    qreshi authored Aug 20, 2021
    Configuration menu
    Copy the full SHA
    352d272 View commit details
    Browse the repository at this point in the history
  2. Update Bucket-Level Alerting RFC (#145)

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

Commits on Aug 23, 2021

  1. Add BucketSelector pipeline aggregation extension (#144)

    Signed-off-by: Mohammad Qureshi <qreshi@amazon.com>
    
    Co-authored-by: Rishabh Maurya <rishabhmaurya05@gmail.com>
    qreshi and rishabhmaurya authored Aug 23, 2021
    Configuration menu
    Copy the full SHA
    25194d6 View commit details
    Browse the repository at this point in the history
  2. Add AggregationResultBucket (#148)

    Signed-off-by: Mohammad Qureshi <qreshi@amazon.com>
    
    Co-authored-by: Rishabh Maurya <rishabhmaurya05@gmail.com>
    qreshi and rishabhmaurya authored Aug 23, 2021
    Configuration menu
    Copy the full SHA
    dd8b281 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. 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>
    qreshi authored Aug 24, 2021
    Configuration menu
    Copy the full SHA
    ecd283f View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. 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>
    qreshi authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    e8c474f View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Update InputService for Bucket-Level Alerting (#152)

    Signed-off-by: Mohammad Qureshi <qreshi@amazon.com>
    
    Co-authored-by: Rishabh Maurya <rishabhmaurya05@gmail.com>
    qreshi and rishabhmaurya authored Aug 26, 2021
    Configuration menu
    Copy the full SHA
    d31f0a1 View commit details
    Browse the repository at this point in the history
  2. 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>
    qreshi authored Aug 26, 2021
    Configuration menu
    Copy the full SHA
    bf472b2 View commit details
    Browse the repository at this point in the history
  3. 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>
    qreshi authored Aug 26, 2021
    Configuration menu
    Copy the full SHA
    2351783 View commit details
    Browse the repository at this point in the history
  4. Add worksheets to help with testing (#151)

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

Commits on Aug 27, 2021

  1. 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>
    qreshi authored Aug 27, 2021
    Configuration menu
    Copy the full SHA
    28f401d View commit details
    Browse the repository at this point in the history
  2. Fix ktlint formatting issues (#156)

    Signed-off-by: Mohammad Qureshi <qreshi@amazon.com>
    qreshi authored Aug 27, 2021
    Configuration menu
    Copy the full SHA
    0eed799 View commit details
    Browse the repository at this point in the history
  3. Execute Actions on runTrigger exceptions for Bucket-Level Monitor (#157)

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

Commits on Aug 30, 2021

  1. Skip execution of Actions on ACKNOWLEDGED Alerts for Bucket-Level Mon…

    …itors (#158)
    
    Signed-off-by: Mohammad Qureshi <qreshi@amazon.com>
    qreshi authored Aug 30, 2021
    Configuration menu
    Copy the full SHA
    8a1dc1f View commit details
    Browse the repository at this point in the history
  2. Return first page of input results in MonitorRunResult for Bucket-Lev…

    …el Monitor (#159)
    
    Signed-off-by: Mohammad Qureshi <qreshi@amazon.com>
    qreshi authored Aug 30, 2021
    Configuration menu
    Copy the full SHA
    6aa4fdb View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Add setting to limit per alert action executions and don't save Alert…

    …s for test Bucket-Level Monitors (#161)
    
    Signed-off-by: Mohammad Qureshi <qreshi@amazon.com>
    qreshi authored Aug 31, 2021
    Configuration menu
    Copy the full SHA
    cc0fb6f View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. 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>
    qreshi authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    6f7afa9 View commit details
    Browse the repository at this point in the history
  2. Various bug fixes pertaining to throttling on PER_ALERT, saving COMPL…

    …ETED Alerts and rewriting input query for Bucket-Level Monitors (#164)
    
    Signed-off-by: Mohammad Qureshi <qreshi@amazon.com>
    qreshi authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    faac2bd View commit details
    Browse the repository at this point in the history
  3. Return only monitors for /monitors/_search. (#162)

    * Return only monitors for /monitors/_search.
    
    * Added missing imports
    
    * Added additional check to the unit test
    skkosuri-amzn authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    8024b8b View commit details
    Browse the repository at this point in the history
  4. Resolve default for ActionExecutionPolicy at runtime (#165)

    Signed-off-by: Mohammad Qureshi <qreshi@amazon.com>
    qreshi authored Sep 1, 2021
    Configuration menu
    Copy the full SHA
    d5dbdd6 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)

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