Commit Graph

15 Commits

Author SHA1 Message Date
151124f922 updated api's to latest 2014-08-13 10:11:25 -07:00
a9f8122063 applied 92163835a0 to the example source 2014-07-10 18:04:15 -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
06648a84b4 Default API version is now 1.0 2014-03-19 12:30:55 -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
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
5037dbbfc4 shortened the doc titles 2014-01-16 16:00:23 -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
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
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