28e73f8216
[api] regenerate
2016-10-26 19:09:33 -07:00
6bff09108b
[api] regenerate
2016-10-26 17:52:54 -07:00
d3bffda32d
[apis] regenerate
...
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co >
2016-08-18 11:47:24 -07:00
dc16822223
pass client instance to namespaceFactory
2016-07-20 15:57:54 -07:00
22febcbe38
[api] add the special "" option for refresh
2016-07-06 23:13:18 -06:00
21b21764bc
[client action] compare the options in an enum as strings
2016-07-06 22:32:36 -06:00
ca9f294bd3
[api] 2.x -> 2.4 & regenerate
2016-07-06 16:31:19 -06:00
241aaff012
Merge pull request #375 from orangejulius/use_json_stringify
...
Use JSON.stringify to log objects
2016-07-06 16:27:39 -06:00
1bdf71a050
Re-generate
2016-06-24 15:10:37 -07:00
cf6840feef
[apis] regenerate
2016-06-22 12:13:52 -07:00
4fed4599bd
[apis] regenerate
2016-05-20 13:55:37 -07:00
aae2f427a1
revert incorrect utils -> _ replacements
2016-05-19 14:39:27 -07:00
8ad271d81c
and finally, return to standard mo
2016-05-19 14:33:04 -07:00
ec06c51c5d
final sweep, moved everything to _v4
2016-05-19 14:23:33 -07:00
c7f6c09d8c
get the unit tests to pass
2016-05-19 09:09:31 -07:00
b2929de9d5
_.contains -> _.includes
2016-05-19 08:43:19 -07:00
ae615a0f2d
[apis] regenerate
2016-05-19 08:42:31 -07:00
68a8f712c8
fix eslint errors
2016-05-19 07:52:01 -07:00
3d1efa57a0
splip in lodash-migrate for debugging
2016-05-19 07:28:52 -07:00
290b682c95
[apis] regenerate
2016-05-19 05:38:28 -07:00
ed65122cc8
update eslint config, fix warnings
2016-05-03 09:28:46 -07:00
aab28e4fe4
[api] regenerate
2016-05-02 12:14:31 -07:00
070c714a82
[api] regenerate
2016-04-24 13:31:57 -05:00
24cad46ced
Merge pull request #371 from jonahharris/http-keep-alive-fix
...
Add proper support of http.Agent keepAlive
2016-04-13 02:12:34 -07:00
0139dbbfda
Merge branch 'master' of github.com:elastic/elasticsearch-js into non-poluting-promise-lib
2016-04-05 12:41:01 -07:00
3a54441be1
Merge pull request #385 from spalger/test/externalStreamLog
...
added test to ensure stream log could be configured
2016-04-05 09:41:56 -07:00
85776df630
[api] regenerate
2016-04-05 09:22:43 -07:00
a55ed2f2ba
[client/config/logger/test] added test to ensure stream log could be configured
2016-04-05 08:56:26 -07:00
9dfcc20bd9
Use JSON.stringify to log objects
...
There are two major advantages to JSON.stringify over util.inspect:
1.) JSON.stringify defaults to recursively printing deeply nested
objects.
2.) JSON.stringify output is JSON, meaning it can be taken directly from
the output and used wherever JSON is accepted. util.inspect output is
JSON-like, but also includes other annotation such as the types of
various values, as well as functions on objects.
2016-03-31 14:08:27 -04:00
6714ae55c6
[api] regenerate, set 2.3 to default
2016-03-30 12:06:13 -07:00
d577f4b9af
Add proper support of http.Agent keepAlive
2016-03-15 18:08:45 -04:00
e9ef6db2cd
[apis] regenerate
2016-02-20 12:59:30 -08:00
e081e6ab77
[promise] swap out promise-js due to https://github.com/elastic/elasticsearch-js/issues/345
2016-02-15 12:31:40 -07:00
7c3e5aefcd
https://github.com/elastic/elasticsearch-js/issues/357 - fixing separated spelling error
2016-02-06 00:21:01 -07:00
453cd9e1af
[transport] expose a method for updating the host list
2016-02-04 12:12:25 -07:00
916aca58c8
Fix #324
...
Added support for string hosts in ConnectionAbstract constructor.
Host constructor is used with supplied host string to create host object for ConnectionAbstract.
2016-01-31 12:40:01 +02:00
4e152d8b7d
Update host.js
...
window can be defined and yet window.location can be undefined: both "window" and "window.location" must be defined to access to "protocol" information
2016-01-20 11:42:39 +01:00
9ed1afbcd6
[nodesToHost] align with es.py host parsing behavior
2016-01-10 15:32:18 -07:00
65fab7550b
[api] regenerate
2016-01-10 15:08:44 -07:00
52af533ede
Merge pull request #330 from jmm/issue-226
...
Enhance HTTP connector / transport error messages with more detail
2016-01-10 14:29:20 -07:00
843265328f
Merge pull request #334 from jmm/transport-api-docs
...
Fix Transport request doc issues.
2016-01-10 14:08:04 -07:00
b48ec5c91c
Merge pull request #335 from jmm/log-docs
...
Corrections to log source docs.
2016-01-10 14:07:41 -07:00
8aa35d0b61
Perform early return in Log ctor.
2016-01-08 17:29:31 -05:00
2d92f3268e
Corrections to log source docs.
2016-01-08 17:05:04 -05:00
7696e0624a
Fix Transport request doc issues.
2016-01-08 16:27:36 -05:00
187ec62bbd
regenerate api files without jshint comments
2016-01-08 14:23:41 -07:00
bfcef3d242
make default api 2.1, include unstable branches in browser
2016-01-08 14:21:26 -07:00
d0d55f8f3e
switch from jshint to eslint
2016-01-08 14:21:26 -07:00
57238355a4
Enhance error message with more detail.
2016-01-08 13:42:49 -05:00
7d5b0395e6
Merge pull request #329 from spalger/implement/createNodeAgent
...
Implement createNodeAgent config
2016-01-07 09:14:54 -07:00