Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AUTO] Incremented version to 2.14.1. #313

Open
wants to merge 64 commits into
base: 2.14
Choose a base branch
from

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

I've noticed that a new tag 2.14.0.0 was pushed, and incremented the version from 2.14.0 to 2.14.1.

zane-neo and others added 4 commits April 30, 2024 14:04
* add error message for NPE



* apply spotless



* Update src/main/java/org/opensearch/agent/tools/PPLTool.java




* fix spot less



---------




(cherry picked from commit 05def20)

Signed-off-by: xinyual <[email protected]>
Signed-off-by: Xinyuan Lu <[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]>
opensearch-trigger-bot bot and others added 5 commits June 6, 2024 08:19
Signed-off-by: opensearch-ci-bot <[email protected]>
Co-authored-by: opensearch-ci-bot <[email protected]>
* fix build error due to upstream change

Signed-off-by: Hailong Cui <[email protected]>

* failed unit test

Signed-off-by: Hailong Cui <[email protected]>

* fix compile error

Signed-off-by: Hailong Cui <[email protected]>

* fix flaky test for locale mr

Signed-off-by: Hailong Cui <[email protected]>

* force to use x86_64 for macos

Signed-off-by: Hailong Cui <[email protected]>

---------

Signed-off-by: Hailong Cui <[email protected]>
(cherry picked from commit 62ac87f)
Signed-off-by: zane-neo <[email protected]>
* Fix IT failures



* format code



* fix



* nit



---------




(cherry picked from commit 5362a9a)

Signed-off-by: zane-neo <[email protected]>
Signed-off-by: zhichao-aws <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: zhichao-aws <[email protected]>
* Fix search alert IT failure

Signed-off-by: zane-neo <[email protected]>

* format code

Signed-off-by: zane-neo <[email protected]>

---------

Signed-off-by: zane-neo <[email protected]>
zane-neo and others added 7 commits October 17, 2024 14:48
(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]>
@opensearch-trigger-bot opensearch-trigger-bot bot force-pushed the create-pull-request/patch branch from 3722af7 to 7d87ee8 Compare November 5, 2024 23:18
qianheng-aws and others added 18 commits November 14, 2024 14:17
* 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>
@opensearch-trigger-bot opensearch-trigger-bot bot force-pushed the create-pull-request/patch branch from 7d87ee8 to edfaad9 Compare February 11, 2025 23:58
opensearch-trigger-bot bot and others added 2 commits February 19, 2025 15:56
Signed-off-by: opensearch-ci-bot <[email protected]>
Co-authored-by: opensearch-ci-bot <[email protected]>
@opensearch-trigger-bot opensearch-trigger-bot bot force-pushed the create-pull-request/patch branch from edfaad9 to ecb919d Compare February 27, 2025 23:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants