661464eeec
Merge pull request #301 from spalger/refactor/Log.listenerCount
...
[Log] refactor the Log#listenerCount method
2015-11-16 15:45:12 -06:00
16ce988120
[Log] refactor the Log#listenerCount method
...
Previously the method would conditionally execute one or multiple code paths,
but now the implementation is chosen when the class is initialized and the language
was updated to not specify version numbers.
2015-11-16 15:39:06 -06:00
27b86048e1
Merge branch 'master' of github.com:elastic/elasticsearch-js into fix/leakingTimesInTransport
2015-11-16 15:30:37 -06:00
e97a570e07
Merge pull request #299 from spalger/npm/upgradeGruntEsvm
...
update grunt-esvm
2015-11-16 15:28:27 -06:00
50fa14d79c
Merge pull request #300 from spalger/fix/nodesToHostCallback
...
[transport] use the regex used by elasticsearch-py
2015-11-16 15:28:19 -06:00
4c106c11b0
[transport] fix test regex
2015-11-16 15:19:14 -06:00
015f55497a
[transport] split regex in two, so that capturing groups still align
2015-11-16 15:16:28 -06:00
eda443b5b6
[transport] maintain support for 1.x nodes formatted urls
2015-11-16 15:12:05 -06:00
7319b49df6
[transport] use the regex used by elasticsearch-py
...
See 24b4885240/elasticsearch/transport.py (L12)
2015-11-16 14:53:13 -06:00
bedf5c3537
[transport] prevent the transport from leaking timer id's
2015-11-16 14:51:18 -06:00
6f7e165ce1
Always send Content-Length header. Fixes compatibility issues with elasticsearch behind nginx.
...
See https://github.com/elastic/cookbook-elasticsearch/issues/38 or http://serverfault.com/questions/164220/is-there-a-way-to-avoid-nginx-411-content-length-required-errors
2015-11-06 09:36:19 +01:00
0a58307a0e
update grunt-esvm
2015-11-04 15:24:04 -06:00
4b7cd3d92f
move grunt-esvm to main deps
2015-11-04 14:54:32 -06:00
f821052ea5
Merge branch '9.0'
...
mit message to explain why this merge is necessary,
2015-11-04 14:51:29 -06:00
80d9194353
[extensions] add note about elasticsearch-scrolltoend
2015-11-04 14:50:38 -06:00
63e18525f9
[grunt] remove autp version picking from grunt
2015-11-04 14:49:18 -06:00
d108129a51
[grunt] simplify version task, just supply new version
2015-10-30 18:17:41 -05:00
d17d13823b
bump to 9.0.0-snapshot
2015-10-30 18:17:16 -05:00
813b7da921
version 9.0.0
2015-10-30 17:57:05 -05:00
3f0bc01eae
[apis] regenerate
2015-10-30 17:55:13 -05:00
df45a5d52e
change 2.0 to the default api version
2015-10-30 17:55:01 -05:00
eb90ccb806
[errors] when responding to a 401, pass through the www-authenticate header
2015-10-30 17:37:50 -05:00
f269d8b6ad
[errors] extend the names that errors can be found by
2015-10-30 17:12:42 -05:00
63d511ad27
[apis] regenerate
2015-10-27 10:40:28 -05:00
236cd91297
clean up snapshots serially to not trigger snapshot cleanup bug
2015-10-26 16:05:29 -05:00
b519e079a9
remove extra grunt-esvm entry in package.json
2015-10-26 13:22:07 -05:00
e428f54416
[apis] regenerated
2015-10-26 13:08:00 -05:00
81a1ca75a9
Merge pull request #284 from daugsbi/master
...
Fix typo in docs exits to exist
2015-10-23 13:02:37 -05:00
59158cb7ba
Fix typo in docs exits to exist
2015-10-23 17:56:41 +02:00
ab37b72cff
[apis] [docs] regenerate
2015-10-21 12:11:07 -05:00
7715b85f4e
[apis] regenerate
2015-10-21 09:08:42 -05:00
2af2e8cb39
add the new extensions page to the docs index
2015-10-19 12:17:20 -07:00
59d14bcbe2
[apis] add 2.1
2015-10-19 10:48:02 -07:00
50e0d8939a
[npm] update grunt-esvm
2015-10-19 08:08:37 -07:00
2c69d22dad
[apis] regenerated
2015-10-19 08:06:42 -07:00
3aefbbd0e5
[docs] added info about the http-aws-es extension
2015-10-19 08:04:29 -07:00
658c3af0cf
[docs] spelling error
2015-10-19 08:04:29 -07:00
9dc3815819
[docs] stop lying about coming soon
2015-10-19 08:04:29 -07:00
8fc692e9df
Merge pull request #276 from DrHofman/master
...
updated the browser dependancy for lodash
2015-10-19 06:51:23 -07:00
ad6b442d08
updated the browser dependancy for lodash
...
When using the module with browserify it fails to load the lodash dependancy with the latest version of npm, removing the relative path resolves this issue
2015-10-07 16:42:35 +02:00
284f61e2ee
Adding transport tests for domain callbacks
2015-10-06 17:02:51 +01:00
7faeada0f0
Handle callbacks within a domain
2015-10-06 15:26:09 +01:00
6a789754ea
[errors] tweak error messages to be more human readable
...
From: [index_not_found_exception] no such index, with: {"resource.type":"index_or_alias","resource.id":"logstash-2015.09.01","index":"logstash-2015.09.01"}
To: [index_not_found_exception] no such index, with { resource.type=index_or_alias resource.id=logstash-2015.09.01 index=logstash-2015.09.01 }
2015-09-25 15:36:45 -07:00
adf4654374
Merge pull request #219 from pdehaan/patch-1
...
Update license attribute
2015-09-24 14:23:56 -07:00
44ae1a5ba2
version 8.2.0
2015-09-17 13:24:01 -07:00
fc66381aee
added generation steps for all file which list api versions
2015-09-17 10:10:27 -07:00
8a0279397e
Merge pull request #270 from dsernst/patch-1
...
Fix 2014 typo
2015-09-15 17:30:18 -04:00
cb670ac886
Fix 2014 typo
2015-09-15 14:25:07 -07:00
2c4df236c5
regenerate docs after applying 5fc844b7c5
2015-09-14 07:56:41 -04:00
ac56e8efab
Fix scroll api documentation
...
This example does not work without: "search_type: 'scan'"
(cherry picked from commit 5fc844b7c5 )
2015-09-14 07:54:15 -04:00