Commit Graph

95 Commits

Author SHA1 Message Date
88bae9e055 added plugin support 2015-05-13 00:10:01 -05:00
0112ad1083 [generate] update elasticsearch repo url 2015-04-10 09:46:27 -07:00
307dc44316 change the default ping timeout to 3 seconds and make it configurable 2015-03-26 12:34:09 -07:00
ec6b0fcefc auditted lodash usage to ensure that it is compatible with lodash 3.0 2015-03-17 13:52:10 -07:00
95c16f3173 include paramAsBody in the override file to specify params that may be bodies 2015-01-06 20:32:24 -07:00
c3f044042d updated docs, fixed #170 2014-12-12 16:44:40 -07:00
1b0d8cac0a [scripts/generate] clear out files from previous runs before generating 2014-12-02 17:52:21 -07:00
1f76feae4d [aliases] add updated aliases for 1.x 2014-10-27 23:59:34 -07:00
af69d18108 [generate/aliases] merge the aliases into a single file 2014-10-27 23:14:36 -07:00
0f6fa5140d removed log generator, use the makelogs tool if you want 2014-07-08 08:39:28 -07:00
3d8a81038e added 1.1 API to the doc index, and reset flag to the log generator 2014-05-21 12:44:56 -07:00
512516c73f udpated the log generator to pause when there is a bulk queue overflow 2014-05-19 10:12:00 -07:00
f0f14b3bb5 added some complex fields to the log generator 2014-05-13 09:43:02 -07:00
9a1cfe7c42 seperated stable and unstable branches so that docs are not generated for the unstable ones 2014-05-05 10:25:04 -07:00
36ac7ca6ef fix lint issues 2014-05-01 12:51:05 -07:00
ee3c68d6e9 Enhancing help message for log generator 2014-04-30 16:24:08 -07:00
106bccd00e fetch full history, until the current errors are understood 2014-04-30 10:38:12 -07:00
caaf3d6cf3 make fetches/clones less shallow 2014-04-30 09:38:20 -07:00
a82f8e14d3 fixed an issue preventing the API generator from running, and batched the git-fetch calls for each es branch 2014-04-30 09:34:28 -07:00
17e95f836f moved away from multiple repos, to a single bare repo which we pull the resp-spec out of. 2014-04-29 19:17:29 -07:00
00fdc86315 stop failing the build because of overworked/slow es test servers 2014-04-25 14:45:24 -07:00
51e6b32123 test against the latest releases on travis 2014-04-23 19:32:24 -07:00
4a54417f29 log generator improvements 2014-04-23 19:06:47 -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
104709ee52 fixed jshint error in generate script 2014-03-07 11:06:55 -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
d075e6c638 improvements to the log generator 2014-02-27 15:36:52 -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
d5c1d1405c client.ping() requests now set the proper requestTimeout default 2014-02-06 08:48:35 -07:00
5e804b8ba1 fixed a spelling error in the docs 2014-02-05 17:04:35 -07:00
70b51dfa6d stopped using an empty suffix for test/branch stuff, so that things are less confusing down the road when versions change 2014-02-05 09:46:53 -07:00
4680930487 only generate the necessary branch in CI environments 2014-02-05 09:06:52 -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
5ff4b6f855 moved away from submodules 2014-02-04 11:24:37 -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
68c9a7889e updated the API generator to repect the new body.encoding spec field, fixed the check for required body, and added new API methods termventor and mtermvectors 2014-01-21 09:53:10 -07:00
d30cea1db0 Updated the api to include the latest changes, fixed the id of the api-method-index, moved the index out of the
existing menu as to prevent the other options in the menu from being hidden. Added the options of an enum param
to the docs.
2014-01-20 09:25:29 -07:00
149b099fb5 updated the API, fixed the config docs, added a method list to the API pages 2014-01-19 15:44:22 -07:00
9c1c100ee1 updated elasticsearch dep, includes spec based ping and cleaned up the api*.js files a but. Ping once again timesout at 100 ms. 2014-01-17 16:06:07 -07:00
90aa185711 added notes to the API docs regarding the two API versions, and a warning to the config docs. Also updated the client tests to work with the new default 2014-01-17 15:50:06 -07:00
3b15f5f309 fixed the snapshot.create urls 2014-01-17 09:09:55 -07:00
e4c6aab4ef updated the API 2014-01-17 09:02:00 -07:00
b36a6590e8 Stopped overriding the ping method provided by the 1.0 API, but it didn't match the "castExists" regex so...
Fixed the lack of castExists for ping/1.0 by removing castExists all together from the API. It was the
case anyway that all HEAD requests needed to be cast, so now the clientAction module will set that
param when the spec is set to make HEAD requests. The transport.request still expects that parameter.

Switched the apiVersion implementation to use funcEnum, and exposed the options on the Client constructor.
Docs to come.
2014-01-16 15:43:33 -07:00
eda56aa5d0 temporarily linking to general info for the cat api until aliases specific docs are written 2014-01-16 12:24:08 -07:00
980163dfb2 switched submodule back to elasticsearch/elasticsearch, updated the generator to properly pull updates from the related branch 2014-01-16 11:58:35 -07:00
34f3d3ce28 fixed generate script 2014-01-16 10:17:13 -07:00
9f7c5bb968 updated docs to include 0.90 API 2014-01-15 17:38:46 -07:00
55df195eaa updated docs to include 0.90 API 2014-01-15 17:02:30 -07:00