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

2.17 #1245

Closed
wants to merge 154 commits into from
Closed

2.17 #1245

wants to merge 154 commits into from

Commits on Jul 21, 2022

  1. Removed recursion from Explain Action to avoid stackoverflow in some …

    …situations (opensearch-project#419) (opensearch-project#421)
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    (cherry picked from commit 76de976)
    
    Co-authored-by: Petar Dzepina <petar.dzepina@gmail.com>
    opensearch-trigger-bot[bot] and petardz authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    b63320b View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Use disk stats, not RAM, for shrink action and node evaluation. (open…

    …search-project#418) (opensearch-project#427)
    
    Signed-off-by: Mike Lee <mlee@dataminr.com>
    (cherry picked from commit 8b476ca)
    Signed-off-by: Clay Downs <89109232+downsrob@users.noreply.github.com>
    
    Co-authored-by: linuxboyng <109381671+linuxboyng@users.noreply.github.com>
    opensearch-trigger-bot[bot] and linuxboyng authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    6f70ad2 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. moved _doc_count field from rollup._doc_count to root of document (op…

    …ensearch-project#439) (opensearch-project#442)
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    (cherry picked from commit 1f581dd)
    
    Co-authored-by: Petar Dzepina <petar.dzepina@gmail.com>
    opensearch-trigger-bot[bot] and petardz authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    a1526f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. bump version to 2.2 (opensearch-project#446)

    Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>
    lezzago authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    4ab5ec2 View commit details
    Browse the repository at this point in the history
  2. added support for mustache scripting of rollup.target_index field (op…

    …ensearch-project#435) (opensearch-project#444)
    
    * added support for mustache scripting of rollup.target_index field
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * defekt fixes
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * tests
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * small refactor/improvements
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * added wildcard check when creating rollup job; removed resolving targetIndex on Rollup init; added test for wildcards
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * lint fixes
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * moved target_index validation in getRollup resp handler
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * added using toMap()
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * removed catch block
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * exception fix
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * linter fix
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * fixed IT fail
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * added Exception catch block
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    (cherry picked from commit e858ab2)
    
    Co-authored-by: Petar Dzepina <petar.dzepina@gmail.com>
    opensearch-trigger-bot[bot] and petardz authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    390863f View commit details
    Browse the repository at this point in the history
  3. added support for searching multiple rollup indices with same mapping (

    …opensearch-project#440) (opensearch-project#447)
    
    * added support for searching multiple rollup indices with same mapping
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * fixed failing rollupInterceptorIT  test
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * reverted old error messages
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * reverted checking for matching jobs on whole set instead of job by job; Added picking rollup job deterministic
    
    Signed-off-by: petar.dzepina <petar.dzepina@dev22.rs>
    
    * fixed sorting
    
    Signed-off-by: petar.dzepina <petar.dzepina@dev22.rs>
    
    Co-authored-by: petar.dzepina <petar.dzepina@dev22.rs>
    (cherry picked from commit b8a77d4)
    
    Co-authored-by: Petar Dzepina <petar.dzepina@gmail.com>
    opensearch-trigger-bot[bot] and petardz authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    4811922 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. Add 2.2 release note (opensearch-project#450)

    * Add 2.2 release note
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    * Add 2.2 release note
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    Angie-Zhang authored Aug 6, 2022
    Configuration menu
    Copy the full SHA
    85b9bc4 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Multi rollup ndx search (opensearch-project#453) (opensearch-project#455

    )
    
    * added support for searching multiple rollup indices with same mapping
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * fixed failing rollupInterceptorIT  test
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * reverted old error messages
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * reverted checking for matching jobs on whole set instead of job by job; Added picking rollup job deterministic
    
    Signed-off-by: petar.dzepina <petar.dzepina@dev22.rs>
    
    * fixed sorting
    
    Signed-off-by: petar.dzepina <petar.dzepina@dev22.rs>
    
    * added ITs for multi rollup index search
    
    Signed-off-by: petardz <petar.dzepina@gmail.com>
    
    * added ITs for multi rollup index search#2
    
    Signed-off-by: petardz <petar.dzepina@gmail.com>
    
    * detekt fixes
    
    Signed-off-by: petardz <petar.dzepina@gmail.com>
    
    * changed index names and rollup job
    
    Signed-off-by: petardz <petar.dzepina@gmail.com>
    
    * detekt fix
    
    Signed-off-by: petardz <petar.dzepina@gmail.com>
    
    * empty commit to trigger test pipeline
    
    Signed-off-by: petardz <petar.dzepina@gmail.com>
    
    Co-authored-by: petar.dzepina <petar.dzepina@dev22.rs>
    (cherry picked from commit af5b366)
    
    Co-authored-by: Petar Dzepina <petar.dzepina@gmail.com>
    opensearch-trigger-bot[bot] and petardz authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    c1c3941 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Staging for version increment automation (opensearch-project#409) (op…

    …ensearch-project#468)
    
    * Version increment automation
    
    Signed-off-by: pgodithi <pgodithi@amazon.com>
    
    * Version increment automation: task rename updateVersion
    
    Signed-off-by: pgodithi <pgodithi@amazon.com>
    (cherry picked from commit 0f0ba16)
    Signed-off-by: prudhvigodithi <pgodithi@amazon.com>
    
    Signed-off-by: pgodithi <pgodithi@amazon.com>
    Signed-off-by: prudhvigodithi <pgodithi@amazon.com>
    Co-authored-by: Prudhvi Godithi <pgodithi@amazon.com>
    Configuration menu
    Copy the full SHA
    97b9c11 View commit details
    Browse the repository at this point in the history
  2. Replica Count Validation when awareness replica balance is enabled (o…

    …pensearch-project#429) (opensearch-project#463)
    
    * bump version to 2.2 (opensearch-project#446)
    
    Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>
    
    * Replica Count validation when awareness replica balance is enabled
    
    Signed-off-by: Gaurav Bafna <gbbafna@amazon.com>
    
    * Addressing PR comments
    
    Signed-off-by: Gaurav Bafna <gbbafna@amazon.com>
    
    Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>
    Signed-off-by: Gaurav Bafna <gbbafna@amazon.com>
    Co-authored-by: Ashish Agrawal <ashisagr@amazon.com>
    (cherry picked from commit f64c0c7)
    
    Co-authored-by: Gaurav Bafna <85113518+gbbafna@users.noreply.github.com>
    opensearch-trigger-bot[bot] and gbbafna authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    729ca33 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. 483: Updated detekt plugin and snakeyaml dependency. Updated a code t… (

    opensearch-project#485) (opensearch-project#486)
    
    * 483: Updated detekt plugin and snakeyaml dependency. Updated a code to reduce the number of issues after static analysis
    
    Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
    
    * 483: Updated snakeyaml version to use the latest
    
    Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
    
    Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
    (cherry picked from commit ed6ed10)
    
    Co-authored-by: Stevan Buzejic <30922513+stevanbz@users.noreply.github.com>
    opensearch-trigger-bot[bot] and stevanbz authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    8030a2f View commit details
    Browse the repository at this point in the history
  2. [FIX] Failed concurrent creates of ISM policies should return http 409 (

    opensearch-project#461) (opensearch-project#464)
    
    Signed-off-by: Khushboo Rajput <khushbr@amazon.com>
    
    Signed-off-by: Khushboo Rajput <khushbr@amazon.com>
    (cherry picked from commit 2f7d009)
    
    Co-authored-by: Khushboo Rajput <59671881+khushbr@users.noreply.github.com>
    opensearch-trigger-bot[bot] and khushbr authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    4e0d86f View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. [Backport 2.x] Transform maxclauses fix (opensearch-project#477) (ope…

    …nsearch-project#487)
    
    * Transform maxclauses fix (opensearch-project#477)
    
    * transform maxClauses fix
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * added bucket log to track processed buckets
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * various renames/changes
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * fixed detekt issues
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * added comments to test
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * removed debug logging
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * empty commit to trigger checks
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * reduced pageSize to 1 in few ITs to avoid flaky tests; fixed bug where pagesProcessed was calculated incorrectly
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * reverted pagesProcessed change; fixed few ITs
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    (cherry picked from commit 7475cfd)
    
    * Update TransformRunnerIT.kt
    
    Co-authored-by: Petar Dzepina <petar.dzepina@gmail.com>
    Angie-Zhang and petardz authored Sep 2, 2022
    Configuration menu
    Copy the full SHA
    c0138c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Remove HOST_DENY_LIST usage as Notification plugin will own it (opens…

    …earch-project#471) (opensearch-project#488)
    
    (opensearch-project#107)
    
    Signed-off-by: Xuesong Luo <lxuesong@amazon.com>
    
    Signed-off-by: Xuesong Luo <lxuesong@amazon.com>
    (cherry picked from commit 39be4e3)
    
    Co-authored-by: xluo-aws <109580118+xluo-aws@users.noreply.github.com>
    opensearch-trigger-bot[bot] and xluo-aws authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    7d94e15 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Disable detekt because of the CVE (opensearch-project#497) (opensearc…

    …h-project#500)
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    (cherry picked from commit 50ac1e9)
    
    Co-authored-by: bowenlan-amzn <bowenlan23@gmail.com>
    Configuration menu
    Copy the full SHA
    99e59dd View commit details
    Browse the repository at this point in the history
  2. Deprecate Master nonmenclature (opensearch-project#501) (opensearch-p…

    …roject#502)
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    (cherry picked from commit a9d04ec)
    
    Co-authored-by: bowenlan-amzn <bowenlan23@gmail.com>
    Configuration menu
    Copy the full SHA
    a050838 View commit details
    Browse the repository at this point in the history
  3. [AUTO] Increment version to 2.3.0-SNAPSHOT (opensearch-project#484)

    * Increment version to 2.3.0-SNAPSHOT
    
    Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
    
    * bump mockito-core to 4.7.0, httpcore to 4.4.15
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    
    Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com>
    Co-authored-by: bowenlan-amzn <bowenlan23@gmail.com>
    3 people authored Sep 8, 2022
    Configuration menu
    Copy the full SHA
    8265aa1 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Added 2.3 release note (opensearch-project#507)

    * Update 2.3 release note
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    * Update 2.3 release note
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    * Update 2.3 release note
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    * Update 2.3 release note
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    * Update 2.3 release note
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    Angie-Zhang authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    d9793ac View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Revert Disable detekt and force choose snakeyml 1.32 (opensearch-proj…

    …ect#528) (opensearch-project#529)
    
    * Revert Disable detekt: 50ac1e9
    
    Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
    
    * Remove force choosing snakeyml 1.31
    
    Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
    
    * Force snakeyaml 1.32
    
    Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
    
    * Empty commit
    
    Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
    
    Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
    (cherry picked from commit 943c32b)
    
    Co-authored-by: Siddhant Deshmukh <deshsid@amazon.com>
    opensearch-trigger-bot[bot] and deshsidd authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    b68900a View commit details
    Browse the repository at this point in the history
  2. 64: Added rounding when using aggreagate script for avg metric. Added… (

    opensearch-project#490) (opensearch-project#504)
    
    * 64: Added rounding when using aggreagate script for avg metric. Added unit tests for checking average aggregations against the target rollup index
    
    Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
    
    * 64: Rollup job renamed
    
    Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
    
    * 64: Removed unrelevant metrics for the avg calculation test
    
    Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
    
    Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
    (cherry picked from commit fadc553)
    
    Co-authored-by: Stevan Buzejic <30922513+stevanbz@users.noreply.github.com>
    opensearch-trigger-bot[bot] and stevanbz authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    9e09d2e View commit details
    Browse the repository at this point in the history
  3. Adds plugin version sweep background job (opensearch-project#434) (op…

    …ensearch-project#539)
    
    * [207]: Added 5 min scheduled job for sweeping ISM plugin version in the case of version discrepancy
    
    Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
    
    * [207]: Created pluginVersionSweepCoordinator component responsible for scheduling the skip execution task. Annotated tests in order to prevent thread leak error during integrational tests
    
    Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
    
    * [207]: Increased retry period for background job that sets the skip flag up to 5 mins
    
    Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
    
    * Empty-Commit
    
    Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
    
    Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
    Co-authored-by: Stevan Buzejic <buzejic.stevan@gmail.com>
    (cherry picked from commit 4d844fa)
    
    Co-authored-by: Clay Downs <downsrob@amazon.com>
    opensearch-trigger-bot[bot] and downsrob authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    b3f7373 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. flaky transform test fix attempt (opensearch-project#542) (opensearch…

    …-project#547)
    
    * flaky transform test fix attempt
    
    Signed-off-by: Petar Dzepina <petar.dzepina@vroom.com>
    
    * accidental paste fix
    
    Signed-off-by: Petar Dzepina <petar.dzepina@vroom.com>
    
    Signed-off-by: Petar Dzepina <petar.dzepina@vroom.com>
    Co-authored-by: Petar Dzepina <petar.dzepina@vroom.com>
    (cherry picked from commit 5217af0)
    
    Co-authored-by: Petar Dzepina <petar.dzepina@gmail.com>
    opensearch-trigger-bot[bot] and petardz authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    12917cd View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Update jackson to 2.13.4 (opensearch-project#557) (opensearch-project…

    …#559)
    
    * Update jackson to 2.13.4
    
    Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
    
    * Get jackson version from core
    
    Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
    
    Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
    (cherry picked from commit fe8bf44)
    
    Co-authored-by: Siddhant Deshmukh <deshsid@amazon.com>
    opensearch-trigger-bot[bot] and deshsidd authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    096e509 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. 556: Moved _doc_count from transform._doc_count to root of document (o…

    …pensearch-project#558) (opensearch-project#568)
    
    Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
    
    Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
    (cherry picked from commit c908871)
    
    Co-authored-by: Stevan Buzejic <30922513+stevanbz@users.noreply.github.com>
    opensearch-trigger-bot[bot] and stevanbz authored Oct 13, 2022
    Configuration menu
    Copy the full SHA
    2c4b9b2 View commit details
    Browse the repository at this point in the history
  2. Increment version to 2.4.0-SNAPSHOT (opensearch-project#505)

    Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
    
    Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
    Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com>
    Configuration menu
    Copy the full SHA
    5951038 View commit details
    Browse the repository at this point in the history
  3. add group = org.opensearch.plugin (opensearch-project#571) (opensearc…

    …h-project#572)
    
    Signed-off-by: prudhvigodithi <pgodithi@amazon.com>
    
    Signed-off-by: prudhvigodithi <pgodithi@amazon.com>
    (cherry picked from commit 1dc713c)
    
    Co-authored-by: Prudhvi Godithi <pgodithi@amazon.com>
    Configuration menu
    Copy the full SHA
    6d6d961 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Feature/184 introduce security tests (opensearch-project#474) (opense…

    …arch-project#574)
    
    * 184: Code copied from Ravi's branch
    
    Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
    
    * 184: Added security tests. Extended gradle file. Resolved 500 issue once opensearch status exception is raised
    
    Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
    
    * 184: Refactored ISM rest test cases to consider forwarded client. Extended test cases and created reusable methods
    
    Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
    
    * 184: Removed unused privileges
    
    Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
    
    Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
    (cherry picked from commit 63984b2)
    
    Co-authored-by: Stevan Buzejic <30922513+stevanbz@users.noreply.github.com>
    opensearch-trigger-bot[bot] and stevanbz authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    5b82bb3 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2022

  1. Bugfix/538 Adding timeout and retry to Transform '_search' API calls (o…

    …pensearch-project#576) (opensearch-project#580)
    
    * 538: Adding timeout and retry to Transform '_search' API calls.
    This code-fix also addresses the transform lock expiration.
    
    Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
    
    Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
    (cherry picked from commit 85cb1a5)
    
    Co-authored-by: Stevan Buzejic <30922513+stevanbz@users.noreply.github.com>
    opensearch-trigger-bot[bot] and stevanbz authored Oct 29, 2022
    Configuration menu
    Copy the full SHA
    698c7d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Comments assertion in Flaky transform runner test(opensearch-project#581

    ) (opensearch-project#582)
    
    The transform runner test completes the search in sub-millisecond, thus failing. This is specific to Ubuntu 17 & 11 distribution.
    
    Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
    
    Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
    (cherry picked from commit 1856295)
    
    Co-authored-by: Stevan Buzejic <30922513+stevanbz@users.noreply.github.com>
    opensearch-trigger-bot[bot] and stevanbz authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    e6f007a View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. alias in rollup target_index field (opensearch-project#445) (opensear…

    …ch-project#586)
    
    * added support for mustache scripting of rollup.target_index field (opensearch-project#435)
    * tests
    * small refactor/improvements
    * added wildcard check when creating rollup job; removed resolving targetIndex on Rollup init; added test for wildcards
    * lint fixes
    * moved target_index validation in getRollup resp handler
    * removed catch block
    * fixed IT fail
    * added Exception catch block
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    (cherry picked from commit 70cf4ea)
    
    Co-authored-by: Petar Dzepina <petar.dzepina@gmail.com>
    opensearch-trigger-bot[bot] and petardz authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    becfeb3 View commit details
    Browse the repository at this point in the history
  2. Adds an alias action (opensearch-project#35) (opensearch-project#575) (

    …opensearch-project#589)
    
    * Adds an alias action (opensearch-project#35)
    
    Signed-off-by: Megha Goyal <goyamegh@amazon.com>
    
    Co-authored-by: Megha Goyal <56077967+goyamegh@users.noreply.github.com>
    opensearch-trigger-bot[bot] and goyamegh authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    580370a View commit details
    Browse the repository at this point in the history
  3. Error prevention stage 1 (opensearch-project#579) (opensearch-project…

    …#591)
    
    * Error prevention stage 1
    * Removed recursion from Explain Action to avoid stackoverflow in some situations (opensearch-project#419)
    * enabled by default integrated
    * Fix Test cases
    * Fix comments; set validation disabled by default
    * Rename validation_service to action_validation; Fix some detekt issues
    
    Signed-off-by: Joanne Wang <jowg@amazon.com>
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    Co-authored-by: Joanne Wang <jowg@amazon.com>
    Co-authored-by: Petar <petar.dzepina@gmail.com>
    Co-authored-by: Angie Zhang <langelzh@amazon.com>
    4 people authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    5e75fff View commit details
    Browse the repository at this point in the history
  4. Fix the compatibility issue of awareness replica validation (opensear…

    …ch-project#595) (opensearch-project#596)
    
    Addresses the breaking change in the OS_2.4 AwarenessReplicaBalance.validate()
    
    opensearch-project#593
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    (cherry picked from commit 04fce19)
    
    Co-authored-by: bowenlan-amzn <bowenlan23@gmail.com>
    Configuration menu
    Copy the full SHA
    0817822 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Fix a test in rollup target alias change (opensearch-project#594) (op…

    …ensearch-project#601)
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    Co-authored-by: bowenlan-amzn <bowenlan23@gmail.com>
    Configuration menu
    Copy the full SHA
    048d964 View commit details
    Browse the repository at this point in the history
  2. 2.4 release note (opensearch-project#598) (opensearch-project#599)

    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    
    Co-authored-by: bowenlan-amzn <bowenlan23@gmail.com>
    Configuration menu
    Copy the full SHA
    c7df8df View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Backport from main to 2.x (opensearch-project#614)

    * Fix all the compile warnings and detekt issues (opensearch-project#603)
    
    * Fix all the compile warnings and detekt issues
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    
    * Fix time capture is 0
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    
    * Unify test clean logic (opensearch-project#609)
    
    * Unify wipe indices logic after tests
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    
    * Enhance wipeAllIndices function
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    
    * Customize cleanup for multi node test
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    bowenlan-amzn authored Nov 21, 2022
    Configuration menu
    Copy the full SHA
    7a02534 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Security Workflow (opensearch-project#611) (opensearch-project#619)

    * Unify wipe indices logic after tests
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    
    * Enhance wipeAllIndices function
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    
    * security workflow setup
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    
    * add more settings
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    
    * Rewrite SecureRestClientBuilder
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    
    * For now, use local cluster
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    (cherry picked from commit f2a9fa6)
    
    Co-authored-by: bowenlan-amzn <bowenlan23@gmail.com>
    Configuration menu
    Copy the full SHA
    ed54fee View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. Bump 2.5.0 (opensearch-project#638) (opensearch-project#640)

    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    (cherry picked from commit 5d388f2)
    
    Co-authored-by: bowenlan-amzn <bowenlan23@gmail.com>
    Configuration menu
    Copy the full SHA
    25431be View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. added support for QueryStringQuery in rollups (opensearch-project#616) (

    opensearch-project#654)
    
    * added support for QueryStringQuery in rollups
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * detekt fix
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * compile fix
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * IT fix
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    (cherry picked from commit 3de566e)
    
    Co-authored-by: Petar Dzepina <petar.dzepina@gmail.com>
    opensearch-trigger-bot[bot] and petardz authored Jan 10, 2023
    Configuration menu
    Copy the full SHA
    9b6df5a View commit details
    Browse the repository at this point in the history
  2. Add option for bwc tests in bundle level (opensearch-project#652)

    * Add option for bwc tests in bundle level
    
    Signed-off-by: Zelin Hao <zelinhao@amazon.com>
    
    * Fix bug for security
    
    Signed-off-by: Zelin Hao <zelinhao@amazon.com>
    
    Signed-off-by: Zelin Hao <zelinhao@amazon.com>
    zelinh authored Jan 10, 2023
    Configuration menu
    Copy the full SHA
    94c48e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. 2.5 release note (opensearch-project#658) (opensearch-project#659)

    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    (cherry picked from commit 76d530f)
    
    Co-authored-by: bowenlan-amzn <bowenlan23@gmail.com>
    Configuration menu
    Copy the full SHA
    a66763f View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Reduce code difference (opensearch-project#670) (opensearch-project#674)

    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    bowenlan-amzn authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    8ddf4f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Added Publish snapshots to maven via GHA workflow (opensearch-project…

    …#690) (opensearch-project#692)
    
    * Added Publish snapshots to maven via GHA workflow
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    * Added Publish snapshots to maven via GHA workflow
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    * Fixed CVE-2022-1471
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    * Fixed review comments
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    ---------
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    (cherry picked from commit 9cdcffd)
    
    Co-authored-by: Angie Zhang <langelzh@amazon.com>
    opensearch-trigger-bot[bot] and Angie Zhang authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    a5c0e4f View commit details
    Browse the repository at this point in the history
  2. Increment version to 2.6.0-SNAPSHOT (opensearch-project#653)

    Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
    Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com>
    Configuration menu
    Copy the full SHA
    e0ebf05 View commit details
    Browse the repository at this point in the history
  3. 2.6 release note (opensearch-project#693) (opensearch-project#694)

    Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>
    (cherry picked from commit ae0b6ae)
    
    Co-authored-by: Ashish Agrawal <ashisagr@amazon.com>
    opensearch-trigger-bot[bot] and lezzago authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    105bea5 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Bump mockito version (opensearch-project#701) (opensearch-project#704)

    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    (cherry picked from commit 9ed4016)
    
    Co-authored-by: bowenlan-amzn <bowenlan23@gmail.com>
    Configuration menu
    Copy the full SHA
    d357c10 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Replace Map, List, and Set in org.opensearch.common.collect with jav…

    …a.util references (opensearch-project#717) (opensearch-project#719)
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    (cherry picked from commit 8fe17c7)
    
    Co-authored-by: Hailong Cui <ihailong@amazon.com>
    opensearch-trigger-bot[bot] and Hailong-am authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    1e278d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Fixed xContent dependencies due to OSCore changes (opensearch-project…

    …#721)
    
    * Fixed xContent dependencies due to OSCore changes
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    * 1.Bump version of 2.x to 2.7; 2.Update gradle.build; 3.Fix xContent dependencies change.
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    * Add bwcBundleTest back
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    * Add bwcBundleTest back
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    ---------
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    Angie Zhang authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    ee97858 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Shrink action Fix (opensearch-project#718)

    * Fixed issues of shrink action
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    * Fixed node lock release error: request should use value of "_id" instead of "job_id"
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    * Fix review comments
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    * Fix build error
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    * Update getShrinkLockID
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    * Added debug logs for Shard Moving Decisions
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    * Fix detekt error
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    * Fix failed test cases due to renew lock error
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    * Fix failed test cases due to lock job id error
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    * Fix review comments
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    ---------
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    Angie Zhang authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    2a63f94 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Revert version to 2.6 for AutoSync (opensearch-project#742)

    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    Angie Zhang authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    4541528 View commit details
    Browse the repository at this point in the history
  2. Bump version to 2.7 for AutoSync (opensearch-project#743)

    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    Angie Zhang authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    eee9ddf View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Error Prevention: Add index priority action (opensearch-project#729) (o…

    …pensearch-project#747)
    
    * Error Prevention: Add index priority action
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    * Error Prevention: Add index priority action
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    ---------
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    (cherry picked from commit 30d3dfc)
    
    Co-authored-by: Angie Zhang <langelzh@amazon.com>
    opensearch-trigger-bot[bot] and Angie Zhang authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    9c086b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Error Prevention: Add notification, shrink, allocation rollup action …

    …as validate nothing. (opensearch-project#732) (opensearch-project#748)
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    (cherry picked from commit f9d57b1)
    
    Co-authored-by: Angie Zhang <langelzh@amazon.com>
    opensearch-trigger-bot[bot] and Angie Zhang authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    a3c5e2c View commit details
    Browse the repository at this point in the history
  2. Error Prevention: Add close action (opensearch-project#728) (opensear…

    …ch-project#749)
    
    * Error Prevention: Add close action
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    * Error Prevention: Add close action
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    * Error Prevention: Add close action
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    * Error Prevention: Add close action
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    * Fixed comments for close action validation.
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    * Added return false for validIndex method
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    * Updated test case name
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    ---------
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    (cherry picked from commit 363086f)
    
    Co-authored-by: Angie Zhang <langelzh@amazon.com>
    opensearch-trigger-bot[bot] and Angie Zhang authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    a3e72b8 View commit details
    Browse the repository at this point in the history
  3. Error Prevention: Add transition action (opensearch-project#744) (ope…

    …nsearch-project#751)
    
    * Error Prevention: Add transition action
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    * Fixed detekt
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    * Added return false
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    * Fixed detekt
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    ---------
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    (cherry picked from commit 3cf8668)
    
    Co-authored-by: Angie Zhang <langelzh@amazon.com>
    opensearch-trigger-bot[bot] and Angie Zhang authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    44e2d15 View commit details
    Browse the repository at this point in the history
  4. Error Prevention: Add snapshot action (opensearch-project#745) (opens…

    …earch-project#752)
    
    * Error Prevention: Add snapshot action
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    * Added return false
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    ---------
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    (cherry picked from commit 76272ee)
    
    Co-authored-by: Angie Zhang <langelzh@amazon.com>
    opensearch-trigger-bot[bot] and Angie Zhang authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    9c971ce View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Added 2.7 release notes. (opensearch-project#755) (opensearch-project…

    …#756)
    
    * Added 2.7 release notes.
    
    Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
    
    * Added 2.7 release notes.
    
    Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
    
    ---------
    
    Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
    (cherry picked from commit 19fc44b)
    
    Co-authored-by: AWSHurneyt <hurneyt@amazon.com>
    opensearch-trigger-bot[bot] and AWSHurneyt authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    2006631 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Increment version to 2.8.0-SNAPSHOT (opensearch-project#759)

    Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
    Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com>
    Configuration menu
    Copy the full SHA
    bd11680 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. update to gradle 8.1.1 in 2.x branch (opensearch-project#777)

    * upgrade to gradle 8.1.1
    
    Signed-off-by: yuye-aws <yuyezhu@amazon.com>
    
    * upgrade gradle wrapper
    
    Signed-off-by: yuye-aws <yuyezhu@amazon.com>
    
    * Fix flaky test: test history shard settings
    
    Signed-off-by: yuye-aws <yuyezhu@amazon.com>
    
    ---------
    
    Signed-off-by: yuye-aws <yuyezhu@amazon.com>
    yuye-aws authored May 12, 2023
    Configuration menu
    Copy the full SHA
    86339f9 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Date nanos rollup fix (opensearch-project#772) (opensearch-project#782)

    * initial commit
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * initial commit
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * reverted pkgbuild.gradle
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * ec
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * rework
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * ec
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * ec
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * ec
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * fixed tests
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * changed rollup id in test
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    ---------
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    (cherry picked from commit 7ed6299)
    
    Co-authored-by: Petar Dzepina <petar.dzepina@gmail.com>
    opensearch-trigger-bot[bot] and petardz authored May 16, 2023
    Configuration menu
    Copy the full SHA
    e2c0a0e View commit details
    Browse the repository at this point in the history
  2. [backport 2.x] Rollup Interceptor sourceIndex NPE fix (opensearch-pro…

    …ject#773) (opensearch-project#781)
    
    * Rollup Interceptor sourceIndex NPE fix (opensearch-project#773)
    
    * initial commit
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * detekt fix
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * few fixes
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * detekt override
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * Added test
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    ---------
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    (cherry picked from commit 4c60abd)
    
    * compile fix
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    ---------
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    petardz authored May 16, 2023
    Configuration menu
    Copy the full SHA
    fa00e92 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. AddPolicyAction - Recursion removal (opensearch-project#779) (opensea…

    …rch-project#785)
    
    * recursion removal from AddPolicy Action
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * added test
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * debug logging
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * removed single node testcase
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * added security test; fixed index permission check
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * test fix
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * addressing comments
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * test cleanup
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * reverted security inject changes
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * fixed weak password error when creating test user
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    * test tweak
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    
    ---------
    
    Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
    (cherry picked from commit 45b1476)
    petardz authored May 22, 2023
    Configuration menu
    Copy the full SHA
    2a79766 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. [Backport 2.x] CRUD api for long running operation notification config (

    opensearch-project#791)
    
    * CRUD api for long running operation notification config (opensearch-project#722)
    
    * notification crud api
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    * changes based on comments; add tests
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    * changes for comment
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    * change behavior for get action index not exists, fix test cases
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    * fix weak password for changes in security plugin
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    ---------
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    (cherry picked from commit 96f7380)
    
    * fix test code apache http package version
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    ---------
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    zhichao-aws authored May 25, 2023
    Configuration menu
    Copy the full SHA
    431fdac View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. [Backport 2.x] Feature/index operation notification (opensearch-proje…

    …ct#793)
    
    * Feature/index operation notification (opensearch-project#712)
    
    * Feature/index operation notification (opensearch-project#707)
    
    * task completion listener for long running task
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * task completion listener for long running task
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * remove unused import
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    ---------
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * index action, no validation&test
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    get action. no validation&test
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    index and get action (draft)
    
    changes for rebase main
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    index and get, no validation&test
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    * refactor on package name
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * +delete, change index
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    * Implement notification with ActionFilter
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * Query notification channel
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * Notification message update
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * new version of crud
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    * validate task id and action name; unitfy taskId
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    * Add unit test case
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * refactor on response parser
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * fix unit test case
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * modify code structure, change ID to Id
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    * add some test, delete message template
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    * Add integration test
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * Add integration test for action listener
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * remove refresh policy in request
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    * add some tests, fix actionfilter refresh parameter
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    * Remove duplicate errors for reindex
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * add UT and IT
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    * fix some code style
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    * enable com.sun.net.httpserver.* for test
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * change index name, fix bug
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    * modifications after meeting
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    * don't continue wait for shard to be started for async mode
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * handle IndexNotFoundException for sending notification
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * add security test case
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    * add security test case
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    * refactor on file names
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * add success/failure condition
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    * filter channels by conditions
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * Remove unused field enable for index .opensearch-admin-panel
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * add more integration testcase
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * change admin panel to control center
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    * Update mock server address to localhost for docker env
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * remove unused field in response
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    * update integ test
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * remove default for all
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    * Remove default for all
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * remove filter by backend roles
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    * fix build
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    * optimize constructor code
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    * add request doc id validation
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    * merge get and search
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    * remove get before delete
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    * add node id validation
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    * auto create doc for update
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    * fix test case
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    * delete restUpdateAction, fix test
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    * add dry run option
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    * fix bug, add test case
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    * add xcontent tests
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    * notification crud api
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    * changes based on comments; add tests
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    * changes for comment
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    * change behavior for get action index not exists, fix test cases
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    * fix merge
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    * delay 5s for sending runtime notification
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * update log message
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * delay 5s for runtime notification policy
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * Update notification message
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * filter duplicate channel
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * exception handling
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * Add cluster name into title
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * fix UT for failure messagee
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * include cluster name into notification messag
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * fix UT failures
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * fix detekt issue
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * fix NPE
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * force merge message
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * remove duplicate error of reindex
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * notification message rewording
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * notification message wording change and unit test case
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * update block write wording
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * Add more unit test case
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * Add more logs
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    ---------
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    Co-authored-by: zhichao-aws <zhichaog@amazon.com>
    (cherry picked from commit 89bd6de)
    
    * Fix backport failure
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    ---------
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    Co-authored-by: Hailong Cui <ihailong@amazon.com>
    opensearch-trigger-bot[bot] and Hailong-am authored May 26, 2023
    Configuration menu
    Copy the full SHA
    2c8866b View commit details
    Browse the repository at this point in the history
  2. Add 2.8 release notes (opensearch-project#794) (opensearch-project#795)

    * Add 2.8 release notes
    
    Signed-off-by: Xuesong Luo <lxuesong@amazon.com>
    (cherry picked from commit d921f0b)
    
    Co-authored-by: Xuesong Luo <lxuesong@amazon.com>
    opensearch-trigger-bot[bot] and xluo-aws authored May 26, 2023
    Configuration menu
    Copy the full SHA
    168073e View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Use original PR numbers in 2.8 release notes. (opensearch-project#796) (

    opensearch-project#797)
    
    * Use original PR numbers in 2.8 release notes.
    
    Signed-off-by: Xuesong Luo <lxuesong@amazon.com>
    
    ---------
    
    Signed-off-by: Xuesong Luo <lxuesong@amazon.com>
    (cherry picked from commit 104c4b8)
    
    Co-authored-by: Xuesong Luo <lxuesong@amazon.com>
    opensearch-trigger-bot[bot] and xluo-aws authored May 30, 2023
    Configuration menu
    Copy the full SHA
    114910a View commit details
    Browse the repository at this point in the history
  2. Support for system index interface (opensearch-project#789)

    * Support for system index interface
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    
    * Handle rejected execution exception as retryable in retry block
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    
    * Fix tests
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    
    * Fix tests
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    
    ---------
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    bowenlan-amzn authored May 30, 2023
    Configuration menu
    Copy the full SHA
    fa7e46f View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Bugfix/202 transform date add date conversion (opensearch-project#622) (

    opensearch-project#803)
    
    * 202: Added format property when specifying the date histogram
    
    Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
    
    * 202: Added component responsible for building the target index mapping once the transform is being triggered.
    
    Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
    
    * 202: date_histogram considered in the case of the creating the target index for the date fields when transform is executed
    
    Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
    
    * 202: Enabled target index date field mappings if those fields are used in aggregations or as a term aggregation for defining the buckets
    
    Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
    
    * Updated code according to comments. Added targetIndexMapping when transform preview action is triggered
    
    Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
    
    * Updated schema versions
    
    Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
    
    * Addressed the comments
    
    Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
    
    * Refactored transform tests related with aggregation based on a date field.
    Updated transform preview action to consider target index mapping when using a date field. Kept formatting of the date field in target index.
    
    Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
    
    * detekt fix
    
    Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
    
    * Added zone in IT
    
    Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
    
    * Added function for creating target index mapping that considers transform mapping json. Target date field mappings are generated after transform validation when running transform. Removed target index date field values formatting. emoved default format for date_histogram because of the rollup. Updated schema version in test.
    
    Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
    
    ---------
    
    Signed-off-by: Stevan Buzejic <buzejic.stevan@gmail.com>
    (cherry picked from commit 42833b1)
    
    Co-authored-by: Stevan Buzejic <buzejic.stevan@gmail.com>
    opensearch-trigger-bot[bot] and stevanbz authored May 31, 2023
    Configuration menu
    Copy the full SHA
    c48129e View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Added to CODEOWNERS and MAINTAINERS files. (opensearch-project#810) (o…

    …pensearch-project#811)
    
    * Added myself to the repo.
    
    
    
    * Added myself to the repo.
    
    
    
    * Added maintainers to the repo.
    
    
    
    * Update MAINTAINERS.md
    
    
    
    
    
    * Update MAINTAINERS.md
    
    
    
    ---------
    
    Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    Co-authored-by: bowenlan-amzn <bowenlan23@gmail.com>
    Co-authored-by: Sayali Gaikawad <61760125+gaiksaya@users.noreply.github.com>
    3 people authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    3ba8c90 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Increment version to 2.9.0-SNAPSHOT (opensearch-project#805)

    Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
    Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com>
    Configuration menu
    Copy the full SHA
    a6e41a3 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. [Backport 2.x] ImmutableOpenMap to j.u.Map (opensearch-project#838)

    * Metadata members from ImmutableOpenMap to j.u.Map
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * add field remoteStoreIndexShallowCopy in SM TestUtils (opensearch-project#825)
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    * fix NPE for transform aggregations (opensearch-project#830)
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    * Fix detekt
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    ---------
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    Co-authored-by: zhichao-aws <zhichaog@amazon.com>
    Hailong-am and zhichao-aws authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    930157b View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Fix LRON concurrent indexing throw ResourceAlreadyExists (opensearch-…

    …project#831) (opensearch-project#842)
    
    * fix LRON unwrap exception and some IT
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    * remove useless log
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    
    ---------
    
    Signed-off-by: zhichao-aws <zhichaog@amazon.com>
    Co-authored-by: Hailong Cui <ihailong@amazon.com>
    (cherry picked from commit f07fa2b)
    
    Co-authored-by: zhichao-aws <zhichaog@amazon.com>
    Configuration menu
    Copy the full SHA
    ba0b583 View commit details
    Browse the repository at this point in the history
  2. remove runtime notification settings (opensearch-project#839) (opense…

    …arch-project#843)
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    (cherry picked from commit 2a9bcd6)
    
    Co-authored-by: Hailong Cui <ihailong@amazon.com>
    opensearch-trigger-bot[bot] and Hailong-am authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    344839a View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Upgrade httpcomponent version after OpenSearch core's upgrade (opense…

    …arch-project#847) (opensearch-project#848)
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    (cherry picked from commit 77e8fd0)
    
    Co-authored-by: bowenlan-amzn <bowenlan23@gmail.com>
    Configuration menu
    Copy the full SHA
    244f9ff View commit details
    Browse the repository at this point in the history
  2. Fix build errors after refactoring of Strings class in core (opensear…

    …ch-project#786) (opensearch-project#845)
    
    (cherry picked from commit 30e16d9)
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    Hailong-am authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    ccd01b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Added 2.9 release notes. (opensearch-project#851) (opensearch-project…

    …#868)
    
    * Added 2.9 release notes.
    
    
    
    * Added 2.9 release notes.
    
    
    
    * Added 2.9 release notes.
    
    
    
    ---------
    
    
    (cherry picked from commit 6610f82)
    
    Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
    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
    a7dc8c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Add auto github release workflow (opensearch-project#691) (opensearch…

    …-project#827)
    
    * Add auto github release workflow
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    * Fixed review comments
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    * Fixed review comments
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    
    ---------
    
    Signed-off-by: Angie Zhang <langelzh@amazon.com>
    (cherry picked from commit c751746)
    
    Co-authored-by: Angie Zhang <langelzh@amazon.com>
    opensearch-trigger-bot[bot] and Angie Zhang authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    07216b5 View commit details
    Browse the repository at this point in the history
  2. Fix debug log for missing ISM config index (opensearch-project#846) (o…

    …pensearch-project#850)
    
    * Does not sweep if cluster doesn't contain an ISM Config Index
    
    Signed-off-by: Ronnak Saxena <ronsax@amazon.com>
    
    * fixed the warn message
    
    Signed-off-by: Ronnak Saxena <ronsax@amazon.com>
    
    * changed log from warn to debug
    
    Signed-off-by: Ronnak Saxena <ronsax@amazon.com>
    
    ---------
    
    Signed-off-by: Ronnak Saxena <ronsax@amazon.com>
    (cherry picked from commit 99df725)
    
    Co-authored-by: Ronnak Saxena <63483386+ronnaksaxena@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    a02ea78 View commit details
    Browse the repository at this point in the history
  3. Handle NPE in isRollupIndex (opensearch-project#855) (opensearch-proj…

    …ect#871)
    
    * Handle NPE in isRollupIndex
    
    `metadata.index()` can return `null`, so handle that case by returning
    `false`.
    
    
    
    * unit test
    
    
    
    ---------
    
    
    
    (cherry picked from commit 05bc0d5)
    
    Signed-off-by: Bryce Lampe <brycelampe@gmail.com>
    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: bowenlan-amzn <bowenlan23@gmail.com>
    3 people authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    ba1ba44 View commit details
    Browse the repository at this point in the history
  4. fix for max & min aggregations when no metric property exist (opensea…

    …rch-project#870) (opensearch-project#878)
    
    (cherry picked from commit 6cbe2f4)
    
    Signed-off-by: Subhobrata Dey <sbcd90@gmail.com>
    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
    2531184 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Increment version to 2.10.0-SNAPSHOT (opensearch-project#852)

    Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
    Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com>
    Configuration menu
    Copy the full SHA
    ab5e903 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. [Backport 2.x] Fix after core #8157 (opensearch-project#886)

    * Fix after core #8157 (opensearch-project#857)
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    (cherry picked from commit 4a6c92b)
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    
    * Fix core XcontentType refactor (opensearch-project#873)
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    (cherry picked from commit d4cafd6)
    
    * core refactor change (opensearch-project#884)
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    (cherry picked from commit d710a98)
    
    * core refactor chanes
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    
    ---------
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Hailong Cui <ihailong@amazon.com>
    3 people authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    5fd32a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Fix breaking change by core refactor (opensearch-project#888) (opense…

    …arch-project#889)
    
    (cherry picked from commit d45eacf)
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    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
    975f519 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Fixed the publish maven workflow to execute after pushes to release b…

    …ranches. (opensearch-project#837) (opensearch-project#893)
    
    (cherry picked from commit bdc9dad)
    
    Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
    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
    fe16d31 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Upgrade the backport workflow (opensearch-project#862) (opensearch-pr…

    …oject#865)
    
    (cherry picked from commit 281457e)
    
    Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>
    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
    011a1c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Handle core breaking change (opensearch-project#895)

    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    bowenlan-amzn authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    344d63c View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Set preference to _primary when searching control-center index (opens…

    …earch-project#911) (opensearch-project#914)
    
    * Set preference to _primary when searching control-center index
    
    
    
    * Use _primary_first instead
    
    
    
    ---------
    
    
    (cherry picked from commit a0f611d)
    
    Signed-off-by: gaobinlong <gbinlong@amazon.com>
    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
    821faf8 View commit details
    Browse the repository at this point in the history
  2. Support copy alias in rollover (opensearch-project#892) (opensearch-p…

    …roject#908)
    
    * Support copy alias in rollover
    
    
    
    * Add more tests
    
    
    
    * Add bwc test
    
    
    
    * Enhance tests
    
    
    
    * Improve not acknowledge call scenario
    
    
    
    ---------
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    bowenlan-amzn authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    0690cdd View commit details
    Browse the repository at this point in the history
  3. Add primary first preference to all search requests (opensearch-proje…

    …ct#912) (opensearch-project#915)
    
    (cherry picked from commit f62f0c2)
    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
    454cb91 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. fix intelliJ IDEA gradle sync error (opensearch-project#916) (opensea…

    …rch-project#917)
    
    (cherry picked from commit 136fa87)
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    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
    e46964a View commit details
    Browse the repository at this point in the history
  2. make control center index as system index (opensearch-project#919) (o…

    …pensearch-project#920)
    
    (cherry picked from commit 77f29f6)
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    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
    2bfff98 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Updates demo certs used in integ tests (opensearch-project#921) (open…

    …search-project#923)
    
    (cherry picked from commit fb1fa2e)
    
    Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
    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
    8f7e744 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Added 2.10 release notes (opensearch-project#925) (opensearch-project…

    …#927)
    
    (cherry picked from commit 8f748de)
    
    Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>
    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
    51c332d View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Increment version to 2.11.0-SNAPSHOT (opensearch-project#922)

    Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
    Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com>
    Configuration menu
    Copy the full SHA
    53174c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Provide unique id for each rollup job and add debug logs (opensearch-…

    …project#968) (opensearch-project#971)
    
    * Provide unique id for each rollup job and add debug logs
    
    
    
    * Remove conflict rollup ids
    
    
    
    ---------
    
    
    (cherry picked from commit 9d9930c)
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    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
    54fc275 View commit details
    Browse the repository at this point in the history
  2. Security test filtered (opensearch-project#969) (opensearch-project#972)

    (cherry picked from commit 12ab12f)
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    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
    f68aba9 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Fix auto managed index always have -2 seqNo bug (opensearch-project#924)

    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    bowenlan-amzn authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    67f583b View commit details
    Browse the repository at this point in the history
  2. Upload docker test cluster log (opensearch-project#964) (opensearch-p…

    …roject#975)
    
    * Update test workflows to increase readability
    
    
    
    * Test if docker logs upload right
    
    
    
    * Add back if failure
    
    
    
    ---------
    
    
    (cherry picked from commit a9ad1f6)
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    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
    e5a24df View commit details
    Browse the repository at this point in the history
  3. backport opensearch-project#965 (opensearch-project#976)

    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    bowenlan-amzn authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    c18b0f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. backport opensearch-project#966 (opensearch-project#977)

    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    bowenlan-amzn authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    905868e View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Add timeout for multinode tests (opensearch-project#980) (opensearch-…

    …project#982)
    
    (cherry picked from commit bc3c3f3)
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    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
    d9811e6 View commit details
    Browse the repository at this point in the history
  2. Fixing the flaky in rollup API test (opensearch-project#981) (opensea…

    …rch-project#988)
    
    (cherry picked from commit 784ad4f)
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    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
    093d4ee View commit details
    Browse the repository at this point in the history
  3. Fix the flaky in allocation IT during multinode test (opensearch-proj…

    …ect#983) (opensearch-project#989)
    
    (cherry picked from commit 502097e)
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    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
    cbc45ed View commit details
    Browse the repository at this point in the history
  4. Set the rollover action to idempotent (opensearch-project#986) (opens…

    …earch-project#990)
    
    (cherry picked from commit f543d93)
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    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
    4dc7997 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Refactor shrinkIT, try to reduce test run time (opensearch-project#985)…

    … (opensearch-project#991)
    
    (cherry picked from commit b741c4b)
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    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
    c20a502 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Drafted 2.11 release notes. (opensearch-project#1004) (opensearch-pro…

    …ject#1005)
    
    * Drafted 2.11 release notes.
    
    
    
    * Drafted 2.11 release notes.
    
    
    
    ---------
    
    
    (cherry picked from commit 64bf250)
    
    Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
    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
    bd2eb20 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Backport opensearch-project#760 to 2.x (opensearch-project#1002)

    * [Feature] Support Transform as an ISM action (opensearch-project#760)
    
    * Initial impl
    
    Signed-off-by: Tanqiu Liu <liutanqiu@gmail.com>
    
    * fix style
    
    Signed-off-by: Tanqiu Liu <liutanqiu@gmail.com>
    
    * end to end functional
    
    Signed-off-by: Tanqiu Liu <liutanqiu@gmail.com>
    
    * ISM transform unit tests & integ tests
    
    Signed-off-by: Tanqiu Liu <liutanqiu@gmail.com>
    
    * Fix after core #8157 (opensearch-project#857)
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    
    * Upgrade the backport workflow (opensearch-project#862)
    
    Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>
    Signed-off-by: Tanqiu Liu <liutanqiu@gmail.com>
    
    * Added 2.9 release notes. (opensearch-project#851)
    
    * Added 2.9 release notes.
    
    Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
    
    * Added 2.9 release notes.
    
    Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
    
    * Added 2.9 release notes.
    
    Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
    
    ---------
    
    Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
    Signed-off-by: Tanqiu Liu <liutanqiu@gmail.com>
    
    * Handle NPE in isRollupIndex (opensearch-project#855)
    
    * Handle NPE in isRollupIndex
    
    `metadata.index()` can return `null`, so handle that case by returning
    `false`.
    
    Signed-off-by: Bryce Lampe <brycelampe@gmail.com>
    
    * unit test
    
    Signed-off-by: Bryce Lampe <brycelampe@gmail.com>
    
    ---------
    
    Signed-off-by: Bryce Lampe <brycelampe@gmail.com>
    Co-authored-by: bowenlan-amzn <bowenlan23@gmail.com>
    Signed-off-by: Tanqiu Liu <liutanqiu@gmail.com>
    
    * Fix core XcontentType refactor (opensearch-project#873)
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    Signed-off-by: Tanqiu Liu <liutanqiu@gmail.com>
    
    * fix for max & min aggregations when no metric property exist (opensearch-project#870)
    
    Signed-off-by: Subhobrata Dey <sbcd90@gmail.com>
    Signed-off-by: Tanqiu Liu <liutanqiu@gmail.com>
    
    * core refactor change (opensearch-project#884)
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    Signed-off-by: Tanqiu Liu <liutanqiu@gmail.com>
    
    * update backport branch name (opensearch-project#885)
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    Signed-off-by: Tanqiu Liu <liutanqiu@gmail.com>
    
    * core refactor change (opensearch-project#887)
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    Signed-off-by: Tanqiu Liu <liutanqiu@gmail.com>
    
    * Fix breaking change by core refactor (opensearch-project#888)
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    Signed-off-by: Tanqiu Liu <liutanqiu@gmail.com>
    
    * fix core breaking (opensearch-project#906)
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    Signed-off-by: Tanqiu Liu <liutanqiu@gmail.com>
    
    * Support copy alias in rollover (opensearch-project#907)
    
    * Support copy alias in rollover
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    
    * 2.10
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    
    ---------
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    Signed-off-by: Tanqiu Liu <liutanqiu@gmail.com>
    
    * Set preference to _primary when searching control-center index (opensearch-project#911)
    
    * Set preference to _primary when searching control-center index
    
    Signed-off-by: gaobinlong <gbinlong@amazon.com>
    
    * Use _primary_first instead
    
    Signed-off-by: gaobinlong <gbinlong@amazon.com>
    
    ---------
    
    Signed-off-by: gaobinlong <gbinlong@amazon.com>
    Signed-off-by: Tanqiu Liu <liutanqiu@gmail.com>
    
    * Add primary first preference to all search requests (opensearch-project#912)
    
    Signed-off-by: Tanqiu Liu <liutanqiu@gmail.com>
    
    * fix intelliJ IDEA gradle sync error (opensearch-project#916)
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    Signed-off-by: Tanqiu Liu <liutanqiu@gmail.com>
    
    * make control center index as system index (opensearch-project#919)
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    Signed-off-by: Tanqiu Liu <liutanqiu@gmail.com>
    
    * Updates demo certs used in integ tests (opensearch-project#921)
    
    Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
    Signed-off-by: Tanqiu Liu <liutanqiu@gmail.com>
    
    * Added 2.10 release notes (opensearch-project#925)
    
    Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>
    Signed-off-by: Tanqiu Liu <liutanqiu@gmail.com>
    
    * Bump bwc version (opensearch-project#930)
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    Signed-off-by: Tanqiu Liu <liutanqiu@gmail.com>
    
    * fix integ tests; upgrade mappings versions
    
    Signed-off-by: Tanqiu Liu <liutanqiu@gmail.com>
    
    * Fix DCO
    
    Signed-off-by: Tanqiu Liu <liutanqiu@gmail.com>
    
    * Addressed pr comments; Add integ test case for re-execute the same transform action
    
    Signed-off-by: Tanqiu Liu <liutanqiu@gmail.com>
    
    * Addressed detekt error
    
    Signed-off-by: Tanqiu Liu <liutanqiu@gmail.com>
    
    * Added ISMTransform writeable test
    
    Signed-off-by: Tanqiu Liu <liutanqiu@gmail.com>
    
    * Addressed comments; Moved updateTransformStartTime to IndexManagementRestTestCase
    
    Signed-off-by: Tanqiu Liu <liutanqiu@gmail.com>
    
    ---------
    
    Signed-off-by: Tanqiu Liu <liutanqiu@gmail.com>
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>
    Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
    Signed-off-by: Bryce Lampe <brycelampe@gmail.com>
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    Signed-off-by: Subhobrata Dey <sbcd90@gmail.com>
    Signed-off-by: gaobinlong <gbinlong@amazon.com>
    Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
    Co-authored-by: bowenlan-amzn <bowenlan23@gmail.com>
    Co-authored-by: Ashish Agrawal <ashisagr@amazon.com>
    Co-authored-by: AWSHurneyt <hurneyt@amazon.com>
    Co-authored-by: Bryce Lampe <brycelampe@gmail.com>
    Co-authored-by: Hailong Cui <ihailong@amazon.com>
    Co-authored-by: Subhobrata Dey <sbcd90@gmail.com>
    Co-authored-by: gaobinlong <gbl_long@163.com>
    Co-authored-by: Darshit Chanpura <35282393+DarshitChanpura@users.noreply.github.com>
    
    * [Test] increase the wait time after transform job triggered (opensearch-project#999)
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    
    ---------
    
    Signed-off-by: Tanqiu Liu <liutanqiu@gmail.com>
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>
    Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
    Signed-off-by: Bryce Lampe <brycelampe@gmail.com>
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    Signed-off-by: Subhobrata Dey <sbcd90@gmail.com>
    Signed-off-by: gaobinlong <gbinlong@amazon.com>
    Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
    Co-authored-by: Tanqiu Liu <liutanqiu@gmail.com>
    Co-authored-by: Ashish Agrawal <ashisagr@amazon.com>
    Co-authored-by: AWSHurneyt <hurneyt@amazon.com>
    Co-authored-by: Bryce Lampe <brycelampe@gmail.com>
    Co-authored-by: Hailong Cui <ihailong@amazon.com>
    Co-authored-by: Subhobrata Dey <sbcd90@gmail.com>
    Co-authored-by: gaobinlong <gbl_long@163.com>
    Co-authored-by: Darshit Chanpura <35282393+DarshitChanpura@users.noreply.github.com>
    9 people authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    ef71c70 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. fix the race condition in test reset action start time (opensearch-pr…

    …oject#1007) (opensearch-project#1008)
    
    (cherry picked from commit d42cc69)
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    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
    08b1c35 View commit details
    Browse the repository at this point in the history
  2. Add more error notification at fail points (opensearch-project#1000) (o…

    …pensearch-project#1009)
    
    * Add more error notification at fail points
    
    
    
    * Handle exception gracefully
    
    
    
    * small fix
    
    
    
    ---------
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    bowenlan-amzn authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    a6a1f0c View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Increment version to 2.12.0-SNAPSHOT (opensearch-project#996)

    Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
    Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com>
    Configuration menu
    Copy the full SHA
    c6cf49c View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Improve security plugin enabling check (opensearch-project#1017) (ope…

    …nsearch-project#1018)
    
    (cherry picked from commit 6aad0be)
    
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    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
    4680974 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Onboard jenkins prod docker images to github actions (opensearch-proj…

    …ect#1025) (opensearch-project#1028)
    
    * Onboard jenkins prod docker images to github actions
    
    
    
    * Add more
    
    
    
    * Add more
    
    
    
    ---------
    
    Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
    peterzhuamazon authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    0611a1a View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Support switch aliases in shrink action. (opensearch-project#987) (op…

    …ensearch-project#1030)
    
    (cherry picked from commit 8673c16)
    
    Signed-off-by: Oleg Kravchuk <oleg.ikibo@gmail.com>
    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: ikibo <oleg.kravchuk@logz.io>
    3 people authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    42cde13 View commit details
    Browse the repository at this point in the history
  2. added type check for pipeline aggregator types in Transform initializ…

    …ation (opensearch-project#1014) (opensearch-project#1029)
    
    (cherry picked from commit cd99b0f)
    
    Signed-off-by: n-dohrmann <noah@dohrmann.org>
    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: Joanne Wang <109310487+jowg-amazon@users.noreply.github.com>
    3 people authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    901bb69 View commit details
    Browse the repository at this point in the history
  3. Transform pipeline aggr test (opensearch-project#1027) (opensearch-pr…

    …oject#1031)
    
    * tester code: pipeline aggr. transform job
    
    
    
    * made test case for pipeline aggregator in transform job
    
    
    
    * removed unnec. test lines
    
    
    
    * re-added method call on Transform obj
    
    
    
    ---------
    
    
    (cherry picked from commit 4eaf365)
    
    Signed-off-by: n-dohrmann <noah@dohrmann.org>
    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
    11aa446 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Interval schedule should take start time from the request, should not…

    … set it to the current time of request execution. (opensearch-project#1036) (opensearch-project#1038)
    
    (cherry picked from commit 6810b0c)
    
    Signed-off-by: Oleg Kravchuk <oleg.ikibo@gmail.com>
    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
    5459dd4 View commit details
    Browse the repository at this point in the history
  2. Added unit test for switchAliases method. (opensearch-project#1035) (o…

    …pensearch-project#1037)
    
    * Added unit test for switchAliases method.
    
    
    
    * Added unit test for switchAliases method checking the flow when switchAliases is disabled.
    
    
    
    ---------
    
    
    (cherry picked from commit d022c86)
    
    Signed-off-by: Oleg Kravchuk <oleg.ikibo@gmail.com>
    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
    369dc52 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Added minimum for search.cancel_after_time_interval setting for rollu…

    …ps (opensearch-project#1026) (opensearch-project#1041)
    
    * Added minimum for search.cancel_after_time_interval setting for rollups
    
    
    
    * Added constant for cancel_after_time_interval for rollup search
    
    
    
    * Handled case of default value for cancel interval
    
    
    
    * Added comment explanation for default rollup cancel after time interval
    
    
    
    * Fixed github workflow checks
    
    
    
    ---------
    
    
    
    (cherry picked from commit 9b7b3bd)
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    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: bowenlan-amzn <bowenlan23@gmail.com>
    3 people authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    6c61935 View commit details
    Browse the repository at this point in the history
  2. Update 2.11.1 release note (opensearch-project#1042) (opensearch-proj…

    …ect#1043)
    
    (cherry picked from commit 59cf8dd)
    
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    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
    36bb819 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Interval schedule should take start time from the request, should not… (

    opensearch-project#1040) (opensearch-project#1047)
    
    * Interval schedule should take start time from the request, should not set it to the current time of request execution.
    
    
    
    * Changed the "delayed continuous execution test" to be more expressive about what it should test.
    
    
    
    * fixed the NPE if schedule.startTime is NULL
    
    
    
    * fixed the NPE if schedule.startTime is NULL
    
    
    
    * fixed styling
    
    
    
    * - removed null checks from RollUp and Transforms
    - fixed comments in the "delayed execution" test
    
    
    
    ---------
    
    
    (cherry picked from commit 417d0d9)
    
    Signed-off-by: Oleg Kravchuk <oleg.ikibo@gmail.com>
    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
    55e689a View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Added minimum timeout for transforms search of 10 minutes (opensearch…

    …-project#1033) (opensearch-project#1057)
    
    * Added minimum timeout for transforms search of 10 minutes
    
    
    
    * Extracted cancel minimum code to function
    
    
    
    * Fixed transform code to use cluster setting
    
    
    
    * Removed log statements
    
    
    
    * Changed timeout logic
    
    
    
    * Switched to basing off seconds
    
    
    
    * [Feature] Support Transform as an ISM action (opensearch-project#760)
    
    * Initial impl
    
    
    
    * fix style
    
    
    
    * end to end functional
    
    
    
    * ISM transform unit tests & integ tests
    
    
    
    * Fix after core #8157 (opensearch-project#857)
    
    
    
    * Upgrade the backport workflow (opensearch-project#862)
    
    
    
    
    * Added 2.9 release notes. (opensearch-project#851)
    
    * Added 2.9 release notes.
    
    
    
    * Added 2.9 release notes.
    
    
    
    * Added 2.9 release notes.
    
    
    
    ---------
    
    
    
    
    * Handle NPE in isRollupIndex (opensearch-project#855)
    
    * Handle NPE in isRollupIndex
    
    `metadata.index()` can return `null`, so handle that case by returning
    `false`.
    
    
    
    * unit test
    
    
    
    ---------
    
    
    
    
    
    * Fix core XcontentType refactor (opensearch-project#873)
    
    
    
    
    * fix for max & min aggregations when no metric property exist (opensearch-project#870)
    
    
    
    
    * core refactor change (opensearch-project#884)
    
    
    
    
    * update backport branch name (opensearch-project#885)
    
    
    
    
    * core refactor change (opensearch-project#887)
    
    
    
    
    * Fix breaking change by core refactor (opensearch-project#888)
    
    
    
    
    * fix core breaking (opensearch-project#906)
    
    
    
    
    * Support copy alias in rollover (opensearch-project#907)
    
    * Support copy alias in rollover
    
    
    
    * 2.10
    
    
    
    ---------
    
    
    
    
    * Set preference to _primary when searching control-center index (opensearch-project#911)
    
    * Set preference to _primary when searching control-center index
    
    
    
    * Use _primary_first instead
    
    
    
    ---------
    
    
    
    
    * Add primary first preference to all search requests (opensearch-project#912)
    
    
    
    * fix intelliJ IDEA gradle sync error (opensearch-project#916)
    
    
    
    
    * make control center index as system index (opensearch-project#919)
    
    
    
    
    * Updates demo certs used in integ tests (opensearch-project#921)
    
    
    
    
    * Added 2.10 release notes (opensearch-project#925)
    
    
    
    
    * Bump bwc version (opensearch-project#930)
    
    
    
    
    * fix integ tests; upgrade mappings versions
    
    
    
    * Fix DCO
    
    
    
    * Addressed pr comments; Add integ test case for re-execute the same transform action
    
    
    
    * Addressed detekt error
    
    
    
    * Added ISMTransform writeable test
    
    
    
    * Addressed comments; Moved updateTransformStartTime to IndexManagementRestTestCase
    
    
    
    ---------
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    * [Test] increase the wait time after transform job triggered (opensearch-project#999)
    
    
    
    
    * Drafted 2.11 release notes. (opensearch-project#1004)
    
    * Drafted 2.11 release notes.
    
    
    
    * Drafted 2.11 release notes.
    
    
    
    ---------
    
    
    
    
    * Refactor change policy API and the policy in managed index to be non-null (opensearch-project#967)
    
    * Refactor the policy to be non null in managed index config
    
    
    
    * Update
    
    
    
    * fix bug
    
    
    
    ---------
    
    
    
    
    * Add more error notification at fail points (opensearch-project#1000)
    
    * Add more error notification at fail points
    
    
    
    * Handle exception gracefully
    
    
    
    * small fix
    
    
    
    ---------
    
    
    
    
    * fix the race condition in test reset action start time (opensearch-project#1007)
    
    
    
    
    * Bump bwc version after 2.11 release (opensearch-project#1015)
    
    
    
    
    * added type check for pipeline aggregator types in Transform initialization (opensearch-project#1014)
    
    
    
    
    
    * Improve security plugin enabling check (opensearch-project#1017)
    
    
    
    
    * Onboard jenkins prod docker images to github actions (opensearch-project#1025)
    
    * Onboard jenkins prod docker images to github actions
    
    
    
    * Add more
    
    
    
    * Add more
    
    
    
    ---------
    
    
    
    
    * Support switch aliases in shrink action. (opensearch-project#987)
    
    
    
    
    
    * Transform pipeline aggr test (opensearch-project#1027)
    
    * tester code: pipeline aggr. transform job
    
    
    
    * made test case for pipeline aggregator in transform job
    
    
    
    * removed unnec. test lines
    
    
    
    * re-added method call on Transform obj
    
    
    
    ---------
    
    
    
    
    * Added unit test for switchAliases method. (opensearch-project#1035)
    
    * Added unit test for switchAliases method.
    
    
    
    * Added unit test for switchAliases method checking the flow when switchAliases is disabled.
    
    
    
    ---------
    
    
    
    
    * Interval schedule should take start time from the request, should not set it to the current time of request execution. (opensearch-project#1036)
    
    
    
    
    * Added minimum for search.cancel_after_time_interval setting for rollups (opensearch-project#1026)
    
    * Added minimum for search.cancel_after_time_interval setting for rollups
    
    
    
    * Added constant for cancel_after_time_interval for rollup search
    
    
    
    * Handled case of default value for cancel interval
    
    
    
    * Added comment explanation for default rollup cancel after time interval
    
    
    
    * Fixed github workflow checks
    
    
    
    ---------
    
    
    
    
    
    * Update 2.11.1 release note (opensearch-project#1042)
    
    
    
    
    * Interval schedule should take start time from the request, should not… (opensearch-project#1040)
    
    * Interval schedule should take start time from the request, should not set it to the current time of request execution.
    
    
    
    * Changed the "delayed continuous execution test" to be more expressive about what it should test.
    
    
    
    * fixed the NPE if schedule.startTime is NULL
    
    
    
    * fixed the NPE if schedule.startTime is NULL
    
    
    
    * fixed styling
    
    
    
    * - removed null checks from RollUp and Transforms
    - fixed comments in the "delayed execution" test
    
    
    
    ---------
    
    
    
    
    * Removed unused imports
    
    
    
    ---------
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    (cherry picked from commit 60a8513)
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    Signed-off-by: Tanqiu Liu <liutanqiu@gmail.com>
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>
    Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
    Signed-off-by: Bryce Lampe <brycelampe@gmail.com>
    Signed-off-by: Hailong Cui <ihailong@amazon.com>
    Signed-off-by: Subhobrata Dey <sbcd90@gmail.com>
    Signed-off-by: gaobinlong <gbinlong@amazon.com>
    Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
    Signed-off-by: n-dohrmann <noah@dohrmann.org>
    Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
    Signed-off-by: Oleg Kravchuk <oleg.ikibo@gmail.com>
    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: Tanqiu Liu <liutanqiu@gmail.com>
    Co-authored-by: bowenlan-amzn <bowenlan23@gmail.com>
    Co-authored-by: Ashish Agrawal <ashisagr@amazon.com>
    Co-authored-by: AWSHurneyt <hurneyt@amazon.com>
    Co-authored-by: Bryce Lampe <brycelampe@gmail.com>
    Co-authored-by: Hailong Cui <ihailong@amazon.com>
    Co-authored-by: Subhobrata Dey <sbcd90@gmail.com>
    Co-authored-by: gaobinlong <gbl_long@163.com>
    Co-authored-by: Darshit Chanpura <35282393+DarshitChanpura@users.noreply.github.com>
    Co-authored-by: n-dohrmann <87952011+n-dohrmann@users.noreply.github.com>
    Co-authored-by: Joanne Wang <109310487+jowg-amazon@users.noreply.github.com>
    Co-authored-by: Peter Zhu <zhujiaxi@amazon.com>
    Co-authored-by: Oleg Kravchuk <oleg.ikibo@gmail.com>
    Co-authored-by: ikibo <oleg.kravchuk@logz.io>
    16 people authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    e5997e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Backport Issue opensearch-project#998 (opensearch-project#1067)

    * Backport issue opensearch-project#998 to 2.x
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    * Issue651 tests (opensearch-project#1046)
    
    * Implemented filtering on the ISM eplain API
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    * Fixed tests for ExplainRequest
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    * Added filtering on query and metadata map
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    * Filtered on indexNames in metadata
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    * Fixed github workflow check errors
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    * Removed debugging comments
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    * Updated code styling to make more clear
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    * Refactored code to match suggestions
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    * Added test case for the ExplainFilter.byMetaData and parse methods
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    * Started implementation of explain filter IT
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    * Implemented test explain filter method
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    * Implemented explain filter test on failure
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    * Cleaned up log statements
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    * Added explain filter test for success
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    * Fixed lint errors
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    * Removed policy from index to fix flaky tests
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    ---------
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    Co-authored-by: bowenlan-amzn <bowenlan23@gmail.com>
    
    * Fixed content type import
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    * Implemented filtering on the ISM eplain API (opensearch-project#998)
    
    * Implemented filtering on the ISM eplain API
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    * Fixed tests for ExplainRequest
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    * Added filtering on query and metadata map
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    * Filtered on indexNames in metadata
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    * Fixed github workflow check errors
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    * Removed debugging comments
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    * Updated code styling to make more clear
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    * Refactored code to match suggestions
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    ---------
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    Co-authored-by: bowenlan-amzn <bowenlan23@gmail.com>
    
    * Issue651 tests (opensearch-project#1046)
    
    * Implemented filtering on the ISM eplain API
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    * Fixed tests for ExplainRequest
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    * Added filtering on query and metadata map
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    * Filtered on indexNames in metadata
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    * Fixed github workflow check errors
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    * Removed debugging comments
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    * Updated code styling to make more clear
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    * Refactored code to match suggestions
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    * Added test case for the ExplainFilter.byMetaData and parse methods
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    * Started implementation of explain filter IT
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    * Implemented test explain filter method
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    * Implemented explain filter test on failure
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    * Cleaned up log statements
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    * Added explain filter test for success
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    * Fixed lint errors
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    * Removed policy from index to fix flaky tests
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    ---------
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    Co-authored-by: bowenlan-amzn <bowenlan23@gmail.com>
    
    * Backport explain filter tests
    
    * Sleep thread to allow jobs to finish
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    
    ---------
    
    Signed-off-by: Joshua Au <joshuahyau@gmail.com>
    Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
    Co-authored-by: bowenlan-amzn <bowenlan23@gmail.com>
    Joshua152 and bowenlan-amzn authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    d65545a View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Update to Gradle 8.5 (opensearch-project#1069) (opensearch-project#1070)

    Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
    reta authored Jan 14, 2024
    Configuration menu
    Copy the full SHA
    8cea155 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    d221483 View commit details
    Browse the repository at this point in the history
  2. GET SM policies return empty list when ism config index does not exist (

    opensearch-project#1072) (opensearch-project#1078)
    
    (cherry picked from commit 67292ca)
    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: bowenlan-amzn <bowenlan23@gmail.com>
    3 people authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    1162fd3 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Updates integTest behavior to run against local and remote cluster (o…

    …pensearch-project#1088) (opensearch-project#1090)
    
    (cherry picked from commit 08b3152)
    
    Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
    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: bowenlan-amzn <bowenlan23@gmail.com>
    3 people authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    6d85f52 View commit details
    Browse the repository at this point in the history
  2. [Backport 2.x] Fixes password assignment for integTest when using rem…

    …ote cluster (opensearch-project#1093)
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    f984e2a View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. [Backport 2.x] Accepts https as a property to set securityEnabled flag (

    opensearch-project#1102)
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    4181e47 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Add v2.12.0 Release Notes (opensearch-project#1092) (opensearch-proje…

    …ct#1105)
    
    (cherry picked from commit 8530939)
    
    Signed-off-by: Rohit Ashiwal <rashiwal@amazon.com>
    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
    e768d3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2efac32 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. [Backport 2.x] Update v2.12.0 Release Notes (opensearch-project#1110)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    7be01d5 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. .github: update backport to not run on backport PRs (opensearch-proje…

    …ct#1113)
    
    Signed-off-by: Rohit Ashiwal <rashiwal@amazon.com>
    r1walz authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    24a2f60 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. [Backport 2.x] Bumped com.github.seancfoley:ipaddress to 5.4.1 (opens…

    …earch-project#1128)
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    698b8bb View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Updates sample cert and admin keystore (opensearch-project#1116) (ope…

    …nsearch-project#1138)
    
    (cherry picked from commit a30e4b8)
    
    Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
    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
    5546461 View commit details
    Browse the repository at this point in the history
  2. Increment version to 2.13.0-SNAPSHOT (opensearch-project#1096)

    Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
    Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com>
    Configuration menu
    Copy the full SHA
    189970f View commit details
    Browse the repository at this point in the history
  3. fix typo in alias message (opensearch-project#1139)

    Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
    sarthakaggarwal97 authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    4b0d9fd View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Add v2.13.0 Release Notes (opensearch-project#1142) (opensearch-proje…

    …ct#1143)
    
    * Add v2.13.0 Release Notes
    
    
    
    * Correcting the filename and removing one extra line
    
    
    
    * Adding documentation notes in release notes
    
    
    
    ---------
    
    
    (cherry picked from commit 737659d)
    
    Signed-off-by: Nishant Goel <nisgoel@amazon.com>
    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
    5d12cb7 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Replace sample.pem and test-kirk.jks to match other plugins (opensear…

    …ch-project#1147) (opensearch-project#1148)
    
    (cherry picked from commit e5a13ff)
    
    Signed-off-by: Craig Perkins <craig5008@gmail.com>
    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
    918084a View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Increment version to 2.14.0-SNAPSHOT (opensearch-project#1145)

    Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
    Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com>
    Configuration menu
    Copy the full SHA
    2b2d99c View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. [Backport 2.x] start_time npe fix for Rollup and Transform jobs (open…

    …search-project#1166)
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    d154366 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. [Backport 2.x] Add release notes for 2.14 (opensearch-project#1168)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    59a4fe6 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. [BACKPORT 2.X] Step Metadata Update on Index Rollover Timeout (opense…

    …arch-project#1174) (opensearch-project#1177)
    
    Co-authored-by: Harshita Kaushik <harycash@amazon.com>
    harshitakaushik-dev and Harshita Kaushik authored May 30, 2024
    Configuration menu
    Copy the full SHA
    6d8fa19 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Increment version to 2.15.0-SNAPSHOT (opensearch-project#1167)

    Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
    Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com>
    Configuration menu
    Copy the full SHA
    984b27e View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. [Backport 2.x] Update rollover.http (opensearch-project#1183)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    960c51e View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. [Backport 2.x] Add release notes for 2.15 (opensearch-project#1191)

    (cherry picked from commit 52f331f)
    
    Signed-off-by: vikasvb90 <vikasvb@amazon.com>
    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
    66a2cbd View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. [AUTO] Increment version to 2.16.0-SNAPSHOT (opensearch-project#1187)

    Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com>
    Configuration menu
    Copy the full SHA
    13f6327 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

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

Commits on Jul 20, 2024

  1. [Backport 2.x] Add publish in spi build.gradle (opensearch-project#1211)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    a62dd98 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. [Backport 2.x] 2.16 Release Notes (opensearch-project#1215)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    c0a9029 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. [AUTO] Increment version to 2.17.0-SNAPSHOT (opensearch-project#1221)

    Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com>
    Configuration menu
    Copy the full SHA
    1387c2a View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. [Backport 2.x] Use adminClient instead of client when interacting wit…

    …h system index in integTests (opensearch-project#1222) (opensearch-project#1223)
    
    * Use adminClient instead of client when interacting with system index in integTests (opensearch-project#1222)
    
    (cherry picked from commit b7ddbb6)
    
    * Switch to APPLICATION_JSON
    
    Signed-off-by: Craig Perkins <craig5008@gmail.com>
    
    ---------
    
    Signed-off-by: Craig Perkins <craig5008@gmail.com>
    cwperks authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    abdf77b View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. [Backport 2.x] Skipping Execution based on Cluster Service (opensearc…

    …h-project#1232)
    
    * skipping execution based on cluster service (opensearch-project#1219)
    
    Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
    (cherry picked from commit d6da55c)
    
    * compile time fixes
    
    Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
    
    ---------
    
    Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
    sarthakaggarwal97 authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    434d620 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. [Backport 2.17] Added release notes for v2.17 (opensearch-project#1240)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    56ea466 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

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