Commit Graph
100 Commits
Author SHA1 Message Date
Seth Michael Larson b63d005138 Don't swallow unexpected errors during Elasticsearch verification 2021-07-12 13:20:13 -05:00
Seth Michael Larson 0bfac34b88 Update APIs to 7.x-SNAPSHOT 2021-06-30 11:29:29 -05:00
Seth Michael Larson a893d74c3e Bump version to 7.15.0 2021-06-30 11:09:01 -05:00
Seth Michael Larson 801a839093 Verify we're connected to Elasticsearch before requests 2021-06-30 10:58:05 -05:00
Seth Michael Larson 20d23a374c 7.x-SNAPSHOT 2021-06-23 08:59:42 -05:00
Seth Michael Larson a82b2920e0 Fix test-matrix, mypy, and bad backport
- test-matrix.yml was intepreting 3.10 as '3.1' via float
- mypy recently removed its built-in type stubs for many
  third-party libraries so now need to install 'types-requests'
- Backport of the ELASTIC_CLIENT_APIVERSIONING test case
  included '8' instead of '7'
2021-06-23 08:51:33 -05:00
Seth Michael Larson 3eb605ed9f Update APIs to 7.x-SNAPSHOT 2021-06-21 11:55:24 -05:00
Seth Michael Larson ce6be4cd98 [7.x] Update link to bulk ingest example 2021-06-04 16:45:27 -05:00
Seth Michael Larson c781f3e78c Update APIs to 7.x-SNAPSHOT 2021-06-04 10:17:58 -05:00
Seth Michael Larson ae522ebce2 [7.x] Add 7.13.0 release notes, point users to elastic.co/guide 2021-05-25 14:39:50 -05:00
Seth Michael Larson eba1c0d9dc Update APIs to 7.x-SNAPSHOT 2021-05-03 10:30:13 -05:00
Seth Michael Larson 54a1d56870 [7.x] Reorganize API documentation 2021-04-26 10:14:29 -05:00
Seth Michael Larson 794a97578f [7.x] Start using the Elastic Artifacts API for YAML REST tests 2021-04-22 12:08:05 -05:00
Seth Michael Larson 1d96f26fab Bump version to 7.14.0 2021-04-21 08:15:11 -05:00
Seth Michael Larson e4cdd4544d [7.x] Add per-request authentication for http_auth and api_key 2021-04-19 17:26:44 -05:00
Seth Michael Larson f8ffb2cd0a [7.x] Generate APIs using Elastic build artifacts API 2021-04-19 14:39:21 -05:00
Seth Michael Larson 3f6b4dcf86 Document new namespaces 2021-03-23 15:29:31 -05:00
Seth Michael Larson ce92e6062e Update APIs for 7.x 2021-03-23 15:12:20 -05:00
Seth Michael Larson 8c30fa0b34 [7.x] [DOCS] Add missing comma in async example 2021-03-18 17:07:01 -05:00
Seth Michael Larson 41aad93ea2 Remove useless Jenkins job definitions on 7.x branch 2021-02-24 11:59:06 -06:00
Seth Michael Larson b45d370841 Bump version to 7.13.0 2021-02-18 08:23:27 -06:00
Seth Michael Larson 36cd483bc4 [7.x] Add 7.11.0 release to changelog 2021-02-10 15:07:41 -06:00
Seth Michael Larson 9744eae1b6 [7.x] [CI] Update integration test suite with new Docker distribution format 2021-01-29 15:22:58 -06:00
Seth Michael LarsonandP. Sai Vinay ca0db1a426 [7.x] Implement 'arbitrary_key' feature for REST API tests
Co-authored-by: P. Sai Vinay <[email protected]>
2021-01-25 09:36:15 -06:00
Seth Michael LarsonandP. Sai Vinay 42752953ec [7.x] Implement 'contains' feature for REST API tests
Co-authored-by: P. Sai Vinay <[email protected]>
2021-01-25 08:44:39 -06:00
Seth Michael Larson 7c65d9eabe [7.x] Fix async documentation link 2021-01-21 13:57:31 -06:00
Seth Michael Larson a728aaa491 [7.x] Sort imports with isort and regenerate APIs 2021-01-13 14:21:04 -06:00
Seth Michael Larson b1e7bd501b [7.x] Skip REST API test search/highlight/20_fvh[3] 2021-01-04 08:04:41 -06:00
Seth Michael LarsonandGraywd aa78a434e9 [7.x] Remove duplicate IndicesClient in Elasticsearch constructor
Co-authored-by: Seth Michael Larson <[email protected]>
Co-authored-by: Graywd <[email protected]>
2020-12-22 08:52:34 -06:00
Seth Michael Larson 82e42e6435 Bump version to 7.12.0 2020-12-16 10:00:39 -06:00
Seth Michael Larson 2e06989ca1 [API] Update REST APIs to 7dfb1ed9790 2020-12-08 13:18:08 -06:00
Seth Michael LarsonandIstván Zoltán Szabó 77b7f47339 [7.x] [DOCS] Adds Connecting section to Python book
Co-authored-by: István Zoltán Szabó <[email protected]>
2020-12-04 08:14:42 -06:00
Seth Michael Larson b33e18ba0d [7.x] Start using wipe_cluster() for consistent cluster state
Co-authored-by: Seth Michael Larson <[email protected]>
2020-12-04 08:10:37 -06:00
Seth Michael Larson 3d14e4ff27 [7.x] Handle qualified version snapshots with make.sh
Co-authored-by: Seth Michael Larson <[email protected]>
2020-11-23 17:33:00 -06:00
Seth Michael Larson 00a4f1edab [7.x] Remove -it option from make.sh Docker call
Co-authored-by: Seth Michael Larson <[email protected]>
2020-11-23 17:32:35 -06:00
Seth Michael LarsonandJeppe Fihl-Pearson 465185d3a0 [7.x] Fix typo (collections.abs -> collections.abc) to restore Python 3.9 support
Co-authored-by: Jeppe Fihl-Pearson <[email protected]>
2020-11-19 12:30:06 -06:00
Seth Michael Larson 0ff76b1648 [7.x] Update build-dists to support all Elastic version specifiers 2020-11-17 12:06:14 -06:00
Seth Michael LarsonandIgor Nehoroshev 7fb43ae64d [7.x] Fix sniffer_timeout typo in AsyncTransport
Co-authored-by: Igor Nehoroshev <[email protected]>
2020-11-10 13:43:56 -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 Larson d08860a357 [7.x] Document all APIs, add stability warning 2020-10-28 13:49:05 -05:00
Seth Michael Larson c1fbdef75e API: Update Elasticsearch APIs for 7.x 2020-10-20 15:22:43 -05:00
Seth Michael Larson 2ce9fd3914 [7.x] Test typing metadata in build-dist script 2020-10-20 15:22:43 -05:00
Seth Michael Larson 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 Larson 449bba6781 API: Update APIs for Elasticsearch 7.10 2020-10-07 10:22:43 -05:00
Seth Michael Larson b8e2443ae9 [7.x] Update MANIFEST.in for new docs structure 2020-10-07 10:18:59 -05:00
Seth Michael LarsonandIstván Zoltán Szabó 1f4e947821 [7.x] [DOCS] Reorganizes Overview and Installation chapters (#1396)
Co-authored-by: István Zoltán Szabó <[email protected]>
2020-10-05 11:43:53 -05:00
Seth Michael Larson cde2a53468 [7.x] Switch to MutableMapping for headers/params 2020-09-28 15:49:14 -05:00
Seth Michael Larson 631a6d2fa8 [7.x] Generate new API type stubs 2020-09-28 15:49:14 -05:00
Seth Michael Larson c8d0a71a63 [7.x] Add type stub template to API generator 2020-09-28 15:49:14 -05:00
Seth Michael Larson 6daa14315a [7.x] Add typing metadata and manual types to package 2020-09-28 15:49:14 -05:00
Seth Michael LarsonandNathan Meisels 40aeeffdf4 [7.x] Fix typo in ScanError
Co-authored-by: Nathan Meisels <[email protected]>
2020-09-14 17:19:56 -05:00
Seth Michael Larson e893facb97 [7.x] Apply Black 20.8b1 formatting 2020-08-27 10:52:30 -05:00
Seth Michael Larson 8ab07f44b8 [7.x] Add support for 'url_prefix' to AIOHttpConnection
(cherry picked from commit 64e81434feddb37a271a31c4b9bc7576e2500008)

Co-authored-by: Seth Michael Larson <[email protected]>
2020-08-20 13:13:47 -05:00
Seth Michael Larson 1c3bd94191 [7.x] Add override test for exists_source API 2020-08-20 09:55:51 -05:00
Seth Michael Larson 017d2a2895 [7.x] Add ASGI to async docs 2020-08-20 09:11:33 -05:00
Seth Michael Larson 680ab85275 [7.x] Add async helpers 2020-08-20 09:11:33 -05:00
Seth Michael Larson 62e2b16cdf [7.x] Fix async URL in README.rst 2020-08-06 10:15:39 -05:00
Seth Michael Larson 6f66f7958b [7.x] Add 'write_only' option to Index APIs 2020-07-29 17:12:11 -05:00
Seth Michael Larson eaa8334e54 [7.x] Automatically retry 'docker pull' on CI 2020-07-29 17:12:11 -05:00
Seth Michael Larson 33c1650b64 [7.x] Don't raise sniffing errors when retrying a request 2020-07-20 11:17:19 -05:00
Seth Michael Larson b7bc181cc0 [7.x] Add project_urls to setup.py 2020-07-20 10:41:15 -05:00
Seth Michael Larson 112e85d99b Update APIs on 7.x 2020-07-13 09:33:33 -05:00
Seth Michael Larson b13c7c6217 [7.x] Switch to long Apache-2.0 license header 2020-07-02 13:15:25 -05:00
Seth Michael Larson dbac4cac6a [7.x] Add support for Python 3.9 2020-07-01 12:42:34 -05:00
Seth Michael Larson 084295787d [7.x] Serialize only 'pd.NA' to 'None' 2020-06-29 10:10:05 -05:00
Seth Michael Larson 53de8898ad [7.x] Update all rST :: to code-block directives 2020-06-26 14:54:41 -05:00
Seth Michael Larson 4473f9a659 [7.x] Switch to Nox, add build_dist script 2020-06-24 14:44:04 -05:00
Seth Michael Larson d73d7a0d8f [7.x] Add Dangling Indices API 2020-06-23 15:34:31 -05:00
Seth Michael Larson cb3d1a8234 [7.x] Fix helper examples and section structure 2020-06-16 16:39:05 -05:00
Seth Michael Larson 5db3482b5c Add typeless API for exists_source 2020-06-03 10:38:35 -05:00
Seth Michael Larson 99d026502c [7.x] Add documentation for async support 2020-05-29 12:29:08 -05:00
Seth Michael Larson 1bfb1113d3 [7.x] Split CI into Jenkins and GitHub Actions 2020-05-27 16:42:40 -05:00
Seth Michael Larson 1773bd17be [7.x] Backport overrides for typeless APIs 2020-05-26 08:23:21 -05:00
Seth Michael Larson a3e103b00e [7.x] Add test suite for async API 2020-05-21 11:36:21 -05:00
Seth Michael Larson 05e5dc9402 [7.x] Generate async API 2020-05-21 11:36:21 -05:00
Seth Michael Larson bed5ffc740 [7.x] Update API generator for async 2020-05-21 11:36:21 -05:00
Seth Michael Larson 8ffae94912 [7.x] Add AsyncTransport 2020-05-21 11:36:21 -05:00
Seth Michael Larson 02e3323650 [7.x] Add AIOHttpConnection 2020-05-21 11:36:21 -05:00
Seth Michael Larson 521d4db641 [7.x] Add support for 'allowed_warnings' feature 2020-05-19 14:18:53 -05:00
Seth Michael Larson eaff4af910 [7.x] Switch to Pytest as default runner 2020-05-19 14:18:53 -05:00
Seth Michael Larson f8b005f62e Update 7.x REST APIs 2020-05-19 14:18:53 -05:00
Seth Michael Larson 2f8c0843a6 [7.x] Move junit XML out of Docker 2020-05-19 12:53:24 -05:00
Seth Michael Larson 9cc48b3e66 Update new APIs in 7.x 2020-05-08 16:07:52 -05:00
Seth Michael Larson 35081e6890 [7.x] Add license headers 2020-04-27 11:20:45 -05:00
Seth Michael Larson 8e1798cf31 Apply license header changes and API gen 2020-04-23 14:10:49 -05:00
Seth Michael Larson 24c57840cb Update API and license tools 2020-04-23 14:10:49 -05:00
Seth Michael Larson f0280d9302 [7.x] Decode HTTP response body with "surrogatepass" 2020-04-23 09:21:34 -05:00
Seth Michael Larson 06521cf006 [7.x] Allow for passing params=None or headers=None 2020-04-20 12:54:05 -05:00
Seth Michael Larson 1915592363 [7.x] Allow bytestring for bulk body 2020-04-08 10:49:22 -05:00
Seth Michael Larson 44571e0ae9 Release 7.7.0a2 2020-04-03 12:52:11 -05:00
Seth Michael Larson 5368161fff Fix release date for 7.7.0a1 2020-04-01 09:21:35 -05:00
Seth Michael Larson 9c39f37547 Release 7.7.0a1 2020-04-01 09:16:38 -05:00
Seth Michael Larson 7f07f1f728 [7.x] Surface deprecation warnings from Elasticsearch 2020-03-31 14:44:20 -05:00
Seth Michael Larson 606287f041 [7.x] Support serializing numpy and pandas types 2020-03-30 13:02:18 -05:00
Seth Michael Larson 98bee5c1e2 [7.x] Add note about method change for 7.6.0 2020-03-23 14:28:52 -05:00
Seth Michael Larson 07bb2c77a8 Release 7.6.0 2020-03-19 13:42:30 -05:00
Seth Michael Larson 7b6a12f2e5 Remove opaque_id from the client constructor 2020-03-19 13:23:52 -05:00
Seth Michael Larson c38918dafc Update release date for 7.6.0a1 2020-03-16 08:03:45 -05:00
Seth Michael Larson dceb13a398 Release v7.6.0a1 2020-03-16 07:58:27 -05:00