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

Issue37 #854

Closed
wants to merge 79 commits into from
Closed

Issue37 #854

wants to merge 79 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 14, 2023

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

Commits on Jul 15, 2023

  1. tried sending request

    ronnaksaxena committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    5123890 View commit details
    Browse the repository at this point in the history
  2. fixed imports

    ronnaksaxena committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    af10d48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    565bf59 View commit details
    Browse the repository at this point in the history