a527416976
update config to support repository urls and enable scripting related tests
2015-07-20 09:44:21 -07:00
b9003515a5
add path.repo config to 1.6+ elasticsearch instances
2015-07-16 08:05:45 -07:00
3403fb69b5
Update elasticsearch-js msearch body format
...
Although _msearch using the web API will allow the body to not have leading underscores before the keys "index" and "type" (e.g. `{"index": "my-index", "type": "my-type"}
{"query": ... }`), the Javascript Elasticsearch client.msearch will give the error "SearchPhaseExecutionException[Failed to execute phase [query], all shards failed]" if the body follows the same format. Adding the leading underscores fixes this issue.
2015-07-14 12:34:38 -07:00
f407987160
update apis and add 1.7
2015-07-09 13:40:31 -07:00
389605c344
allow specifying headers per request
2015-07-07 17:33:59 -07:00
89aa4575a5
properly pass port around
2015-07-02 14:53:52 -07:00
878a3e41ce
strip timeout override left from debugging
2015-07-02 13:07:27 -07:00
863cb7a61c
clear the snapshot repos after every doc
2015-07-02 13:05:06 -07:00
c1f584cd3e
added snapshot paths to the esvm config
2015-07-02 13:05:05 -07:00
f52a59acc6
move version rationalization to it's own class
2015-07-02 13:05:05 -07:00
cfe5ef44a2
Merge pull request #236 from pjcard/patch-1
...
Possible inconsistencies
2015-07-02 10:57:08 -07:00
2c3ce2a800
update apis
2015-07-02 08:15:55 -07:00
3d037e53d6
Possible inconsistencies
...
I'm guessing that the exclamation mark and time are incorrect based on the statement above the code.
2015-07-02 15:03:23 +01:00
0f9b1f6c85
Merge pull request #235 from ycombinator/fix-syntax-typo
...
Adding missing comma
2015-07-01 17:28:16 -07:00
fc23deaf95
Only committing relevant generated artifacts
2015-07-01 17:11:36 -07:00
822ddd18cf
Revert "Committing generated artifacts"
...
This reverts commit 0a7a45d86a .
2015-07-01 13:50:10 -07:00
0a7a45d86a
Committing generated artifacts
2015-07-01 13:18:48 -07:00
1538bca051
Fixing typo in the correct place
2015-07-01 13:17:07 -07:00
ff3ba8793c
Adding missing comma
2015-07-01 11:57:54 -07:00
73c7a98fab
Adding 429 HTTP status code
2015-06-30 07:28:41 -07:00
a1e31de711
update lodash and grunt-esvm
2015-06-22 09:56:30 -07:00
96429a262a
updated generate script to find specs in new location
2015-06-22 07:34:03 -07:00
64fe534cf1
update apis
2015-06-17 11:19:55 -07:00
3037bc7c72
Update CHANGELOG.md
2015-06-11 10:13:28 -07:00
626a30164a
added ms as a possible interval unit
2015-06-10 14:57:57 -07:00
0148b541b0
remove discover.zen.ping_timeout setting from master
2015-06-09 14:37:05 -07:00
38b65d4565
version 5.0
2015-06-09 10:25:06 -07:00
63564402da
update grunt-esvm
2015-06-08 16:25:53 -07:00
6436219987
Merge pull request #223 from elastic/clintongormley-getting-started
...
Update quick_start.asciidoc
2015-06-08 08:25:24 -07:00
6871d4bc0d
Update quick_start.asciidoc
...
Fixed the example with the filtered query, missing the top-level `query` parameter
2015-06-08 11:45:24 +02:00
eebd7d117b
regenerate api docs
2015-06-05 13:56:12 -07:00
d56578b774
Merge pull request #222 from zoellner/patch-1
...
Update api_methods.asciidoc
2015-06-05 13:54:45 -07:00
4003840ca9
applied to correct file:
...
updated client.percolate examples to work with latest (reflecting changes to Percolator API as described here: https://www.elastic.co/blog/percolator-redesign-blog-post )
2015-06-04 17:32:27 -07:00
0daa7d48b1
Revert "Update api_methods.asciidoc"
...
This reverts commit 09aab06698 .
2015-06-04 17:32:04 -07:00
4c05849a48
added 1.6 apis
2015-06-03 16:49:38 -07:00
09aab06698
Update api_methods.asciidoc
...
updated client.percolate examples to work with latest (reflecting changes to Percolator API as described here: https://www.elastic.co/blog/percolator-redesign-blog-post )
2015-06-03 15:09:40 -07:00
c025fd52f4
update docs for 06205f3
2015-06-02 15:32:21 -07:00
06205f313e
extend fitler_path support to 1.x api
2015-06-02 15:31:40 -07:00
2b0d30cefb
regenerate apis
2015-06-02 11:23:18 -07:00
5e1da82688
added filterPath support to master api and enhanced yaml testing
2015-06-02 11:23:04 -07:00
7d14e7d24e
remove api method index
2015-05-26 08:41:24 -07:00
91f7b91d7e
remove params heading, use bold type instead
2015-05-26 07:16:12 -07:00
089797b54d
update apis
2015-05-26 07:15:55 -07:00
7a8d5cbe03
Update license attribute
...
specifying the type and URL is deprecated:
https://docs.npmjs.com/files/package.json#license
http://npm1k.org/
Updated to "Apache-2.0" per https://spdx.org/licenses/
2015-05-20 16:34:12 -07:00
52cb11fb21
fix branch names in README badges
2015-05-19 20:49:45 -07:00
7d793ea061
Merge branch '4.0' of github.com:elastic/elasticsearch-js
2015-05-19 20:48:17 -07:00
deb4f2d259
version 4.1
2015-05-19 20:38:35 -07:00
053dd21dd3
[lodash] prevent lodash from detecting amd loaders
2015-05-19 16:13:30 -07:00
a1ad82d9fe
[docs] apply https://github.com/elastic/elasticsearch-js/pull/216
2015-05-19 15:12:08 -07:00
923f20dccd
[docs] updated configuration docs with plugin info and fixed some spelling
2015-05-19 14:27:42 -07:00