Honza Král
|
799918712f
|
Added missing params to methods
|
2015-06-09 19:21:31 +02:00 |
|
Honza Král
|
12ded2b841
|
Added a class to addon clients to add more namespaces
|
2015-05-02 16:41:53 +02:00 |
|
Honza Král
|
5173d5b741
|
Check required parameters for empty values.
Fixes #138, thanks robhudson!
|
2014-12-02 00:13:01 +01: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
|
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
|
38ae1bd3c3
|
Fix repr tests and url quoting in bytes/strings
|
2014-05-29 02:42:59 +02:00 |
|
Honza Král
|
756a6aee25
|
unicode_literals ftw
|
2014-05-29 01:16:17 +02:00 |
|
Honza Král
|
a54d7035bb
|
Compatibility with python 3.2
Now all the python 2/3 compatibility code is in elasticsearch.compat
Fixes #52
|
2014-02-21 16:59:13 +01:00 |
|
Honza Král
|
6bb9807e8f
|
Format is another parameter accepted by all APIs
|
2014-01-20 18:55:40 +01:00 |
|
Honza Kral
|
4f890ff89c
|
preserve ',' and '*' in url for nicer URLs in logs
|
2013-09-30 19:20:50 +02:00 |
|
Honza Kral
|
a238144bc6
|
Lists can only contain strings in es api, also broke py3
This reverts commit 7eb4949641.
|
2013-09-30 19:15:03 +02:00 |
|
Honza Kral
|
7eb4949641
|
Make sure we encode even values in lists
|
2013-09-30 17:38:37 +02:00 |
|
Honza Kral
|
672fdf7d5f
|
Make ignore a global parameter
|
2013-09-25 23:09:50 +02:00 |
|
Honza Kral
|
dfc8076a91
|
Better escaping or url and query params
|
2013-08-08 18:06:25 +02:00 |
|
Honza Kral
|
7ebdb612b1
|
Make sure we encode boolean query params properly
|
2013-08-07 01:35:11 +02:00 |
|
Honza Kral
|
71fe50b347
|
Move comment to it's proper place
|
2013-07-24 03:33:28 +02:00 |
|
Honza Kral
|
5aa6c86895
|
Make sure we don't blow up on utf-8 str on py2
|
2013-07-14 15:51:04 +02:00 |
|
Honza Kral
|
ab7d12e5de
|
Encode URL params properly into utf-8
|
2013-07-14 15:36:49 +02:00 |
|
Honza Kral
|
1c0b5da661
|
Proper escaping of query params
|
2013-07-10 16:48:57 +02:00 |
|
Honza Kral
|
da68a5d986
|
Make sure we deal with lists and tuples in query_params
|
2013-07-10 14:32:10 +02:00 |
|
Honza Kral
|
170b9c6709
|
Make sure to serialize numbers in url properly
|
2013-07-10 14:07:01 +02:00 |
|
Honza Kral
|
3b0cc85f96
|
Split client into multiple files
|
2013-06-16 16:28:51 +02:00 |
|