Commit Graph
100 Commits
Author SHA1 Message Date
Honza Král c51b8fdeef Refactored sniff_hosts for easier implementation of AsyncTransport 2016-03-14 22:23:04 +01:00
Honza Král 64ff08b2ae Move HEAD handling to Transport 2016-03-10 19:06:20 +01:00
Honza Král 38bb0aafbd Have transport.perform_request only return data 2016-03-10 18:59:31 +01:00
Honza Král 15e21e10fd Merge remote-tracking branch 'pr/367' 2016-03-04 15:20:16 +01:00
Honza Král fb07d148ca Added Will to AUTHORS, thanks! 2016-03-04 14:42:55 +01:00
Honza Král 4de7835d32 Use the copy we made for this thread, otherwise not thread safe
Fixes #371
2016-03-03 17:47:04 +01:00
Honza Král 1c7b23e214 version bump to 2.3.0 2016-02-29 22:44:24 +01:00
Honza Král 5dfd6985e5 Only pass in cert to request.session if client_cert specified 2016-02-29 22:39:58 +01:00
Honza Král 90f18fa132 better formatting of keywords 2016-02-09 13:51:53 +05:30
Honza Král 271376f850 Adding Darryl to AUTHORS, thanks! 2016-02-01 09:33:06 +01:00
Honza Král 38d45b07f4 Adding a warning on unicode data changed in 2.2
Closes #334
2016-01-19 16:34:05 +01:00
Honza Král 8342e0efb1 map already returns an iterator, no need to wrap it in iter
Thanks to andreip for pointing it out!
2016-01-15 14:15:53 +01:00
Honza Král 99c284d015 Fixing more typos. Thanks density!
ref #333
2016-01-12 11:33:03 +01:00
Honza Král 0f4fa3c97f Fixing typo in max_chunk_bytes
Fixes #333 Thanks kengruven
2016-01-07 20:35:27 +01:00
Honza Král 8f25f379a2 Updated docs and highlighted thread safety and maxsize
Closes #329
2016-01-06 12:09:14 +01:00
Honza Král 51defea8c9 Version bump 2016-01-05 12:01:57 +01:00
Honza Král a7a56b1abd Added docs about AWS using IAM 2015-12-27 16:11:15 -05:00
Honza Král 6b579342a1 Adding Michael to AUTHORS, thanks! 2015-12-27 15:51:09 -05:00
Honza Král ad9b5b6282 Fixed docs for from in search API
Fixes #318 Thanks ksindi!
2015-12-27 15:27:42 -05:00
Honza Král b62d950bb8 Make sure we always close the pool when doing parallel_bulk 2015-12-27 21:10:55 +01:00
Honza Král 74cb686538 Adding missing APIs 2015-12-27 21:10:51 +01:00
Honza Král c305dc5587 Don't force ascii when serializing to json 2015-12-13 20:30:28 -08:00
Honza Král 92e2754d7c Adding Alexei to AUTHORS
Thanks!
2015-12-13 19:09:24 -08:00
Honza Král e23fb64b79 Merge pull request #315 from dvillega/bug/spelling-correction
Minor spelling corrections for documentation
2015-12-10 16:11:34 +01:00
Honza Král a63bad4e1d Provide more documentation on _get_sniff_data 2015-12-07 18:41:13 +01:00
Honza Král a5aa160b81 Factored out the ES communication when sniffing
This should help with #312
2015-12-07 18:26:00 +01:00
Honza Král fb8eb4e385 Respect publish host when present on a node.
Closes #251. Thanks danpilch and bowensong for the patch!
2015-12-01 03:40:40 +01:00
Honza Král e614601b9e Adding Tomas to AUTHORS, Thanks! 2015-11-25 23:58:34 +01:00
Honza Král efc1156bd5 add description of the basic params for Urllib3HttpConnection 2015-11-19 11:10:07 -06:00
Honza Král 24b4885240 dev version bump 2015-11-10 16:18:44 +09:00
Honza Král af412210f7 Adding Chris to AUTHORS 2015-11-10 16:18:22 +09:00
Honza Král ade841a680 Better exception representation 2015-11-04 19:21:29 +01:00
Honza Král da1a8b92c9 Make sure example works with Elasticsearch 2.0
Fixes #300
2015-11-04 18:13:31 +01:00
Honza Král 328bdb73bc Longer timeout for the test client to fix travis CI 2015-11-02 16:01:48 +01:00
Honza Král 0e4b68c1aa README typo 2015-11-02 15:37:55 +01:00
Honza Král 52eda45d8f Expanding on the dsl mentions 2015-11-02 15:35:36 +01:00
Honza Král 8c79ec3dc2 Expand on the DSL 2015-11-02 15:23:08 +01:00
Honza Král 1b60d9bf84 iElasticsearch 2.0 exposes just host:port in nodes.info
Fixes #293
2015-11-02 14:26:28 +01:00
Honza Král 5e97002f28 Fix documentation for the query param of the scan helper
Thanks apandita for the report!
2015-10-23 15:21:28 +02:00
Honza Král 9d21d1686d Merge pull request #288 from drthornt/timeout_v_timestamp
fixed slight typo in documentation of timeout in put_alias and delete_alias
2015-10-22 17:25:13 +02:00
Honza Král 8536a35dd0 Version bump 2015-10-19 16:29:05 +02:00
Honza Král 7425d8e7ea Adding Emil and Dmitry to AUTHORS. Thank you! 2015-10-19 15:22:21 +02:00
Honza Král 6c086008f2 Added a note about removing bulk_index alias
Closes #283, thanks cjgu for the report!
2015-10-19 15:16:32 +02:00
Honza Král 1527177b5c Removing non-ascii quote 2015-10-14 00:15:42 +02:00
Honza Král 57e585a45d updated travis to point to 2.0 build 2015-10-14 00:10:32 +02:00
Honza Král fa62ae71bf Updated to latest 2.x compatibility 2015-10-14 00:06:27 +02:00
Honza Král 99980036e2 skip search_exists tests 2015-10-14 00:05:17 +02:00
Honza Král af86fa8d61 2.0 version bump 2015-10-13 23:39:33 +02:00
Honza Král 926ab52f1f Remove thrift and pylibmc requirements for tests 2015-10-13 22:50:21 +02:00
Honza Král 2e1d173f5c Add versioning info to docs too 2015-10-12 22:53:08 +02:00
Honza Král 7729c3048f Python2 compatibility in tests 2015-10-11 23:59:26 +02:00
Honza Král 22943e7e47 Move bulk helpers' docs outside of streaming_bulk's docstring 2015-10-11 23:45:09 +02:00
Honza Král 50a9902733 Removed deprecated connection classes from docs 2015-10-11 23:44:51 +02:00
Honza Král 9d415fadef Adding tests for indexing strings via bulk helpers 2015-10-11 05:00:14 +02:00
Honza Král 1378073e2d Moved helpers unit tests to test_helpers 2015-10-11 04:50:31 +02:00
Honza Král 12c2a466e1 Basic tests for parallel_bulk 2015-10-11 04:47:02 +02:00
Honza Král acde15e742 we use our own compat module, not six 2015-10-10 18:57:21 +02:00
Honza Král 92c1757ad1 Allow people to just pass raw json strings to bulk helpers
This should allow for significant speedups when indexing json documents
from a file
2015-10-10 18:40:18 +02:00
Honza Král 5d4640d4c2 Move parallel_bulk helper into helpers/__init__ 2015-10-10 18:35:50 +02:00
Honza Král a7d66c891a Updated README for new versioning scheme 2015-10-08 04:00:13 +02:00
Honza Král ccef253001 Merge branch 'parallel' 2015-10-07 18:28:33 +02:00
Honza Král 3cb77ff0fb Updated Changelog 2015-10-07 17:49:52 +02:00
Honza Král 6f7a56964c Removing ThriftConnection and MemcachedConnection 2015-10-07 17:47:05 +02:00
Honza Král 140ebd022f Have search_exists only return boolean like other exists APIs
Fixes #272
2015-10-07 17:36:12 +02:00
Honza Král 2ba03d261a greatly simplify parallel_bulk by using Pool.imap 2015-10-06 02:11:22 +02:00
Honza Král 2208387e0b Extract the processing of individual bulk request to a separate method 2015-10-06 02:10:42 +02:00
Honza Král a0e1bf61aa Experimental helper for doing bulk requests in parallel 2015-10-01 01:25:29 +02:00
Honza Král 3400179153 Allos the size of the bulk request to be defined in bytes
Fixes #199
2015-09-30 21:06:24 +02:00
Honza Král 928fc000d1 Serialize the data in bulk helper 2015-09-30 19:25:17 +02:00
Honza Král 9e4d0dd25d Move the bulk body construction into _chunk_actions 2015-09-30 19:16:21 +02:00
Honza Král a177375c25 Don't keep the data twice in bulk helper 2015-09-30 19:03:49 +02:00
Honza Král 0ad6b94d1e Extract chunking from streaming_bulk 2015-09-30 18:23:42 +02:00
Honza Král 14f5b35a23 Version bump 2015-09-21 20:06:03 +02:00
Honza Král 202dc0d675 Move README around to avoid packaging issues 2015-09-21 20:01:16 +02:00
Honza Král b994d1d934 remove timestamp from reindex tests since it's deprecated in 2.0 2015-09-21 19:42:33 +02:00
Honza Král 324599dd03 Added termvector API 2015-09-21 19:42:23 +02:00
Honza Král f929df2575 Merge remote-tracking branch 'pr/267' 2015-09-14 14:00:11 +02:00
Honza Král 64dde0c77d Merge remote-tracking branch 'pr/266' 2015-09-14 13:48:59 +02:00
Honza Král 40dd7ce795 Added an attribute to test cat.nodeattr 2015-09-13 21:21:09 +02:00
Honza Král b1cb09ba8f Better docstring for search_shards 2015-09-13 21:06:22 +02:00
Honza Král edbf7ec545 add sude: false to travis 2015-08-28 17:41:42 +02:00
Honza Král 4f7b09df5b Purge duplicities in args 2015-08-28 17:41:04 +02:00
Honza Král a2d8fa4637 Adding gardsted to AUTHORS, thanks! 2015-08-28 13:59:02 +02:00
Honza Král 6cd52bd4fd no need to test on pypy 2015-08-25 01:40:29 +02:00
Honza Král aefd60fa64 Better exception matching in yaml tests 2015-08-25 01:40:04 +02:00
Honza Král e2bd5467b2 removing python 3.2 since it's incompatible with coverage 2015-08-25 01:26:04 +02:00
Honza Král 36d8d4b545 2.0 compatibility 2015-08-25 01:21:45 +02:00
Honza Král ec5d4ef3ce Reflect ES 2.0 security config 2015-08-25 01:10:44 +02:00
Honza Král 9c61a1140d 2.0 compatibility 2015-08-25 01:09:54 +02:00
Honza Král c67fccf36c Added David Szotten to the authors file, thanks! 2015-07-14 15:15:19 +02:00
Honza Král 72f661f953 Added deprecation infor for thrift connection class 2015-07-06 18:13:02 +02:00
Honza Král 845f8cd6f5 Adding ssl_version parameter to Urllib3HttpConnection
Fixes #246
2015-07-06 18:09:44 +02:00
Honza Král df6e05b483 Merge pull request #243 from instacart/time_option
Time option
2015-06-24 14:02:34 +02:00
Honza Král 6a453631ab Adding cxmcc to AUTHORS 2015-06-23 03:15:29 +02:00
Honza Král d328998b36 Add keep_alive headers by default to Urllib3HttpConnection 2015-06-22 20:39:58 +02:00
Honza Král fdeb3d1131 Make sure reindex preserves _parent, _routing and _timestamp
Fixes #140
2015-06-20 00:27:08 +02:00
Honza Král 586704000e Add human arg to indices.create and get_settings 2015-06-19 14:13:00 +02:00
Honza Král 8b0ad42ec0 Added docs about persistent connection and fork
Fixes #237, thanks aaugustin!
2015-06-11 02:44:38 +02:00
Honza Král 174ded0854 Version bump for 1.6.0 2015-06-10 02:38:35 +02:00
Honza Král 26ab39f313 correct link and simple description of flush_synced 2015-06-09 21:32:19 +02:00