Honza Král
515197a903
Don't try and decode an empty body
2016-07-28 11:26:55 +02:00
Honza Král
311ac7c814
Allow specifying custom http headers
2016-07-12 18:13:48 +02:00
Honza Král
a53efe1705
Respect the transport_schema when constructing host
2016-06-28 16:44:58 +02:00
Juri Hudolejev and Honza Král
9f2608c469
Fix HTTPS URL support ( #411 )
...
* Fix scheme for HTTPS URLs
For URLs like https://example.org scheme is currently set to 'http'.
* Revert "Fix scheme for HTTPS URLs"
This reverts commit 5dcee5bd2a8ce4453b495e637b283e7558718262.
* Fix HTTPS URL support
2016-06-20 13:08:36 +02:00
Adam Chainz and Honza Král
40db4b6228
Convert readthedocs links for their .org -> .io migration for hosted projects ( #413 )
...
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/ ) ‘Securing subdomains’:
> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.
2016-06-08 14:41:44 +02:00
Honza Král
b83df5e832
hasHandlers is only valid since python 3.2
2016-04-27 17:37:35 +02:00
Honza Král
418b93bfec
Do not warn on 404s when using HEAD method
...
Fixes #396
2016-04-27 13:21:47 +02:00
Honza Král
cc14efd5df
Only do tracer logging if there are handlers
...
Fixes #391 , thanks cp2587 for the report!
2016-04-09 18:12:33 +02:00
Honza Král
c51b8fdeef
Refactored sniff_hosts for easier implementation of AsyncTransport
2016-03-14 22:23:04 +01:00
Grégory Starck and Honza Král
879de7549e
Fixed a bare except
...
AFAIK the only exception which can occur here is one that the json.loads(..) could raise. So (TypeError or) ValueError.
So except on that. and also log a warning in such case.
bare excepts are 99.99% of the time simply bad/wrong. It's the case here.
2016-03-04 15:21:41 +01:00
Will McGinnis
b0d3de0ada
requested changes.
2016-03-03 19:50:17 -05:00
Will McGinnis
8a18e4c743
added close methods to everything below transport
2016-03-03 19:31:31 -05:00
Honza Král
5dfd6985e5
Only pass in cert to request.session if client_cert specified
2016-02-29 22:39:58 +01:00
Rich Megginson and Honza Král
fe6e9a7f5c
Urllib3HttpConnection should have separate client_cert and client_key arguments #344
...
https://github.com/elastic/elasticsearch-py/issues/344
Add a client_key parameter to complement the client_cert parameter. If
client_key is used, it is assumed that client_cert will contain only the
certificate, not the combined cert and key in a single file.
Closes #344
2016-02-29 22:35:40 +01:00
Darryl Ring and Honza Král
a9b8f86547
Log response body for failed requests
...
Addresses #346
2016-02-01 09:32:43 +01:00
Honza Král
efc1156bd5
add description of the basic params for Urllib3HttpConnection
2015-11-19 11:10:07 -06:00
Chris Earle and Honza Král
f3315dc98d
Adding assert_hostname and assert_fingerprint parameters to Urllib3HttpConnection
2015-11-10 16:15:56 +09:00
Honza Král
6f7a56964c
Removing ThriftConnection and MemcachedConnection
2015-10-07 17:47:05 +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
d328998b36
Add keep_alive headers by default to Urllib3HttpConnection
2015-06-22 20:39:58 +02:00
Jim Kelly
032a1aa799
Fixes issue introduced in 482f166 where the tracer spams when
...
unconfigured.
In the aforementioned commit, the existing behavior was changed,
I believe in advertantly, to set propagate to False if the
trace logger already has been configured. This seems to be the
opposite of the internet, and this change restores what appears
to have been the intent, and silences the tracer unless
it has been configured, in which case it will propagate.
2015-04-28 22:32:57 +02:00
Honza Král
42b4cfd3aa
Get ready for the structured exceptions coming in es 2.0
2015-04-27 20:40:55 +02:00
Honza Král
453fe64987
Add docs for the http_auth parameter of RequestsHttpConnection
2015-03-27 10:46:30 +01:00
Honza Král
aa2d4f079c
Adding tests for advanced auth options for requests
2015-03-26 14:17:10 +01:00
Georges Toth
fc98b5d352
Modify test for http_auth to allow for passing custom authentication methods as well
2015-03-26 12:39:09 +01:00
Russell Savage
4c24468168
updating doc links to elastic.co
...
reverting bucket link to elasticsearch.org
updating test cases to use elastic.co
updating pylibmc version
2015-03-23 15:56:32 -07:00
Sven Wästlund
3616f7208a
socket.error is now caught in perform_request aswell.
...
Fixes #205
2015-03-11 16:17:10 +01:00
Honza Král
b92d591026
Make method utf-8 for urllib3
...
fixes #201
2015-02-26 14:14:33 -08:00
Honza Král
271fc4d232
Warn when people using insecure options.
2015-01-29 23:46:01 +01:00
Honza Král
72d24906d7
Clarifying connection parameters.
...
Fixes #171 Thanks DavidAwad!
2014-12-30 17:21:22 +01:00
j0hnsmith and Honza Král
482f166c1a
set propagate=False on elasticsearch.trace only if logger not already configured
2014-12-09 15:31:19 +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
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
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
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
cb68308abf
Body in the logs should be debug-level
...
Fixes #119 , thanks traxair!
2014-09-10 16:24:44 +02:00
Honza Král
44060a48a0
Catch socket.timeout in ThriftConnection
...
Fixes #121 , thanks traxair!
2014-09-08 12:08:45 +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
Honza Král
f10d7f2da2
Body is always sent as utf-8 bytes, reflect it in tests
...
Thanks johbo for the report!
2014-05-09 18:11:50 +02:00
Honza Král
49b7a1aca9
Make sure to include Content-Length header in calls with body
...
Fixes #70
2014-03-31 16:41:08 -07:00
Honza Král
b78bce79df
Make sure urllib3 doesn't do retries.
2014-03-01 01:25:25 +01:00