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

[Backport 2.x] Updates sample cert and admin keystore #1177

Closed
wants to merge 107 commits into from

Commits on Apr 21, 2022

  1. Re-enable Tests for CI workflows (opensearch-project#509)

    * Re enable tests for CI
    
    Signed-off-by: aksingh-es <[email protected]>
    
    * reenable CI tests
    
    Signed-off-by: aksingh-es <[email protected]>
    
    * fixing minor issue
    
    Signed-off-by: aksingh-es <[email protected]>
    
    * fixing minor issue for CI
    
    Signed-off-by: aksingh-es <[email protected]>
    (cherry picked from commit a44ffec)
    aksingh-es authored and amitgalitz committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    46e130c View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

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

Commits on May 4, 2022

  1. Configuration menu
    Copy the full SHA
    6a4980f View commit details
    Browse the repository at this point in the history
  2. bump rcf to 3.0-rc2.1 (opensearch-project#519)

    Signed-off-by: Amit Galitzky <[email protected]>
    (cherry picked from commit 8227e32)
    amitgalitz committed May 4, 2022
    Configuration menu
    Copy the full SHA
    670265f View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. remove rc1 qualifier and _type from test (opensearch-project#543) (op…

    …ensearch-project#545)
    
    Signed-off-by: Amit Galitzky <[email protected]>
    (cherry picked from commit dbd311a)
    
    Co-authored-by: Amit Galitzky <[email protected]>
    opensearch-trigger-bot[bot] and amitgalitz authored May 13, 2022
    Configuration menu
    Copy the full SHA
    595ecd8 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. GA release notes (opensearch-project#550)

    Signed-off-by: aksingh-es <[email protected]>
    (cherry picked from commit 1ada5d7)
    aksingh-es authored and ohltyler committed May 16, 2022
    Configuration menu
    Copy the full SHA
    9135a85 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Use current time as training data end time (opensearch-project#547) (o…

    …pensearch-project#558)
    
    * Use current time as training data end time
    
    The bug happens because we use job enabled time as training data end time. But if the historical data before that time is deleted or does not exist at all, cold start might never finish. This PR uses current time as the training data end time so that cold start has a chance to succeed later. This PR also removes the code that combines cold start data and existing samples in EntityColdStartWorker because we don't add samples until cold start succeeds. Combining cold start data and existing samples is thus unnecessary.
    
    Testing done:
    1. manually verified the bug is fixed.
    2. fixed all related unit tests.
    
    Signed-off-by: Kaituo Li <[email protected]>
    kaituo authored May 23, 2022
    Configuration menu
    Copy the full SHA
    9b667f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. bump rcf to 3.0-rc3

    Signed-off-by: Amit Galitzky <[email protected]>
    (cherry picked from commit 5f4f9cd)
    amitgalitz committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    df941fc View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Add 2.0.1 release notes (opensearch-project#572)

    Signed-off-by: Tyler Ohlsen <[email protected]>
    (cherry picked from commit 7f3820a)
    ohltyler authored and amitgalitz committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    46c0fd7 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Disable interpolation in HCAD cold start (opensearch-project#575) (op…

    …ensearch-project#581)
    
    * Disable interpolation in HCAD cold start
    
    Previously, we used interpolation in HCAD cold start for the purpose of efficiency. This caused problems for model accuracy. This PR removes interpolation in the cold start step.
    
    Testing done:
    1. added unit tests to verify precision boosted.
    
    Signed-off-by: Kaituo Li <[email protected]>
    (cherry picked from commit 03e04d7)
    
    Co-authored-by: Kaituo Li <[email protected]>
    opensearch-trigger-bot[bot] and kaituo authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    42f5a49 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. 2.1 version bump and Gradle bump (opensearch-project#582)

    Signed-off-by: Amit Galitzky <[email protected]>
    (cherry picked from commit 0e7079e)
    amitgalitz committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    77b0da5 View commit details
    Browse the repository at this point in the history
  2. Cluster manager revert fix (opensearch-project#584)

    Signed-off-by: Amit Galitzky <[email protected]>
    (cherry picked from commit c6f9b20)
    amitgalitz committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    a5f43f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Adding HCAD data ingestion script to AD (opensearch-project#585)

    Signed-off-by: Amit Galitzky <[email protected]>
    (cherry picked from commit 4d7a8a4)
    amitgalitz committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    2b638bd View commit details
    Browse the repository at this point in the history
  2. Update ingestion (opensearch-project#592)

    Signed-off-by: Amit Galitzky <[email protected]>
    (cherry picked from commit 0bd6e0e)
    amitgalitz committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    868db97 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. adding custom plugin to upload ad zip to maven (opensearch-project#594)

    Signed-off-by: Amit Galitzky <[email protected]>
    (cherry picked from commit 6e373a7)
    amitgalitz authored and ohltyler committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    32cc892 View commit details
    Browse the repository at this point in the history
  2. Add 2.1.0 release notes (opensearch-project#597)

    Signed-off-by: Tyler Ohlsen <[email protected]>
    (cherry picked from commit d484f9b)
    ohltyler committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    2da66fe View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Expose model accuracy metrics in tests (opensearch-project#600)

    * Expose model accuracy metrics in tests
    
    This PR adds an option flag to print logs during tests and turn on the flag in CI workflow. The flag is disabled by default. By doing this, we can record model accuracy metrics in git workflows and later retrieve it for analysis.
    
    Testing done:
    1. We can turn on/off logs during tests.
    2. The accuracy logs are recorded.
    
    Signed-off-by: Kaituo Li <[email protected]>
    (cherry picked from commit f630c8f)
    kaituo authored and ohltyler committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    9433ee8 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. fix zip fetching issue on version increment (opensearch-project#611)

    Signed-off-by: Amit Galitzky <[email protected]>
    (cherry picked from commit 9f6a5ab)
    amitgalitz committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    101cbcc View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Staging for version increment automation (opensearch-project#608)

    Signed-off-by: pgodithi <[email protected]>
    (cherry picked from commit eb7bd07)
    Signed-off-by: prudhvigodithi <[email protected]>
    prudhvigodithi authored and amitgalitz committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    7f4ecf5 View commit details
    Browse the repository at this point in the history
  2. make 1M1min possible (opensearch-project#620)

    * make 1M1min possible
    
    This PR improves performance to make the 1M1min experiment possible. First, I changed coordinating node pagination from sync to async mode in AnomalyResultTransportAction so that the coordinating node does not have to wait for model nodes' responses before fetching the next page. Second, during the million-entity evaluation, CPU is mostly around 1% with hourly spikes up to 65%. An internal hourly maintenance job can account for the spike due to saving hundreds of thousands of model checkpoints, clearing unused models, and performing bookkeeping for internal states. This PR evens out the resource usage more fairly across a large maintenance window by introducing CheckpointMaintainWorker. Third, during a model corruption, I retrigger cold start for mitigation. Check ModelManager.score, EntityResultTransportAction, and CheckpointReadWorker.
    
    Testing done:
    1. Added unit tests.
    2. Manually confirmed 1M1min is possible after the above changes.
    
    Signed-off-by: Kaituo Li <[email protected]>
    (cherry picked from commit 08fdbdd)
    kaituo authored and ohltyler committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    c539ef7 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Update BWC zip links (opensearch-project#625)

    Signed-off-by: Tyler Ohlsen <[email protected]>
    (cherry picked from commit 7f84601)
    ohltyler committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    846552f View commit details
    Browse the repository at this point in the history
  2. Bump version to 2.2 (opensearch-project#627)

    Signed-off-by: Tyler Ohlsen <[email protected]>
    (cherry picked from commit 12f9f2e)
    ohltyler committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    cde525a View commit details
    Browse the repository at this point in the history
  3. 2.2 release notes (opensearch-project#631)

    Signed-off-by: Amit Galitzky <[email protected]>
    (cherry picked from commit 01bbfc5)
    amitgalitz authored and ohltyler committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    2d25795 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Fix taskmanager compilation error in FakeNode (opensearch-project#634)

    Signed-off-by: Tyler Ohlsen <[email protected]>
    (cherry picked from commit 103f034)
    ohltyler committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    a0ef0a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Fix PowerMock related tests due to version bump (opensearch-project#637)

    2.2 added a new dependency of ClusterSettings like TaskResourceTrackingService. It is possible that the classloader that loadsTaskResourceTrackingService is different from the classloader that loads PowerMock and related dependencies. PowerMock reports java.lang.NoClassDefFoundError when initializing ClusterSettings. Since we are not actually using the value of ClusterSettings in the tests, we make it null to avoid initializing it. The change fixed failed tests.
    
    This PR also fixed spotless errors in FakeNode due to recent changes.
    
    Testing done:
    * gradle build
    
    Signed-off-by: Kaituo Li <[email protected]>
    (cherry picked from commit c92cdc8)
    kaituo authored and ohltyler committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    cc3f48e View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Adding external property customDistributionUrl to let developer overr…

    …ide default distribution Download url (opensearch-project#380)
    
    * Adding uasage and external property customDistributionUrl to let developer override default distribution Download url
    
    Signed-off-by: Rishikesh1159 <[email protected]>
    
    * Adding doc and removing system property from build.gradle
    
    Signed-off-by: Rishikesh1159 <[email protected]>
    
    Signed-off-by: Rishikesh1159 <[email protected]>
    (cherry picked from commit bd063bd)
    Rishikesh1159 authored and ohltyler committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    dd616bc View commit details
    Browse the repository at this point in the history
  2. Removed additional non-inclusive terms (opensearch-project#644)

    Signed-off-by: Amit Galitzky <[email protected]>
    (cherry picked from commit 884573f)
    amitgalitz authored and ohltyler committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    81e1a7a View commit details
    Browse the repository at this point in the history
  3. “fix#921-README-forum-link-AD” (opensearch-project#659)

    Signed-off-by: cwillum <[email protected]>
    
    Signed-off-by: cwillum <[email protected]>
    (cherry picked from commit d9d956d)
    cwillum authored and ohltyler committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    c522352 View commit details
    Browse the repository at this point in the history
  4. Bump to version 2.3 (opensearch-project#658)

    Signed-off-by: Tyler Ohlsen <[email protected]>
    
    Signed-off-by: Tyler Ohlsen <[email protected]>
    (cherry picked from commit 06d53fb)
    ohltyler committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    371dd76 View commit details
    Browse the repository at this point in the history
  5. Add 2.3 release notes (opensearch-project#660)

    * Add 2.3 release notes
    
    Signed-off-by: Tyler Ohlsen <[email protected]>
    
    * Add other documentation PR
    
    Signed-off-by: Tyler Ohlsen <[email protected]>
    
    Signed-off-by: Tyler Ohlsen <[email protected]>
    (cherry picked from commit 19a6c84)
    ohltyler committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    e775dd3 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Removed Github DCO action since DCO runs via Github App now (opensear…

    …ch-project#664)
    
    Signed-off-by: Owais Kazi <[email protected]>
    (cherry picked from commit 397ebcc)
    owaiskazi19 authored and ohltyler committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    a64fe42 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Add support for reproducible builds (opensearch-project#579)

    As per gradle [docs] add support to remove timestamps and package with same order which is required from
    [reproducible] builds
    
    [docs]: https://docs.gradle.org/current/userguide/working_with_files.html#sec:archives
    [reproducible]: https://reproducible-builds.org/
    
    Signed-off-by: Leonidas Spyropoulos <[email protected]>
    (cherry picked from commit 426f713)
    inglor authored and amitgalitz committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    30ed465 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. Fix window delay test (opensearch-project#674)

    Signed-off-by: Amit Galitzky <[email protected]>
    (cherry picked from commit fd71844)
    amitgalitz committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    207acdb View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Increment version to 2.4.0-SNAPSHOT (opensearch-project#666)

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

Commits on Oct 3, 2022

  1. update jackson dependency version (opensearch-project#678)

    Signed-off-by: Amit Galitzky <[email protected]>
    (cherry picked from commit 27942cb)
    amitgalitz authored and ohltyler committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    8fff72d View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. add group = org.opensearch.plugin (opensearch-project#690)

    Signed-off-by: prudhvigodithi <[email protected]>
    (cherry picked from commit 16cee09)
    prudhvigodithi authored and amitgalitz committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    77653a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Bump jackson-databind to 2.13.4.2 (opensearch-project#697)

    Signed-off-by: Tyler Ohlsen <[email protected]>
    (cherry picked from commit 24232ae)
    ohltyler authored and amitgalitz committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    038fc54 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Add 2.4 release notes (opensearch-project#699)

    Signed-off-by: Jackie Han <[email protected]>
    
    Signed-off-by: Jackie Han <[email protected]>
    (cherry picked from commit c43ddbf)
    jackiehanyang authored and ohltyler committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    08b5024 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. windows CI for AD (opensearch-project#703)

    Signed-off-by: Amit Galitzky <[email protected]>
    (cherry picked from commit 06e5edb)
    amitgalitz committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    da22824 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Fixing Docker CI for security enabled tests (opensearch-project#710)

    Signed-off-by: Amit Galitzky <[email protected]>
    (cherry picked from commit bcfe952)
    amitgalitz authored and ohltyler committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    7c5c23b View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Increment version to 2.5.0-SNAPSHOT

    Signed-off-by: opensearch-ci-bot <[email protected]>
    opensearch-ci-bot authored and amitgalitz committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    d39b9ba View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. AD model performance benchmark (opensearch-project#729) (opensearch-p…

    …roject#734)
    
    This PR adds an AD model performance benchmark so that we can compare model performance across versions.
    
    Regarding benchmark data, we randomly generated synthetic data with known anomalies inserted throughout the signal. In particular, these are one/two/four dimensional data where each dimension is a noisy cosine wave. Anomalies are inserted into one dimension with 0.003 probability. Anomalies across each dimension can be independent or dependent. We have approximately 5000 observations per data set. The data set is generated using the same random seed so the result is comparable across versions.
    
    We also backported opensearch-project#600 so that we can capture the performance data in CI output.
    
    Testing done:
    * added unit tests to run the benchmark.
    
    Signed-off-by: Kaituo Li <[email protected]>
    kaituo authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    867c1b3 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Fix _source bug (opensearch-project#749)

    Signed-off-by: Amit Galitzky <[email protected]>
    amitgalitz authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    dc293ac View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Fix: typo in ohltyler. (opensearch-project#760)

    Signed-off-by: dblock <[email protected]>
    (cherry picked from commit 609abe4)
    dblock authored and amitgalitz committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    012da25 View commit details
    Browse the repository at this point in the history
  2. Model Profile Test (opensearch-project#748)

    (cherry picked from commit ce3d747)
    vibrantvarun authored and ohltyler committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    021f92f View commit details
    Browse the repository at this point in the history
  3. Speed up cold start (opensearch-project#753) (opensearch-project#763)

    If historical data is enough, a single stream detector takes 1 interval for cold start to be triggered + 1 interval for the state document to be updated. Similar to single stream detectors, HCAD cold start needs 2 intervals and one more interval to make sure an entity appears more than once. So HCAD needs three intervals to complete cold starts. Long initialization is the single most complained problem of AD. This PR reduces both single stream and HCAD detectors' initialization time to 1 minute by
    * delaying real time cache update by one minute when we receive ResourceNotFoundException in single stream detectors or when the init progress of HCAD real time cache is 0. Thus, we can finish the cold start and writing checkpoint one minute later and update the state document accordingly. This optimization saves one interval to wait for the state document update.
    * disable the door keeper by default so that we won't have to wait an extra interval in HCAD.
    * trigger cold start when starting a real time detector. This optimization saves one interval to wait for the cold start to be triggered.
    
    Testing done:
    * verified the cold start time is reduced to 1 minute.
    * added tests for new code.
    
    Signed-off-by: Kaituo Li <[email protected]>
    kaituo authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    8ce4493 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

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

Commits on Jan 5, 2023

  1. Updated MAINTAINERS.md to match recommended opensearch-project format. (

    opensearch-project#771)
    
    Signed-off-by: dblock <[email protected]>
    (cherry picked from commit b49a36b)
    dblock authored and amitgalitz committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    8925a15 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Increment version to 2.6.0-SNAPSHOT (opensearch-project#774)

    Signed-off-by: opensearch-ci-bot <[email protected]>
    
    Signed-off-by: opensearch-ci-bot <[email protected]>
    Co-authored-by: opensearch-ci-bot <[email protected]>
    Configuration menu
    Copy the full SHA
    1e8f858 View commit details
    Browse the repository at this point in the history
  2. Fix the discrepancy between Profile API and real time tasks API

    This PR fixes the discrepancy by querying the result index when the total updates is less than 32. We have done similar things in profile API so I refactored reusable code to ProfileUtil. We also cached whether we have queried the result index and won't repeatedly issue the extra query.
    
    Testing done:
    1. repeated repro steps in opensearch-project#502 and verified the issue has been resolved.
    
    Signed-off-by: Kaituo Li <[email protected]>
    kaituo authored and amitgalitz committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    5559f40 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. adding 2.5 release notes (opensearch-project#781)

    Signed-off-by: Amit Galitzky <[email protected]>
    (cherry picked from commit 9cebc5b)
    
    Co-authored-by: Amit Galitzky <[email protected]>
    opensearch-trigger-bot[bot] and amitgalitz authored Jan 10, 2023
    Configuration menu
    Copy the full SHA
    e58e2e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

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

Commits on Feb 3, 2023

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

Commits on Feb 9, 2023

  1. Revert changes to exception message (opensearch-project#803)

    * Revert changes to exception message
    
    We used to log "No RCF models are available either because RCF models are not ready..." and now we log "resource_not_found_exception: No checkpoints found for model id...". This change caused an integration test failure. This PR reverts it back.
    
    Testing done:
    1. verified that the original log is back.
    
    Signed-off-by: Kaituo Li <[email protected]>
    
    * check NO_MODEL_ERR_MSG instead of NO_CHECKPOINT_ERR_MSG
    
    Signed-off-by: Kaituo Li <[email protected]>
    
    ---------
    
    Signed-off-by: Kaituo Li <[email protected]>
    (cherry picked from commit 553688a)
    kaituo authored and amitgalitz committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    360a50d View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Add 2.6 release note (opensearch-project#818) (opensearch-project#819)

    Signed-off-by: Jackie Han <[email protected]>
    (cherry picked from commit 1dcb78a)
    
    Co-authored-by: Jackie Han <[email protected]>
    Configuration menu
    Copy the full SHA
    c6ce630 View commit details
    Browse the repository at this point in the history
  2. Increment version to 2.7.0-SNAPSHOT (opensearch-project#821)

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

Commits on Mar 16, 2023

  1. Created untriaged issue workflow. (opensearch-project#809) (opensearc…

    …h-project#840)
    
    Signed-off-by: dblock <[email protected]>
    (cherry picked from commit fd2fd5d)
    
    Co-authored-by: Daniel (dB.) Doubrovkine <[email protected]>
    opensearch-trigger-bot[bot] and dblock authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    4358d43 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Xcontent backport (opensearch-project#854)

    * Update xcontent imports (opensearch-project#822)
    
    Signed-off-by: Jackie Han <[email protected]>
    Signed-off-by: Kaituo Li <[email protected]>
    
    * Publish snapshots to maven via GHA, fix spotless errors, and bump bwc version (opensearch-project#827)
    
    We are de-coupling the task of publishing the maven snapshots from centralized build workflow to individual repositories. This PR publishes maven snapshots using GitHub Actions.
    
    Testing done:
    1. ran ./gradlew publishPluginZipPublicationToSnapshotsRepository according to opensearch-project#813
    
    Signed-off-by: Kaituo Li <[email protected]>
    
    * fix xcontent compiler error for classes only in 2.x
    
    Signed-off-by: Kaituo Li <[email protected]>
    
    ---------
    
    Signed-off-by: Jackie Han <[email protected]>
    Signed-off-by: Kaituo Li <[email protected]>
    Co-authored-by: Jackie Han <[email protected]>
    kaituo and jackiehanyang authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    4766c7f View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

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

Commits on Apr 17, 2023

  1. Add 2.7 release notes (opensearch-project#871) (opensearch-project#872)

    Signed-off-by: Jackie Han <[email protected]>
    (cherry picked from commit 0a48da9)
    
    Co-authored-by: Jackie Han <[email protected]>
    Configuration menu
    Copy the full SHA
    b63bafe View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

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

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

Commits on May 26, 2023

  1. Partial Cherry-pick of opensearch-project#886 from anomaly-detection …

    …and Additional Adjustments (opensearch-project#914)
    
    This commit includes a partial cherry-pick of opensearch-project#886 along with other necessary changes for compatibility with the 2.8 branch.
    
    The cherry-picked changes from the anomaly-detection repository's main branch are not identical due to differences between the main and 2.8 branches. Specifically, the changes in opensearch-project/OpenSearch#7165 present in the main branch are not incorporated in 2.8. To reconcile this, modifications related to ImmutableMap and ImmutableOpenMap were undone.
    
    Additionally, only partial changes from opensearch-project/OpenSearch@1e08b5a were applied to 2.8. To address compiler failures, OpenSearchRejectedExecutionException was relocated from the org.opensearch.common.util.concurrent package to the org.opensearch.core.concurrency package.
    
    Tests completed:
    - Successful Gradle build
    
    Signed-off-by: Kaituo Li <[email protected]>
    kaituo authored May 26, 2023
    Configuration menu
    Copy the full SHA
    297ca1e View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Update NodeInfo constructor (opensearch-project#869) (opensearch-proj…

    …ect#870)
    
    Signed-off-by: Jackie Han <[email protected]>
    (cherry picked from commit 3bd1bb0)
    
    Co-authored-by: Jackie Han <[email protected]>
    Configuration menu
    Copy the full SHA
    5e6547f View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

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

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

Commits on Jul 10, 2023

  1. Resolve Compiler and Test Failures in 2.x Branch Due to OpenSearch Co…

    …re Refactoring (opensearch-project#946)
    
    In this commit, several issues causing compiler and test failures in the 2.x branch are addressed. The failures were introduced due to various refactoring activities in OpenSearch core. The changes made include:
    
    - For the usages of Strings.isEmpty or Strings.isNullOrEmpty method, use org.opensearch.core.common.Strings.
    - For the usages of Strings.toString method, use org.opensearch.common.Strings.
    - Update references to getExceptionName method in OpenSearchException, which is now moved to the BaseExceptionsHelper class.
    - Create a new version of coalesceToEmpty in response to its removal from the Strings class.
    - Substitute ImmutableOpenMap with HashMap for more efficient data handling.
    
    Testing has been conducted by running a successful Gradle build.
    
    Signed-off-by: Kaituo Li <[email protected]>
    kaituo authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    a5d1cf3 View commit details
    Browse the repository at this point in the history
  2. bumping guava version (opensearch-project#939)

    Signed-off-by: Amit Galitzky <[email protected]>
    amitgalitz authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    a56156f View commit details
    Browse the repository at this point in the history
  3. Bump scipy from 1.8.0 to 1.10.0 in /dataGeneration (opensearch-projec…

    …t#943) (opensearch-project#944)
    
    Bumps [scipy](https://github.com/scipy/scipy) from 1.8.0 to 1.10.0.
    - [Release notes](https://github.com/scipy/scipy/releases)
    - [Commits](scipy/scipy@v1.8.0...v1.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: scipy
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    (cherry picked from commit f24d9e3)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    0b9be84 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. [backport to 2.x] Enforce DOCUMENT Replication for AD Indices (opense…

    …arch-project#949)
    
    In this PR, we temporarily enforce DOCUMENT replication for AD indices. This change is necessary due to the current limitation of SegRep, which doesn't support Get/MultiGet by ID. This measure will be in place until SegRep adds support for these operations.
    
    This adjustment aligns with the modification made in the referenced PR: opensearch-project/job-scheduler#417
    
    Signed-off-by: Kaituo Li <[email protected]>
    kaituo authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    4b21068 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

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

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

Commits on Aug 11, 2023

  1. Refactor due to core updates: Replace and modify classes and methods. (

    …opensearch-project#974)
    
    Replacements:
    org.opensearch.common.io.stream.StreamInput => org.opensearch.core.common.io.stream.StreamInput
    org.opensearch.common.io.stream.StreamOutput => org.opensearch.core.common.io.stream.StreamOutput
    org.opensearch.common.io.stream.NamedWriteableRegistry => org.opensearch.core.common.io.stream.NamedWriteableRegistry
    org.opensearch.common.xcontent.XContentParserUtils => org.opensearch.core.xcontent.XContentParserUtils
    org.opensearch.rest.RestStatus => org.opensearch.core.rest.RestStatus
    org.opensearch.common.bytes.BytesReference => org.opensearch.core.common.bytes.BytesReference
    org.opensearch.common.io.stream.InputStreamStreamInput => org.opensearch.core.common.io.stream.InputStreamStreamInput
    org.opensearch.common.io.stream.OutputStreamStreamOutput => org.opensearch.core.common.io.stream.OutputStreamStreamOutput
    org.opensearch.common.component.LifecycleListener => org.opensearch.common.lifecycle.LifecycleListener
    org.opensearch.common.io.stream.Writeable => org.opensearch.core.common.io.stream.Writeable
    org.opensearch.common.io.stream.NotSerializableExceptionWrapper => org.opensearch.core.common.io.stream.NotSerializableExceptionWrapper
    org.opensearch.common.bytes.BytesArray => org.opensearch.core.common.bytes.BytesArray
    XContentType => MediaType
    org.opensearch.common.ParsingException => org.opensearch.core.common.ParsingException
    org.opensearch.core.common.Strings.EMPTY_ARRAY=> org.opensearch.core.common.Strings.EMPTY_ARRAY
    org.opensearch.common.transport.TransportAddress => org.opensearch.core.common.transport.TransportAddress
    org.opensearch.common.io.stream.NamedWriteableAwareStreamInput => org.opensearch.core.common.io.stream.NamedWriteableAwareStreamInput
    org.opensearch.common.unit.ByteSizeValue => org.opensearch.core.common.unit.ByteSizeValue
    org.opensearch.index.Index => org.opensearch.core.index.Index
    org.opensearch.index.shard.ShardId => org.opensearch.core.index.shard.ShardId
    org.opensearch.core.index.IndexNotFoundException => org.opensearch.index.IndexNotFoundException
    org.opensearch.core.index.IndexingPressure => org.opensearch.index.IndexingPressure
    com.carrotsearch.hppc.BitMixer => org.opensearch.common.util.BitMixer
    Strings.toString(XContentBuilder) => XContentBuilder.toString
    org.apache.http.entity.ContentType.APPLICATION_JSON => org.apache.hc.core5.http.ContentType.APPLICATION_JSON
    org.opensearch.action.support.nodes.BaseNodeRequest => org.opensearch.transport.TransportRequest
    org.opensearch.transport.TransportResponse => org.opensearch.core.transport.TransportResponse
    org.opensearch.core.transport.TransportResponseHandler => org.opensearch.transport.TransportResponseHandler
    org.opensearch.indices.breaker.NoneCircuitBreakerService => org.opensearch.core.indices.breaker.NoneCircuitBreakerService
    MediaType.fromMediaType => XContentType.fromMediaType
    org.opensearch.common.transport.BoundTransportAddress => org.opensearch.core.common.transport.BoundTransportAddress
    
    Modifications:
    - Updated `StringTerms` constructor. Removed `requiredSize` and `minDocCount`, added `TermsAggregator.BucketCountThresholds`. See details [here](opensearch-project/OpenSearch@15b7de0).
    
    Tests:
    - Completed successful `gradle build`.
    
    Signed-off-by: Kaituo Li <[email protected]>
    kaituo authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    bc6b8e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Defaulting grade to 0 if negative (opensearch-project#977)

    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    2499d85 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Backport Rcf bump to 2.x (opensearch-project#983)

    * Update RCF to v3.8 and Enable Auto AD with 'Alert Once' Option (opensearch-project#979)
    
    * Update RCF to v3.8 and Enable Auto AD with 'Alert Once' Option
    
    This PR added support for automatic Anomaly Detection (AD) and the 'Alert Once' option introduced in RCF 3.8.
    
    Testing done:
    
    1. Deserialization Test:
    * Verified model deserialization from 3.0-rc3.
    * Ensured consistent scoring using the rc3 checkpoint and rc3 dependency on identical data.
    
    2. Backward Compatibility Test:
    * Executed a mixed cluster with versions 2.10 and 3.0.
    * Validated that older detectors still produce results without throwing any exceptions in a blue-green simulation scenario.
    
    Signed-off-by: Kaituo Li <[email protected]>
    
    * reduce recall since alertOnce reduced recall
    
    Signed-off-by: Kaituo Li <[email protected]>
    
    * remove commented out code
    
    Signed-off-by: Kaituo Li <[email protected]>
    
    ---------
    
    Signed-off-by: Kaituo Li <[email protected]>
    
    * fix compiler error due to opensearch-project/OpenSearch#9082
    
    Signed-off-by: Kaituo Li <[email protected]>
    
    ---------
    
    Signed-off-by: Kaituo Li <[email protected]>
    kaituo authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    c134346 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

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

Commits on Sep 5, 2023

  1. Adds auto release workflow (opensearch-project#1003) (opensearch-proj…

    …ect#1010)
    
    (cherry picked from commit db788f4)
    
    Signed-off-by: owaiskazi19 <[email protected]>
    Co-authored-by: Owais Kazi <[email protected]>
    Configuration menu
    Copy the full SHA
    b4e2e4c View commit details
    Browse the repository at this point in the history
  2. [Backport to 2.x] upgrading commons-lang3 version to fix conflict iss…

    …ue (opensearch-project#1013)
    
    * Revert "[backport to 2.x] Enforce DOCUMENT Replication for AD Indices (opensearch-project#949)"
    
    This reverts commit 4b21068.
    
    Signed-off-by: Jackie Han <[email protected]>
    
    * upgrading commons-lang3 version to fix conflict issue (opensearch-project#1012)
    
    * force commons-lang3 version to fix conflict issue
    
    Signed-off-by: Jackie Han <[email protected]>
    
    * getting commons-lang3 version from upstream version properties file
    
    Signed-off-by: Jackie Han <[email protected]>
    
    * getting commons-lang3 version from core
    
    Signed-off-by: Jackie Han <[email protected]>
    
    * getting commons-lang3 version from core
    
    Signed-off-by: Jackie Han <[email protected]>
    
    * upgrading commons-lang3 version to align with core
    
    Signed-off-by: Jackie Han <[email protected]>
    
    ---------
    
    Signed-off-by: Jackie Han <[email protected]>
    (cherry picked from commit db456c2)
    
    ---------
    
    Signed-off-by: Jackie Han <[email protected]>
    jackiehanyang authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    15dcdbf View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

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

Commits on Sep 8, 2023

  1. Upgrade AD's bwc baseline version to 1.3.2 to resolve cluster join is…

    …sue (opensearch-project#1029)
    
    Issue:
    - In versions between 1.1 and 2.10, the task :adBwcCluster#twoThirdsUpgradedClusterTask fails.
    - Symptoms mirror those in [OpenSearch Issue #5076](opensearch-project/OpenSearch#5076).
    - Logs show nodes from old and new versions failing to join as a cluster, resulting in a "master not found" exception.
    
    Resolution:
    - Upgraded the bwc version to 1.3.2, aligning with other plugins which use 1.3+ as their baseline.
      - [Cross-Cluster Replication PR opensearch-project#469](opensearch-project/cross-cluster-replication#469)
      - [Security PR #2253](opensearch-project/security#2253)
      - [ML Commons PR opensearch-project#681](opensearch-project/ml-commons#681)
    - Post-upgrade, the twoThirdsUpgradedClusterTask runs successfully, suggesting potential incompatibility between versions 1.1 and 2.10.
    
    Testing:
    - Executed `./gradlew bwcTestSuite -Dtests.security.manager=false` and all tests passed.
    
    Signed-off-by: Kaituo Li <[email protected]>
    kaituo authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    3c1a830 View commit details
    Browse the repository at this point in the history
  2. Increment version to 2.11.0-SNAPSHOT (opensearch-project#1028)

    Signed-off-by: opensearch-ci-bot <[email protected]>
    Co-authored-by: opensearch-ci-bot <[email protected]>
    Configuration menu
    Copy the full SHA
    c8aca72 View commit details
    Browse the repository at this point in the history
  3. Add 2.10 release notes (opensearch-project#1031) (opensearch-project#…

    …1032)
    
    (cherry picked from commit 23611f6)
    
    Signed-off-by: Jackie Han <[email protected]>
    Signed-off-by: owaiskazi19 <[email protected]>
    Co-authored-by: Jackie Han <[email protected]>
    Configuration menu
    Copy the full SHA
    096a13e View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Add dependabot.yml (opensearch-project#1026) (opensearch-project#1036)

    Signed-off-by: Craig Perkins <[email protected]>
    (cherry picked from commit 92256db)
    
    Co-authored-by: Craig Perkins <[email protected]>
    opensearch-trigger-bot[bot] and cwperks authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    d83ec7c View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. [2.x] Fix TransportService constructor due to changes in core plus gu…

    …ava bump (opensearch-project#1069)
    
    * adjust transportService constructor due to changes in core
    
    Signed-off-by: Amit Galitzky <[email protected]>
    
    * updated guava and fixed another compile issue
    
    Signed-off-by: Amit Galitzky <[email protected]>
    
    * fixed mocking of transport service
    
    Signed-off-by: Amit Galitzky <[email protected]>
    
    * adding 2.11 release notes
    
    Signed-off-by: Amit Galitzky <[email protected]>
    
    ---------
    
    Signed-off-by: Amit Galitzky <[email protected]>
    amitgalitz authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    f81b75d View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. dependabot: bump actions/checkout from 2 to 4 (opensearch-project#1041)…

    … (opensearch-project#1046)
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    (cherry picked from commit 726759f)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    c5bce7c View commit details
    Browse the repository at this point in the history
  2. dependabot: bump VachaShah/backport from 1.1.4 to 2.2.0 (opensearch-p…

    …roject#1039) (opensearch-project#1047)
    
    Bumps [VachaShah/backport](https://github.com/vachashah/backport) from 1.1.4 to 2.2.0.
    - [Release notes](https://github.com/vachashah/backport/releases)
    - [Changelog](https://github.com/VachaShah/backport/blob/main/CHANGELOG.md)
    - [Commits](VachaShah/backport@v1.1.4...v2.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: VachaShah/backport
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    
    
    (cherry picked from commit 18defcc)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    3 people authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    677af64 View commit details
    Browse the repository at this point in the history
  3. dependabot: bump codecov/codecov-action from 1 to 3 (opensearch-proje…

    …ct#1038) (opensearch-project#1048)
    
    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 3.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v1...v3)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    
    
    (cherry picked from commit 72210f0)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    3 people authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    bbc3bbb View commit details
    Browse the repository at this point in the history
  4. dependabot: bump tibdex/github-app-token from 1.5.0 to 2.0.0 (opensea…

    …rch-project#1042) (opensearch-project#1051)
    
    Bumps [tibdex/github-app-token](https://github.com/tibdex/github-app-token) from 1.5.0 to 2.0.0.
    - [Release notes](https://github.com/tibdex/github-app-token/releases)
    - [Commits](tibdex/github-app-token@v1.5.0...v2.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: tibdex/github-app-token
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    
    
    (cherry picked from commit 574ac52)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    3 people authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    68199f3 View commit details
    Browse the repository at this point in the history
  5. dependabot: bump actions/setup-java from 1 to 3 (opensearch-project#1035

    ) (opensearch-project#1053)
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 3.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](actions/setup-java@v1...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    
    
    (cherry picked from commit 713d556)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    3 people authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    65dbecd View commit details
    Browse the repository at this point in the history
  6. Bump urllib3 from 1.26.9 to 1.26.17 in /dataGeneration (opensearch-pr…

    …oject#1068) (opensearch-project#1083)
    
    Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.9 to 1.26.17.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@1.26.9...1.26.17)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-type: direct:production
    ...
    
    
    
    (cherry picked from commit 2a957f2)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    3 people authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    cfb5fa0 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Backport 2.x opensearch-project#1092 opensearch-project#1093 (opensea…

    …rch-project#1094)
    
    * Merged from main
    
    Signed-off-by: Peter Zhu <[email protected]>
    
    * Fix the bwc test version retrieval (opensearch-project#1093)
    
    * Onboarding jenkins prod docker images to github actions
    
    Signed-off-by: Peter Zhu <[email protected]>
    
    * Add temurin
    
    Signed-off-by: Peter Zhu <[email protected]>
    
    * Add temurin
    
    Signed-off-by: Peter Zhu <[email protected]>
    
    * Add more
    
    Signed-off-by: Peter Zhu <[email protected]>
    
    * Add more
    
    Signed-off-by: Peter Zhu <[email protected]>
    
    * Add more
    
    Signed-off-by: Peter Zhu <[email protected]>
    
    ---------
    
    Signed-off-by: Peter Zhu <[email protected]>
    
    ---------
    
    Signed-off-by: Peter Zhu <[email protected]>
    peterzhuamazon authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    7267369 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

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

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

Commits on Dec 12, 2023

  1. [2.x] Add an AD transport client (opensearch-project#1111)

    Signed-off-by: Tyler Ohlsen <[email protected]>
    ohltyler authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    2ea79db View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

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

Commits on Dec 28, 2023

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

Commits on Jan 24, 2024

  1. [Backport] [2.x] Update to Gradle 8.5 (opensearch-project#1131) (open…

    …search-project#1132)
    
    * Update to Gradle 8.5 (opensearch-project#1131)
    
    Signed-off-by: Andriy Redko <[email protected]>
    (cherry picked from commit 7c0ce4c)
    Signed-off-by: Andriy Redko <[email protected]>
    
    * Update Jackson to 2.16.1
    
    Signed-off-by: Andriy Redko <[email protected]>
    
    ---------
    
    Signed-off-by: Andriy Redko <[email protected]>
    reta authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    72b7d53 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Remove default admin credentials (opensearch-project#1134) (opensearc…

    …h-project#1144)
    
    * Remove default admin credentials
    
    
    
    * Replace default password with a placeholder in README files
    
    
    
    ---------
    
    
    (cherry picked from commit 7192d84)
    
    Signed-off-by: Jackie Han <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    b06717c View commit details
    Browse the repository at this point in the history
  2. Require JDK version for java spotless check (opensearch-project#1129) (

    …opensearch-project#1136)
    
    (cherry picked from commit 97482c1)
    
    Signed-off-by: Jackie Han <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    b26c6c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

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

Commits on Feb 1, 2024

  1. Updated lucene snapshot url (opensearch-project#1146) (opensearch-pro…

    …ject#1147)
    
    (cherry picked from commit 475f0c3)
    
    Signed-off-by: owaiskazi19 <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    aaa942d View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Fix build, update CVE-affected versions (opensearch-project#1102) (op…

    …ensearch-project#1103)
    
    * Fix build, update CVE-affected versions
    
    * Spotless depends on CVE-impacted eclipse dependency, now needs JDK17+
    
    
    
    ---------
    
    Signed-off-by: Daniel Widdis <[email protected]>
    dbwiddis authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    54a6a45 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. add publishToMavenLocal task to fix zip plugin not pulished to maven …

    …local issue when running this script (opensearch-project#1121) (opensearch-project#1127)
    
    (cherry picked from commit e5cbe93)
    
    Signed-off-by: zane-neo <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    a58eec5 View commit details
    Browse the repository at this point in the history
  2. dependabot: bump aws-actions/configure-aws-credentials (opensearch-pr…

    …oject#1076) (opensearch-project#1084)
    
    Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 1.7.0 to 4.0.1.
    - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
    - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
    - [Commits](aws-actions/configure-aws-credentials@v1.7.0...v4.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: aws-actions/configure-aws-credentials
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    
    
    (cherry picked from commit dd9c152)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    3 people authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    ffd70b0 View commit details
    Browse the repository at this point in the history
  3. add 2.12 release notes (opensearch-project#1152) (opensearch-project#…

    …1153)
    
    (cherry picked from commit 290bdcd)
    
    Signed-off-by: Kaituo Li <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    8e59cef View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Inject NamedWriteableRegistry in AD node client (opensearch-project#1164

    ) (opensearch-project#1165)
    
    (cherry picked from commit 1507dd4)
    
    Signed-off-by: Tyler Ohlsen <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    d22bc87 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Increment version to 2.13.0-SNAPSHOT (opensearch-project#1156)

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

Commits on Mar 8, 2024

  1. Fixed lucene url (opensearch-project#1158) (opensearch-project#1161)

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

Commits on Mar 19, 2024

  1. Adding 2.13 release notes (opensearch-project#1170) (opensearch-proje…

    …ct#1171)
    
    (cherry picked from commit 303ceb5)
    
    Signed-off-by: Joshua Palis <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    aecf6d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. updating certs

    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    f18b62a View commit details
    Browse the repository at this point in the history