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

[AUTO] Incremented version to 1.3.20. #698

Open
wants to merge 177 commits into
base: 1.3
Choose a base branch
from

Commits on Jul 2, 2021

  1. Update Release Notes for GA (#36)

    * Update Release Notes for GA
    
    * Update Release Notes for GA include RC1 Changes as well.
    
    Signed-off-by: Aditya Jindal <[email protected]>
    adityaj1107 authored Jul 2, 2021
    Configuration menu
    Copy the full SHA
    d27d52c View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. add method type in CustomWebhook data model (#39)

    Signed-off-by: Zhongnan Su <[email protected]>
    zhongnansu authored Jul 16, 2021
    Configuration menu
    Copy the full SHA
    62de872 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Fix class loader issue for notifications response (#40)

    * Fix class loader issue for notifications
    
    Signed-off-by: Joshua Li <[email protected]>
    
    * Fix formatting
    
    Signed-off-by: Joshua Li <[email protected]>
    
    * Refactor creation of action listener object
    
    Signed-off-by: Joshua Li <[email protected]>
    
    * Fix indentation
    
    Signed-off-by: Joshua Li <[email protected]>
    
    * Remove unused suppresses
    
    Signed-off-by: Joshua Li <[email protected]>
    
    * Add UT for notification API
    
    Signed-off-by: Chen Dai <[email protected]>
    
    * Add UT for notification API
    
    Signed-off-by: Chen Dai <[email protected]>
    
    * Add UT for send notification API
    
    Signed-off-by: Chen Dai <[email protected]>
    
    * Fix Github workflow failure
    
    Signed-off-by: Chen Dai <[email protected]>
    
    * Fix Github workflow failure
    
    Signed-off-by: Chen Dai <[email protected]>
    
    * Refactor UT code
    
    Signed-off-by: Chen Dai <[email protected]>
    
    Co-authored-by: Joshua Li <[email protected]>
    dai-chen and joshuali925 authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    4ef189d View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

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

Commits on Aug 6, 2021

  1. Configuration menu
    Copy the full SHA
    bf2bfb3 View commit details
    Browse the repository at this point in the history
  2. Adding an utility method that allows consumers to set custom thread c…

    …ontext property in InjectSecurity class (#47)
    
    Signed-off-by: Ravi Thaluru <[email protected]>
    thalurur authored Aug 6, 2021
    Configuration menu
    Copy the full SHA
    28e688b View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

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

Commits on Aug 13, 2021

  1. Added support for SesAccount (#54)

    Also updated Feature to be simple string for future plugin easy addition
    
    [Tests]
    Added unit tests for SesAccount
    Updated Unit tests for changes
    
    Signed-off-by: @akbhatta
    akbhatta authored Aug 13, 2021
    Configuration menu
    Copy the full SHA
    d79c53d View commit details
    Browse the repository at this point in the history
  2. Adds legacy chime, slack, custom webhook messages, request/response f (

    …#53)
    
    * Adds legacy chime, slack, custom webhook messages, request/response for publishing legacy notifications, and method for executing transport action
    
    Signed-off-by: Drew Baugher <[email protected]>
    
    * Fixes import and removes username/password that is not used by ISM
    
    Signed-off-by: Drew Baugher <[email protected]>
    
    * Throws error for toXContent for legacy notification response
    
    Signed-off-by: Drew Baugher <[email protected]>
    
    * Renames legacy destination types to have legacy prefix
    
    Signed-off-by: Drew Baugher <[email protected]>
    
    * Obfuscates message to remove from logs in toString method
    
    Signed-off-by: Drew Baugher <[email protected]>
    
    * Makes destinationt type private and updates places to use getter
    
    Signed-off-by: Drew Baugher <[email protected]>
    
    * Inlines destination type
    
    Signed-off-by: Drew Baugher <[email protected]>
    
    * Makes base message content final
    
    Signed-off-by: Drew Baugher <[email protected]>
    
    * Requires url to be defined in LegacyCustomWebhookMessage for use across transport wire and only writes the full url instead of each individual part
    
    Signed-off-by: Drew Baugher <[email protected]>
    dbbaughe authored Aug 13, 2021
    Configuration menu
    Copy the full SHA
    4b1c21c View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Using 1.1 snapshot version for OpenSearch (#57)

    Signed-off-by: Vacha <[email protected]>
    VachaShah authored Aug 16, 2021
    Configuration menu
    Copy the full SHA
    401802d View commit details
    Browse the repository at this point in the history
  2. Add themed logo to README (#41)

    Signed-off-by: Miki <[email protected]>
    Miki authored Aug 16, 2021
    Configuration menu
    Copy the full SHA
    4f30425 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc02f23 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3913d70 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Removed tenant information from the models (#73)

    * Removed tenant information from the models
    
    [Tests]
    Updated unit tests
    
    Signed-off-by: @akbhatta
    
    * Updated OpenSearch branch to 1.1
    
    Signed-off-by: @akbhatta
    akbhatta authored Sep 17, 2021
    Configuration menu
    Copy the full SHA
    8fccbea View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Updated the plugin feature response with allowed config features (#74)

    [Tests]
    Updated the unit tests
    
    Signed-off-by: @akbhatta
    akbhatta authored Sep 23, 2021
    Configuration menu
    Copy the full SHA
    21b951d View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Updates common-utils version to 1.2 (#77)

    * Updates common-utils version to 1.2 and Uses Maven for 1.2 dependencies
    
    Signed-off-by: Clay Downs <[email protected]>
    downsrob authored Oct 1, 2021
    Configuration menu
    Copy the full SHA
    486c2e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. Publish .md5 and .sha1 signatures. (#79) (#80)

    * Publish .md5 and .sha1 signatures.
    
    Signed-off-by: dblock <[email protected]>
    
    * Use OpenSearch 1.1.
    
    Signed-off-by: dblock <[email protected]>
    dblock authored Oct 6, 2021
    Configuration menu
    Copy the full SHA
    151646f View commit details
    Browse the repository at this point in the history
  2. Publish source and javadoc checksums. (#81)

    Signed-off-by: dblock <[email protected]>
    dblock authored Oct 6, 2021
    Configuration menu
    Copy the full SHA
    cbeba12 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Email recipients made nested for backward compatibility with Alerting (

    …#83)
    
    [Tests]
    Unit tests added/updated
    
    Signed-off-by: @akbhatta
    akbhatta authored Oct 13, 2021
    Configuration menu
    Copy the full SHA
    e51a67a View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Update copyright notice (#90)

    Signed-off-by: Mohammad Qureshi <[email protected]>
    qreshi authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    32f0c6f View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Update maven publication to include cksums. (#91)

    This change adds a local staging repo task that will include cksums.  It will also update build.sh to use this new task and copy the contents of the staging repo to the output directory.
    The maven publish plugin will not include these cksums when publishing to maven local but will when published to a separate folder.
    
    Signed-off-by: Marc Handalian <[email protected]>
    mch2 authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    2253331 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Add release notes for version 1.2.0.0 (#92)

    * Add release notes for version 1.2.0.0
    
    Signed-off-by: Ashish Agrawal <[email protected]>
    lezzago authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    2679a01 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Fix copyright notice and add DCO check workflow (#94)

    Signed-off-by: Ashish Agrawal <[email protected]>
    lezzago authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    84bb457 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Update build.sh script to include optional platform param. (#95)

    Signed-off-by: Marc Handalian <[email protected]>
    mch2 authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    eb79bae View commit details
    Browse the repository at this point in the history
  2. Add codeowners support for repo (#96)

    Signed-off-by: Ryan Bogan <[email protected]>
    ryanbogan authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    2ebb5e6 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Bump version to 1.3 (#99)

    Signed-off-by: Ashish Agrawal <[email protected]>
    lezzago authored Dec 2, 2021
    Configuration menu
    Copy the full SHA
    19ca2c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. Auto-increment version on new release tags. (#106)

    Signed-off-by: dblock <[email protected]>
    dblock authored Jan 4, 2022
    Configuration menu
    Copy the full SHA
    643157d View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

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

Commits on Feb 19, 2022

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

Commits on Feb 21, 2022

  1. Fixes copyright headers (#117)

    Signed-off-by: Drew Baugher <[email protected]>
    dbbaughe authored Feb 21, 2022
    Configuration menu
    Copy the full SHA
    bccb1bb View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Remove jcenter repository missed on first pass (#118)

    Signed-off-by: Peter Nied <[email protected]>
    peternied authored Feb 24, 2022
    Configuration menu
    Copy the full SHA
    1da8807 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Run CI/CD on Java 8, 11, 14 and 17. (#121)

    * Run CI/CD on Java 8, 11, 14 and 17.
    
    Signed-off-by: dblock <[email protected]>
    
    * Add JDK 17.
    
    Signed-off-by: dblock <[email protected]>
    dblock authored Mar 1, 2022
    Configuration menu
    Copy the full SHA
    3919543 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Add .whitesource configuration file (#109)

    Co-authored-by: whitesource-for-github-com[bot] <50673670+whitesource-for-github-com[bot]@users.noreply.github.com>
    mend-for-github-com[bot] authored Mar 2, 2022
    Configuration menu
    Copy the full SHA
    710b1f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Upgrade to 2.0 (#122)

    Signed-off-by: Ashish Agrawal <[email protected]>
    lezzago authored Mar 3, 2022
    Configuration menu
    Copy the full SHA
    361db4c View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

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

Commits on Mar 10, 2022

  1. Add support for build version qualifier. (#128)

    Signed-off-by: dblock <[email protected]>
    dblock authored Mar 10, 2022
    Configuration menu
    Copy the full SHA
    fb43b22 View commit details
    Browse the repository at this point in the history
  2. Add backport and auto delete workflow (#130)

    Signed-off-by: Annie Lee <[email protected]>
    Annie Lee authored Mar 10, 2022
    Configuration menu
    Copy the full SHA
    bdd8a81 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Add release notes for version 1.3.0.0 (#132)

    Signed-off-by: Saurabh Singh <[email protected]>
    
    Co-authored-by: Saurabh Singh <[email protected]>
    getsaurabh02 and getsaurabh02 authored Mar 11, 2022
    Configuration menu
    Copy the full SHA
    be72763 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Upgrade gradle artifacts to 7.3.3 (#135)

    Signed-off-by: Ashish Agrawal <[email protected]>
    lezzago authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    fe3abb9 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Remove feature and feature_list usage for Notifications (#136)

    * Remove feature_list from NotificationConfig
    
    Signed-off-by: Mohammad Qureshi <[email protected]>
    
    * Remove feature from FeatueChannelsListRequest
    
    Signed-off-by: Mohammad Qureshi <[email protected]>
    
    * Remove 'feature' from EventSource
    
    Signed-off-by: Mohammad Qureshi <[email protected]>
    
    * Remove feature from LegacyPublishNotification
    
    Signed-off-by: Mohammad Qureshi <[email protected]>
    
    * Updated descriptions related to publishLegacyNotification
    
    Signed-off-by: Mohammad Qureshi <[email protected]>
    qreshi authored Mar 17, 2022
    Configuration menu
    Copy the full SHA
    05931c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Add opensearch repositories plugin to resolve lucene snapshot depende…

    …ncies. (#137)
    
    Signed-off-by: Marc Handalian <[email protected]>
    mch2 authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    7ab297e View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Update MAINTAINERS.m to add new maintainer. (#127)

    Signed-off-by: Saurabh Singh <[email protected]>
    
    Co-authored-by: Saurabh Singh <[email protected]>
    getsaurabh02 and getsaurabh02 authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    a086805 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Rename references for Get Channels API (#140)

    Signed-off-by: Mohammad Qureshi <[email protected]>
    qreshi authored Mar 22, 2022
    Configuration menu
    Copy the full SHA
    d77dec5 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Adding signoff option for version workflow PR (#143)

    Signed-off-by: Vacha Shah <[email protected]>
    VachaShah authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    6e78f69 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Remove allowedConfigFeatureList from GetPluginFeaturesResponse (#144)

    Signed-off-by: Mohammad Qureshi <[email protected]>
    qreshi authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    43d6e6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2f57e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

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

Commits on Apr 1, 2022

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

Commits on Apr 5, 2022

  1. Removal of NotificationEvent Request, Response and SearchResults (#153)

    * Removal of NotificationEvent Request, Response , Search Results
    
    Addition of NotificationEventDoc and Removal of NotificationEventInfo
    
    Addition of NotificationEventDocTests
    
    Signed-off-by: Jindal <[email protected]>
    
    * Removing NotificationEventDoc and NotificationEventDocTests
    
    Signed-off-by: Jindal <[email protected]>
    
    Co-authored-by: Jindal <[email protected]>
    adityaj1107 and Jindal authored Apr 5, 2022
    Configuration menu
    Copy the full SHA
    f62e734 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Updated issue templates from .github. (#154)

    Signed-off-by: dblock <[email protected]>
    dblock authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    4553617 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Addition of NotificationEvent to SendNotificationResponse and Removal…

    … of NotificationID (#156)
    
    * Removal of NotificationEvent Request, Response , Search Results
    
    Addition of NotificationEventDoc and Removal of NotificationEventInfo
    
    Addition of NotificationEventDocTests
    
    Signed-off-by: Jindal <[email protected]>
    
    * Removing NotificationEventDoc and NotificationEventDocTests
    
    Signed-off-by: Jindal <[email protected]>
    
    Co-authored-by: Jindal <[email protected]>
    adityaj1107 and Jindal authored Apr 7, 2022
    Configuration menu
    Copy the full SHA
    c3794c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Remove JDK 14 (#159)

    Signed-off-by: Saurabh Singh <[email protected]>
    getsaurabh02 authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    14e76ec View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Incremented version to 2.0-rc1. (#160)

    Signed-off-by: dblock <[email protected]>
    dblock authored Apr 15, 2022
    Configuration menu
    Copy the full SHA
    17bb37c View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2022

  1. Support sending email message via Notifications passthrough API (#158)

    * Add legacy email support as a legacy Destination type
    
    Signed-off-by: Mohammad Qureshi <[email protected]>
    
    * Add accountName to LegacyEmailMessage
    
    Signed-off-by: Mohammad Qureshi <[email protected]>
    qreshi authored Apr 16, 2022
    Configuration menu
    Copy the full SHA
    a80b8b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Add release notes for version 2.0.0.0-rc1 (#162)

    Signed-off-by: Saurabh Singh <[email protected]>
    getsaurabh02 authored Apr 25, 2022
    Configuration menu
    Copy the full SHA
    39bd777 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Removing RC1 as the qualifier from Common Utils (#168)

    Signed-off-by: Aditya Jindal <[email protected]>
    adityaj1107 authored May 6, 2022
    Configuration menu
    Copy the full SHA
    389bb3c View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. add code coverage badge (#169)

    Signed-off-by: Subhobrata Dey <[email protected]>
    sbcd90 authored May 9, 2022
    Configuration menu
    Copy the full SHA
    1eef82c View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

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

Commits on May 16, 2022

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

Commits on May 17, 2022

  1. fix code coverage badge (#175)

    Signed-off-by: Subhobrata Dey <[email protected]>
    sbcd90 authored May 17, 2022
    Configuration menu
    Copy the full SHA
    1d0ee34 View commit details
    Browse the repository at this point in the history
  2. fix code coverage badge (#176)

    Signed-off-by: Subhobrata Dey <[email protected]>
    sbcd90 authored May 17, 2022
    Configuration menu
    Copy the full SHA
    e8b991e View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Add release notes for version 2.0.0.0 (#177)

    Signed-off-by: Saurabh Singh <[email protected]>
    getsaurabh02 authored May 18, 2022
    Configuration menu
    Copy the full SHA
    a03453c View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Remove duplicate DCO workflow. (#181)

    Signed-off-by: dblock <[email protected]>
    dblock authored May 24, 2022
    Configuration menu
    Copy the full SHA
    b054420 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Bump up the version to 2.1 (#190)

    Signed-off-by: Ankit Kala <[email protected]>
    ankitkala authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    26a4c36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d96f3c View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Added 2.1 release notes. (#194) (#196)

    (cherry picked from commit 739d155)
    Signed-off-by: Subhobrata Dey <[email protected]>
    
    Co-authored-by: Subhobrata Dey <[email protected]>
    opensearch-trigger-bot[bot] and sbcd90 authored Jul 6, 2022
    Configuration menu
    Copy the full SHA
    79a2ae3 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Bump 2.x branch to 2.2 (#204)

    Signed-off-by: Mohammad Qureshi <[email protected]>
    qreshi authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    fe37126 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Staging for version increment automation (#200) (#211)

    * Version increment automation
    
    Signed-off-by: pgodithi <[email protected]>
    
    * Version increment automation: task rename updateVersion
    
    Signed-off-by: pgodithi <[email protected]>
    (cherry picked from commit 366bf16)
    Signed-off-by: prudhvigodithi <[email protected]>
    
    Co-authored-by: Prudhvi Godithi <[email protected]>
    Configuration menu
    Copy the full SHA
    7d53102 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Added 2.2 release notes. (#213)

    Signed-off-by: Saurabh Singh <[email protected]>
    getsaurabh02 authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    ae064c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Added 2.2 release notes. (#212) (#214)

    Signed-off-by: Saurabh Singh <[email protected]>
    (cherry picked from commit b82ef4a)
    
    Co-authored-by: Saurabh Singh <[email protected]>
    Configuration menu
    Copy the full SHA
    53ed7f1 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Upgrade version to 2.3 (#223)

    Signed-off-by: Ashish Agrawal <[email protected]>
    
    Signed-off-by: Ashish Agrawal <[email protected]>
    lezzago authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    dea1aed View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Configuration menu
    Copy the full SHA
    72a7261 View commit details
    Browse the repository at this point in the history
  2. Move Alerting data models over to common-utils (#242)

    Signed-off-by: Subhobrata Dey <[email protected]>
    sbcd90 authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    587d9cb View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. upgrade 2.x to 2.4 (#246)

    Signed-off-by: Subhobrata Dey <[email protected]>
    sbcd90 authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    33c1c33 View commit details
    Browse the repository at this point in the history
  2. Copy over monitor datasources config from alerting to common utils (#247

    )
    
    * copy over monitor datasources config from alerting to common utils
    
    Signed-off-by: Surya Sashank Nistala <[email protected]>
    eirsep authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    3dce8f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. expose delete monitor api from alerting (#251)

    Signed-off-by: Subhobrata Dey <[email protected]>
    sbcd90 authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    68da168 View commit details
    Browse the repository at this point in the history
  2. Move Findings and Alerts action, request, response and models from al…

    …erting to common-utils (#254)
    
    Signed-off-by: Surya Sashank Nistala <[email protected]>
    eirsep authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    d4a4aaa View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. added JvmField annotation to prevent generating getters (#255)

    Signed-off-by: Petar Dzepina <[email protected]>
    petardz authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    d64d992 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Change TrustStoreTest to use File.separator to support Windows path (#…

    …258) (#261)
    
    Signed-off-by: Peter Zhu <[email protected]>
    
    Signed-off-by: Peter Zhu <[email protected]>
    (cherry picked from commit 7dcb3a0)
    
    Co-authored-by: Peter Zhu <[email protected]>
    Configuration menu
    Copy the full SHA
    36eafa6 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. remove force snakeyaml removal (#263)

    Signed-off-by: Subhobrata Dey <[email protected]>
    sbcd90 authored Oct 3, 2022
    Configuration menu
    Copy the full SHA
    082c776 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Accept of list of monitor ids in findings and alerts request dtos (#277

    …) (#278)
    
    Signed-off-by: Surya Sashank Nistala <[email protected]>
    
    Signed-off-by: Surya Sashank Nistala <[email protected]>
    eirsep authored Oct 10, 2022
    Configuration menu
    Copy the full SHA
    16cf2b6 View commit details
    Browse the repository at this point in the history
  2. Added legacy support for SNS messages. (#225) (#269)

    * Added legacy support for SNS messages.
    
    Signed-off-by: AWSHurneyt <[email protected]>
    
    * Added license header to new classes.
    
    Signed-off-by: AWSHurneyt <[email protected]>
    
    * Fixed style errors.
    
    Signed-off-by: AWSHurneyt <[email protected]>
    
    Signed-off-by: AWSHurneyt <[email protected]>
    (cherry picked from commit 9c2621e)
    
    Co-authored-by: AWSHurneyt <[email protected]>
    opensearch-trigger-bot[bot] and AWSHurneyt authored Oct 10, 2022
    Configuration menu
    Copy the full SHA
    b643bbe View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. move acknowledge alerts dtos from alerting to common-utils (#282)

    Signed-off-by: Surya Sashank Nistala <[email protected]>
    eirsep authored Oct 13, 2022
    Configuration menu
    Copy the full SHA
    99006a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. add list of alert ids in get alerts request (#284) (#286)

    Signed-off-by: Surya Sashank Nistala <[email protected]>
    (cherry picked from commit fdd7cbb)
    opensearch-trigger-bot[bot] authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    40404e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    c1fdd47 View commit details
    Browse the repository at this point in the history
  2. added params to Datasources (#290) (#291)

    Signed-off-by: Petar <[email protected]>
    (cherry picked from commit b9f370f)
    
    Co-authored-by: Petar Dzepina <[email protected]>
    opensearch-trigger-bot[bot] and petardz authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    cfe4d8d View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. fix security-analytics to alerting integration (#294) (#295)

    Signed-off-by: Subhobrata Dey <[email protected]>
    (cherry picked from commit b737142)
    
    Co-authored-by: Subhobrata Dey <[email protected]>
    opensearch-trigger-bot[bot] and sbcd90 authored Oct 21, 2022
    Configuration menu
    Copy the full SHA
    5904e9c View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Added function for request recreation that considers the writeable re… (

    #303) (#304)
    
    * Added function for request recreation that considers the writeable registry used for parsing the aggregations
    
    Co-authored-by: Stevan Buzejic <[email protected]>
    (cherry picked from commit 6a169f7)
    
    Co-authored-by: Stevan Buzejic <[email protected]>
    opensearch-trigger-bot[bot] and stevanbz authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    2b2f242 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. add findings enabled flag and findings field in bucket level monitor …

    …alerts constructor (#305) (#307)
    
    Signed-off-by: Surya Sashank Nistala <[email protected]>
    
    Signed-off-by: Surya Sashank Nistala <[email protected]>
    (cherry picked from commit 67fda10)
    
    Co-authored-by: Surya Sashank Nistala <[email protected]>
    opensearch-trigger-bot[bot] and eirsep authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    278ca9f View commit details
    Browse the repository at this point in the history
  2. Support backend roles in indexMonitorRequest (#308) (#309)

    Signed-off-by: Ashish Agrawal <[email protected]>
    
    Signed-off-by: Ashish Agrawal <[email protected]>
    (cherry picked from commit b7ceeec)
    
    Co-authored-by: Ashish Agrawal <[email protected]>
    opensearch-trigger-bot[bot] and lezzago authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    2c53c25 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Adds owner field in monitor model (#313) (#314)

    Signed-off-by: Surya Sashank Nistala <[email protected]>
    
    Signed-off-by: Surya Sashank Nistala <[email protected]>
    (cherry picked from commit dfa9263)
    
    Co-authored-by: Surya Sashank Nistala <[email protected]>
    opensearch-trigger-bot[bot] and eirsep authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    3a83a1a View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Adding CI workflow for Windows OS (#299) (#301)

    Signed-off-by: Surya Sashank Nistala <[email protected]>
    
    Signed-off-by: Surya Sashank Nistala <[email protected]>
    (cherry picked from commit 6887c01)
    
    Co-authored-by: Surya Sashank Nistala <[email protected]>
    opensearch-trigger-bot[bot] and eirsep authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    65cf945 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Increment version to 2.5.0-SNAPSHOT (#300)

    Signed-off-by: opensearch-ci-bot <[email protected]>
    
    Signed-off-by: opensearch-ci-bot <[email protected]>
    Co-authored-by: opensearch-ci-bot <[email protected]>
    Configuration menu
    Copy the full SHA
    cc3b254 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. Add a super admin client builder w/ hosts params (#322) (#323)

    Signed-off-by: bowenlan-amzn <[email protected]>
    
    Signed-off-by: bowenlan-amzn <[email protected]>
    (cherry picked from commit 050c95d)
    
    Co-authored-by: bowenlan-amzn <[email protected]>
    Configuration menu
    Copy the full SHA
    97dc905 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Fix streaming functions for LegacySNSMessage (#324) (#325)

    Signed-off-by: Ashish Agrawal <[email protected]>
    
    Signed-off-by: Ashish Agrawal <[email protected]>
    (cherry picked from commit 84b4ee3)
    
    Co-authored-by: Ashish Agrawal <[email protected]>
    opensearch-trigger-bot[bot] and lezzago authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    17f9b49 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Increment version to 2.6.0-SNAPSHOT (#344)

    Signed-off-by: opensearch-ci-bot <[email protected]>
    Co-authored-by: opensearch-ci-bot <[email protected]>
    Configuration menu
    Copy the full SHA
    005e018 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Add release notes (#363) (#364)

    Signed-off-by: Ashish Agrawal <[email protected]>
    (cherry picked from commit 1ca639f)
    
    Co-authored-by: Ashish Agrawal <[email protected]>
    opensearch-trigger-bot[bot] and lezzago authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    0778ce2 View commit details
    Browse the repository at this point in the history
  2. 2.x branch - Publish snapshots to maven via GHA (#365)

    * Publish snapshots to maven via GHA
    
    Signed-off-by: Ashish Agrawal <[email protected]>
    
    * fix task name
    
    Signed-off-by: Ashish Agrawal <[email protected]>
    
    * Adjusted maven function used by workflow.
    
    Signed-off-by: AWSHurneyt <[email protected]>
    
    ---------
    
    Signed-off-by: Ashish Agrawal <[email protected]>
    Signed-off-by: AWSHurneyt <[email protected]>
    Co-authored-by: Ashish Agrawal <[email protected]>
    AWSHurneyt and lezzago authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    5b9de98 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Increment version to 2.7.0-SNAPSHOT (#371)

    Signed-off-by: opensearch-ci-bot <[email protected]>
    Co-authored-by: opensearch-ci-bot <[email protected]>
    Configuration menu
    Copy the full SHA
    f95d26a View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Add auto-release workflow (#376) (#378)

    Signed-off-by: Craig Perkins <[email protected]>
    (cherry picked from commit 89b7457)
    
    Co-authored-by: Craig Perkins <[email protected]>
    opensearch-trigger-bot[bot] and cwperks authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    95d168b View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Fix SNS pattern regex to correctly valid sns fifo topic ARNs (#381) (#…

    …383)
    
    Signed-off-by: Surya Sashank Nistala <[email protected]>
    (cherry picked from commit deed4bd)
    
    Co-authored-by: Surya Sashank Nistala <[email protected]>
    opensearch-trigger-bot[bot] and eirsep authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    76375a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Fixed xContent dependencies due to OSCore changes (#392)

    Signed-off-by: Angie Zhang <[email protected]>
    Angie Zhang authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    3914598 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. InjectSecurity - inject User object in UserInfo in threadContext (#396)…

    … (#399)
    
    * Added user_info injection of User object in InjectSecurity
    
    Signed-off-by: Petar <[email protected]>
    (cherry picked from commit f7639aa)
    
    Co-authored-by: Petar Dzepina <[email protected]>
    opensearch-trigger-bot[bot] and petardz authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    3120d68 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Added 2.7 release notes. (#407) (#408)

    * Added 2.7 release notes.
    
    Signed-off-by: AWSHurneyt <[email protected]>
    
    * Added 2.7 release notes.
    
    Signed-off-by: AWSHurneyt <[email protected]>
    
    ---------
    
    Signed-off-by: AWSHurneyt <[email protected]>
    (cherry picked from commit 88c537d)
    
    Co-authored-by: AWSHurneyt <[email protected]>
    opensearch-trigger-bot[bot] and AWSHurneyt authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    65ecf37 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

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

Commits on Apr 27, 2023

  1. Increment version to 2.8.0-SNAPSHOT (#413)

    Signed-off-by: opensearch-ci-bot <[email protected]>
    Co-authored-by: opensearch-ci-bot <[email protected]>
    Configuration menu
    Copy the full SHA
    1ff2298 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. upgrade gradle to 8.1.1 (#418) (#421)

    Signed-off-by: Subhobrata Dey <[email protected]>
    opensearch-trigger-bot[bot] authored May 3, 2023
    Configuration menu
    Copy the full SHA
    26a117e View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. NoOpTrigger (#420) (#424)

    * added noop trigger
    
    Signed-off-by: Petar Dzepina <[email protected]>
    (cherry picked from commit c507ac9)
    
    Co-authored-by: Petar Dzepina <[email protected]>
    opensearch-trigger-bot[bot] and petardz authored May 4, 2023
    Configuration menu
    Copy the full SHA
    db60532 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

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

Commits on May 26, 2023

  1. Added 2.8 release notes (#441) (#442)

    Signed-off-by: bowenlan-amzn <[email protected]>
    (cherry picked from commit 4c6f497)
    
    Co-authored-by: bowenlan-amzn <[email protected]>
    Configuration menu
    Copy the full SHA
    f435dbc View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Increment version to 2.9.0-SNAPSHOT (#444)

    Signed-off-by: opensearch-ci-bot <[email protected]>
    Co-authored-by: opensearch-ci-bot <[email protected]>
    Configuration menu
    Copy the full SHA
    53e10be View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Adds Chained alerts triggers for workflows (#456) (#457)

    * adds models for chained alert trigger and chained alerts (#426)
    
    Signed-off-by: Surya Sashank Nistala <[email protected]>
    
    * fix execution id field in alerts (#429)
    
    Signed-off-by: Surya Sashank Nistala <[email protected]>
    
    * accept workflow argument in chained alert constructor (#435)
    
    Signed-off-by: Surya Sashank Nistala <[email protected]>
    
    * add tests for chained alert
    
    Signed-off-by: Surya Sashank Nistala <[email protected]>
    
    ---------
    
    Signed-off-by: Surya Sashank Nistala <[email protected]>
    (cherry picked from commit 5ef9b55)
    
    Co-authored-by: Surya Sashank Nistala <[email protected]>
    opensearch-trigger-bot[bot] and eirsep authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    03505f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. acknowledge chained alert request for workflow (#459) (#460)

    Signed-off-by: Surya Sashank Nistala <[email protected]>
    (cherry picked from commit fcb853e)
    
    Co-authored-by: Surya Sashank Nistala <[email protected]>
    opensearch-trigger-bot[bot] and eirsep authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    c44cc5c View commit details
    Browse the repository at this point in the history
  2. adds audit state in Alert (#461) (#462)

    Signed-off-by: Surya Sashank Nistala <[email protected]>
    (cherry picked from commit f1c0f1d)
    
    Co-authored-by: Surya Sashank Nistala <[email protected]>
    opensearch-trigger-bot[bot] and eirsep authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    dd41bfc View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. add workflowId field in alert (#463) (#464)

    Signed-off-by: Surya Sashank Nistala <[email protected]>
    (cherry picked from commit 110bf01)
    
    Co-authored-by: Surya Sashank Nistala <[email protected]>
    opensearch-trigger-bot[bot] and eirsep authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    55a4dd5 View commit details
    Browse the repository at this point in the history
  2. pass workflow id in alert constructors (#465) (#466)

    Signed-off-by: Surya Sashank Nistala <[email protected]>
    (cherry picked from commit 37e36b7)
    
    Co-authored-by: Surya Sashank Nistala <[email protected]>
    opensearch-trigger-bot[bot] and eirsep authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    fca6d8e View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. opensearch commons strings library dependency import (#474)

    * fix opensearch commons strings library dependency import
    
    Signed-off-by: Surya Sashank Nistala <[email protected]>
    
    * gradle apply spotless check
    
    Signed-off-by: Surya Sashank Nistala <[email protected]>
    
    ---------
    
    Signed-off-by: Surya Sashank Nistala <[email protected]>
    eirsep authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    f475879 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. apis for get workflow alerts and acknowledge chained alerts (#472) (#473

    )
    
    Signed-off-by: Surya Sashank Nistala <[email protected]>
    eirsep authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    1bba734 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Modify triggers to push snapshots on all branches (#454) (#475)

    (cherry picked from commit 1484bff)
    
    Signed-off-by: Sayali Gaikawad <[email protected]>
    Signed-off-by: Hailong Cui <[email protected]>
    Co-authored-by: Sayali Gaikawad <[email protected]>
    Hailong-am and gaiksaya authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    1800974 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. add auditDelegateMonitorAlerts flag (#476) (#477)

    * add auditDelegateMonitorAlerts flag
    
    
    
    * add audit state check in error alert validation
    
    
    
    * add test to verify workflow with auditDelegateMonitor flag null
    
    
    
    ---------
    
    Signed-off-by: Surya Sashank Nistala <[email protected]>
    eirsep authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    90bea0c View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Implemented support for configuring a cluster metrics monitor to call…

    … cat/indices, and cat/shards. (#479) (#480)
    
    Signed-off-by: AWSHurneyt <[email protected]>
    (cherry picked from commit f062232)
    
    Co-authored-by: AWSHurneyt <[email protected]>
    opensearch-trigger-bot[bot] and AWSHurneyt authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    0d7ba90 View commit details
    Browse the repository at this point in the history
  2. Added 2.9 release notes. (#482) (#483)

    * Added 2.9 release notes.
    
    Signed-off-by: AWSHurneyt <[email protected]>
    
    * Added 2.9 release notes.
    
    Signed-off-by: AWSHurneyt <[email protected]>
    
    * Added 2.9 release notes.
    
    Signed-off-by: AWSHurneyt <[email protected]>
    
    ---------
    
    Signed-off-by: AWSHurneyt <[email protected]>
    (cherry picked from commit d21660f)
    
    Co-authored-by: AWSHurneyt <[email protected]>
    opensearch-trigger-bot[bot] and AWSHurneyt authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    ccc9878 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Increment version to 2.10.0-SNAPSHOT (#485)

    Signed-off-by: opensearch-ci-bot <[email protected]>
    Co-authored-by: opensearch-ci-bot <[email protected]>
    Configuration menu
    Copy the full SHA
    a009369 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Fix after core #8157 (#486) (#499)

    * Fix after core #8157
    
    
    
    * Fix ktlint issue
    
    
    
    * Fix spotless java check
    
    
    
    ---------
    
    
    (cherry picked from commit 003071c)
    
    Signed-off-by: bowenlan-amzn <[email protected]>
    Signed-off-by: Hailong Cui <[email protected]>
    Co-authored-by: bowenlan-amzn <[email protected]>
    Hailong-am and bowenlan-amzn authored Jul 22, 2023
    Configuration menu
    Copy the full SHA
    0062835 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Upgrade the backport workflow (#487) (#495)

    (cherry picked from commit 6b78364)
    
    Signed-off-by: Ashish Agrawal <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    0ce0f3e View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. make common-utils core compatible (#507) (#510)

    (cherry picked from commit fad4525)
    
    Signed-off-by: Subhobrata Dey <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    7e1e226 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. common utils to support Microsoft teams in notifications (#428) (#512)

    * Added common utils for microsoft teams
    
    
    
    * Added configType ,eventstatus,configDataProperties and msTeams files
    
    
    
    * Added ConfigType,EventStatus,ConfigDataProperties and MicrosoftTeams
    
    
    
    * fix build
    
    
    
    * fix build, add more test
    
    
    
    * change strings import
    
    
    
    * fix after core
    
    
    
    ---------
    
    
    
    
    
    (cherry picked from commit bae1bee)
    
    Signed-off-by: danielkyalo599 <[email protected]>
    Signed-off-by: dankyalo599 <[email protected]>
    Signed-off-by: zhichao-aws <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: danielkyalo599 <[email protected]>
    3 people authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    e6783b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. support list of monitor ids in Chained Monitor Findings (#514) (#515)

    support list of monitor ids in Chained Monitor Findings
    
    Signed-off-by: Surya Sashank Nistala <[email protected]>
    eirsep authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    41c9fcf View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Updates demo certs used in rest tests (#518) (#521)

    (cherry picked from commit d797db5)
    
    Signed-off-by: Darshit Chanpura <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    c6205db View commit details
    Browse the repository at this point in the history
  2. Increment version to 2.11.0-SNAPSHOT (#520)

    Signed-off-by: opensearch-ci-bot <[email protected]>
    Co-authored-by: opensearch-ci-bot <[email protected]>
    Configuration menu
    Copy the full SHA
    b88b51b View commit details
    Browse the repository at this point in the history
  3. Adds 2.10.0.0 release notes (#531) (#532)

    (cherry picked from commit 1b98f03)
    
    Signed-off-by: Darshit Chanpura <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    aaa4c2a View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Increment version to 2.12.0-SNAPSHOT (#545)

    Signed-off-by: opensearch-ci-bot <[email protected]>
    Co-authored-by: opensearch-ci-bot <[email protected]>
    Configuration menu
    Copy the full SHA
    65f3963 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. add 'fields' parameter in doc level query object. (#546) (#550)

    (cherry picked from commit 2ef47f9)
    
    Signed-off-by: Surya Sashank Nistala <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    38cd12b View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. add fields param in toxcontent() for doc level query (#549) (#554)

    (cherry picked from commit f290fec)
    
    Signed-off-by: Surya Sashank Nistala <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    60a090e View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Onboard prod jenkins docker image to github actions (#557) (#558)

    * Onboard prod jenkins docker image to github actions
    
    
    
    * Add more
    
    
    
    ---------
    
    
    (cherry picked from commit 0e2daa1)
    
    Signed-off-by: Peter Zhu <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    ace0d5a View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Add User.isAdminDn to User class (#547) (#562)

    * Add User.isSuperUser to User class
    
    
    
    * Add null check
    
    
    
    * Add another test
    
    
    
    * Make method non-static and require a user to exist to call method
    
    
    
    * Change to isAdminDn
    
    
    
    ---------
    
    
    
    (cherry picked from commit 107be59)
    
    Signed-off-by: Craig Perkins <[email protected]>
    Signed-off-by: Craig Perkins <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    d44f480 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Update Gradle to 8.4 (#560) (#563)

    Signed-off-by: Andriy Redko <[email protected]>
    reta authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    02cccc4 View commit details
    Browse the repository at this point in the history
  2. Add Java 11/17/21 matrix for build, test and integration checks (#561) (

    #564)
    
    (cherry picked from commit aa6246d)
    
    Signed-off-by: Andriy Redko <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    a56599c View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Move get monitor and search monitor action / request / responses to c…

    …ommon-utils (#566) (#567)
    
    * Add get monitor request/response
    
    
    
    * Remove status from response; add to interface
    
    
    
    * Add UT
    
    
    
    * Repeat for search monitor action
    
    
    
    ---------
    
    
    (cherry picked from commit 2ff995b)
    
    Signed-off-by: Tyler Ohlsen <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    8e2537b View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. [Backport 2.x] changed all usages of 'admin' as a password to somethi…

    …ng different (#583)
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Dennis Toepker <[email protected]>
    3 people authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    a45dd4d View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. [Backport 2.x] Implemented cross-cluster monitor support #584 (#586)

    * Added clusters field to support cross cluster cluster metrics monitors.
    
    Signed-off-by: AWSHurneyt <[email protected]>
    
    * Fixed writeTo.
    
    Signed-off-by: AWSHurneyt <[email protected]>
    
    * Updated tests.
    
    Signed-off-by: AWSHurneyt <[email protected]>
    
    * Updated tests.
    
    Signed-off-by: AWSHurneyt <[email protected]>
    
    ---------
    
    Signed-off-by: AWSHurneyt <[email protected]>
    AWSHurneyt authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    6a579cd View commit details
    Browse the repository at this point in the history
  2. [Backport 2.x] Update dependency com.pinterest:ktlint to 0.47.1 and fix

    CVE-2023-6378 for common-utils (#588)
    
    * add logback-classic for CVE-2023-6378
    
    Signed-off-by: Joanne Wang <[email protected]>
    
    * updated com.pinterest:ktlint to v0.47.1
    
    Signed-off-by: jowg-amazon <[email protected]>
    
    * ran ./gradlew ktlintformat
    
    Signed-off-by: jowg-amazon <[email protected]>
    
    ---------
    
    Signed-off-by: Joanne Wang <[email protected]>
    Signed-off-by: jowg-amazon <[email protected]>
    jowg-amazon authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    fed6838 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Added release notes for 2.12.0 (#587) (#589)

    * added release notes for common-utils
    
    
    
    * update release notes
    
    
    
    ---------
    
    
    (cherry picked from commit cd8ea9b)
    
    Signed-off-by: jowg-amazon <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    9959c32 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. add queryFieldNames field in Doc Level Queries (#582) (#597)

    * add queryFieldNames field in Doc Level Queries
    
    
    
    * add tests to verify queryFieldNames field in DocLevelQuery
    
    
    
    ---------
    
    
    (cherry picked from commit 75925dc)
    
    Signed-off-by: Surya Sashank Nistala <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    a0635a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Increment version to 2.13.0-SNAPSHOT (#591)

    Signed-off-by: opensearch-ci-bot <[email protected]>
    Co-authored-by: opensearch-ci-bot <[email protected]>
    Configuration menu
    Copy the full SHA
    53f7dcc View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Feature findings enhancemnt (#596) (#606)

    * added support for  param in Finding API
    
    
    
    * added detectionType as param for Findings API enhancements
    
    
    
    * adding addiional params findingIds, startTime and endTime
    
    
    
    * fix klint errors
    
    
    
    ---------
    
    
    (cherry picked from commit 892c34f)
    
    Signed-off-by: Riya Saxena <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    d936c8f View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. fix findings API enhancemnts (#611) (#617)

    * fix findings API enhancemnts
    
    
    
    * fix klint errors
    
    
    
    * fix klint errors
    
    
    
    * fix klint errors
    
    
    
    ---------
    
    
    (cherry picked from commit 3f5421f)
    
    Signed-off-by: Riya Saxena <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    e6cd139 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Added release notes for 2.13 (#623) (#624)

    * added release notes for 2.13
    
    
    
    * added release notes for 2.13
    
    
    
    ---------
    
    
    (cherry picked from commit 937bc4e)
    
    Signed-off-by: Riya Saxena <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    44f3fdf View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

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

Commits on Apr 11, 2024

  1. obfuscate ip addresses in alert error message (#511) (#523)

    * obfuscate ip addresses in alert error message
    
    
    
    * make ip obfuscation lower case
    
    
    
    * update test with lowercase ip obfuscation
    
    
    
    ---------
    
    
    (cherry picked from commit b8e6e75)
    
    Signed-off-by: Surya Sashank Nistala <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    b2a7ca6 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Change doc level query name validation (#630) (#637)

    * change validation and tests
    
    
    
    * change regex to 0-256 chars
    
    
    
    * moved validation to common utils and fix test
    
    
    
    * remove TODO
    
    
    
    * ensure name is at lest 1 char
    
    
    
    * change error message
    
    
    
    ---------
    
    
    (cherry picked from commit 9beae87)
    
    Signed-off-by: jowg-amazon <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    b8f1285 View commit details
    Browse the repository at this point in the history
  2. [Backport 2.x] Added validation for the new clusters field. (#633) (#636

    )
    
    * Added validation for the new clusters field. (#633)
    
    * Added validation for the clusters field. Refactored ClusterMetricsInput validiation to throw 4xx-level CommonUtilsExceptions instead of 5xx-level IllegalArgumentException.
    
    Signed-off-by: AWSHurneyt <[email protected]>
    
    * Moved some regex from alerting plugin to common utils.
    
    Signed-off-by: AWSHurneyt <[email protected]>
    
    * Moved cluster-based regex to separate file.
    
    Signed-off-by: AWSHurneyt <[email protected]>
    
    * Fixed ktlint error.
    
    Signed-off-by: AWSHurneyt <[email protected]>
    
    * Fixed regex. Moved cluster-related regexes.
    
    Signed-off-by: AWSHurneyt <[email protected]>
    
    ---------
    
    Signed-off-by: AWSHurneyt <[email protected]>
    
    * Removed CommonUtilsException. Team decided IllegalArgumentExceptions should be caught in the plugins themselves.
    
    Signed-off-by: AWSHurneyt <[email protected]>
    
    ---------
    
    Signed-off-by: AWSHurneyt <[email protected]>
    AWSHurneyt authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    4e81d64 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Wrapped URI syntax exception in IllegalArgument exception. (#645) (#646)

    (cherry picked from commit 0aae343)
    
    Signed-off-by: AWSHurneyt <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    58f79fa View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Added 2.14.0.0 release notes. (#648) (#649)

    * Added 2.14.0.0 release notes.
    
    
    
    * Added 2.14.0.0 release notes.
    
    
    
    ---------
    
    
    (cherry picked from commit 0fe2e08)
    
    Signed-off-by: AWSHurneyt <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    48bac6c View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Increment version to 2.15.0-SNAPSHOT (#651)

    Signed-off-by: opensearch-ci-bot <[email protected]>
    Co-authored-by: opensearch-ci-bot <[email protected]>
    Configuration menu
    Copy the full SHA
    01c2091 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

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

Commits on Jun 10, 2024

  1. Alerting Enhancements: Alerting Comments (Experimental) (#663) (#675)

    * initial commit, functional but needs refactoring
    
    
    
    * added lastUpdatedTime to Note object
    
    
    
    * changed name from alert id to entity id
    
    
    
    * import cleanup
    
    
    
    * changing name from Alerting Notes to Alerting Comments
    
    
    
    * misc fixes and cleanup
    
    
    
    * adding unit test coverage
    
    
    
    * misc cleanup
    
    
    
    * misc review-based cleanup
    
    
    
    * added validation exception messages
    
    
    
    ---------
    
    
    
    (cherry picked from commit acaa844)
    
    Signed-off-by: Dennis Toepker <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Dennis Toepker <[email protected]>
    3 people authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    923e487 View commit details
    Browse the repository at this point in the history
  2. adding ctor with optional comments indices args (#674) (#676)

    * adding ctor with optional comments indices args
    
    
    
    * removing throws IOException declaration above new ctor
    
    
    
    * making reads and writes optional
    
    
    
    * quick comment change
    
    
    
    * adding test for new ctor
    
    
    
    ---------
    
    
    
    (cherry picked from commit bc215fd)
    
    Signed-off-by: Dennis Toepker <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Dennis Toepker <[email protected]>
    3 people authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    5a73696 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Add 2.15 release notes (#672) (#677)

    (cherry picked from commit 5c4e828)
    
    Signed-off-by: Chase Engelbrecht <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    4de560b View commit details
    Browse the repository at this point in the history
  2. CorrelationAlert model added (#631) (#679)

    * CorrelationALert model added
    
    
    
    * fix klint errors
    
    
    
    * address the comments
    
    
    
    * fix klint errors
    
    
    
    ---------
    
    
    (cherry picked from commit e060f5e)
    
    Signed-off-by: Riya Saxena <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    15b00e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. bug fixes for correlation Alerts (#670) (#680)

    * bug fixes for correlation Alerts
    
    
    
    * fixing the tests
    
    
    
    ---------
    
    
    (cherry picked from commit 480590d)
    
    Signed-off-by: Riya Saxena <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    bdf32b2 View commit details
    Browse the repository at this point in the history
  2. Fixing DataSources Parsing Errors (#678) (#681)

    * attempt to fix DataSources breaking change
    
    Signed-off-by: Dennis Toepker <[email protected]>
    
    * adding default comments index values instead of passing null into constructor
    
    Signed-off-by: Dennis Toepker <[email protected]>
    
    ---------
    
    Signed-off-by: Dennis Toepker <[email protected]>
    Co-authored-by: Dennis Toepker <[email protected]>
    (cherry picked from commit f4b2e1b)
    
    Signed-off-by: toepkerd <[email protected]>
    toepkerd authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    dd9fdf1 View commit details
    Browse the repository at this point in the history
  3. Adding EntityType to Comment Model (#671) (#683)

    * adding entityType to Comment model
    
    
    
    * updated tests
    
    
    
    * removing EntityType enum class, entity type in documents will just be strings
    
    
    
    * fixed unit tests
    
    
    
    * adding tests and release notes
    
    
    
    * moved comment test to WriteableTests
    
    
    
    * updated writeable test
    
    
    
    ---------
    
    Signed-off-by: Dennis Toepker <[email protected]>
    Co-authored-by: Dennis Toepker <[email protected]>
    toepkerd and toepkerd-zz authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    841fd4d View commit details
    Browse the repository at this point in the history
  4. updated the 2.15 release-notes (#685) (#686)

    (cherry picked from commit 889bdb8)
    
    Signed-off-by: Riya Saxena <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    9f15ceb View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Increment version to 2.16.0-SNAPSHOT (#688)

    Signed-off-by: opensearch-ci-bot <[email protected]>
    Co-authored-by: opensearch-ci-bot <[email protected]>
    Configuration menu
    Copy the full SHA
    413ae0f View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. [Backport 2.x] Add support for remote monitors (#694)

    * changes to add support for remote monitors in alerting (#661)
    
    Signed-off-by: Subhobrata Dey <[email protected]>
    
    * changes to add support for remote monitors in alerting (#662)
    
    * changes to add support for remote monitors in alerting
    
    Signed-off-by: Subhobrata Dey <[email protected]>
    
    * add tests for moved classes
    
    Signed-off-by: Subhobrata Dey <[email protected]>
    
    ---------
    
    Signed-off-by: Subhobrata Dey <[email protected]>
    
    * changes to support generic inputs and triggers in remote monitors (#664)
    
    Signed-off-by: Subhobrata Dey <[email protected]>
    
    * add remote doc level monitor input (#665)
    
    Signed-off-by: Subhobrata Dey <[email protected]>
    
    * fix serde of RemoteDocLevelMonitorInput (#666)
    
    Signed-off-by: Subhobrata Dey <[email protected]>
    
    * fix serde for monitor (#692)
    
    Signed-off-by: Subhobrata Dey <[email protected]>
    
    ---------
    
    Signed-off-by: Subhobrata Dey <[email protected]>
    Co-authored-by: Subhobrata Dey <[email protected]>
    jowg-amazon and sbcd90 authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    fbb297b View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. added release notes for common-utils (#700) (#701)

    * added release notes for common-utils
    
    
    
    * added release notes for common-utils
    
    
    
    ---------
    
    
    (cherry picked from commit a702c31)
    
    Signed-off-by: Riya Saxena <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    545e6c2 View commit details
    Browse the repository at this point in the history
  2. ci fix (#703) (#704)

    (cherry picked from commit 41a042b)
    
    Signed-off-by: Riya Saxena <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    897b266 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

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

Commits on Aug 13, 2024

  1. add missing ctx variables (#710) (#711)

    Signed-off-by: Joanne Wang <[email protected]>
    jowg-amazon authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    0fc3dcb View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. changing the names of the alerting comment actions (#724) (#725)

    (cherry picked from commit 6a4c248)
    
    Signed-off-by: Dennis Toepker <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Dennis Toepker <[email protected]>
    3 people authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    bf6cbd7 View commit details
    Browse the repository at this point in the history
  2. Adding 2.17 release notes (#727) (#728)

    * Adding 2.17 release notes
    
    
    
    * adding release notes PR to release notes
    
    
    
    * changed release notes header
    
    
    
    ---------
    
    
    
    (cherry picked from commit 2e7b074)
    
    Signed-off-by: Dennis Toepker <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Dennis Toepker <[email protected]>
    3 people authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    15480c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Increment version to 2.17.1-SNAPSHOT (#732)

    Signed-off-by: opensearch-ci-bot <[email protected]>
    Co-authored-by: opensearch-ci-bot <[email protected]>
    Configuration menu
    Copy the full SHA
    6e48a77 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Incremented version to 2.17.1 (#731)

    Signed-off-by: GitHub <[email protected]>
    Co-authored-by: opensearch-ci-bot <[email protected]>
    Configuration menu
    Copy the full SHA
    62b1cfa View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    aa0d360 View commit details
    Browse the repository at this point in the history
  2. revert commit #740 (#741)

    Signed-off-by: Subhobrata Dey <[email protected]>
    sbcd90 authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    80e0945 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Incremented version to 2.17.2

    Signed-off-by: GitHub <[email protected]>
    opensearch-ci-bot authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    6aff878 View commit details
    Browse the repository at this point in the history