Commit Graph

178 Commits

Author SHA1 Message Date
c197a42777 [connector/angular] don't modify global header deaults, fixed #146 2014-09-23 09:39:46 -07:00
0d43632839 removed benchmark apis 2014-09-17 11:53:43 -07:00
e1ace4f2a9 added the 1.4 api 2014-09-12 16:32:35 -07:00
5164b30a38 cleaned up ConnectionPool#getConnections() 2014-09-08 16:12:08 -07:00
06ea97fb21 always use self once it's defined 2014-09-08 15:32:22 -07:00
4e4c59dcec track the global config and pass it to the host objects on creation 2014-09-08 15:32:06 -07:00
6e2c2a8417 added suggestCompression config 2014-09-04 16:05:58 -07:00
a0ffe50745 converted decompression to use streams rather than callbacks 2014-09-04 16:05:54 -07:00
dea4a9a97c Merge branch 'pr', closes #138 2014-09-04 14:26:59 -07:00
83b6400000 adding check and test for deflate algo 2014-09-04 18:14:42 -03:00
7e7c43eb61 Merge branch 'pr', Closes #134 2014-09-03 18:27:35 -07:00
aec0333a91 This will add the capability for handling gzipped content to the
http connector. On one hand, the response is handled with buffers
instead of assuming it is a string, and then depending on the
presence of the "content-encoding" header, will try to uncompress
the response or return it as it is. Either way, it will try to
handle the final result as an utf8 encoded string
2014-09-02 14:48:27 -03:00
95bc903315 Issue133 - jQuery.ajax HTTP method set as "type:", not "method:". 2014-08-22 14:10:18 -04:00
151124f922 updated api's to latest 2014-08-13 10:11:25 -07:00
ad489fd5f5 added new API methods 2014-07-24 10:55:22 -07:00
7d597d73a4 Lower the logging level of Request complete 2014-07-17 13:25:33 -07:00
075c1b7fc2 added 1.3 API and set that as the default apiVersion 2014-07-16 08:10:54 -07:00
afe53081d7 updated the 1.x and master APIs 2014-07-14 15:26:39 -07:00
e8144714a8 added feature detection for native KeepAlive support in 0.11 2014-07-10 18:06:14 -07:00
427031d60f api updated 2014-07-08 11:38:32 -07:00
dd1643bbb0 updatied the APIs 2014-06-06 13:34:06 -07:00
42c606087c api update 2014-05-22 09:18:12 -07:00
c1f1f40194 set the 1.2 API to actually be used as the default 2014-05-22 08:26:58 -07:00
531ceb00d2 version 1.2 is now the default API, and is available in the client 2014-05-21 12:31:54 -07:00
6e2f97ef3f added the cat.fieldata api's 2014-05-09 11:52:55 -07:00
1a383aced5 added a new RequestTypeError class that connectionClasses can throw to prevent a request from being retried and respond directly to the user. 2014-05-08 17:12:20 -07:00
f54826fa6b updated APIs 2014-05-05 10:24:12 -07:00
611be9d616 allow stack traces in the browser 2014-05-02 09:26:31 -07:00
6ca4fca6cc use long-notation for defining deps in the angular connector 2014-05-02 09:26:14 -07:00
3d2b080049 enable scripting on master/1.x nodes, removed the indices.status() method from the master branch 2014-04-29 14:41:11 -07:00
5f10281d17 additional options added for update's version param. 2014-04-25 16:16:26 -07:00
cfd29b6111 added searchShards method to the API 2014-04-23 19:07:53 -07:00
f00cb0b9ba updated angular build to add $invoke to the config (rather than and ) so that other components can define their dependencies in the component. 2014-04-23 12:21:10 -07:00
93648ce8c1 updated to the latest API, which moves the experimental benchmark API (in the unreleased API versions master and 1.x) and includes a new indices.updateAliases example. Closes #83 2014-04-22 11:10:59 -07:00
dcc4a3747f Updated the API to the latest version and fixed an issue with the test runner,
which was confused by parameters that were in the URL, but not in the params list.
2014-04-15 08:30:42 -07:00
94dccf6886 updated docs to use valid URL 2014-04-02 09:38:02 -07:00
a363906c4f parameters that belong in the url, but are undefined or null will be considered absent 2014-04-01 18:23:05 -07:00
ee3bd414a6 added header support to the non-node connectors 2014-04-01 18:23:05 -07:00
2eefd190a1 Fixes the sniffOnConnectionFault config parameter 2014-04-01 18:23:05 -07:00
af89a4917f test fixes... 2014-03-28 16:11:00 -07:00
1965a597b2 set 1.1 as the default API for browser builds as well 2014-03-27 14:32:00 -07:00
04fb8c6443 version 2.1.0 2014-03-27 13:59:40 -07:00
a152e7edcc Merge branch '2.0' of github.com:elasticsearch/elasticsearch-js 2014-03-27 13:41:22 -07:00
e3f869336d merge lastest changes 2014-03-27 13:40:01 -07:00
db51f0ebaf added a warning about reusing config objects to the config docs and to the Client constructor 2014-03-27 12:54:11 -07:00
4ab22a1a61 switched to bluebird for promise support 2014-03-27 09:49:21 -07:00
a91d6b76b9 updated the API to the latest version 2014-03-27 09:48:54 -07:00
21ee18e03c Fixed bad links to deprecated gateway snapshot docs 2014-03-27 01:10:21 +01:00
06648a84b4 Default API version is now 1.0 2014-03-19 12:30:55 -07:00
bfa6c40157 Updated nodes_to_host callback
Now, it will properly ignore nodes without HTTP enabled, and nodes with addresses that don't match the pattern will not cause all hell to break loose but rather log an error message and cancel the sniff.
Also comes with minor updates to the API.
2014-03-18 11:45:59 -07:00