Vladimir Kaspar
a8cf8d93ee
[7.x] Add ignore_status option to bulk helpers
2021-04-20 10:19:38 -05:00
Seth Michael Larson
a728aaa491
[7.x] Sort imports with isort and regenerate APIs
2021-01-13 14:21:04 -06:00
github-actions[bot] and Seth Michael Larson
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
github-actions[bot] and Seth Michael Larson
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
github-actions[bot] and Seth Michael Larson
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
Seth Michael Larson
6daa14315a
[7.x] Add typing metadata and manual types to package
2020-09-28 15:49:14 -05:00
github-actions[bot] and Seth Michael Larson
ff378f6b0d
[7.x] Add optimistic concurrency and update+_source options to bulk
...
Co-authored-by: Seth Michael Larson <[email protected] >
2020-09-28 09:17:16 -05:00
Seth Michael Larson and Nathan 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
680ab85275
[7.x] Add async helpers
2020-08-20 09:11: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
8e1798cf31
Apply license header changes and API gen
2020-04-23 14:10:49 -05:00
Seth Michael Larson
210fae23d0
Run Black+Flake8 on project
2020-03-09 13:54:47 -05:00
Thomas Thiebaud
321561f4c3
Support both deprecated and new bulk parameters
...
Fixes #1020
2019-11-21 17:41:21 +01:00
Honza Král
fc78c992ef
Take skipped shards as successful in scan helper
2019-10-04 11:46:48 +02:00
John Young
916a744baf
Pass scroll and scroll_id in the request body instead of as query params
2019-06-20 11:26:46 -04:00
Nick Lang
8e92b857bc
Update ES client API's for some missing 7 features ( #949 )
...
* Update cat.py to have correct query params
* Add missing api remote_info and missing params
* a couple apis have had added query params
* Add Split api and add missing query params
* Adding processor_grok api
* Adding missing apis:
* update by query rethrottle
* scripts painless execute
* scripts painless context
* rank eval
* delete by query rethrottle
* add missing query params
* Add missing xpack apis
* Update helpers to account for 7.x scroll api
2019-05-10 16:41:50 -06:00
Nick Lang
206f5e2754
Black ( #948 )
2019-05-10 09:16:33 -06:00
Christopher Lee
fda9d3429c
BlockingPool must fit thread_count ( #894 )
...
queue_size must be greater than or equal to thread_count, or else the main thread can hang trying to acquire a lock to write sentinel values to the queue during teardown.
2019-04-26 11:57:11 -06:00
Slam
2181611a00
Scan refactor ( #924 )
...
* Adds scan test for exception & data yielded
* Adds scan test for fast route & initial search error
* Refactores scan implementation; better scroll test
* Adds tests clear_scroll & logger
2019-04-05 09:31:43 -06:00
Nick Lang
1afceba69b
update to ES 7 ( #911 )
...
* update to ES 7
* more updates to make tests run
* update the test matrix
* remove python 3.3
* update xpack apis
* relative imports
2019-03-29 09:25:23 -06:00
Asher Mancinelli
85573db275
Restructuring helpers dir ( #886 )
...
* PEP8 formatting & package structuring
* adding internal function imports into helpers init
* changed absolute paths for mock
* removed debugging print statements
* resolving @fxdgear 's comment
2019-01-14 11:27:02 -08:00