jonathan drysdale-anderson and GitHub
5fa4e8c9a6
[Guide] Search Added ( #356 )
...
* Create search.md
Signed-off-by: jonathan <[email protected] >
* Update search.md
Signed-off-by: jonathan <[email protected] >
* Update search.md
Signed-off-by: jonathan <[email protected] >
* Update search.md
Signed-off-by: jonathan <[email protected] >
* Update search.md
Signed-off-by: jonathan <[email protected] >
* Update search.md
Signed-off-by: jonathan <[email protected] >
* Update search.md
Signed-off-by: jonathan <[email protected] >
* Update search.md
Signed-off-by: jonathan <[email protected] >
* Updated ChangeLog
Signed-off-by: jonathan <[email protected] >
---------
Signed-off-by: jonathan <[email protected] >
2023-04-20 19:57:00 -07:00
Sai Medhini Reddy Maryada and GitHub
23611ebda4
Upgrading pytest-asyncio to latest version - 0.21.0 ( #339 )
...
Signed-off-by: saimedhi <[email protected] >
2023-03-28 11:14:33 -07:00
Sai Medhini Reddy Maryada and GitHub
df3a39f1a0
Updated user_guide for async client ( #340 )
...
Signed-off-by: saimedhi <[email protected] >
2023-03-28 13:21:07 -04:00
Sai Medhini Reddy Maryada and GitHub
51eb6e5cca
Updated user_guide for async client ( #338 )
...
Signed-off-by: saimedhi <[email protected] >
2023-03-24 07:55:31 -04:00
Sai Medhini Reddy Maryada and GitHub
2b9aee73a5
Added async support for helpers that are merged from opensearch-dsl-py ( #329 )
...
Signed-off-by: saimedhi <[email protected] >
2023-03-17 12:03:46 -07:00
409c883013
Update ci workflows ( #318 )
...
* Update CI workflows to include more Python and OpenSearch versions and run faster.
Signed-off-by: Yury-Fridlyand <[email protected] >
* Fix CI workflows.
Signed-off-by: Yury-Fridlyand <[email protected] >
* Add `OPENSEARCH_VERSION` variable.
Signed-off-by: Yury-Fridlyand <[email protected] >
* Set `OPENSEARCH_VERSION` to constant.
Signed-off-by: Yury-Fridlyand <[email protected] >
* CHANGELOG.md
Signed-off-by: Yury-Fridlyand <[email protected] >
* Add 2.6.0 version to test matrix.
Signed-off-by: Yury-Fridlyand <[email protected] >
---------
Signed-off-by: Yury-Fridlyand <[email protected] >
Co-authored-by: Daniel (dB.) Doubrovkine <[email protected] >
2023-03-13 13:27:56 -07:00
Harsha Vamsi Kalluri and GitHub
06f7dd44f8
Fixes changelog links ( #319 )
...
Signed-off-by: Harsha Vamsi Kalluri <[email protected] >
2023-03-11 11:51:20 -05:00
aiudirog and GitHub
49ae7c76e0
Fix async helpers import cycle ( #311 )
...
* Import async helpers through public interface in tests
Signed-off-by: Roger Aiudi <[email protected] >
* Removed unused import of AsyncOpenSearch in async helpers that was causing an import cycle (fixes #310 )
Signed-off-by: Roger Aiudi <[email protected] >
* Update CHANGELOG.md
Signed-off-by: Roger Aiudi <[email protected] >
* Change 2.2.1 in the changelog to Unreleased
Signed-off-by: Roger Aiudi <[email protected] >
* Separated changelog entries for 2.2.0 from 2.1.1
Signed-off-by: Roger Aiudi <[email protected] >
---------
Signed-off-by: Roger Aiudi <[email protected] >
2023-03-08 15:05:06 -05:00
Sai Medhini Reddy Maryada and GitHub
05326ba547
Added upgrading.md file and updated it for opensearch-py 2.2.0 release ( #293 )
...
Signed-off-by: saimedhi <[email protected] >
2023-02-21 15:34:47 -08:00
Sai Medhini Reddy Maryada and GitHub
b26e2f37c1
Fixed CVE - issue 86 mentioned in opensearch-dsl-py repo ( #295 )
...
Signed-off-by: saimedhi <[email protected] >
2023-02-16 15:10:03 -08:00
Sai Medhini Reddy Maryada and GitHub
c58375aa7b
Merging opensearch-dsl-py to opensearch-py ( #287 )
...
Signed-off-by: saimedhi <[email protected] >
2023-02-14 15:03:56 -08:00
Sai Medhini Reddy Maryada and GitHub
93636399ec
Removed 'out/opensearchpy' folder which was produced while generating pyi files for plugins ( #288 )
...
Signed-off-by: saimedhi <[email protected] >
2023-02-14 11:09:14 -08:00
Theo Nam Truong and GitHub
58aa041db3
Fixed Sigv4 Signing for Managed Service ( #279 )
...
Fixed SigV4 Signing for Async Requests with QueryStrings
Signed-off-by: Theo Truong <[email protected] >
Signed-off-by: Theo Truong <[email protected] >
2023-01-23 18:38:31 -08:00
Sai Medhini Reddy Maryada and GitHub
176c78c58e
Updated CI tests to make them work locally ( #275 )
...
Signed-off-by: saimedhi <[email protected] >
Signed-off-by: saimedhi <[email protected] >
2023-01-19 15:20:19 -08:00
Sai Medhini Reddy Maryada and GitHub
7d83a69494
Adding explicit parameters for AIOHttpConnection and AsyncTransport ( #276 )
...
Signed-off-by: saimedhi <[email protected] >
Signed-off-by: saimedhi <[email protected] >
2023-01-19 15:15:35 -08:00
Harsha Vamsi Kalluri and GitHub
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
Sai Medhini Reddy Maryada and GitHub
054d669139
Removed patch versions in integration tests for OpenSearch 1.0.0 - 2.3.0 to reduce Github Action jobs ( #262 )
...
Signed-off-by: saimedhi <[email protected] >
Signed-off-by: saimedhi <[email protected] >
2023-01-08 12:10:37 -05:00
b4bfde0e0b
Added new OpenSearch versions and updated compatibility matrix ( #257 )
...
* Added new OpenSearch versions and updated compatibility matrix
Signed-off-by: saimedhi <[email protected] >
* Compatibility with OpenSearch 2.1.0 - 2.4.1
Signed-off-by: saimedhi <[email protected] >
Signed-off-by: saimedhi <[email protected] >
Co-authored-by: Daniel (dB.) Doubrovkine <[email protected] >
2023-01-05 15:46:52 -08:00
Harsha Vamsi Kalluri and GitHub
e6951d9824
Updating changelog to include released changes. Adding skip-changelog tag ( #249 )
...
Signed-off-by: Harsha Vamsi Kalluri <[email protected] >
Signed-off-by: Harsha Vamsi Kalluri <[email protected] >
2023-01-03 12:24:25 -08:00
Harsha Vamsi Kalluri and GitHub
cfb2cf7b60
Adding async support for AWSSigV4 ( #254 )
...
* Adding async support for AWSSigV4
Signed-off-by: Harsha Vamsi Kalluri <[email protected] >
* Fix names for connection classes
Signed-off-by: Harsha Vamsi Kalluri <[email protected] >
* Update tests to async name space
Signed-off-by: Harsha Vamsi Kalluri <[email protected] >
* Add import exceptions to python < 3.6
Signed-off-by: Harsha Vamsi Kalluri <[email protected] >
Signed-off-by: Harsha Vamsi Kalluri <[email protected] >
2023-01-02 17:25:48 -05:00
Jeppe Fihl-Pearson and GitHub
4c4091b12c
Fix DeprecationWarning raised by urllib3 1.26.13 ( #246 )
...
* Fix DeprecationWarning raised by urllib3 1.26.13
urllib3 has started to emit a DeprecationWarning whenever
HTTPResponse.getheaders() is called since version 1.26.13.
This changes the one place where this is done to instead use
HTTPResponse.headers instead, which is the recommend way of retrieving
the headers going forwards.
Signed-off-by: Jeppe Fihl-Pearson <[email protected] >
* Add CHANGELOG entry
Signed-off-by: Jeppe Fihl-Pearson <[email protected] >
Signed-off-by: Jeppe Fihl-Pearson <[email protected] >
2022-12-01 11:26:24 -08:00
b6b35f4666
feat: Added pool_maxsize for RequestsHttpConnection ( #216 )
...
Signed-off-by: Niket Singh <[email protected] >
Signed-off-by: Niket Singh <[email protected] >
Co-authored-by: Niket Singh <[email protected] >
Co-authored-by: Harsha Vamsi Kalluri <[email protected] >
2022-12-01 11:24:59 -08:00
d6e994a411
Example of authenticating with kerberos ( #214 )
...
Signed-off-by: Pablo Saiz <[email protected] >
Signed-off-by: Pablo Saiz <[email protected] >
Co-authored-by: Pablo Saiz <[email protected] >
Co-authored-by: Harsha Vamsi Kalluri <[email protected] >
2022-12-01 11:22:49 -08:00
Harsha Vamsi Kalluri and GitHub
7874ed0e32
fix tests for master ( #243 )
...
Signed-off-by: Harsha Vamsi Kalluri <[email protected] >
Signed-off-by: Harsha Vamsi Kalluri <[email protected] >
2022-11-28 14:29:37 -08:00
Sayali Gaikawad and GitHub
e44c5f1a07
Add release workflows ( #240 )
...
* Add release workflows
Signed-off-by: Sayali Gaikawad <[email protected] >
* Fix drafter
Signed-off-by: Sayali Gaikawad <[email protected] >
* Fix jenkins workflow
Signed-off-by: Sayali Gaikawad <[email protected] >
* Add credentials
Signed-off-by: Sayali Gaikawad <[email protected] >
* Fix jenkins lib version
Signed-off-by: Sayali Gaikawad <[email protected] >
Signed-off-by: Sayali Gaikawad <[email protected] >
2022-11-28 14:29:22 -08:00
Sai Medhini Reddy Maryada and GitHub
dea10c80e5
Updated bulk action in helpers ( #239 )
...
Signed-off-by: saimedhi <[email protected] >
Signed-off-by: saimedhi <[email protected] >
2022-11-23 14:04:05 -05:00
2672f3f572
Check OpenSSL environment variables before defaulting to certifi ( #196 )
...
* Check OpenSSL environment variables before defaulting to certifi
Signed-off-by: Roger Aiudi <[email protected] >
* Fix formatting
Signed-off-by: Roger Aiudi <[email protected] >
* Moved CA_CERTS to the base Connection module
Signed-off-by: Roger Aiudi <[email protected] >
* Updated requests Connection to use common CA_CERTS by default
Signed-off-by: Roger Aiudi <[email protected] >
* Pass nox linting
Signed-off-by: Roger Aiudi <[email protected] >
* Update CHANGELOG.md and USER_GUIDE.md
Signed-off-by: Roger Aiudi <[email protected] >
* Updated AIOHttpConnection to only load CA_CERTS if verify_certs is True
Signed-off-by: Roger Aiudi <[email protected] >
* Added test cases for CA_CERTS handling in each Connection implementation
Signed-off-by: Roger Aiudi <[email protected] >
* Move CA cert handling to Connection.default_ca_certs()
Add test cases for the different CA cert configurations
Signed-off-by: Roger Aiudi <[email protected] >
* Update actions to test unsupported Python versions on ubuntu-20.04
Signed-off-by: Roger Aiudi <[email protected] >
* Fix Python versions being interpreted as floats
Signed-off-by: Roger Aiudi <[email protected] >
* Workaround Monkeypatch not available on old pytest versions
Signed-off-by: Roger Aiudi <[email protected] >
Signed-off-by: Roger Aiudi <[email protected] >
Co-authored-by: Harsha Vamsi Kalluri <[email protected] >
2022-11-22 11:33:45 -05:00
Sai Medhini Reddy Maryada and GitHub
fc5ff84267
Updated getting started to user guide ( #233 )
...
Signed-off-by: saimedhi <[email protected] >
Signed-off-by: saimedhi <[email protected] >
2022-11-04 15:06:07 -07:00
Arpit-Bandejiya and GitHub
8ece008605
Fix point in time rest api ( #191 )
...
* Add change for point in time
Signed-off-by: Arpit Bandejiya <[email protected] >
* resolve minor comments
Signed-off-by: Arpit Bandejiya <[email protected] >
* Add Unit tests
Signed-off-by: Arpit Bandejiya <[email protected] >
* minor changes
Signed-off-by: Arpit Bandejiya <[email protected] >
* minor edits in API calls
Signed-off-by: Arpit Bandejiya <[email protected] >
* Fixing lint errors
Signed-off-by: Arpit Bandejiya <[email protected] >
* Add documentation for the new API
Signed-off-by: Arpit Bandejiya <[email protected] >
* minor nit fix
Signed-off-by: Arpit Bandejiya <[email protected] >
* minor nit fix
Signed-off-by: Arpit Bandejiya <[email protected] >
* Added license in test file
Signed-off-by: Arpit Bandejiya <[email protected] >
* Add ChangeLog
Signed-off-by: Arpit Bandejiya <[email protected] >
Signed-off-by: Arpit Bandejiya <[email protected] >
2022-11-01 23:19:31 -07:00
Harsha Vamsi Kalluri and GitHub
ecd15d44c7
Added CHANGELOG and verifier workflow ( #218 )
...
* Added CHANGELOG and verifier workflow
Signed-off-by: Harsha Vamsi Kalluri <[email protected] >
* Update contributing to include changelog
Signed-off-by: Harsha Vamsi Kalluri <[email protected] >
* Fix links
Signed-off-by: Harsha Vamsi Kalluri <[email protected] >
* Add changelog and changelog verifier
Signed-off-by: Harsha Vamsi Kalluri <[email protected] >
* Adding dependabot actions for changelog PR
Signed-off-by: Harsha Vamsi Kalluri <[email protected] >
Signed-off-by: Harsha Vamsi Kalluri <[email protected] >
2022-10-20 11:48:53 -07:00