-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AUTO] Incremented version to 2.17.2. #408
Open
opensearch-trigger-bot
wants to merge
36
commits into
2.17
Choose a base branch
from
create-pull-request/patch
base: 2.17
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Add 2.17 release note Signed-off-by: zane-neo <[email protected]> * change dependencies to maintenance Signed-off-by: zane-neo <[email protected]> --------- Signed-off-by: zane-neo <[email protected]>
Signed-off-by: zane-neo <[email protected]>
8bd58a7
to
19eff75
Compare
* Increment version to 2.18.0-SNAPSHOT Signed-off-by: opensearch-ci-bot <[email protected]> * Fix compilation failure due to AD change (#417) * fix compilation failure due to ad change Signed-off-by: zane-neo <[email protected]> * fix compilation failure due to ad change Signed-off-by: zane-neo <[email protected]> --------- Signed-off-by: zane-neo <[email protected]> --------- Signed-off-by: opensearch-ci-bot <[email protected]> Signed-off-by: zane-neo <[email protected]> Co-authored-by: opensearch-ci-bot <[email protected]> Co-authored-by: zane-neo <[email protected]>
* Add LogPatternTool (#413) * ut fix: construct update in Monitor Signed-off-by: Heng Qian <[email protected]> * Add LogPatternTool Signed-off-by: Heng Qian <[email protected]> * Address comments Signed-off-by: Heng Qian <[email protected]> * Add function doc Signed-off-by: Heng Qian <[email protected]> * Address comments Signed-off-by: Heng Qian <[email protected]> * Address comments Signed-off-by: Heng Qian <[email protected]> --------- Signed-off-by: Heng Qian <[email protected]> (cherry picked from commit 7d72612) * Make compatible with java11 Signed-off-by: Heng Qian <[email protected]> * spotlessApply Signed-off-by: Heng Qian <[email protected]> --------- Signed-off-by: Heng Qian <[email protected]>
…nomaly detector tool (#399) (#419) * Optimize the prompt for create anomaly detector tool * Remove whitespace * Make prompt for CreateAnomalyDetectorToll customized * format the code * Fix test failure * fix test failure * Format the code * Add more tests --------- (cherry picked from commit 06a8537) Signed-off-by: gaobinlong <[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>
19eff75
to
3722af7
Compare
Signed-off-by: gaobinlong <[email protected]>
…eams and alias (#425) * Fix CreateAnomalyDetectorTool doesn't support data streams and alias (#423) * Fix CreateAnomalyDetectorTool doesn't support data streams and alias Signed-off-by: gaobinlong <[email protected]> * Refine the code comment Signed-off-by: gaobinlong <[email protected]> --------- Signed-off-by: gaobinlong <[email protected]> (cherry picked from commit 988a68a) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Backport/backport 423 to 2.x (#428) * Fix test failure due to external change (#427) Signed-off-by: gaobinlong <[email protected]> * Fix CreateAnomalyDetectorTool doesn't support data streams and alias (#423) * Fix CreateAnomalyDetectorTool doesn't support data streams and alias Signed-off-by: gaobinlong <[email protected]> * Refine the code comment Signed-off-by: gaobinlong <[email protected]> --------- Signed-off-by: gaobinlong <[email protected]> (cherry picked from commit 988a68a) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: gaobinlong <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: gaobinlong <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: gaobinlong <[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: zane-neo <[email protected]> Co-authored-by: gaobinlong <[email protected]>
Signed-off-by: zane-neo <[email protected]>
(cherry picked from commit 9b677ce) Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com> Co-authored-by: zane-neo <[email protected]>
(cherry picked from commit f2a155a) Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com> Co-authored-by: zane-neo <[email protected]>
Signed-off-by: zane-neo <[email protected]>
Signed-off-by: zane-neo <[email protected]>
Signed-off-by: zane-neo <[email protected]>
Signed-off-by: zane-neo <[email protected]>
3722af7
to
7d87ee8
Compare
* add CreateAlertTool (#349) * add CreateAlertTool Signed-off-by: Heng Qian <[email protected]> * spotlessApply and address comments Signed-off-by: Heng Qian <[email protected]> * add IT for CreateAlertTool Signed-off-by: Heng Qian <[email protected]> * address comments Signed-off-by: Heng Qian <[email protected]> * fix after merging main Signed-off-by: Heng Qian <[email protected]> * fix forbidden API Signed-off-by: Heng Qian <[email protected]> * fix IT failure Signed-off-by: Heng Qian <[email protected]> * run spotlessCheck Signed-off-by: Heng Qian <[email protected]> * Address comments Signed-off-by: Heng Qian <[email protected]> * Address comments of changing getIndex to use ActionListener Signed-off-by: Heng Qian <[email protected]> * fix IT Signed-off-by: Heng Qian <[email protected]> * make prompt dict static Signed-off-by: Heng Qian <[email protected]> --------- Signed-off-by: Heng Qian <[email protected]> * Fix gradle task forbiddenApisMain failure (#391) * Fix gradle task forbiddenApisMain failure Signed-off-by: zane-neo <[email protected]> * fix compilation error since AD change Signed-off-by: zane-neo <[email protected]> --------- Signed-off-by: zane-neo <[email protected]> (cherry picked from commit 3e63a62) Signed-off-by: Heng Qian <[email protected]> --------- Signed-off-by: Heng Qian <[email protected]> Signed-off-by: zane-neo <[email protected]> Co-authored-by: zane-neo <[email protected]>
* CreateAnomalyDetectorTool supports empty model_type * Optimize code * Add some comment --------- (cherry picked from commit cfc88d8) Signed-off-by: gaobinlong <[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: zane-neo <[email protected]>
* Support pass prompt to CreateAlertTool * Use Claude as ModelType if passed-in modelType is empty * Fix UT * Fix spotlessApply * Fix spotlessApply --------- (cherry picked from commit a95cfae) Signed-off-by: Heng Qian <[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: zane-neo <[email protected]>
Signed-off-by: opensearch-ci-bot <[email protected]> Co-authored-by: opensearch-ci-bot <[email protected]>
…477) (#480) * Fix github ci linux build and RAG tool missing return (#477) * fix github ci linux build Signed-off-by: Hailong Cui <[email protected]> * add missing dependencies Signed-off-by: Hailong Cui <[email protected]> * spotless Signed-off-by: Hailong Cui <[email protected]> * add logs for debug Signed-off-by: Hailong Cui <[email protected]> * update security test ci Signed-off-by: Hailong Cui <[email protected]> * fix missing return for RAGTool Signed-off-by: Hailong Cui <[email protected]> --------- Signed-off-by: Hailong Cui <[email protected]> (cherry picked from commit f66c53b) * add missing distribution Signed-off-by: Hailong Cui <[email protected]> * fix verssion mismatch Signed-off-by: Hailong Cui <[email protected]> --------- Signed-off-by: Hailong Cui <[email protected]> Co-authored-by: zhichao-aws <[email protected]>
(cherry picked from commit 34d2005) Signed-off-by: yuye-aws <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: zhichao-aws <[email protected]>
Signed-off-by: zhichao-aws <[email protected]>
* Log pattern tool improvement (#474) * Improve log pattern tool with cutting edge log pattern parser Signed-off-by: Songkan Tang <[email protected]> * Minor comment change Signed-off-by: Songkan Tang <[email protected]> * Address LogPatternTool class comments Signed-off-by: Songkan Tang <[email protected]> * Address BrainLogParser class comments Signed-off-by: Songkan Tang <[email protected]> * Address BrainLogParser class comment part02 Signed-off-by: Songkan Tang <[email protected]> * Minor change of input validation logic Signed-off-by: Songkan Tang <[email protected]> * Address forbiddenAPI check issue Signed-off-by: Songkan Tang <[email protected]> * Address minor comments in BrainLogParser Signed-off-by: Songkan Tang <[email protected]> * Tune preprocessing regex and parameters and change related test result Signed-off-by: Songkan Tang <[email protected]> * Expose variable count threshold parameter configuration for LogPatternTool Signed-off-by: Songkan Tang <[email protected]> * Minorly tune preprocessing regex Signed-off-by: Songkan Tang <[email protected]> --------- Signed-off-by: Songkan Tang <[email protected]> * Fix compilation issue due to Java version conflicts Signed-off-by: Songkan Tang <[email protected]> * Fix compilation issue part2 Signed-off-by: Songkan Tang <[email protected]> --------- Signed-off-by: Songkan Tang <[email protected]>
Signed-off-by: Hailong Cui <[email protected]> (cherry picked from commit 854c64d)
* add related model fields list * apply spotless * fix compile error * use static parameter * apply spotless * create a common constant for common model id * fix error * fix UT error --------- (cherry picked from commit a2f9e2c) Signed-off-by: xinyual <[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>
* fix conflict Signed-off-by: xinyual <[email protected]> * fix dependency error Signed-off-by: xinyual <[email protected]> --------- Signed-off-by: xinyual <[email protected]>
…496) (#498) (cherry picked from commit bc1e298) Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
* add release note Signed-off-by: xinyual <[email protected]> * remove uesless file Signed-off-by: xinyual <[email protected]> * add one more maintainance Signed-off-by: xinyual <[email protected]> --------- Signed-off-by: xinyual <[email protected]>
* fix ppl bug * add test implementation --------- (cherry picked from commit df8bf28) Signed-off-by: xinyual <[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>
(cherry picked from commit df34824) Signed-off-by: Peter Zhu <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…ommons (#505) (#507) * Change JS dependency to compileOnly caused by JS a dependecy of ml-commons * Add comment for future reference --------- (cherry picked from commit 05af07b) Signed-off-by: Zan Niu <[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>
(cherry picked from commit 9cb89f6) Signed-off-by: Zan Niu <[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>
(cherry picked from commit 1e82c0b) Signed-off-by: xinyual <[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>
7d87ee8
to
edfaad9
Compare
Signed-off-by: opensearch-ci-bot <[email protected]> Co-authored-by: opensearch-ci-bot <[email protected]>
Signed-off-by: GitHub <[email protected]>
edfaad9
to
ecb919d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I've noticed that a new tag 2.17.1.0 was pushed, and incremented the version from 2.17.1 to 2.17.2.