Commit Graph

344 Commits

Author SHA1 Message Date
a91d6b76b9 updated the API to the latest version 2014-03-27 09:48:54 -07:00
11f06c74ee updated when module 2014-03-27 08:14:44 -07:00
ffea4eb478 tests now look for the 1.0 API by default 2014-03-27 08:08:37 -07: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
2101e82cb1 Update CONTRIBUTING.md
Make step 5 in Contributing rules linkable.
2014-03-16 13:15:33 -07:00
f8cf70d577 added coveralls token to ci config 2014-03-14 11:23:13 -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
c4ff168f31 locked the forever-agent version to prevent accidental breakage after setting up really tight integration 2014-03-14 09:12:48 -07:00
9ebb0ed618 really fix the use of ForeverAgent 2014-03-14 08:36:47 -07:00
858ee18e88 Update README.md
Fixed links to docs.
2014-03-11 08:49:04 -07:00
936c3e2a38 Updated the API to include new version_type options 2014-03-10 14:17:47 -07:00
104709ee52 fixed jshint error in generate script 2014-03-07 11:06:55 -07:00
0f504da291 updated deps, and added badge to ensure they stay that way. 2014-03-07 11:02:44 -07:00
afd628c70d General refactor of the log generator so that it will finally create indexes for all of the events it creates. It should also perform a smidge better, but the real bottleneck is the event creation. 2014-03-03 10:36:56 -07:00
66a399d623 adjusted the 'do' action, so that it will replace $args within the body 2014-03-03 08:32:43 -07:00
29a0a0329e fixed deleteByQuery example, regenerated api, closes #58 2014-03-03 08:05:15 -07:00
630540c769 use the JDK7 build for master 2014-02-27 17:31:37 -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
d075e6c638 improvements to the log generator 2014-02-27 15:36:52 -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
6f467bc314 in certain environments (like saucelabs) we can not reliably receive a 0 status code, the error at all will have to be enough for now 2014-02-26 12:44:06 -07:00
f05bde519d added simple helper for properly handling promises in my tests 2014-02-25 09:50:42 -07:00
ca01f7a6e3 Merge pull request #53 from spenceralger/travis_resurgence
Travis resurgence
2014-02-22 09:55:23 -06:00
925ea8f44d travis resurgence 2014-02-22 08:46:25 -07:00
e23aea690f Merge pull request #52 from mattyod/patch-1
Fix link to docs
2014-02-22 08:49:25 -06:00
5b95d456a3 Fix link to docs
Linked to /current/ not /master/
2014-02-20 10:02:41 +00:00
0c0181e4ac version 1.5.8 2014-02-17 11:01:26 -07:00
2c6bffa809 Merge branch 'master' into 1.5
* master:
  reworked the client action tests to ensure that params are not being clobbered in several places, and adjusted the new test to make sure that index is not duplicated in the query params
  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
  do not mutate incoming params object
  fix typo

closes #50 and #51
2014-02-17 10:55:52 -07:00
4ee488ee64 Merge branch 'typo-durring' 2014-02-17 10:54:46 -07:00
f389ce7583 reworked the client action tests to ensure that params are not being clobbered in several places, and adjusted the new test to make sure that index is not duplicated in the query params 2014-02-17 10:47:48 -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
d6d641d936 fix typo 2014-02-17 13:26:07 +01:00
d4eedecf08 version 1.5.7 2014-02-17 01:21:42 -07: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
b19f7b7825 Fixed a broken test 2014-02-14 16:29:40 -07:00
49e76d0892 version 1.5.6 2014-02-14 16:09:50 -07:00
5161aa6fcc Merge branch 'master' into 1.5 2014-02-14 16:08:37 -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
0699058ee9 version 1.5.5
closes #45
2014-02-13 20:13:10 -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
6a4169cf7b version 1.5.4 2014-02-11 16:20:46 -07:00
57bbf8e1cf Merge remote-tracking branch 'origin' into 1.5 2014-02-11 16:20:17 -07:00
32bc985640 version 1.5.2 2014-02-11 16:15:05 -07: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