Honza Král
eadb65ba24
updated Changelog
2014-11-24 13:29:19 +01:00
Honza Král
cd5d646c09
Allow to specify url_prefix through RFC-1738 parsing
...
Also add docs about the various connection options.
2014-11-15 16:18:58 +01:00
Honza Král
bf74f7244e
make host url parsing more resilient
...
Reject invalid combinations of url scheme and connection_class
2014-11-14 15:55:32 +01:00
Rémy HUBSCHER and Honza Král
923ee018cf
Support RFC-1738 URLs
...
Fixes #149
2014-11-14 15:42:37 +01:00
Honza Král
03a817690d
Added support for client SSL certificates for https
...
Thanks almer-fuel for the inital patch!
2014-11-14 15:31:49 +01:00
Honza Král
fedcfafe7e
Proper SSL implementation, including optional certificate verification
2014-11-11 03:20:16 +01:00
Honza Král
d9296e85b9
Timeout should not trigger a retry by default
2014-11-10 23:52:26 +01:00
Honza Král
2b107ece5c
indices.put_alias requires index parameter
2014-11-10 23:42:46 +01:00
Yuri Khrustalev
36967e5307
make scan helper deal with empty response, refs #142
2014-10-22 14:41:41 +04:00
Honza Král
9d89259f06
Non-ascii character fix
2014-10-08 09:58:17 +02:00
Honza Král
d58d43b15e
Verify repository API for snapshots
2014-10-08 09:23:13 +02:00
Honza Král
ecfeb93a6f
Introducing a ConnectionTimeout as a subclass of ConnectionError
...
This is to enable #128 to work
2014-10-03 18:49:07 +02:00
Honza Král
f401d100a8
Add realtime parameter for termvector API
2014-10-03 17:32:49 +02:00
Honza Král
f93a79aedd
Add explanation of url encoding
2014-10-03 17:32:11 +02:00
Honza Král
5fec49e261
Make sure url is a string, not unicode in python 2
...
Fixes #133 , thanks sheIIdon!
2014-10-01 17:31:38 +02:00
Honza Král
20aa35d791
Urllib3 will fill in the content-length automatically
2014-10-01 16:42:04 +02:00
Honza Král
45a4d36ae1
Added a failing unicode test
2014-10-01 15:52:46 +02:00
Honza Král
40f7fc5a01
Log failed attempts at closing the failed thrift connections
2014-09-27 17:34:00 +02:00
Michael Schier
76995a6582
ignore exceptions when trying to close transport socket
2014-09-23 23:38:58 +12:00
Michael Schier
2a1aac8c3b
close thrift connection upon exception
2014-09-23 01:40:04 +12:00
Michael Schier
8a4c990065
addressed maintainer comments
2014-09-23 01:13:04 +12:00
Michael Schier
c4bbe7382b
discard dodgy thrift connections that went into a bad state, made PoolingConnection thread-safe
2014-09-19 01:45:03 +12:00
Honza Král
4c649682c7
Add indices.get API
2014-09-11 13:02:48 +02:00
Honza Král
81431a2823
Reroute API has a metric param
2014-09-10 16:25:37 +02:00
Honza Král
cb68308abf
Body in the logs should be debug-level
...
Fixes #119 , thanks traxair!
2014-09-10 16:24:44 +02:00
Honza Král
f9b70383b9
Added versioning support to *_script APIs
2014-09-08 12:16:08 +02:00
Honza Král
44060a48a0
Catch socket.timeout in ThriftConnection
...
Fixes #121 , thanks traxair!
2014-09-08 12:08:45 +02:00
Honza Král
8869497744
Nightly snapshot has moved, update travis.yml
2014-08-28 09:55:39 -07:00
Honza Král
18d6b41e82
Allow body to be passed as bytes in python 3.4
...
Fixes #113 , thanks leplatrem for the report!
2014-08-23 15:25:44 -07:00
Honza Král
be1391b9ac
Added better description of global parameters
...
Fixes #118
2014-08-22 16:07:52 -07:00
Honza Král
639aa93096
1.2.0 release
2014-08-03 13:57:07 +02:00
Aarni Koskela and Honza Král
00b6212212
Be more informative when unable to JSON serialize
2014-08-03 13:24:12 +02:00
Alexandru Ghitza and Honza Král
3932c32516
fix minor doc typos
2014-08-03 13:20:14 +02:00
Honza Král
e68786bc8a
Clearer message regardings alternate bulk operations.
...
Fixes #107 , thanks jwarzech!
2014-08-02 14:31:47 +02:00
Honza Král
8966902e40
Filter out master-only nodes when sniffing
...
Fixes #106 , thanks jolynch!
2014-07-31 00:33:26 +02:00
Honza Král
43b96e7a49
Added stored script and search template APIs
2014-07-29 23:05:56 +02:00
Honza Král
b6860f1f3d
Escape trailing underscore to fix docs.
...
Fixes #108 , thanks Lambdanaut!
2014-07-16 17:11:40 +09:00
Honza Král
3a79457250
Do not escape the global request_timeout param
...
Thanks EyePulp for the report!
2014-07-04 16:50:48 +02:00
Honza Král
e8af8dbcc7
Version bump after release for master
2014-07-02 18:20:35 +02:00
Honza Král
6e3de80d82
Bumping the version to 1.1.0
2014-07-02 18:03:20 +02:00
Honza Král
daa4885836
Adding back snapshot_index removed in ef30042 for backwards compatibility
2014-07-02 17:10:49 +02:00
Honza Král
3147637b17
ES nightly build has moved since moving to JDK7
2014-07-02 17:00:00 +02:00
Honza Král
ef3004277b
Updated the API interface to latest API specs
2014-07-02 16:48:25 +02:00
Honza Král
c5f91faaad
Added docs for request_timeout
2014-07-02 16:19:23 +02:00
Honza Král
c112399631
Allow for global parameter to set per-request timeout
...
Fixes #100 , thanks portante!
2014-07-02 15:56:57 +02:00
Honza Král
d9c64dadc6
giving up on memcached testing in travis
2014-06-25 15:51:25 +02:00
Honza Král
3e48fdac9f
Update memcached plugin version
2014-06-25 15:48:23 +02:00
Honza Král
dc28246b71
Add SKIP_TESTS to enable skipping some broken tests in released es versions
2014-06-25 15:32:35 +02:00
Armagnac and Honza Král
619e7eb6b2
Use GET in scroll to enable method-based access control
2014-06-25 11:30:56 +02:00
Andrew Snare and Honza Král
4d37a54c95
Use simplejson if present instead of the stdlib json module.
...
The simplejson parser drop-in compatible with the builtin python JSON
parser, but much faster. In particular, this makes operations like
reindexing quicker.
2014-06-25 10:21:36 +02:00