Skip to content

add support for opensearch 2.19 #669

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

Merged
merged 2 commits into from
Feb 12, 2025

Conversation

Jakob3xD
Copy link
Collaborator

Description

Adds the newly added fields. IDK if all the types are correct, as they are not documented in the open API spec.

Issues Resolved

Closes #668

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Copy link

codecov bot commented Feb 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 62.66%. Comparing base (06a6dc8) to head (07f24fd).
Report is 83 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #669      +/-   ##
==========================================
+ Coverage   57.29%   62.66%   +5.37%     
==========================================
  Files         315      376      +61     
  Lines        9823    11133    +1310     
==========================================
+ Hits         5628     6977    +1349     
+ Misses       2902     2876      -26     
+ Partials     1293     1280      -13     
Flag Coverage Δ
integration 54.79% <ø> (+3.95%) ⬆️
unit 15.48% <ø> (+2.63%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
opensearchapi/api_cluster-stats.go 100.00% <ø> (ø)
opensearchapi/api_indices-stats.go 83.33% <ø> (ø)
opensearchapi/api_nodes-info.go 100.00% <ø> (ø)
opensearchapi/api_nodes-stats.go 100.00% <ø> (ø)

... and 31 files with indirect coverage changes

Signed-off-by: Jakob Hahn <[email protected]>
@dblock dblock merged commit 1840107 into opensearch-project:main Feb 12, 2025
60 checks passed
17sushmita pushed a commit to 17sushmita/opensearch-go that referenced this pull request May 13, 2025
* add support for opensearch 2.19

Signed-off-by: Jakob Hahn <[email protected]>

* Fix

Signed-off-by: Jakob Hahn <[email protected]>

---------

Signed-off-by: Jakob Hahn <[email protected]>
@Jakob3xD Jakob3xD deleted the jh/opensearch-2.19 branch June 10, 2025 07:11
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.

[BUG] Integration tests w/ OpenSearch 2.19
2 participants