Commit Graph
124 Commits
Author SHA1 Message Date
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 627e717534 Remove support for Python 2.x. (#548)
Signed-off-by: dblock <[email protected]>
2023-10-24 07:57:21 -07:00
DJ CarrilloandGitHub 62b408bbd1 Removed EOL Python3.5 & bumped urllib3 version to patch security vulnerability (#533)
Updated CHANGELOG with pull #



Updated CHANGELOG with pull #



Updated CHANGELOG removed section.



Updated CHANGELOG removed section again

Signed-off-by: Djcarrillo6 <[email protected]>
2023-10-12 14:11:21 -07:00
Sai Medhini Reddy MaryadaandGitHub 781744c6b1 Bumps from >=1.21.1 to >=1.26.9 (#518)
Signed-off-by: saimedhi <[email protected]>
2023-10-03 10:41:41 -04:00
Sai Medhini Reddy MaryadaandGitHub c104ae52b3 Bumps urllib3 (#466)
Signed-off-by: saimedhi <[email protected]>
2023-08-02 17:46:49 -04:00
Sai Medhini Reddy MaryadaandGitHub 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 MaryadaandGitHub c58375aa7b Merging opensearch-dsl-py to opensearch-py (#287)
Signed-off-by: saimedhi <[email protected]>
2023-02-14 15:03:56 -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
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
Sam FosterandGitHub fe1730a88b Move requests to install_requires (#142)
Signed-off-by: Sam Foster <[email protected]>
2022-03-29 11:39:47 -04:00
Shivam DharandShivam Dhar 6ab90be906 adds IAM auth support
Signed-off-by: Shivam Dhar <[email protected]>
2022-03-09 13:12:45 -08:00
PhilipMayandVijayan Balasubramanian 19be5802ea add sphinx
Signed-off-by: Philip May <[email protected]>
2022-02-08 11:39:58 -08:00
Denis ZalevskiyandGitHub 67eb5ebe95 Update package documentation URL (#83)
So it points to the right location.

Fixes #81

Signed-off-by: Denis Zalevskiy <[email protected]>
2021-12-13 16:53:37 +02:00
Rushi AgrawalandVijayan Balasubramanian eaa0cd8765 Update setup.py to correctly pick up Python files
And also re-update package name in utils/build-dists.py so that it is
uninstalled successfully

Signed-off-by: Rushi Agrawal <[email protected]>
2021-09-19 18:18:09 -07:00
Rushi AgrawalandGitHub ef88f43a72 Update package name to opensearch-py (#72)
Since opensearch is already taken, update distribution name to opensearch-py.
Update build utils accordingly to fix package name change.

Signed-off-by: Rushi Agrawal <[email protected]>
2021-09-16 13:51:57 -07:00
Rushi Agrawal ef0c23c0e4 Rename module to opensearchpy
To avoid conflict with an existing package by name 'opensearch' being
present

Signed-off-by: Rushi Agrawal <[email protected]>
2021-09-16 21:23:38 +05:30
Peter NiedandRushi Agrawal 474ddb2ffb Ready readme for distribution
Signed-off-by: Peter Nied <[email protected]>
2021-08-31 22:54:20 +05:30
Rushi Agrawal 1c539d1255 Add all maintainers as authors and maintainers in setup.py
Signed-off-by: Rushi Agrawal <[email protected]>
2021-08-26 11:49:50 +05:30
Rushi AgrawalandGitHub 6fcc78a58c Replace elastic maintainers with Rushi (#49)
Rushi is added as temporary maintainer for now. Should ideally be
replaced with an email list

Also removed doc requirements, doc job, and updated description to mention
'low-level' client explicitly

Signed-off-by: Rushi Agrawal <[email protected]>
2021-08-20 21:58:19 +03:00
Aleksei AtavinandGitHub 497468f254 Rename setup description Elasticsearch -> OpenSearch (#42)
Signed-off-by: Aleksei Atavin <[email protected]>
2021-08-19 10:41:16 +03:00
Rushi Agrawal 9e9269c8f3 Rename Elasticsearch -> OpenSearch
Signed-off-by: Rushi Agrawal <[email protected]>
2021-08-19 07:58:20 +05:30
Shephali Mittal 924d71729a Add SPDX and OpenSearch Modification license header
Signed-off-by: Shephali Mittal <[email protected]>
2021-08-10 19:36:47 +05:30
Shephali Mittal 18b39afcbf Fix Broken README
Signed-off-by: Shephali Mittal <[email protected]>
2021-08-06 11:49:30 +05:30
Seth Michael Larson 54a1d56870 [7.x] Reorganize API documentation 2021-04-26 10:14:29 -05:00
Seth Michael LarsonandGitHub a728aaa491 [7.x] Sort imports with isort and regenerate APIs 2021-01-13 14:21:04 -06:00
Seth Michael Larson 708e282eaf [7.x] Actually dockerize repo, update build-dists for release manager 2020-11-04 13:58:42 -06:00
Seth Michael LarsonandSeth Michael Larson 2ce9fd3914 [7.x] Test typing metadata in build-dist script 2020-10-20 15:22:43 -05:00
0cdeeb654a [7.x] Remove yarl from [async] extra
Co-authored-by: Seth Michael Larson <[email protected]>
2020-10-13 15:18:07 -05:00
Seth Michael LarsonandGitHub 9b8cee0199 [7.x] Add .ci/make.sh script for building releases
Co-authored-by: Seth Michael Larson <[email protected]>
2020-10-12 16:42:23 -05:00
Seth Michael Larson f6d2da6740 Switch version to '7.10.0.dev0' 2020-10-07 11:07:14 -05:00
Seth Michael LarsonandSeth Michael Larson 6daa14315a [7.x] Add typing metadata and manual types to package 2020-09-28 15:49:14 -05:00
Seth Michael LarsonandGitHub b7bc181cc0 [7.x] Add project_urls to setup.py 2020-07-20 10:41:15 -05:00
Seth Michael LarsonandGitHub b13c7c6217 [7.x] Switch to long Apache-2.0 license header 2020-07-02 13:15:25 -05:00
Seth Michael LarsonandGitHub dbac4cac6a [7.x] Add support for Python 3.9 2020-07-01 12:42:34 -05:00
Seth Michael LarsonandSeth Michael Larson 02e3323650 [7.x] Add AIOHttpConnection 2020-05-21 11:36:21 -05:00
Seth Michael LarsonandSeth Michael Larson eaff4af910 [7.x] Switch to Pytest as default runner 2020-05-19 14:18:53 -05:00
Seth Michael LarsonandSeth Michael Larson f8b005f62e Update 7.x REST APIs 2020-05-19 14:18:53 -05:00
Seth Michael LarsonandSeth Michael Larson 8e1798cf31 Apply license header changes and API gen 2020-04-23 14:10:49 -05:00
Seth Michael LarsonandGitHub 44571e0ae9 Release 7.7.0a2 2020-04-03 12:52:11 -05:00
Seth Michael LarsonandGitHub 9c39f37547 Release 7.7.0a1 2020-04-01 09:16:38 -05:00
Seth Michael LarsonandGitHub 07bb2c77a8 Release 7.6.0 2020-03-19 13:42:30 -05:00
Seth Michael Larson e7bcc800ea Release v7.6.0a1 2020-03-13 14:54:37 -05:00
Seth Michael LarsonandSeth Michael Larson 1a1ab99d9a Update package metadata 2020-02-22 13:38:39 -06:00
Honza Král a9cdb24700 Version bump for 7.5.1 release 2020-01-19 01:56:14 +01:00
Francesco VigliaturoandHonza Král 6c5ff986fe adds python client support for 7.5 2020-01-09 16:16:01 +00:00
Honza Král 592372bc52 Adding code generation 2019-12-22 16:32:49 +01:00
Honza Král 07fef33acc Version bump to 7.1.0 2019-11-14 09:17:45 +01:00
Maciej UrbanskiandHonza Král 4353aa2ba2 declare python 3.7 support 2019-10-30 18:35:38 +01:00
Honza Král a8c858718e Version bump 2019-10-01 22:23:45 +02:00
Honza Král 4244f88fc1 version bump for 7.0.4 2019-08-22 18:10:02 +02:00