Commit Graph

1164 Commits

Author SHA1 Message Date
a3d718d6d9 added support for dynamic_scripting to bash scripts 2014-05-22 08:55:23 -07:00
c1f1f40194 set the 1.2 API to actually be used as the default 2014-05-22 08:26:58 -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
531ceb00d2 version 1.2 is now the default API, and is available in the client 2014-05-21 12:31:54 -07:00
2266c4eb13 update the bower repo's package.json file as well as it's bower.json 2014-05-19 11:51:30 -07:00
1bcc5849e0 version 2.1.6 2014-05-19 11:42:16 -07:00
33b19ab634 forgot to exclude _elasticsearch directories from npm 2014-05-19 11:41:19 -07:00
928692d5cc version 2.1.5 2014-05-19 11:35:07 -07:00
9e622fef1e Merge pull request #105 from spenceralger/2.1
update 2.1 with changes from master
2014-05-19 11:33:16 -07:00
ac60bfa7c5 Merge remote-tracking branch 'upstream/master' into 2.1
Conflicts:
	docs/api_methods_1_x.asciidoc
	docs/browser_builds.asciidoc
2014-05-19 10:18:36 -07:00
512516c73f udpated the log generator to pause when there is a bulk queue overflow 2014-05-19 10:12:00 -07:00
37d7877f7a updated the options/defaults for apiVersion in the configuration docs. 2014-05-19 10:08:12 -07:00
f0f14b3bb5 added some complex fields to the log generator 2014-05-13 09:43:02 -07:00
6e2f97ef3f added the cat.fieldata api's 2014-05-09 11:52:55 -07:00
0bdb424d40 added a link directly to the browser_builds page 2014-05-08 18:11:56 -07:00
dbf2de3319 push browser_buils to their own page 2014-05-08 17:43:27 -07:00
81ecbd5be3 fixed asciidoc id 2014-05-08 17:27:02 -07:00
cbb7182965 moved browser-builds section to their own page/file and modified verbiage about IE9 2014-05-08 17:24:35 -07:00
007e9ac5a0 quit testing that the unit tests run in ie9 2014-05-08 17:23:06 -07:00
1a383aced5 added a new RequestTypeError class that connectionClasses can throw to prevent a request from being retried and respond directly to the user. 2014-05-08 17:12:20 -07:00
73203256d2 moved browser-builds section to their own page/file and modified verbiage about IE9 2014-05-08 17:11:35 -07:00
cc6ff367be updated browser_client tasks to only run the build once durring release, and added a call to npm publish when publishing the bower component 2014-05-06 13:32:06 -07:00
9fdc3e8982 Since the from property is doing this from: (pageNum - 1) * perPage, logic, I think the default for pageNum should be 1. Otherwise it would results it -15 when pageNum and perPage are defaults. 2014-05-06 12:06:22 -07:00
8b6c8b7273 Merge pull request #99 from doowb/patch-1
Update quick_start.asciidoc
2014-05-06 12:03:53 -07:00
e0de5d1f31 Update quick_start.asciidoc
Since the `from` property is doing this `from: (pageNum - 1) * perPage,` logic, I think the default for `pageNum` should be `1`. Otherwise it would results it `-15` when `pageNum` and `perPage` are defaults.
2014-05-06 11:57:43 -04:00
c793360d9c updated mocha and angular. 2014-05-05 15:48:12 -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
f54826fa6b updated APIs 2014-05-05 10:24:12 -07:00
1e8805ada3 removed 'unstable' api docs 2014-05-05 10:23:47 -07:00
5edcab1d39 Fixed a link to the deprecated indices-status method 2014-05-05 12:03:24 +02:00
dfca8f574f fixed stupidly specific test 2014-05-02 09:52:11 -07:00
611be9d616 allow stack traces in the browser 2014-05-02 09:26:31 -07:00
6ca4fca6cc use long-notation for defining deps in the angular connector 2014-05-02 09:26:14 -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
fa6599498c Merge branch 'master' of github.com:elasticsearch/elasticsearch-js into 2.1 2014-04-29 14:41:38 -07:00
3d2b080049 enable scripting on master/1.x nodes, removed the indices.status() method from the master branch 2014-04-29 14:41:11 -07:00
d84e39f677 Merge pull request #92 from victorquinn/patch-1
Fix minor typo in the docs: upcomming: upcoming
2014-04-28 10:56:49 -07:00
810adc9cbd Update api_methods.asciidoc
Fix a minor typo in the docs: upcomming -> upcoming
2014-04-28 11:58:23 -04:00
546e23820b updated link to jenkins 2014-04-25 17:17:14 -07:00
35003b122b Updating API and log generator 2014-04-25 16:20:25 -07:00
c5ea877e3b updated angular build to add $invoke to the config (rather than and ) so that other components can define their dependencies in the component. 2014-04-25 16:20:11 -07:00
2104c692ab switched to tilde notiation for relative package versions 2014-04-25 16:20:11 -07:00
5f10281d17 additional options added for update's version param. 2014-04-25 16:16:26 -07:00
00fdc86315 stop failing the build because of overworked/slow es test servers 2014-04-25 14:45:24 -07:00
6b1292cd9a Update api_conventions.asciidoc 2014-04-25 07:56:19 -07:00