Commit Graph

448 Commits

Author SHA1 Message Date
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
76d16f4dd5 moved agent creation logic into methods on the HttpConnection class, so that subclasses can more easily modify this behavior 2014-03-14 11:03:35 -07:00
9ebb0ed618 really fix the use of ForeverAgent 2014-03-14 08:36:47 -07:00
936c3e2a38 Updated the API to include new version_type options 2014-03-10 14:17:47 -07:00
29a0a0329e fixed deleteByQuery example, regenerated api, closes #58 2014-03-03 08:05:15 -07:00
8cc01c51b3 set useChunkedEncodingByDefault on http requests so that forever-agent will allow them to use the socket pool 2014-02-27 16:59:19 -07:00
64e5009c9b regenerated the API 2014-02-27 15:53:12 -07:00
5ff3341636 Actually pass the minSockets config to the Agent, it's only used by forever-agent but doesn't hurt passing it to http.Agent 2014-02-26 12:44:17 -07:00
1b6e6ac79f moved the clone up to the top of the clientAction.exec code path so that urlResolution can still delete params to help the query builder 2014-02-17 10:46:52 -07:00
ed3274547e do not mutate incoming params object 2014-02-17 17:06:44 +01:00
697c761b71 fixed the force closing of the forever agent, which was removing items from the same array it was itterating. 2014-02-17 01:11:53 -07:00
76b69b7a9e Use the transport's defer method within the client_action to ensure we use the configured promises everywhere. Allow search requests to be made without any arguments. 2014-02-14 16:03:04 -07:00
5a2c898c89 Adds the cluster.pendingTasks method to the 0.90 API. 2014-02-13 19:56:11 -07:00
90559ead06 User Buffer for base64 encoding and remove withCredentials. 2014-02-13 20:02:40 -06:00
4a598f5276 Add support for Basic Authentication in Angular client. 2014-02-12 21:11:34 -06:00
03f7a844a3 use lodash-node rather than vanilla lodash so that lodash doesn't attach to require js even when it's available. 2014-02-11 16:08:10 -07:00
ad90cbd52c allow configuring the sniffEndpoint via config.sniffEndpoint 2014-02-11 15:43:09 -07:00
257d596207 attempting to diagnos random issues with the client.close() test 2014-02-10 13:49:02 -07:00
e8067df259 added the cat.threadPool method to the master/1.0/1.x apis 2014-02-10 09:17:06 -07:00
327f191056 fixed and added a test for keepalive connection pool forced shutdown 2014-02-06 22:30:29 -07:00
86b617f98d switch to forever-agent 2014-02-06 13:24:50 -07:00
d5c1d1405c client.ping() requests now set the proper requestTimeout default 2014-02-06 08:48:35 -07:00
6c5838fbfa Added API generation and Yaml testing for 1.x and 1.0 branches of elasticsearch. 2014-02-05 08:18:19 -07:00
7268fdc412 no more actual submodules 2014-02-04 09:18:19 -07:00
f7f98572a3 updated grunt-run, tests now support skip.features and match:/regex/ 2014-02-03 09:55:45 -07:00
344dbd8911 Updated the README to match the about doc and include bower install directions. Fixed a bug in the grunt tasks. 2014-01-30 14:42:32 -07:00
56c0160bc3 switched bower-elasticsearch-js submodule to http, prevented the generate script from attempting to update it 2014-01-30 13:58:58 -07:00
5b07717116 worked out bower release process 2014-01-30 13:17:53 -07:00
5d6f6165dc added bower-elasticsearch-js submodule 2014-01-30 12:47:00 -07:00
93c4ff2caa added docs for the tracer logger, fixed url creation 2014-01-28 16:52:05 -07:00
513486f372 updated loggers to write the actual url 2014-01-28 16:45:39 -07:00