 Daniel (dB.) DoubrovkineandGitHub
|
e68b9e762d
|
Added client-level REST helpers. (#544)
* Added client-level REST helpers.
Signed-off-by: dblock <[email protected]>
* Move functions into an .http namespace.
Signed-off-by: dblock <[email protected]>
* Poetry update in samples.
Signed-off-by: dblock <[email protected]>
* Fix: typo.
Signed-off-by: dblock <[email protected]>
* Clarified what to use in which older versions.
Signed-off-by: dblock <[email protected]>
---------
Signed-off-by: dblock <[email protected]>
|
2023-11-13 12:52:13 -08:00 |
|
 Daniel (dB.) DoubrovkineandGitHub
|
d8dc5474b7
|
Expanded nox -rs docs to generate docs. (#568)
Signed-off-by: dblock <[email protected]>
Signed-off-by: Daniel (dB.) Doubrovkine <[email protected]>
|
2023-11-09 23:21:35 -08:00 |
|
 Daniel (dB.) DoubrovkineandGitHub
|
56c96d7c4f
|
Expanded type coverage to benchmarks, samples and tests. (#566)
* Renamed json samples to fix duplicate module name.
Signed-off-by: dblock <[email protected]>
* Enabled mypy on all source files.
Signed-off-by: dblock <[email protected]>
* Added missing types.
Signed-off-by: dblock <[email protected]>
* Added CHANGELOG.
Signed-off-by: dblock <[email protected]>
* Move type: ignore to fix untyped decorator makes function untyped.
Signed-off-by: dblock <[email protected]>
* Fix nox -rs lint-3.7.
Signed-off-by: dblock <[email protected]>
* Fixed incorrect import.
Signed-off-by: dblock <[email protected]>
* Fix broken test.
Signed-off-by: dblock <[email protected]>
* Fixed TestBulk::test_bulk_works_with_bytestring_body.
Signed-off-by: dblock <[email protected]>
---------
Signed-off-by: dblock <[email protected]>
|
2023-11-09 10:51:20 -05:00 |
|
 Daniel (dB.) DoubrovkineandGitHub
|
bcfef113c4
|
Added samples, benchmarks and docs for nox format. (#556)
* Added samples for nox format.
Signed-off-by: dblock <[email protected]>
* Added space after #!/usr/bin/env python.
Signed-off-by: dblock <[email protected]>
* Added benchmarks and docs.
Signed-off-by: dblock <[email protected]>
---------
Signed-off-by: dblock <[email protected]>
|
2023-10-26 19:55:50 -07: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 |
|
 Naveen MathewandGitHub
|
faa298a3c4
|
fix : remove AttrJSONSerializer from autodoc classes to document (#433)
* fix : remove AttrJSONSerializer from autodoc classes to document
Signed-off-by: naveen <[email protected]>
* Update CHANGELOG.md
Signed-off-by: naveen <[email protected]>
* ci: check if docs are built successfully
Signed-off-by: naveen <[email protected]>
---------
Signed-off-by: naveen <[email protected]>
|
2023-07-13 13:22:30 -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 |
|
 Sai Medhini Reddy MaryadaandGitHub
|
c58375aa7b
|
Merging opensearch-dsl-py to opensearch-py (#287)
Signed-off-by: saimedhi <[email protected]>
|
2023-02-14 15:03:56 -08:00 |
|
 Harsha Vamsi KalluriandGitHub
|
5c1c890f69
|
Abstract away service name (#268)
* Abstract away service name
Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
* Compuute x-amz-content-256 header
Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
* Fix async signing
Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
* Adds types-six to dependencies
Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
* Optionally remove Content-Length
Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
* Fix dict typo
Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
* Remove requirement for x-amz-content-sha256 header
Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
* Remove deletion of content-length
Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
* Fix capitalization
Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
* Adding unit tests
Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
|
2023-01-18 18:06:59 -05:00 |
|
 Harsha Vamsi KalluriandGitHub
|
11e5d146a4
|
Adds alerting plugin related docs (#213)
* Adds alerting plugin related docs
Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
* Adds alerting examples to docs
Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
|
2022-10-18 11:42:49 -07:00 |
|
 
|
9398975f98
|
Adds various client docs within Opensearch client (#204)
Signed-off-by: Jay Mehta <[email protected]>
Signed-off-by: Jay Mehta <[email protected]>
Signed-off-by: Jay Mehta <[email protected]>
Signed-off-by: Jay Mehta <[email protected]>
Co-authored-by: Jay Mehta <[email protected]>
|
2022-09-27 15:51:17 -04:00 |
|
 PhilipMayandVijayan Balasubramanian
|
19be5802ea
|
add sphinx
Signed-off-by: Philip May <[email protected]>
|
2022-02-08 11:39:58 -08:00 |
|