Skip to content

Conversation

@opensearch-trigger-bot
Copy link
Contributor

@opensearch-trigger-bot opensearch-trigger-bot bot commented Apr 30, 2025

I've noticed that a new tag 2.19.3.0 was pushed, and incremented the version from 2.19.3 to 2.19.4.

dbwiddis and others added 30 commits December 15, 2023 15:20
Signed-off-by: Daniel Widdis <[email protected]>
Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com>
Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com>
Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com>
Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com>
…org.apache.logging.log4j-log4j-slf4j-impl-2.x
…gradle-8.x

Update dependency gradle to v8.5
…peter-evans-create-pull-request-5.x

Update peter-evans/create-pull-request action to v5
Signed-off-by: Tyler Ohlsen <[email protected]>
Signed-off-by: Tyler Ohlsen <[email protected]>
Signed-off-by: Tyler Ohlsen <[email protected]>
Signed-off-by: zhichao-aws <[email protected]>
Signed-off-by: zhichao-aws <[email protected]>
Signed-off-by: zhichao-aws <[email protected]>
Signed-off-by: Tyler Ohlsen <[email protected]>
yuye-aws and others added 2 commits June 18, 2025 09:34
* exclude target serve

Signed-off-by: xinyual <[email protected]>

* delete jetty serve in package

Signed-off-by: xinyual <[email protected]>

---------

Signed-off-by: xinyual <[email protected]>
@opensearch-trigger-bot opensearch-trigger-bot bot force-pushed the create-pull-request/patch branch from 6816e23 to 9adc50c Compare June 24, 2025 22:18
zane-neo and others added 3 commits July 14, 2025 14:37
* support dynamic tool in agent framework

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

* Add more UTs

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

---------

Signed-off-by: zane-neo <[email protected]>
@opensearch-trigger-bot opensearch-trigger-bot bot changed the title [AUTO] Incremented version to 2.19.3. [AUTO] Incremented version to 2.19.4. Jul 25, 2025
@opensearch-trigger-bot opensearch-trigger-bot bot force-pushed the create-pull-request/patch branch from 9adc50c to 7a64135 Compare July 25, 2025 18:39
xinyual and others added 10 commits July 28, 2025 10:48
* merge MetaData

Signed-off-by: xinyual <[email protected]>

* remove logs

Signed-off-by: xinyual <[email protected]>

* apply spotless

Signed-off-by: xinyual <[email protected]>

* change equal logic

Signed-off-by: xinyual <[email protected]>

* apply spotless

Signed-off-by: xinyual <[email protected]>

* skip NPE

Signed-off-by: xinyual <[email protected]>

---------

Signed-off-by: xinyual <[email protected]>
Signed-off-by: opensearch-ci-bot <[email protected]>
Co-authored-by: opensearch-ci-bot <[email protected]>
Signed-off-by: opensearch-ci <[email protected]>
Signed-off-by: opensearch-ci <[email protected]>
* Add parameter extraction utilities for tool inputs

- Add utilities for extracting required parameters and JSON input parameters
- Apply parameter extraction in AbstractRetrieverTool and RAGTool
- Define TOOL_REQUIRED_PARAMS constant for consistent parameter handling

Signed-off-by: Yuanchun Shen <[email protected]>

* Standardize parameter handling in all Tool implementations

- Update all Tool interface implementations to use extractInputParameters utility

Signed-off-by: Yuanchun Shen <[email protected]>

* Update release note

Signed-off-by: Yuanchun Shen <[email protected]>

* Declare origin of helper method extractInputParameters

Signed-off-by: Yuanchun Shen <[email protected]>

* Remove displaced comment in javadoc

Signed-off-by: Yuanchun Shen <[email protected]>

* Fix failed test in AbstractRetrieverToolTests

Signed-off-by: Yuanchun Shen <[email protected]>

* Replace copied tool utils to library ones

Signed-off-by: Yuanchun Shen <[email protected]>

---------

Signed-off-by: Yuanchun Shen <[email protected]>
* Wait until LLM setup tasks complete in ToolIntegrationTest

Signed-off-by: Yuanchun Shen <[email protected]>

* Update release notes of 3.2.0.0

Signed-off-by: Yuanchun Shen <[email protected]>

---------

Signed-off-by: Yuanchun Shen <[email protected]>
@opensearch-trigger-bot opensearch-trigger-bot bot force-pushed the create-pull-request/patch branch from 7a64135 to 557003c Compare August 19, 2025 23:45
dbwiddis and others added 10 commits August 21, 2025 14:30
* Add LogPatternAnalysisTool

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

* output more for log pattern analysis

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

* adjust the order of comparing selection and baseline

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

* log pattern analysis

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

* using HCA as clustering method

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

* log pattern analysis

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

* using cosine similarity

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

* result format change

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

* Improve processing speed through sharding.

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

* add more error keywords

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

* refactor and ignore single trace for log sequence

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

* fix unit test

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

* limit top 10 difference

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

* don't remove signle trace id event for log sequence analysis

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

* remove unused code

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

* add input schema for MCP

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

* fix spottless

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

* fix ci

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

* add extractInputParameters

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

* add:UT&IT

Signed-off-by: Jiaru Jiang <[email protected]>

* using aggregation mode to improve performance

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

* fix:spotlessCheck

Signed-off-by: Jiaru Jiang <[email protected]>

* add:ClusteringHelperTests

Signed-off-by: Jiaru Jiang <[email protected]>

* fix:ClusteringHelperTests spotlessCheck failed

Signed-off-by: Jiaru Jiang <[email protected]>

* fix:Improve code coverage

Signed-off-by: Jiaru Jiang <[email protected]>

* fix:Modify exception handling

Signed-off-by: Jiaru Jiang <[email protected]>

* update date format in input schema

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

* address review comments

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

---------

Signed-off-by: Binlong Gao <[email protected]>
Signed-off-by: Hailong Cui <[email protected]>
Signed-off-by: Jiaru Jiang <[email protected]>
Co-authored-by: Binlong Gao <[email protected]>
Co-authored-by: Jiaru Jiang <[email protected]>
Signed-off-by: opensearch-ci-bot <[email protected]>
Co-authored-by: opensearch-ci-bot <[email protected]>
* add:init dataDistribution

Signed-off-by: Jiaru Jiang <[email protected]>

* fix:spotlessApply

Signed-off-by: Jiaru Jiang <[email protected]>

* fix:forbidden API

Signed-off-by: Jiaru Jiang <[email protected]>

* fix:UT

Signed-off-by: Jiaru Jiang <[email protected]>

* add:add unit and integration tests to improve code coverage

Signed-off-by: Jiaru Jiang <[email protected]>

* fix:spotlessApply

Signed-off-by: Jiaru Jiang <[email protected]>

* fix:Test assertion

Signed-off-by: Jiaru Jiang <[email protected]>

* fix:getPPLQueryWithTimeRange

Signed-off-by: Jiaru Jiang <[email protected]>

* fix:spotlessApply

Signed-off-by: Jiaru Jiang <[email protected]>

* fix:reuse and check

Signed-off-by: Jiaru Jiang <[email protected]>

* fix:reuse executePPLAndParseResult

Signed-off-by: Jiaru Jiang <[email protected]>

* fix:constant

Signed-off-by: Jiaru Jiang <[email protected]>

* fix:add error log

Signed-off-by: Jiaru Jiang <[email protected]>

* fix:remove meaningless error log

Signed-off-by: Jiaru Jiang <[email protected]>

* fix:throw exception instead of returning in-completed PPL

Signed-off-by: Jiaru Jiang <[email protected]>

* fix:use ActionListener

Signed-off-by: Jiaru Jiang <[email protected]>

* fix:remove redundant validate methods

Signed-off-by: Jiaru Jiang <[email protected]>

* fix:magic number

Signed-off-by: Jiaru Jiang <[email protected]>

* fix:reduce loops

Signed-off-by: Jiaru Jiang <[email protected]>

* fix:pre-check special cases

Signed-off-by: Jiaru Jiang <[email protected]>

* fix:use NumberUtils

Signed-off-by: Jiaru Jiang <[email protected]>

* fix:split buildQueryFromMap

Signed-off-by: Jiaru Jiang <[email protected]>

* fix:optimize groupNumericKeys

Signed-off-by: Jiaru Jiang <[email protected]>

* fix:update description

Signed-off-by: Jiaru Jiang <[email protected]>

* fix:change log level

Signed-off-by: Jiaru Jiang <[email protected]>

* add: maximum value check for size

Signed-off-by: Jiaru Jiang <[email protected]>

* add: support complete dsl query

Signed-off-by: Jiaru Jiang <[email protected]>

* fix: milliseconds

Signed-off-by: Jiaru Jiang <[email protected]>

* fix: getPPLQueryWithTimeRange

Signed-off-by: Jiaru Jiang <[email protected]>

* delete: duplicate code

Signed-off-by: Jiaru Jiang <[email protected]>

* fix: getUsefulFields

Signed-off-by: Jiaru Jiang <[email protected]>

* fix: use Math.abs

Signed-off-by: Jiaru Jiang <[email protected]>

* fix: verify the actual content of output

Signed-off-by: Jiaru Jiang <[email protected]>

* fix: simplify IT

Signed-off-by: Jiaru Jiang <[email protected]>

* fix: recover version

Signed-off-by: Jiaru Jiang <[email protected]>

---------

Signed-off-by: Jiaru Jiang <[email protected]>
* apply multiply

Signed-off-by: xinyual <[email protected]>

* add mappings

Signed-off-by: xinyual <[email protected]>

* apply spotless

Signed-off-by: xinyual <[email protected]>

* fix payload

Signed-off-by: xinyual <[email protected]>

* apply spotless

Signed-off-by: xinyual <[email protected]>

* fix IT

Signed-off-by: xinyual <[email protected]>

* add ut

Signed-off-by: xinyual <[email protected]>

* fix payload

Signed-off-by: xinyual <[email protected]>

* use ml commons

Signed-off-by: xinyual <[email protected]>

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

Co-authored-by: zane-neo <[email protected]>
Signed-off-by: Xinyuan Lu <[email protected]>

* fix comment

Signed-off-by: xinyual <[email protected]>

* fix comment

Signed-off-by: xinyual <[email protected]>

---------

Signed-off-by: xinyual <[email protected]>
Signed-off-by: Xinyuan Lu <[email protected]>
Co-authored-by: zane-neo <[email protected]>
(cherry picked from commit f6f9cf6)

Signed-off-by: opensearch-ci <[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 issue in WebSearchTool



* Optimize code



* Fix build error



* Fix CVE



* remove unused file



* Fix failure ITs



---------


(cherry picked from commit 10d97ac)

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>
(cherry picked from commit 5a3529c)

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>
@opensearch-trigger-bot opensearch-trigger-bot bot force-pushed the create-pull-request/patch branch from 557003c to 7003ce4 Compare October 14, 2025 21:22
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.