Clinton Gormley
1ca11b11e4
[SPEC] Fixed cluster.get_repository spec
...
Badly named endpoint
2014-01-16 19:43:58 +01:00
Clinton Gormley
fa6e8abf48
[SPEC] Fixed cat.* spec files - were missing the endpoints
2014-01-16 19:43:58 +01:00
Clinton Gormley
c5942a4ff8
[TEST] Fixed mget test which used deprecated refresh flag
2014-01-16 19:43:58 +01:00
b.hwang
471853c649
Merge pull request #4714 from mrsolo/features/thirdparty
...
third party library license information extractor for logstash
2014-01-16 09:38:38 -08:00
b.hwang
52e640dbd9
Merge pull request #4747 from mrsolo/features/test_randomization
...
Add randomization logic for assert. Tests will have 10% chance running with assertion disabled.
2014-01-16 09:35:51 -08:00
Clinton Gormley
64f0361f5e
[SPEC] Fixed file name, missing .json
2014-01-16 17:12:39 +01:00
Clinton Gormley
e9b14ff636
[SPEC] Separated info.json into info and ping.json (GET vs HEAD)
2014-01-16 17:07:47 +01:00
Clinton Gormley
04b6dd9d0c
[SPEC] Moved the cat API into its own namespace and added missing qs params
2014-01-16 17:06:03 +01:00
Clinton Gormley
84e2e1c177
[SPEC] Renamed snapshot/restore apis
2014-01-16 16:32:39 +01:00
Alexander Reelsen
1b8e1f5595
RPMs: Add timeout to shutdown with KILL signal
...
If the thread pools of an elasticsearch node cannot be shutdown
immediately, a wait of 10 seconds is added. This clashes with the
RPM scripts, as by default the init functions wait for 3 seconds
for a service to shutdown before a KILL signal is sent, resulting
in an unclean shutdown - not from an elasticsearch point of view,
but from init system point of view, as some lock files are left
around.
In order to prevent this the init script as well as the systemd
configuration now feature the same timeout than the debian package,
which is 20 seconds.
The await statement, which causes the 10 second delay can be found in
InternalNode.close()
2014-01-16 16:14:25 +01:00
Clinton Gormley
23a1fd795b
[SPEC] Fixed bad JSON in indices.open
2014-01-16 15:33:09 +01:00
Clinton Gormley
b7d4b30ad7
[SPEC] Added indices.exists_template.json
2014-01-16 15:29:50 +01:00
Clinton Gormley
5856378866
[SPEC] Added local to indices.get_mapping and indices.get_field_mapping
2014-01-16 15:29:50 +01:00
Clinton Gormley
555dbfd4b3
[SPEC] Added force to indices.refresh
2014-01-16 15:29:50 +01:00
Clinton Gormley
ec3b19a866
[SPEC] Removed refresh from indices.flush and indices.optimize
2014-01-16 15:29:50 +01:00
Clinton Gormley
c3813ceb71
[SPEC] Added empty path to indices.open and indices.close
2014-01-16 15:29:50 +01:00
Clinton Gormley
d24994e4b4
[SPEC] Removed percolate from update
2014-01-16 15:29:50 +01:00
Clinton Gormley
056609b46c
[SPEC] Added timeout, master_timeout to cluster.get_settings and cluster.reroute
2014-01-16 15:29:50 +01:00
Clinton Gormley
e86bfdae46
[SPEC] Removed percolate from index.json
2014-01-16 15:29:49 +01:00
Clinton Gormley
93cd53b8cf
[SPEC] Added _source, _source_include, _source_exclude to get_source
2014-01-16 15:29:49 +01:00
Clinton Gormley
8d3eba3035
[SPEC] Added version, version_type to get and get_source
2014-01-16 15:29:49 +01:00
Clinton Gormley
c66c9ff379
[SPEC] Added cluster.pending_tasks.json
2014-01-16 15:29:49 +01:00
Clinton Gormley
3bbab4c106
[SPEC] Added cluster.stats.json
2014-01-16 15:29:49 +01:00
Clinton Gormley
00ed78f3d6
[SPEC] Added cluster.repositories.* and cluster.snapshots.*
2014-01-16 15:29:49 +01:00
Clinton Gormley
500d6f7098
[SPEC] Added cat.json
2014-01-16 15:29:49 +01:00
Clinton Gormley
e613ecf9b4
[SPEC] Added the routing and timeout params to bulk
2014-01-16 15:29:49 +01:00
dpen2000
bb19412122
[DOCS] Fixed typo in frontends.asciidoc
2014-01-16 13:19:51 +01:00
Clinton Gormley
c4713b1022
[SPEC] Added human flag to:
...
* cluster.node_info
* cluster.node_stats
* indices.segments
* indices.stats
* indices.status
2014-01-16 12:42:02 +01:00
Clinton Gormley
8cb091e55d
[DOCS] Tidied up asciidoc for migration page
2014-01-16 12:22:05 +01:00
Luca Cavanna
4126ae2631
[DOCS] updated json responses after #4310 and #4480
...
- Removed "ok": true from response examples
- Added "created" flag to index response examples
- Replaced exists flag with found in delete response examples
2014-01-16 12:01:39 +01:00
Luca Cavanna
3399f6926a
[DOCS] made it clearer that the _version is incremented by all write operations (deletes included)
2014-01-16 11:44:46 +01:00
Simon Willnauer
85ca6c6762
move to [1.0.0] SNAP
2014-01-16 10:28:38 +01:00
Martijn van Groningen
6dd5c80f04
Fixed test bug, was using value that wasn't generated.
2014-01-16 10:26:48 +01:00
Alexander Reelsen
bcfba8bc46
Added note to release script to announce on ML
2014-01-16 09:43:56 +01:00
mrsolo
661e9b91cf
assert randomization
...
add randomization to disable assert, 10% chance that test will run with
tests.assertion.disabled=org.elasticsearch
2014-01-15 16:27:46 -08:00
b.hwang
b358f13954
Merge pull request #1 from elasticsearch/master
...
sync with es/es
2014-01-15 15:55:48 -08:00
Igor Motov
4643f78098
[DOCS] Add documentation for URL repository
2014-01-15 13:13:16 -05:00
Clinton Gormley
3d4891321b
[DOCS] Minor changes to the breaking changes doc
2014-01-15 18:23:03 +01:00
Alexander Reelsen
c6155c5142
release [1.0.0.RC1]
2014-01-15 17:02:22 +00:00
Clinton Gormley
9e3f527721
[DOCS] Fixed asciidoc issue
2014-01-15 18:00:13 +01:00
Clinton Gormley
faddd66e87
[DOCS] Added breaking changes in 1.0
2014-01-15 17:50:24 +01:00
David Pilato
baf3bd9224
Don't fail plugin manager test when downloading an actual plugin
2014-01-15 17:10:11 +01:00
Alexander Reelsen
4d68d722a1
Added waiting for yellow cluster state in rest test
...
In order to prevent rare timing issue, where the creation
of an index happens in the cluster state too late and thus
results in empty mappings.
2014-01-15 17:03:30 +01:00
Clinton Gormley
12a095d797
[DOCS] Tidied up the multi-indices docs
2014-01-15 16:13:38 +01:00
Clinton Gormley
93ba3b5e70
[DOCS] Tidied up layout of setup docs
2014-01-15 15:09:34 +01:00
Lee Hinman
3062e59f51
[DOCS] Fix default setting in circuit breaker documentation
2014-01-15 07:05:05 -07:00
Alexander Reelsen
353d599d05
Increased max map pages for systemd to align with init.d settings in packages
2014-01-15 14:57:00 +01:00
Clinton Gormley
a0b993e2dc
[DOCS] Tidied up cluster settings docs
2014-01-15 14:51:18 +01:00
Clinton Gormley
f8a427e266
[DOCS] Moved fielddata circuit breaker higher up the page
2014-01-15 14:00:08 +01:00
Britta Weber
2f115b8103
update rest spec to be consistent with recent changes
...
see issue #4071
2014-01-15 00:56:52 +01:00