Commit Graph
31 Commits
Author SHA1 Message Date
Nick Lang 2619d0fae4 TransportError correctly reflects inherited class. Closes #806. (#810) 2018-06-25 11:44:14 -06:00
Nick Lang 7751fede5a add wait on delay (#794) 2018-05-18 14:30:31 -06:00
Nick Lang 206e0d609c handle gzip for python27. Fixes #789 (#793) 2018-05-18 13:52:37 -06:00
Nick Lang f77263e3bd adding support for wait_for_no_initializing_shards in health method (#777) 2018-04-24 13:13:41 -06:00
Nick Lang 9721e4bc92 Nick/query params bulk helper (#774)
* cleanup doc strings closes #766

* adding *args to bulk helpers so values such as timeout can be passed in. Closes #773
2018-04-20 13:11:37 -06:00
Nick Lang 4fda104d6e Adding X-Pack clients to -py repo (#748) 2018-03-20 12:36:13 -06:00
Nick Lang 058d38f0ae Use use ssl_context or don't but don't mix (#714)
* Use original SSL process and add SSLContext

Not going to deprecate and replace with SSLContext.
But instead give option for using SSLContext next to the original way of
handling SSL.
2018-03-04 15:09:40 -08:00
Nick Lang 4438ea75a1 Merge pull request #727 from msukmanowsky/master
Use proper retry_on_conflict for helpers.expand_action
2018-02-14 10:46:33 -07:00
Nick Lang f8dbb1168d Merge pull request #723 from fxdgear/nick/better_start_es_script
better bash script to allow start from anywhere. closes #721
2018-02-03 13:29:09 -07:00
Nick Lang 08e0bbecc5 Merge pull request #722 from fxdgear/nick/default_es_image_tag
Set default ES image since latest isn't avail, closes #720
2018-02-03 12:59:21 -07:00
Nick Lang 1cae2b7eb0 Merge pull request #695 from fbacchella/explicitly_typo
Typo in a comment.
2018-01-10 13:59:18 -07:00
Nick Lang d5da2ba3e8 Merge pull request #709 from fxdgear/nick/fix_for_6.1.1
Skipping/Unskipping tests
2018-01-10 13:58:13 -07:00
Nick Lang 021a31ca42 Merge pull request #708 from fxdgear/nick/update_docker_script
Elastic now supports oss Docker Images
2018-01-10 13:41:02 -07:00
Nick Lang 676e32809b Merge pull request #699 from ao/patch-1
Issue: 696 - crate should be corrected to create
2018-01-09 11:44:36 -07:00
Nick Lang 2dce4c0720 Merge pull request #690 from fxdgear/nick/update_docs
Updating Docs to reference SSL Context
2017-12-28 14:42:12 -07:00
Nick Lang 190e4fdc9a Merge pull request #689 from elastic/nick/ssl_bugs
Updates to SSL Context changes
2017-12-27 20:49:39 -07:00
Nick Lang 017dcf1d13 Merge pull request #676 from marcocova/fix-typo-in-elasticsearch-client
fix typo in comment (minor)
2017-12-04 13:01:19 -07:00
Nick Lang e4967a7c76 Merge pull request #672 from magical/patch-1
Fix typo in docs
2017-11-28 16:56:53 -07:00
Nick Lang 37490e223f When _just_ using an SSL context we don't want breaking behavior (#673)
Also don't want to break backwards compat. So when chcking for depreicated values ignore
the check on verify_certs. Since it's True. the verify certs will be default true
in the ssl_context. And can be turned off in the SSL context when using it.
2017-11-28 22:01:20 +01:00
Nick Lang 2a96ce14f1 Merge pull request #671 from konradkonrad/patch-2
docstring typo fixes
2017-11-28 12:33:04 -07:00
Nick Lang 32239539f9 Merge pull request #662 from nfsec/patch-2
Unrecognized parameter: wait_for_merge
2017-11-07 10:13:25 -07:00
Nick Lang a3a52af081 Merge pull request #652 from brunobell/master
fix: AttributeError: 'bytes' object has no attribute 'encode'(PY3)
2017-10-09 17:41:05 -06:00
Nick Lang 5c537deca4 Merge pull request #635 from fxdgear/nick/ssl_context
Nick/ssl context
2017-10-06 11:35:23 -06:00
Nick Lang 9790b85088 Merge pull request #636 from elastic/urllib_1.23
bump max compatible version of urllib3 to <1.23
2017-10-05 16:26:02 -06:00
Nick Lang a03504cbb2 Merge pull request #618 from jmcarp/issue-609-x-ndjson
Set application/x-ndjson content type on bulk requests.
2017-10-04 14:22:11 -06:00
Nick Lang 0397527d12 Merge pull request #637 from jmcarp/fix-travis-target
Fix travis link in build status.
2017-10-04 13:48:09 -06:00
Nick Lang e04c905134 Merge pull request #647 from fxdgear/nick/fix_test_children_are_reindex_correctly
Use version 6.0.0
2017-10-04 09:12:37 -06:00
Nick Lang 843ce9ee24 Merge pull request #628 from fxdgear/nick/fix_encode_error
better handling of bytestrings in _escape
2017-08-08 14:13:21 -06:00
Nick Lang 9320ee7eaf add optional host and path param on load.py (#601)
If you want/need to load data into a different es cluster just specify either the
 * -H/--host option
 * -p/--path option

ex: python load.py --host http://123.123.123.123:9200 -p /home/code/elasticsearch
2017-06-15 16:49:26 +02:00
Nick Lang 211ee236fb Add script to run ES in docker container (#590)
* Adding start_elasticsearch.sh script to run elastic search on the host
in a docker container at http://localhost:9200

* update readme in instructions on how to use script
2017-05-15 22:28:26 +02:00
Nick Lang 790c80fedb bumping requests to 2.0.0+ (#587)
requests < 2.0.0 causes the following attribute error:
    AttributeError: type object 'Session' has no attribute 'prepare_request'
2017-05-15 18:36:51 +02:00