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
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
Morten Hauberg
acbbdd2d0a
Remove duplicate arguments in docstrings
2020-03-20 08:21:11 -05:00
Seth Michael Larson
7b6a12f2e5
Remove opaque_id from the client constructor
2020-03-19 13:23:52 -05:00
Seth Michael Larson
950e6496e2
Merge branch '7.x' into prepare-v7.6.0a1
2020-03-16 07:14:36 -05:00
Seth Michael Larson
9b20a30b0f
Restore and deprecate client.tasks.get() without task_id
2020-03-13 16:20:54 -05:00
Seth Michael Larson
e7bcc800ea
Release v7.6.0a1
2020-03-13 14:54:37 -05:00
Seth Michael Larson
883287551a
Update supported ES API to 7.6
2020-03-13 13:44:46 -05:00
Seth Michael Larson
ae74e1d0e6
[7.x] Update Cloud ID default port, parsing of Cloud ID
2020-03-12 07:02:04 -05:00
Seth Michael Larson
9219c92779
[7.x] Add support for X-Opaque-Id
2020-03-11 16:33:15 -05:00
Seth Michael Larson
8074ff294b
[7.x] Restore default metric='_all' to cluster.state()
2020-03-10 12:08:03 -05:00
Seth Michael Larson
210fae23d0
Run Black+Flake8 on project
2020-03-09 13:54:47 -05:00
Seth Michael Larson
04403ffb1d
[7.x] Refactor cloud_id, api_key, headers, and http_compress
2020-03-04 13:07:07 -06:00
Seth Michael Larson
b0bc6418e3
[7.x] Add HTTP compression to RequestsHttpConnection
2020-03-03 10:17:58 -06:00
Seth Michael Larson
024abcfa39
Unskip API tests, add xpack no_xpack default_shards features
2020-02-28 11:36:03 -06:00
Seth Michael Larson
2c7ea70201
Migrate CI to Jenkins on 7.x branch ( #1114 )
2020-02-27 10:13:49 -06:00
Seth Michael Larson
1bda6aca8a
[7.x] Don't issue warning when using 'ssl_context'
2020-02-26 15:57:30 -06:00
Seth Michael Larson
054699161c
Add and remove imports for clients
2020-02-21 16:49:15 -06:00
Seth Michael Larson
35f263c950
Standardize docs spacing for 'Valid values' and 'Default'
2020-02-21 16:49:15 -06:00
Honza Král
a9cdb24700
Version bump for 7.5.1 release
2020-01-19 01:56:14 +01:00
Honza Král
415f744b01
Move _bulk_body to client.utils
2020-01-19 00:01:36 +00:00
Francesco Vigliaturo
6c5ff986fe
adds python client support for 7.5
2020-01-09 16:16:01 +00:00
marshallmain
cb13d26968
Merge pull request #1062 from thomasthiebaud/fix-issue-1020
...
Support both deprecated and new bulk parameters
2020-01-03 12:05:17 -05:00
Honza Král
80da0a5960
Some rest-api-spec definitions are non ascii
2019-12-22 20:50:17 +01:00
Honza Král
77f084dc0d
Move templates to files
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
d8d1b4b0fa
Flatten namespaces, keep xpack access as failover
2019-12-22 16:32:49 +01:00
Francesco Vigliaturo
d2a0cc62eb
fix host arg docs in the Elasticsearch class ( #1069 )
...
* updated the __init__ docs of the Elasticsearch class to reflect the fact that is possible to pass a string representing the URL of the host we want to connect to and not necessarily a list of hosts
* adds space between as and kwargs in Elasticsearch __init__ doc
2019-12-16 14:36:34 +01:00
Honza Král
cc461fdc3c
Disable urllib3 warningns if not ssl_show_warn
2019-12-12 23:43:16 +01:00
Alvaro Olmedo
c3fd04b5db
Disable InsecureRequestWarning from urllib3's connectionpool with ssl_show_warn option
2019-12-12 22:25:49 +01:00
Thomas Thiebaud
321561f4c3
Support both deprecated and new bulk parameters
...
Fixes #1020
2019-11-21 17:41:21 +01:00
Luca Wintergerst
35afe32a6d
fix typo in transport docs
2019-11-21 10:38:43 -06:00
Honza Král
07fef33acc
Version bump to 7.1.0
2019-11-14 09:17:45 +01:00
Ian Danforth
1bb8f50f58
Align order of arguments to put_mapping() in docs with code
2019-11-08 17:42:29 -05:00
Xiaodong
4bdac2a0b1
Minor Correction in exceptions.py
2019-11-08 17:25:47 -05:00
Patryk Krawaczyński
39ada119fe
HTTP 405 when node_id is defined
...
_make_path encodes "/" - so the request looks like: GET /_cluster%2Fstats%2Fnodes/node_id and elastic returns a 405 error.
2019-11-08 17:20:28 -05:00
Chris Bennight
8f5c60f333
Proper import in Python2.x
2019-11-06 17:02:02 +01:00
Chris B
f1df7ae604
Fix for 7.4 encoding change
2019-11-06 17:02:02 +01:00
Alex Kahan
1438d66045
Removing request_timeout from function doc strings
2019-11-05 22:19:17 +01:00
Alex Kahan
07314a1cc7
Removes request_timeout params from indices handler
2019-11-05 22:19:17 +01:00
Honza Král
8542410c3c
merge indices and xpack.indices
2019-10-30 19:06:39 +01:00
epiphyte
71840d315a
Support http.publish_host addresses
2019-10-30 18:40:06 +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
Alex Kahan
a2e9f0c807
Closes #1044 . Fixing bug with mark_dead in connection pool
2019-10-29 17:01:47 +01:00