Commit Graph

1112 Commits

Author SHA1 Message Date
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
Chason Chaffin abee9ae64e Merge pull request #1073 from toanant/patch-1
Updated requirement specifier.
2020-01-17 17:30:53 +09:00
Honza Král 1dd2ecfd41 bump travis for ES 7.5.1 2020-01-09 16:18:20 +00:00
Francesco Vigliaturo 6c5ff986fe adds python client support for 7.5 2020-01-09 16:16:01 +00:00
Marshall Main 466ac7249e use side effect call count instead of mock call count 2020-01-07 18:06:34 +00:00
marshallmain faef2480ad Merge pull request #1086 from marshallmain/doc-update
add single test run instructions to docs
2020-01-06 13:16:24 -05:00
Marshall Main 74b5f61dbf add single test run instructions to docs 2020-01-06 12:17:25 -05: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 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
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
Honza Král 8b4e20d0d8 Getting rid of jenkins 2019-12-10 13:56:29 +01:00
Abhishek Kumar Singh 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
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 b6eaa3cee9 Complete exception docs 2019-11-08 17:25:47 -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 5c3ff5a718 Add a unit test 2019-10-30 18:40:06 +01:00
epiphyte 71840d315a Support http.publish_host addresses 2019-10-30 18:40:06 +01:00
Maciej Urbanski 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 Kahan 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