Honza Král
43b87598fd
proper paths for xpack APIs
2020-02-04 10:49:00 -08:00
Honza Král
a9cdb24700
Version bump for 7.5.1 release
2020-01-19 01:56:14 +01:00
Honza Král
fba8e60ca8
xpack tests passing
2020-01-19 00:46:24 +00:00
Honza Král
8fdf11cc5c
make local.py work in tests
2020-01-19 00:02:02 +00:00
Honza Král
415f744b01
Move _bulk_body to client.utils
2020-01-19 00:01:36 +00:00
Honza Král
c4d61b7bce
No more broken upstream tests, yay!
2020-01-18 22:33:57 +00:00
Honza Král
1dd2ecfd41
bump travis for ES 7.5.1
2020-01-09 16:18:20 +00:00
Honza Král
3227e6d26b
fixing link in CONTRIBUTING.md
2019-12-27 18:54:37 +01:00
Honza Král
c24a6ca3e8
Adding a github issue template
2019-12-27 18:52:03 +01:00
Honza Král
80da0a5960
Some rest-api-spec definitions are non ascii
2019-12-22 20:50:17 +01:00
Honza Král
e239da1875
Skip unneeded reqs install
2019-12-22 16:46:18 +01:00
Honza Král
b4e6effc9c
simpler arg parsing
2019-12-22 16:32:49 +01:00
Honza Král
b6cb75f46a
updated tox.ini
2019-12-22 16:32:49 +01:00
Honza Král
e44f5266d9
Moving func args generation into the template
2019-12-22 16:32:49 +01:00
Honza Král
77f084dc0d
Move templates to files
2019-12-22 16:32:49 +01:00
Honza Král
219a8bb12f
moved utils to a directory
2019-12-22 16:32:49 +01:00
Honza Král
869c35f551
Fixed generator, passing tests
2019-12-22 16:32:49 +01:00
Honza Král
ffe00d0c38
Generated API
2019-12-22 16:32:49 +01:00
Honza Král
4be0f72bd5
Special cases for doc-based APIs
2019-12-22 16:32:49 +01:00
Honza Král
592372bc52
Adding code generation
2019-12-22 16:32:49 +01:00
Honza Král
d8d1b4b0fa
Flatten namespaces, keep xpack access as failover
2019-12-22 16:32:49 +01:00
Honza Král
cc461fdc3c
Disable urllib3 warningns if not ssl_show_warn
2019-12-12 23:43:16 +01:00
Honza Král
8b4e20d0d8
Getting rid of jenkins
2019-12-10 13:56:29 +01:00
Honza Král
07fef33acc
Version bump to 7.1.0
2019-11-14 09:17:45 +01:00
Honza Král
8542410c3c
merge indices and xpack.indices
2019-10-30 19:06:39 +01:00
Honza Král
ba234dcf03
Allow access to xpack methods without .xpack
2019-10-30 18:27:46 +01:00
Honza Král
7785dd150d
Adding indices.clone
2019-10-30 18:08:31 +01:00
Honza Král
f8b8431411
Dropping 2.6 from travis
2019-10-30 15:41:17 +01:00
Honza Král
462c5d9d27
switch travis to using docker
2019-10-30 15:37:49 +01:00
Honza Král
0dcd2b52d8
Bring back travis
2019-10-30 15:37:49 +01:00
Honza Král
fc78c992ef
Take skipped shards as successful in scan helper
2019-10-04 11:46:48 +02:00
Honza Král
a8c858718e
Version bump
2019-10-01 22:23:45 +02:00
Honza Král
4c531c5cdb
When turning of ssl verification, make sure it propagates to urllib3
2019-10-01 22:03:55 +02:00
Honza Král
edb4de7382
Merge branch 'master' of github.com:elastic/elasticsearch-py
2019-09-17 23:04:16 +01:00
Honza Král
4244f88fc1
version bump for 7.0.4
2019-08-22 18:10:02 +02:00
Honza Král
a40b7c73d7
version bump for 7.0.3
2019-08-21 17:53:23 +02:00
Honza Král
5c0cbc76b1
leftover square brackets
2019-08-21 17:47:23 +02:00
Honza Král
d936ba3eb4
Do a git fetch instead of pull
2019-08-21 17:39:28 +02:00
Honza Král
a98fa8ba9f
Allow the use of scroll_id
...
Reverts breaking change in 8e92b85
2019-08-21 15:58:27 +02:00
Honza Král
6dc6018a51
missing import
2019-07-28 00:02:31 +02:00
Honza Král
4b88e12a13
Do not sleep during the retry loop
2019-07-26 16:26:27 +02:00
Honza Král
15a4d7e2cc
Removing my email from .travis.yml
2018-05-16 12:40:49 -04:00
Honza Král
eaa67a100d
use_ssl flag is set by Connection
...
This wasn't an issue before as scheme=https was not documented but now
it is in the docs and it makes this entire block be skipped if url is
given without scheme and no ssl_context is passed completely breaking
ssl
2018-01-18 16:12:07 +01:00
Honza Král
57ec404ba3
Accurate description of TransportError.info
...
Fixes #710 , thank you, @fbacchella, for the report!
2018-01-12 17:35:07 +01:00
Honza Král
a023bddb4d
Use provided request headers in urllib3
...
outside. However, `Urllib3HttpConnection` did not use these headers but
only its default ones.
With this commit, `Urllib3HttpConnection` will either use the default
ones or merge the default headers with the provided ones if there are
any.
Relates #618
2018-01-01 15:42:46 +01:00
Honza Král
f639f9b28e
Apply cafile defaults before checking for emptiness
...
Fixes #669
2017-11-14 19:20:15 +01:00
Honza Král
d9fa510fa6
Bump version to 6.1.0-dev
2017-11-14 15:27:59 +01:00
Honza Král
ad4f83f592
Bump travis to test 6.0.0 GA
2017-11-14 15:14:47 +01:00
Honza Král
4e6a05f614
Added scroll_kwargs to scan helper
2017-11-10 21:43:16 +01:00
Honza Král
a1dc43192b
forgot raw -> keyword in example
2017-11-10 15:35:39 +01:00
Honza Král
7f5a9f8cec
Update example to work with elasticsearch 6.0
2017-11-10 15:18:50 +01:00
Honza Král
97491388d7
Update docs to reflect version changes
2017-11-10 15:18:19 +01:00
Honza Král
562c8c6146
Bump master to 6.0.0
2017-11-10 14:38:08 +01:00
Honza Král
ae632f2288
Adding 5.5.0 changelog
2017-11-10 14:37:03 +01:00
Honza Král
92763522a9
Check successful shards instead of failed
...
Fixes #660 , thanks @juke1
2017-11-09 20:35:53 +01:00
Honza Král
40b0a68b82
Add repository to commit documents
2017-10-26 14:36:50 +02:00
Honza Král
4e6f635711
6.x compatibility in tests
2017-08-01 15:54:59 -04:00
Honza Král
aca83e85ae
Update the upstream broken test list
2017-08-01 15:12:09 -04:00
Honza Král
3be98b0a09
first pass for 6.0 compatibility
2017-07-31 19:17:52 -04:00
Honza Král
95cf68a0bc
Merge branch 'backoff'
2017-07-24 13:07:55 -04:00
Honza Král
8f73594cac
Tests for retry logic in streaming_bulk
2017-07-22 13:40:22 -04:00
Honza Král
ba8772a66f
When retrying we get deserialized data
...
This is just a hotfix until a better solution with proper tests come
along
2017-07-22 13:13:53 -04:00
Honza Král
f1267b52f0
Fix urllib3 version to be compatible with requests
2017-07-20 14:02:29 -04:00
Honza Král
2c0f6d8c04
refactor the helpers a bit for more consistent errors
...
Now every error (either returned by streaming_bulk or collected by bulk)
contains the original data as well
2017-07-20 13:53:23 -04:00
Honza Král
a16679b2cf
draft of docs for backoff helper
2017-07-18 18:08:00 -04:00
Honza Král
b31b5ddae6
Merged backoff into streaming_bulk
2017-07-18 17:44:43 -04:00
Honza Král
66c380420f
Forgot to assign data
2017-07-18 16:20:36 -04:00
Honza Král
957fcad34b
Do not serialize the data in bulk_data
...
This can lead to multiple serializations when retrying with backoff
helper
2017-07-18 16:15:08 -04:00
Honza Král
accb19ab90
Action must be a dict, not serialized string
2017-07-18 15:45:43 -04:00
Honza Král
f9f4f0c61a
have _chunk_actions always return data and actions
2017-07-18 14:18:09 -04:00
Honza Král
c8231cad0e
Initial implementation of a backoff bulk helper
2017-07-18 14:02:02 -04:00
Honza Král
620afc667f
Set a limit on the internal queue of the parallel_bulk helper
...
Fixes #547
Solution taken from https://bugs.python.org/msg90067
2017-07-12 23:48:58 +02:00
Honza Král
24169821ac
add the remote namespace
2017-06-14 19:25:53 +02:00
Honza Král
49af6df631
Added missing APIs
2017-06-14 19:25:11 +02:00
Honza Král
58f16d13ec
bump travis to 5.4.1
2017-06-14 16:43:46 +02:00
Honza Král
ce9465afef
Test things to the testing dir
2017-06-14 16:42:47 +02:00
Honza Král
b803c2dd16
Add python 3.5 and 3.6 to setup.py
2017-05-19 12:49:05 -07:00
Honza Král
aea9824d53
Version bump for release
2017-05-18 19:11:38 +02:00
Honza Král
72105e3f4c
Allow the example/load.py script to load other repos from CLI
2017-05-18 10:11:34 -07:00
Honza Král
d336c571b9
[WIP] remove scheme checking
2017-05-15 22:01:54 +02:00
Honza Král
1aee1bb030
Removing obsolete gitmodules
2017-05-15 18:51:35 +02:00
Honza Král
3b41c3bca7
Add develop extra to allow for easy dependency install
2017-05-10 16:52:58 +02:00
Honza Král
5c658fcfb8
Allow pipeline as a parameter in bulk actions
...
Fixes #564
2017-04-17 22:12:41 +02:00
Honza Král
c318f7fa63
Make sure environment settings are merged in for requests
...
Fixes #557
2017-04-17 21:59:03 +02:00
Honza Král
5e63ea4f93
hardcoded ES version in travis.yml
2017-04-17 21:27:26 +02:00
Honza Král
618b69ae7a
Merge branch 'master' of github.com:elasticsearch/elasticsearch-py
2017-04-13 23:51:25 +02:00
Honza Král
2f62f9e3d4
version bump for 5.3
2017-03-30 22:32:38 -07:00
Honza Král
fe897ebe0d
Wait_for_completion defaults to true
2017-03-26 14:11:01 +02:00
Honza Král
c32e3e52f7
new API compatibility
2017-03-21 13:49:17 +01:00
Honza Král
597bf7ade9
Log proper headers in trace logs
2017-03-05 11:19:01 -08:00
Honza Král
66cc0a82b4
allow fielddata for files field to allow aggregations
2017-02-18 15:49:13 +05:30
Honza Král
f638c3f625
bump version to 2.0
2017-02-12 16:26:02 +01:00
Honza Král
fc25175130
Added API docs for ingest and tasks
...
Fixes #526
2017-02-12 16:23:49 +01:00
Honza Král
1a8896e207
setup.py typo
2017-02-08 21:30:23 +01:00
Honza Král
a180459d69
Update API parameters to 5.x
2017-02-08 21:07:29 +01:00
Honza Král
a96f5f7284
Sending raw text as body is no longer supported, wrap scroll_id
2017-02-08 20:51:13 +01:00
Honza Král
d862c8a799
Add content-type default headers with application/json
2017-02-08 20:50:50 +01:00
Honza Král
f38fa51fea
When user is passing params we need to make a copy
...
Fixes #517
2017-01-17 03:10:50 +01:00
Honza Král
5ecfc70a16
bunp version to 5.1.0 for release
2017-01-11 15:45:55 +01:00
Honza Král
0bf58d7717
Updated API
2017-01-11 15:42:33 +01:00