Commit Graph

46 Commits

Author SHA1 Message Date
693b8e5e59 version 1.5.1 2014-02-06 22:39:57 -07:00
327f191056 fixed and added a test for keepalive connection pool forced shutdown 2014-02-06 22:30:29 -07:00
7bb19ac357 version 1.5.0 2014-02-06 14:43:03 -07:00
86b617f98d switch to forever-agent 2014-02-06 13:24:50 -07:00
5e804b8ba1 fixed a spelling error in the docs 2014-02-05 17:04: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
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
884c5485c2 updated latest version download links 2014-01-30 14:22:33 -07:00
93c4ff2caa added docs for the tracer logger, fixed url creation 2014-01-28 16:52:05 -07:00
811ac2f04f updated the API to include the indexTemplates param for cluster.reroute 2014-01-27 09:28:08 -07:00
32d4ef3ffd updated api to latest version 2014-01-22 12:09:05 -07:00
94190896b4 Termvectors docs have moved. Temporary fix until API regenerated 2014-01-22 14:32:34 +01: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
cef934b265 updated the API, which includes countPercolate and mpercolate methods. 2014-01-20 15:44:16 -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
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
e4c6aab4ef updated the API 2014-01-17 09:02:00 -07:00
be52173205 reformatting logging doc 2014-01-16 22:36:50 -07:00
5037dbbfc4 shortened the doc titles 2014-01-16 16:00:23 -07:00
b9e325cdea added docs related to extending the API, and included the transport page in the index so that it is listed online 2014-01-16 15:53:08 -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
c945418fec updated docs to include 0.90 API 2014-01-15 17:37:04 -07:00
668280ee0a updated docs to include 0.90 API 2014-01-15 17:07:47 -07:00
8bd5e7caf7 updated docs to include 0.90 API 2014-01-15 17:04:28 -07:00
55df195eaa updated docs to include 0.90 API 2014-01-15 17:02:30 -07:00
3d2b395c6f updated docs to include 0.90 API 2014-01-15 16:55:37 -07:00
a80e6aba4f fixed some doc issues, and reorganized the browser tests. Rather than running one per build, now a unit test page is run, and a build test page is run 2014-01-15 13:09:46 -07:00
37e35025a0 updated docs to include config option, details about the new testing process added to CONTRIBUTING.md, grunt-saucelabs returned to upstream 2014-01-15 12:00:25 -07:00
18e134d0a6 Summary of Changes:
- moved es install/start/stop logic into a seperate script
  - `grunt test` now runs the integration tests once for each version of ES we support
  - grunt can now install and run elasticearch (using grunt-run, pure js solution coming later)
  - included seperate es.sh script specifically for starting or stopping elasticsearch
  - url aliases, api, yaml_suite/index.js, and yaml_tests.json, are all now duplicated for 0_90 support
  - the client now accepts an apiVersion argument (undocumented) which defaults to 'master' but can be '0.90'
  - The yaml test runner will now check the name of the ES instance it is connecting to, preventing accidental wiping of ES
2014-01-14 23:10:12 -07:00
6fecb08a40 updated ES reference, pulled in latest API changes, integration test runner now clears the previous tracer log when it is in use. 2014-01-14 16:31:35 -07:00
bbbfcfa33e Updated ES, brought a few modification to the API along with it. Yaml test suite is now built against a specific version of elasticsearch when you specify the es_branch arg
to `grunt test`
2014-01-07 10:00:07 -07:00
71a0b8f58e updated integration suite to pull rest-api-spec from elasticsearch repo 2014-01-02 11:33:59 -07:00
6c2330fd8a Added a few examples and a link to the readme, set an ID for the api reference page. 2013-12-28 08:49:50 -07:00
65f9cc7e99 added docs to the repo 2013-12-27 16:41:38 -07:00
2b5f6cd80d lots of changes, should have committed earlier 2013-12-02 18:43:52 -07:00
477f1aff84 Fixed the integration tests, set the default method for indices.putTemplate and indices.putMapping to PUT 2013-11-25 14:14:00 -07:00
97ba084795 save point durring huge unorganized refactor 2013-11-22 16:48:30 -07:00
2a2e4b9bee moved the API info from README.md into api.md, and added a check for methods that have no params.
[ci skip]
2013-11-12 10:13:45 -07:00
671280a0a6 added api.md generation [ci skip] 2013-11-11 16:54:23 -07:00
7905d9b78c added stubs for the different doc pages, [ci skip] 2013-11-11 15:43:05 -07:00
e68eeabf96 extended the README.md [ci skip] 2013-11-07 16:39:01 -07:00
28e99cf16b Switched the color package to one with more reasonable deps, added some examples to README.md, and included which will soon be used to make promisses. 2013-11-07 14:53:54 -07:00
9e608226e1 All tests are passing. Removed the HTML docs 2013-10-03 10:05:58 -07:00
e21fb21ee3 testing and clients are 'online' and working know to get the tests running againts an actual ES node 2013-09-27 12:46:45 -07:00