Commit Graph
18 Commits
Author SHA1 Message Date
Nick Lang 603cc9cd17 update docs and bunp changelog 2018-03-04 15:18:25 -08:00
Nick Lang 94ebf85404 better bash script to allow start from anywhere. closes #721 2018-02-03 12:20:26 -08:00
Nick Lang 4fce845daf Set default ES image since latest isn't avail, closes #720 2018-02-03 11:57:33 -08:00
Nick Lang 0d1d57a750 bump version travis uses for test 2018-01-10 13:50:49 -07:00
Nick Lang c4ce9af767 Skipping/Unskipping tests
Some tests need to be skipped till changes occur in elastic/elasticsarch
Also some previously skipped tests can be unskipped now.
2018-01-10 13:40:17 -07:00
Nick Lang e620165761 Elastic now supports -oss Docker Images
No need to use my personal docker iamges, now that Elastic creates oss docker images
2018-01-10 11:41:08 -07:00
Nick Lang 0ee964ede2 update changelog 2018-01-05 20:00:40 -07:00
Nick Lang ef08323d22 Bump to version 6.1.1 2018-01-05 19:51:20 -07:00
Nick Lang 50f89e4d47 moving import 2017-12-28 13:12:04 -07:00
Nick Lang 456e598c5b moving import 2017-12-28 13:09:16 -07:00
Nick Lang 415b3e7dc7 more docs updates 2017-12-28 12:37:59 -07:00
Nick Lang e74457866d updating the docs some more examples 2017-12-28 12:08:55 -07:00
Nick Lang bf1d64e88d Updates to SSL Context changes,
Bug with OSX made breaking changes to the way certifi was being imported
and used.

Unable to reproduce with Linux.

Found improper logic. Fixed now.
Also changing removing the flag for checking `verify_certs` as
it is `True` by default. Don't want to make users flag that as
`False` just to make things work.

A connection to an SSL instance should be:

    es = Elasticsearch("https://host:port", http_auth=(user,pass))

* If using Elastic Cloud or some other publicly recognized certificate
  that certifi can recognize.
2017-12-27 20:26:23 -07:00
Nick Lang 7339a272b5 Add SSL context for versions of Python that support SSL Context.
Instead of passing parameters manually, you can construct an SSL
context. This allows for greater flexibility in using self signed certs.
2017-10-06 11:27:15 -06:00
Nick Lang 24e5564f37 using 6.0.0-beta2 for travis 2017-09-07 09:27:06 -05:00
Nick Lang 71222abeff somewhere somehow a non ascii char got in these doc strings 2017-09-06 23:23:29 -05:00
Nick Lang a5b228a26d better handling of bytestrings in _escape
Fixes #627
2017-08-08 12:50:04 -06:00
Nick Lang c18d16326e bump year to 2017 2017-06-14 17:20:06 +02:00