 
|
9ba694e257
|
Updated opensearch-py to reflect the latest OpenSearch API spec (2024-11-29) (#854)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: saimedhi <[email protected]>
|
2024-11-29 08:40:09 -05:00 |
|
 Daniel (dB.) DoubrovkineandGitHub
|
bf9add4eed
|
Fix /cluster/stats in a backwards compatible way (#851)
* Ran nox -s generate.
Signed-off-by: dblock <[email protected]>
* Fix: backwards compatible parameter order in cluster stats.
Signed-off-by: dblock <[email protected]>
* Moved Updated APIs section to the correct set.
Signed-off-by: dblock <[email protected]>
---------
Signed-off-by: dblock <[email protected]>
|
2024-11-25 14:54:03 -08:00 |
|
 Daniel (dB.) DoubrovkineandGitHub
|
2d6ae74211
|
Updated dependencies, generated API. (#793)
* Updated dependencies.
Signed-off-by: dblock <[email protected]>
* Lock setuptools at 71.1.0.
Newer version seems to cause UserWarning: Unknown distribution option: 'test_suite'.
Signed-off-by: dblock <[email protected]>
* Updated opensearch-py APIs to reflect opensearch-api-specification@9d3bc34.
Signed-off-by: dblock <[email protected]>
* Do not test against flaky 2.0.
Signed-off-by: dblock <[email protected]>
* Reduce test matrix and add 2.16.
Signed-off-by: dblock <[email protected]>
* Fix missing spaces in generated descriptions.
Signed-off-by: dblock <[email protected]>
* Removed 2.2.1.
Signed-off-by: dblock <[email protected]>
---------
Signed-off-by: dblock <[email protected]>
|
2024-08-14 15:25:01 -07:00 |
|
 
|
ea0a718754
|
Updated opensearch-py to reflect the latest OpenSearch API spec (2024-07-15) (#775)
Signed-off-by: GitHub <[email protected]>
Co-authored-by: saimedhi <[email protected]>
|
2024-07-15 08:30:16 -04:00 |
|
 
|
04a2350ba0
|
Updated opensearch-py to reflect the latest OpenSearch API spec (2024-07-12) (#773)
Signed-off-by: GitHub <[email protected]>
Co-authored-by: saimedhi <[email protected]>
|
2024-07-11 22:33:22 -07:00 |
|
 
|
f7cac3033d
|
Updated opensearch-py to reflect the latest OpenSearch API spec (2024-06-17) (#763)
Signed-off-by: GitHub <[email protected]>
Co-authored-by: saimedhi <[email protected]>
|
2024-06-17 15:33:14 -07:00 |
|
 
|
ee21471c13
|
Updated opensearch-py to reflect the latest OpenSearch API spec (2024-05-22) (#749)
Signed-off-by: GitHub <[email protected]>
Co-authored-by: saimedhi <[email protected]>
|
2024-05-22 08:30:08 -07:00 |
|
 
|
5b40a85f9a
|
Updated opensearch-py to reflect the latest OpenSearch API spec (2024-05-21) (#747)
Signed-off-by: GitHub <[email protected]>
Co-authored-by: saimedhi <[email protected]>
|
2024-05-20 20:53:47 -07:00 |
|
 
|
72173c3fb0
|
Updated opensearch-py to reflect the latest OpenSearch API spec (2024-05-15) (#742)
Signed-off-by: GitHub <[email protected]>
Co-authored-by: saimedhi <[email protected]>
|
2024-05-15 09:55:45 -07:00 |
|
 
|
303b6c6f64
|
Updated opensearch-py to reflect the latest OpenSearch API spec (2024-04-24) (#734)
Signed-off-by: GitHub <[email protected]>
Co-authored-by: saimedhi <[email protected]>
|
2024-04-23 22:35:59 -07:00 |
|
 Sai Medhini Reddy MaryadaandGitHub
|
b47edf906e
|
Code generated using native OpenAPI specification (#724)
* Code generated using native OpenAPI specification
Signed-off-by: saimedhi <[email protected]>
* Code generated using native OpenAPI specification
Signed-off-by: saimedhi <[email protected]>
* Code generated using native OpenAPI specification
Signed-off-by: saimedhi <[email protected]>
---------
Signed-off-by: saimedhi <[email protected]>
|
2024-04-17 16:22:14 -07:00 |
|
 Sai Medhini Reddy MaryadaandGitHub
|
ba715b9d3f
|
Dropped support for python 3.6, 3.7 and added support for python 3.12 (#717)
Signed-off-by: saimedhi <[email protected]>
|
2024-04-06 11:18:47 -04:00 |
|
 
|
c770d88dc9
|
Updated opensearch-py to reflect the latest OpenSearch API spec (2024-03-22) (#702)
Signed-off-by: GitHub <[email protected]>
Co-authored-by: saimedhi <[email protected]>
|
2024-03-22 16:40:18 -04:00 |
|
 Sai Medhini Reddy MaryadaandGitHub
|
2ab3a40307
|
Updated the get_policy API in the index_management plugin to allow the policy_id argument as optional (#633)
Signed-off-by: saimedhi <[email protected]>
|
2024-01-10 23:08:41 -08:00 |
|
 Samuel OrjiandGitHub
|
6f26eb3e8e
|
remove unnecessary utf-8 header in .py files (#615)
* remove unnecessary utf-8 header in .py files
Signed-off-by: samuel orji <[email protected]>
* review feedback: add link to changelog
Signed-off-by: samuel orji <[email protected]>
---------
Signed-off-by: samuel orji <[email protected]>
|
2023-11-24 16:19:50 -05:00 |
|
 Daniel (dB.) DoubrovkineandGitHub
|
dcb79cc322
|
Merge .pyi type stubs inline (#563)
* Merged types into .py code.
Signed-off-by: dblock <[email protected]>
* Fix: nox -rs generate.
Signed-off-by: dblock <[email protected]>
* Updated CHANGELOG.
Signed-off-by: dblock <[email protected]>
* Use lowest common python version for lint.
Signed-off-by: dblock <[email protected]>
* Fix: don't typeshed.
Signed-off-by: dblock <[email protected]>
* Removed unneeded comment.
Signed-off-by: dblock <[email protected]>
* Simplify OPENSEARCH_URL.
Signed-off-by: dblock <[email protected]>
* Fix: positional ignore_status used as chunk_size.
Signed-off-by: dblock <[email protected]>
* Fix: parse version string.
Signed-off-by: dblock <[email protected]>
* Remove future annotations for Python 3.6.
Signed-off-by: dblock <[email protected]>
* Fix: types in documentation.
Signed-off-by: dblock <[email protected]>
* Improve CHANGELOG text.
Signed-off-by: dblock <[email protected]>
* Re-added missing separator.
Signed-off-by: dblock <[email protected]>
* Remove duplicate licenses.
Signed-off-by: dblock <[email protected]>
* Get rid of Optional[Any].
Signed-off-by: dblock <[email protected]>
* Fix docs with AsyncOpenSearch.
Signed-off-by: dblock <[email protected]>
* Fix: undo comment.
Signed-off-by: dblock <[email protected]>
---------
Signed-off-by: dblock <[email protected]>
|
2023-11-06 10:08:19 -08:00 |
|
 Daniel (dB.) DoubrovkineandGitHub
|
0da60b2623
|
Added a utf-8 header to all .py files (#557)
Signed-off-by: dblock <[email protected]>
|
2023-10-26 13:34:34 -04:00 |
|
 florianvazelleandGitHub
|
5dc51d4b7f
|
Move security api from plugins to clients (#442)
* fix(security): move security api from plugins to clients
Signed-off-by: florian <[email protected]>
* chore(CHANGELOG): update CHANGELOG for the PR#442
Signed-off-by: florian <[email protected]>
---------
Signed-off-by: florian <[email protected]>
|
2023-07-21 13:07:20 -04:00 |
|
 florianvazelleandGitHub
|
2e8d5ce1a5
|
Index State Management support (#398)
* feat(plugins): add index management client plugin
Signed-off-by: florian <[email protected]>
* chore(CHANGELOG): added entry for ISM api support in changelog
Signed-off-by: florian <[email protected]>
* test(plugins): use assertEqual to compare call parameters
Signed-off-by: florian <[email protected]>
* test(plugins): edit policy to support older versions of opensearch
Signed-off-by: florian <[email protected]>
* test(plugins): ignore plugin tests when opensearch is unreleased
Signed-off-by: florian <[email protected]>
* test(plugins): move plugin tests into separate files
Signed-off-by: florian <[email protected]>
* test(plugins): fix import of OpenSearchTestCase
Signed-off-by: florian <[email protected]>
* chore(USER_GUIDE): add a index management plugin part
Signed-off-by: florian <[email protected]>
---------
Signed-off-by: florian <[email protected]>
|
2023-06-28 16:56:00 -04:00 |
|
 florianvazelleandGitHub
|
c60c259d96
|
Security plugin support (#399)
* feat(plugins): add security client plugin
Signed-off-by: florian <[email protected]>
* test(plugins): skip security plugin tests when disabled
Signed-off-by: florian <[email protected]>
* fix(security): remove non-ASCII character
Signed-off-by: florian <[email protected]>
* chore(CHANGELOG): added entry for security api support in changelog
Signed-off-by: florian <[email protected]>
* test(plugins): add asynchronous tests version
Signed-off-by: florian <[email protected]>
* test: remove some warnings
Signed-off-by: florian <[email protected]>
* chore(USER_GUIDE): add a security plugin part
Signed-off-by: florian <[email protected]>
* test(security): Split out security plugin tests in its own file
Signed-off-by: florian <[email protected]>
* chore: apply reviews
Signed-off-by: florian <[email protected]>
---------
Signed-off-by: florian <[email protected]>
|
2023-06-27 11:01:40 -04:00 |
|
 
|
2d03dc773b
|
Alerting Plugins (#93)
* Alert Plugin
Signed-off-by: Arnav Das <[email protected]>
* lint file header license
Signed-off-by: Arnav Das <[email protected]>
* Tests For Alerting[Monitors]
Signed-off-by: Arnav Das <[email protected]>
* Tests For Alerting[Destinations]
Signed-off-by: Arnav Das <[email protected]>
* dynamic lookup 90#issuecomment-1003396742
Signed-off-by: Arnav Das <[email protected]>
* Alerting Async
Signed-off-by: Arnav Das <[email protected]>
* Lint Changes
Signed-off-by: Arnav Das <[email protected]>
* alerting plugins integration tests
Signed-off-by: Arnav Das <[email protected]>
* Integ UnitTests Skip on OPENSEARCH_VERSION >= 2.0.0
Signed-off-by: Arnav Das <[email protected]>
* Unit Test Skip Complete
Signed-off-by: Arnav Das <[email protected]>
* License Headers fixed
Signed-off-by: Arnav Das <[email protected]>
* test_urllib3_connection timeout
Signed-off-by: Arnav Das <[email protected]>
* lint
Signed-off-by: Arnav Das <[email protected]>
* Fix licenses in all files
Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
* Remove elastic search licenses on new files
Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
* Fix formatting
Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
Signed-off-by: Arnav Das <[email protected]>
Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
Co-authored-by: Harsha Vamsi Kalluri <[email protected]>
|
2022-10-03 14:45:18 -04:00 |
|