Commit Graph
48 Commits
Author SHA1 Message Date
29f6a1ec42 [7.x] Forward auth parameters to APIs in scan helpers
Co-authored-by: Seth Michael Larson <[email protected]>
2021-07-01 16:56:23 -05:00
Seth Michael Larson 0bfac34b88 Update APIs to 7.x-SNAPSHOT 2021-06-30 11:29:29 -05:00
Seth Michael LarsonandGitHub 801a839093 Verify we're connected to Elasticsearch before requests 2021-06-30 10:58:05 -05:00
a2bacb2704 [7.x] Tolerate RecursionError not being defined in Python<3.5
Co-authored-by: Seth Michael Larson <[email protected]>
2021-06-29 10:42:45 -05:00
b2c05d430d [7.x] AsyncTransport(sniff_on_start=True) should block further requests until complete
Co-authored-by: Seth Michael Larson <[email protected]>
2021-06-24 09:46:33 -05:00
Seth Michael Larson 3eb605ed9f Update APIs to 7.x-SNAPSHOT 2021-06-21 11:55:24 -05:00
Hrvoje MilkovićandSeth Michael Larson 12aa9972dc [7.x] Reraise RecursionError in Transport.perform_request() 2021-06-07 13:33:22 -05:00
1787f64d02 [7.x] Start testing on Python 3.10
Co-authored-by: Seth Michael Larson <[email protected]>
2021-06-07 13:30:04 -05:00
07151b3807 [7.x] Skip default headers from AIOHttpConnection
Co-authored-by: Seth Michael Larson <[email protected]>
2021-06-04 15:14:51 -05:00
Seth Michael Larson c781f3e78c Update APIs to 7.x-SNAPSHOT 2021-06-04 10:17:58 -05:00
Seth Michael Larson eba1c0d9dc Update APIs to 7.x-SNAPSHOT 2021-05-03 10:30:13 -05:00
Seth Michael LarsonandGitHub 794a97578f [7.x] Start using the Elastic Artifacts API for YAML REST tests 2021-04-22 12:08:05 -05:00
Vladimir KasparandSeth Michael Larson a8cf8d93ee [7.x] Add ignore_status option to bulk helpers 2021-04-20 10:19:38 -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
Vladimir KasparandSeth Michael Larson bde62d79a4 [7.x] Add client_cert and client_key support to AIOHttpConnection 2021-04-15 14:40:43 -05:00
Seth Michael Larson ce92e6062e Update APIs for 7.x 2021-03-23 15:12:20 -05:00
Seth Michael LarsonandGitHub a728aaa491 [7.x] Sort imports with isort and regenerate APIs 2021-01-13 14:21:04 -06:00
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
fe5367382b [7.x] Move client meta header logic to Transport
Co-authored-by: Seth Michael Larson <[email protected]>
2020-12-17 15:25:08 -06:00
b894e359df [7.x] Add the 'X-Elastic-Client-Meta' header
Co-authored-by: Seth Michael Larson <[email protected]>
2020-12-14 17:50:14 -06:00
Seth Michael LarsonandGitHub 2e06989ca1 [API] Update REST APIs to 7dfb1ed9790 2020-12-08 13:18:08 -06:00
bbb72cd932 [7.x] Allow '_shards.skipped' to be absent on scroll responses
Co-authored-by: Seth Michael Larson <[email protected]>
2020-11-20 16:41:58 -06:00
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 LarsonandGitHub d08860a357 [7.x] Document all APIs, add stability warning 2020-10-28 13:49:05 -05:00
Seth Michael LarsonandSeth Michael Larson c1fbdef75e API: Update Elasticsearch APIs for 7.x 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 Larson 449bba6781 API: Update APIs for Elasticsearch 7.10 2020-10-07 10:22:43 -05:00
Seth Michael LarsonandSeth Michael Larson cde2a53468 [7.x] Switch to MutableMapping for headers/params 2020-09-28 15:49:14 -05:00
Seth Michael LarsonandSeth Michael Larson 631a6d2fa8 [7.x] Generate new API type stubs 2020-09-28 15:49: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
40aeeffdf4 [7.x] Fix typo in ScanError
Co-authored-by: Nathan Meisels <[email protected]>
2020-09-14 17:19:56 -05:00
Seth Michael LarsonandSeth Michael Larson e893facb97 [7.x] Apply Black 20.8b1 formatting 2020-08-27 10:52:30 -05:00
Seth Michael LarsonandSeth 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 LarsonandSeth Michael Larson 680ab85275 [7.x] Add async helpers 2020-08-20 09:11:33 -05:00
Seth Michael LarsonandSeth Michael Larson 6f66f7958b [7.x] Add 'write_only' option to Index APIs 2020-07-29 17:12:11 -05:00
Seth Michael LarsonandGitHub 33c1650b64 [7.x] Don't raise sniffing errors when retrying a request 2020-07-20 11:17:19 -05:00
Seth Michael LarsonandGitHub 112e85d99b Update APIs on 7.x 2020-07-13 09:33:33 -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 LarsonandGitHub d73d7a0d8f [7.x] Add Dangling Indices API 2020-06-23 15:34:31 -05:00
Seth Michael LarsonandGitHub 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 LarsonandSeth Michael Larson 1773bd17be [7.x] Backport overrides for typeless APIs 2020-05-26 08:23:21 -05:00
Seth Michael LarsonandSeth Michael Larson 05e5dc9402 [7.x] Generate async API 2020-05-21 11:36:21 -05:00
Seth Michael LarsonandSeth Michael Larson bed5ffc740 [7.x] Update API generator for async 2020-05-21 11:36:21 -05:00
Seth Michael LarsonandSeth Michael Larson 8ffae94912 [7.x] Add AsyncTransport 2020-05-21 11:36:21 -05:00
Seth Michael LarsonandSeth Michael Larson 02e3323650 [7.x] Add AIOHttpConnection 2020-05-21 11:36:21 -05:00