Commit Graph

  • 0fd051922b Use chain instead of concatenation. Honza Král 2015-01-09 00:16:34 +01:00
  • cdd240dc59 Removing duplicit id documentation. Honza Král 2015-01-08 17:10:34 +01:00
  • d3e745ab77 Make initial sniff (sniff_on_start) ignore sniff_timeout Honza Král 2015-01-04 19:42:29 +01:00
  • b3c2ef2996 version bump for dev Honza Král 2015-01-03 01:50:46 +01:00
  • e3bfeeef22 Version bump for 1.3 release Honza Král 2014-12-31 17:02:06 +01:00
  • 9aeabf33f7 Changelog formatting Honza Král 2014-12-31 16:58:47 +01:00
  • 51c89a8a2b Avoid generating 'No handlers could be found for logger "elasticsearch"' errors Julian Mehnle 2014-12-23 23:17:11 +00:00
  • 953c66e650 fix Elasticsearch.index with id=0 Honza Král 2014-12-30 18:50:52 +01:00
  • 72d24906d7 Clarifying connection parameters. Honza Král 2014-12-30 17:21:22 +01:00
  • bdf2c4b9f4 Added docs on SSL and auth options Honza Král 2014-12-29 17:11:18 +01:00
  • 2dc933e1c9 Add docs that load balancing only applies when more connections specified Honza Král 2014-12-20 14:47:30 +01:00
  • 836c6d1933 Introducing DummyConnectionPool for when only 1 connection defined Honza Král 2014-12-20 00:35:24 +01:00
  • 82a32540d7 Fix race condition in ConnectionPool Honza Král 2014-12-20 00:34:42 +01:00
  • 9b5d2c062e Add an option to use scan helper without search_type=scan, use with caution Honza Král 2014-12-15 15:15:03 +01:00
  • a23772ba27 Updated to new ES api version Honza Král 2014-12-15 14:29:36 +01:00
  • f47bb52de1 Adding the upgrade APIs Honza Král 2014-12-11 18:27:12 +01:00
  • 482f166c1a set propagate=False on elasticsearch.trace only if logger not already configured j0hnsmith 2014-12-04 11:16:08 +00:00
  • 5977b5ea9c Ignore build directory Honza Král 2014-12-08 15:57:48 +01:00
  • f1ef6336ee Add changelog entry for the check in ConnectionPool Honza Král 2014-12-08 14:40:03 +01:00
  • 0f0630d8d7 Make sure we always have connections defined Honza Král 2014-12-08 14:32:52 +01:00
  • fe556873d8 Adding the search_exists API Honza Král 2014-12-02 00:13:37 +01:00
  • 5173d5b741 Check required parameters for empty values. Honza Král 2014-12-02 00:13:01 +01:00
  • 9b37be87f1 Docs improvements Honza Král 2014-11-28 17:20:05 +01:00
  • 377dd12d12 Leave the termvector API as it was, including the URL Honza Král 2014-11-25 13:56:04 +01:00
  • 32377a4f18 ES master has removed none gateway and memory index storage, update Travis CI defs Honza Král 2014-11-25 13:52:43 +01:00
  • ee4a37658f termvector -> termvectors rename + bw compatibility alias Honza Král 2014-11-25 13:48:23 +01:00
  • 8ebbf3375f Clearer description of the index param for put_mapping Honza Král 2014-11-24 17:36:27 +01:00
  • 265d00d5d6 Retry on some HTTP statuses and touching up the retry logic Honza Král 2014-11-24 17:08:23 +01:00
  • eadb65ba24 updated Changelog Honza Král 2014-11-21 00:46:31 +01:00
  • cd5d646c09 Allow to specify url_prefix through RFC-1738 parsing Honza Král 2014-11-15 16:16:17 +01:00
  • bf74f7244e make host url parsing more resilient Honza Král 2014-11-14 15:55:32 +01:00
  • 923ee018cf Support RFC-1738 URLs Rémy HUBSCHER 2014-11-13 11:47:54 +01:00
  • 03a817690d Added support for client SSL certificates for https Honza Král 2014-11-14 15:31:49 +01:00
  • fedcfafe7e Proper SSL implementation, including optional certificate verification Honza Král 2014-11-11 03:20:16 +01:00
  • d9296e85b9 Timeout should not trigger a retry by default Honza Král 2014-11-10 23:52:26 +01:00
  • 2b107ece5c indices.put_alias requires index parameter Honza Král 2014-11-10 23:42:46 +01:00
  • 36967e5307 make scan helper deal with empty response, refs #142 Yuri Khrustalev 2014-10-22 14:39:11 +04:00
  • 9d89259f06 Non-ascii character fix Honza Král 2014-10-08 09:58:17 +02:00
  • d58d43b15e Verify repository API for snapshots Honza Král 2014-10-08 09:23:13 +02:00
  • ecfeb93a6f Introducing a ConnectionTimeout as a subclass of ConnectionError Honza Král 2014-10-03 18:49:07 +02:00
  • f401d100a8 Add realtime parameter for termvector API Honza Král 2014-10-03 17:32:49 +02:00
  • f93a79aedd Add explanation of url encoding Honza Král 2014-10-03 17:32:11 +02:00
  • 5fec49e261 Make sure url is a string, not unicode in python 2 Honza Král 2014-10-01 17:31:38 +02:00
  • 20aa35d791 Urllib3 will fill in the content-length automatically Honza Král 2014-10-01 16:14:27 +02:00
  • 45a4d36ae1 Added a failing unicode test Honza Král 2014-10-01 15:52:46 +02:00
  • 40f7fc5a01 Log failed attempts at closing the failed thrift connections Honza Král 2014-09-27 17:34:00 +02:00
  • 76995a6582 ignore exceptions when trying to close transport socket Michael Schier 2014-09-23 23:38:58 +12:00
  • 2a1aac8c3b close thrift connection upon exception Michael Schier 2014-09-23 01:40:04 +12:00
  • 8a4c990065 addressed maintainer comments Michael Schier 2014-09-23 01:13:04 +12:00
  • c4bbe7382b discard dodgy thrift connections that went into a bad state, made PoolingConnection thread-safe Michael Schier 2014-09-19 01:45:03 +12:00
  • 4c649682c7 Add indices.get API Honza Král 2014-09-11 13:02:48 +02:00
  • 81431a2823 Reroute API has a metric param Honza Král 2014-09-10 16:25:37 +02:00
  • cb68308abf Body in the logs should be debug-level Honza Král 2014-09-10 16:24:44 +02:00
  • f9b70383b9 Added versioning support to *_script APIs Honza Král 2014-09-08 12:16:08 +02:00
  • 44060a48a0 Catch socket.timeout in ThriftConnection Honza Král 2014-09-08 12:08:45 +02:00
  • 8869497744 Nightly snapshot has moved, update travis.yml Honza Král 2014-08-28 09:55:39 -07:00
  • 18d6b41e82 Allow body to be passed as bytes in python 3.4 Honza Král 2014-08-23 15:25:44 -07:00
  • be1391b9ac Added better description of global parameters Honza Král 2014-08-22 16:06:58 -07:00
  • 639aa93096 1.2.0 release Honza Král 2014-08-03 13:57:07 +02:00
  • 00b6212212 Be more informative when unable to JSON serialize Aarni Koskela 2014-01-22 21:49:11 +02:00
  • 3932c32516 fix minor doc typos Alexandru Ghitza 2014-07-21 18:20:20 +10:00
  • e68786bc8a Clearer message regardings alternate bulk operations. Honza Král 2014-08-02 14:31:47 +02:00
  • 8966902e40 Filter out master-only nodes when sniffing Honza Král 2014-07-31 00:33:07 +02:00
  • 43b96e7a49 Added stored script and search template APIs Honza Král 2014-07-29 23:05:56 +02:00
  • b6860f1f3d Escape trailing underscore to fix docs. Honza Král 2014-07-16 17:11:40 +09:00
  • 3a79457250 Do not escape the global request_timeout param Honza Král 2014-07-04 16:43:55 +02:00
  • e8af8dbcc7 Version bump after release for master Honza Král 2014-07-02 18:20:35 +02:00
  • 6e3de80d82 Bumping the version to 1.1.0 Honza Král 2014-07-02 18:03:20 +02:00
  • daa4885836 Adding back snapshot_index removed in ef30042 for backwards compatibility Honza Král 2014-07-02 17:10:49 +02:00
  • 3147637b17 ES nightly build has moved since moving to JDK7 Honza Král 2014-07-02 17:00:00 +02:00
  • ef3004277b Updated the API interface to latest API specs Honza Král 2014-07-02 16:48:25 +02:00
  • c5f91faaad Added docs for request_timeout Honza Král 2014-07-02 16:19:23 +02:00
  • c112399631 Allow for global parameter to set per-request timeout Honza Král 2014-07-02 15:55:57 +02:00
  • d9c64dadc6 giving up on memcached testing in travis Honza Král 2014-06-25 15:51:25 +02:00
  • 3e48fdac9f Update memcached plugin version Honza Král 2014-06-25 15:48:23 +02:00
  • dc28246b71 Add SKIP_TESTS to enable skipping some broken tests in released es versions Honza Král 2014-06-25 15:32:35 +02:00
  • 619e7eb6b2 Use GET in scroll to enable method-based access control Armagnac 2014-06-25 12:06:41 +03:00
  • 4d37a54c95 Use simplejson if present instead of the stdlib json module. Andrew Snare 2014-06-18 14:39:55 +02:00
  • 7a1aafa0b3 Enable automated testing with Python 3.4 Corey Farwell 2014-06-21 13:19:11 -07:00
  • 55e6f41606 unittest2 is now used in test helpers Honza Král 2014-06-12 01:49:57 +02:00
  • d8312e4c70 Docstring formatting Honza Král 2014-06-12 01:47:09 +02:00
  • e9bc9007ce Adding a missing 'create' param for put_template Honza Král 2014-06-06 17:36:00 +02:00
  • d987546230 Add relative imports so 1.0 and 0.9x can co-exist. speedplane 2014-05-31 10:22:33 -04:00
  • be766b4a30 Adding a test for a single document in bulk helper Honza Král 2014-06-04 15:11:39 +04:00
  • 14e82d1896 Fix typos in README.rst Ronan Amicel 2014-05-31 00:39:51 +02:00
  • 38ae1bd3c3 Fix repr tests and url quoting in bytes/strings Honza Král 2014-05-29 02:42:59 +02:00
  • 40fbb2a1c3 Adds 'include' parameter to mlt Alex Ksikes 2014-05-28 15:14:44 +02:00
  • 756a6aee25 unicode_literals ftw Honza Král 2014-05-29 01:16:17 +02:00
  • b1d36926c1 Allow get_test_client to not wait for es cluster startup Honza Král 2014-05-20 15:05:40 +02:00
  • 4849fbedb2 fix example Ondrej Sika 2014-05-05 12:16:13 +02:00
  • f10d7f2da2 Body is always sent as utf-8 bytes, reflect it in tests Honza Král 2014-05-09 18:11:50 +02:00
  • 2539214d55 Add cat.fielddata API Honza Král 2014-05-09 17:41:59 +02:00
  • df25a01638 Typo in sniff_hosts error message Bruno Renié 2014-04-30 18:25:16 +02:00
  • c24e7c9908 Better phrasing of th compatibility warning. Thanks, karmi! Honza Král 2014-04-29 11:52:02 +02:00
  • 0b7f7672d0 Remove trailing whitespaces in cat client Honza Král 2014-04-28 19:19:02 +02:00
  • dd408cff67 Add segment cat api Mathieu Geli 2014-04-23 17:39:25 +02:00
  • d1b5acba93 Add example with namespaces and ignore param Honza Král 2014-04-24 15:09:32 +02:00
  • 4bfc89409f Giving up on testing the docs Honza Král 2014-04-24 15:08:11 +02:00
  • 99ad9a154a Update index.rst starenka 2014-04-20 21:24:09 +02:00
  • 93d104eea8 Adding the search_shards API Honza Král 2014-04-23 23:57:12 +02:00