7c3e5aefcd
https://github.com/elastic/elasticsearch-js/issues/357 - fixing separated spelling error
2016-02-06 00:21:01 -07:00
4e479599a7
[transport] document Transport#setHosts()
2016-02-04 12:15:29 -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
54033c9019
[Transport/request] document all params
...
(cherry picked from commit c85669a8cc )
2016-01-29 17:17:20 -07:00
e255333b67
Merge pull request #350 from scotchfield/react-note
...
Add a note pointing to the React browser example
2016-01-29 17:16:22 -07:00
f4abb64091
Merge pull request #351 from scotchfield/contrib-spelling
...
Contributing spelling issues
2016-01-29 17:15:18 -07:00
8c1321d13d
Fix for two spelling issues
2016-01-27 22:42:11 -05:00
eeae32eae1
Add a note pointing to the React browser example
2016-01-27 22:28:33 -05:00
09a3393b23
[docs/msearch] fix example
2016-01-26 09:26:23 -07:00
05263b487c
[generate/docs/examples] allow overriding individual example files based on version
2016-01-26 09:12:07 -07:00
010a8b186f
Merge pull request #346 from damienleroux/patch-1
...
Update host.js => window.location is not defined
2016-01-26 08:33:05 -07: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
1544ef84c3
[doc] transport#request(query) allows strings
...
(cherry picked from commit 0d25167425 )
2016-01-15 13:52:02 -07:00
2a83519406
[changelog] update
...
(cherry picked from commit f76140e526 )
2016-01-10 15:42:52 -07:00
d79a1f02ea
[release] update bower repo url
2016-01-10 15:42:38 -07:00
b6d7ab4d75
[changelog] update
2016-01-10 15:34:48 -07: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
71991b82be
Merge pull request #336 from jmm/log-early-return
...
Perform early return in Log ctor.
2016-01-10 14:07:12 -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
0d0c2220b5
bump to 11.0.0-snapshot
2016-01-08 14:37:59 -07:00
184a784711
version 10.1.0
2016-01-08 14:34:42 -07:00
67eec2e62f
updated changelog
2016-01-08 14:33:52 -07: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
b1a137b343
upgrade uglify to improve compressed size
2016-01-08 14:21:26 -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
0e3fe1586f
[errors] ensure that error.status is always a number when defined
2016-01-05 14:25:14 -07:00
964b7ae24e
added tasks.list api
2016-01-05 13:12:32 -07:00
809f545dee
[config/docs] move createNodeAgent section up
2016-01-05 10:18:21 -07:00
04dfa9deef
add some tests to make sure the createNodeAgent config works
2016-01-05 10:09:13 -07:00
8bed4a85ec
[config][connection] allow overwriting connections agents
2016-01-05 10:04:24 -07:00
2bc9605d09
update to latest grunt-esvm, fixes linux dev installs
2016-01-05 08:50:30 -07:00
f10bcfcd45
added 2.2 apiVersion
2016-01-04 10:44:34 -07:00
5fd9c7da49
fix count() example
2016-01-04 10:08:14 -07:00
f140745527
fix recursive value replacement
...
The recursive search for $vars was naively using `typeof` to determing if something is an object, which of course failes on `null`...
2015-12-30 18:12:07 -07:00
54159e72e3
updated grunt-esvm
2015-12-30 17:38:26 -07:00
4d77b2b022
update apis
2015-12-30 14:53:42 -07:00
cce2830371
Merge pull request #317 from danpaz/add-bodybuilder-to-docs
...
Add bodybuilder to list of query building libraries.
2015-12-16 22:26:43 -07:00
b1fbfc3286
Add bodybuilder to list of query building libraries.
2015-12-12 18:21:24 -05:00
bf8ef6e503
Merge pull request #289 from saschagoebel/master
...
Always send Content-Length header. Fixes compatibility issues with el…
2015-11-30 10:32:08 -06:00
48667b2201
Mock setHeader to avoid multiple done() calls.
2015-11-30 13:56:47 +01:00