Commit Graph
1084 Commits
Author SHA1 Message Date
Abhishek Kumar SinghandGitHub 7322cfcf98 Updated requirement specifier.
Updated as per Pypi's [requirement-specifiers](https://pip.pypa.io/en/stable/reference/pip_install/#requirement-specifiers) constraint, also defined at - [PEP 508](https://www.python.org/dev/peps/pep-0508/)
2019-12-09 20:39:51 +05:30
Luca WintergerstandHonza Král 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 DanforthandHonza Král 1bb8f50f58 Align order of arguments to put_mapping() in docs with code 2019-11-08 17:42:29 -05:00
XiaodongandHonza Král b6eaa3cee9 Complete exception docs 2019-11-08 17:25:47 -05:00
XiaodongandHonza Král 4bdac2a0b1 Minor Correction in exceptions.py 2019-11-08 17:25:47 -05:00
Patryk KrawaczyńskiandHonza Král 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 BennightandHonza Král 8f5c60f333 Proper import in Python2.x 2019-11-06 17:02:02 +01:00
Chris BandHonza Král f1df7ae604 Fix for 7.4 encoding change 2019-11-06 17:02:02 +01:00
Alex KahanandHonza Král 1438d66045 Removing request_timeout from function doc strings 2019-11-05 22:19:17 +01:00
Alex KahanandHonza Král 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
epiphyteandHonza Král 5c3ff5a718 Add a unit test 2019-10-30 18:40:06 +01:00
epiphyteandHonza Král 71840d315a Support http.publish_host addresses 2019-10-30 18:40:06 +01:00
Maciej UrbanskiandHonza Král 4353aa2ba2 declare python 3.7 support 2019-10-30 18:35:38 +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
Alex KahanandHonza Král a2e9f0c807 Closes #1044. Fixing bug with mark_dead in connection pool 2019-10-29 17:01:47 +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
Philip KraussandGitHub 9421f36ed5 Merge pull request #1019 from XD-DENG/patch-2
Fix issue caused by 7.x breaking change (_source_include/_source_exclude)
2019-09-26 15:50:35 +02:00
Philip KraussandHonza Král c4bc2e420d API key Authentication (#1010) 2019-09-20 14:01:31 +01:00
XiaodongandGitHub 5f18f216bd Fix issue caused by breaking change (_source_include/_source_exclude) 2019-09-20 16:36:09 +08:00
Philip KraussandGitHub dd206ad5c5 Merge pull request #1018 from XD-DENG/patch-1
Fix docstring typos in /elasticsearch/transport.py
2019-09-19 10:28:03 +02:00
XiaodongandGitHub a2a6d529ea Fix docstring typos in /elasticsearch/transport.py 2019-09-19 11:13:02 +08:00
Honza Král edb4de7382 Merge branch 'master' of github.com:elastic/elasticsearch-py 2019-09-17 23:04:16 +01:00
Philip KraussandGitHub 243e214a35 Merge pull request #1011 from bichitra95/hotfix/client_index_creat_query_params
fix error due to missing comma in between timeout and request_timeout…
2019-09-17 13:18:49 +02:00
Bichitra 66428e5a1d moved request_timeout to a new line 2019-09-17 13:08:17 +05:30
Bichitra d3ffb321a6 fix error due to missing comma in between timeout and request_timeout in create method of client indices. 2019-09-07 23:05:00 +05:30
Honza Král 4244f88fc1 version bump for 7.0.4 2019-08-22 18:10:02 +02:00
Philip KraussandGitHub 4312d9af5e Merge pull request #998 from philkra/doc-examples
Documentation Examples
2019-08-22 09:45:56 +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
Philip Krauss 1395ef97ca corrected asciidoc language identifier 2019-08-21 10:23:30 +02:00
Philip Krauss 06af6db247 doc examples for index, del, get & getting started 2019-08-20 14:53:22 +02:00
Philip KraussandHonza Král 28920b5d59 Ensure a custom User-Agent header is not overwritten (#992) 2019-08-12 14:20:10 +02:00
Philip KraussandNick Lang 100a2e623b Send User-Agent header identifying the Client (#991)
* send user agent header identifing the client

* no need to instantiate a new var

* add python version to user-agent
2019-08-08 08:50:11 -06: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
CamillaandGitHub a37a9f39da Merge pull request #973 from jtyoung/scroll-id-body
Pass scroll and scroll_id in the request body instead of as query params in scan
2019-07-16 22:47:14 +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 f0f3665e18 update the docs for 7 2019-06-19 10:18:53 +02:00
Richard SmithandNick Lang 2efba7e18a Update helpers.rst (#965) 2019-05-31 08:25:03 -06:00
Nick Lang a29ea990a7 Bump version to 7.0.2 2019-05-28 11:33:06 -06:00