50fdaea949
add acorn dev dep, required as a peer by a few packages
2019-07-10 07:26:37 -07:00
58a29395e2
remove packages to get npm audit to pass ( #11 )
...
* remove packages to get `npm audit` to pass
* fix grunt.config.init() call lost in split up
* remove integration tests, they don't work and nobody is running them
* fix upload_to_s3 task after refactor
2019-07-10 07:22:27 -07:00
7c1573fb07
Use standard and prettier ( #10 )
...
* switch from custom eslint config to standard + prettier
* fix new standard eslint violations
* add editorconfig file
* auto-fix all other violations
* update lint yarn script
* remove jshint comment
2019-07-09 13:24:13 -07:00
f69840c50f
version 16.2.0
2019-07-03 10:26:35 -07:00
34b7c55115
[apis] regenerate
2019-07-03 10:24:22 -07:00
1eac96966c
update branches for recent versions
2019-07-03 10:13:01 -07:00
2434247095
version 16.1.1
2019-06-04 08:36:15 -07:00
9e1b3a0059
Update README and links ( #5 )
...
Update README and links
2019-06-04 17:32:12 +02:00
ccdfa59842
Merge branch '16.x' into update-readme
2019-06-04 17:32:03 +02:00
cc670edd88
version 16.1.0
2019-05-29 19:13:03 -07:00
8fbcf3b6af
[apis] regenerate
2019-05-29 19:11:35 -07:00
a7c33b5737
default apiVersion is now 7.1, add support for 7.2
2019-05-29 19:11:25 -07:00
35bfca75b4
Updated homepage and repository fields
2019-05-24 18:31:01 +02:00
c070cf32b1
Updated changelog url
2019-05-24 18:30:47 +02:00
9bb06c1058
Updated README.md
...
- Added a note about the new JS client
- Updated documentation links
2019-05-24 18:27:50 +02:00
4e0f785e89
Docs: Fix link in changelog ( #797 )
...
The changelog had a link to `/current/configuration.html` which isn't in
the current version of the docs anymore. This changes the link from a
fully qualified link to an in-book link.
(cherry picked from commit ba6912cb82 )
2019-05-02 11:10:05 -07:00
027956bac1
Make legacy docs asciidoctor compatible ( #793 )
...
* Make legacy docs asciidoctor compatible
This modifies the legacy client documentation so that it is is
compatible with Asciidoctor. With these changes asciidoctor renders the
same way as asciidoc, module spacing and a couple of auto-generated ids.
I'm willing to ignore the auto-generated anchors because these are
legacy docs.
* Updated configuration template
(cherry picked from commit d699045504 )
2019-05-02 11:09:51 -07:00
110d5f42e5
version 16.0.0
2019-05-02 06:31:13 -07:00
ecf61ecdef
[apis] regnerate
2019-05-02 06:30:35 -07:00
c6b9c2c95f
[apis] trim supported branch list
2019-05-02 06:29:37 -07:00
acaab8358d
version 15.5.0
...
(cherry picked from commit 9f4cf142aad61241fdf73a599c93daa9aca4a3cc)
2019-05-02 06:27:29 -07:00
7b1f726beb
Update branches to include 6.8 and 7.1 ( #2 )
...
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co >
2019-05-01 16:32:18 -07:00
7443cf577f
version 15.4.1
...
(cherry picked from commit 3c370f60fa9913200df43fc96ae0969be9bb48d7)
legacy
2019-02-06 13:42:16 -06:00
b5986bef4f
[apis] add upcoming branches and drop old 5.x branches
...
(cherry picked from commit ef0bc698a42cfbe172bc8c990454b9ed9fe59770)
2019-02-06 13:42:07 -06:00
fd4b0f7de7
version 15.4.0
...
(cherry picked from commit bfd03f17924c8c512014cbfd00407f43b9c06c84)
2019-02-06 13:41:19 -06:00
94f84ca1fa
update branches to include 6.6 and 6.7
...
(cherry picked from commit b111e9070c574362c00c8be89407b8064728ea57)
2019-02-06 13:41:13 -06:00
19fe5e442d
version 15.3.1
...
(cherry picked from commit ced3bf3a62 )
2019-02-06 13:41:01 -06:00
0d07233b46
[connectors/http] prevent errors caused by multi-byte characters in paths ( #756 )
...
* [connectors/http] catch errors caused by multi-byte paths
* Check url validity before to run the request
* Updated test
2019-01-23 13:29:42 -08:00
a25a8d996e
update changelog
...
(cherry picked from commit 5d617474b7 )
2019-01-09 13:26:47 -08:00
e44404bd05
[apis] generate
2019-01-09 13:20:44 -08:00
5ff7686bcb
add 6.6 branch, make 6.5 the default
2019-01-09 13:19:45 -08:00
8bf185bd5b
[docs/config] use definition list with bold defs to fix #735
2018-11-30 11:54:28 -08:00
40a9404ebb
Document serializer configuration option ( #727 )
...
* Document serializer configuration option
* Improve serializer configuration doc verbiage
2018-11-12 16:39:08 -08:00
915e4ca432
version 15.2.0
...
(cherry picked from commit 29c338193a )
2018-10-29 12:32:18 -07:00
ec0514cf59
[apis] regenerate
2018-10-29 12:21:37 -07:00
11d8504d79
add 6.4 and 6.5 branch support, 6.4 is the new default
...
(cherry picked from commit 2ee5166555 )
2018-10-29 12:21:04 -07:00
a7107b8425
Add initial structure for running tests on clients-ci ( #717 )
...
In order to migrate to running tests on https://clients-ci.elastic.co/ ,
we'll need to establish some conventional structure for controlling the
Jenkins jobs. The first convention is a build script that Jenkins will
execute, and the second will be a definition of the matrix axes values
to cover the version combinations that we'd like to test.
Having those two items defined within the repository means that only
minimal tweaking of the actual Jenkins job itself will be required in
the future.
2018-10-26 17:59:26 +01:00
714bc44435
remove dead percolator link ( #716 )
2018-10-24 10:31:49 -07:00
f26d402725
Fix typo: "Integrer -> Integer" ( #715 )
...
(cherry picked from commit 559ed04e4a )
2018-10-23 18:38:58 -07:00
277d33715c
[ping()] determine ping timeout at runtime ( #679 )
...
* [ping()] determine ping timeout at runtime
* generate
* single line
* remove pingTimeout param
* [docs] Add note about pingTimeout priority
* remove default ping requestTimeout test
* add test
2018-09-24 11:48:03 -05:00
3a56e02ae6
[package] remove accidental duplicate branch name
2018-07-03 12:39:45 -07:00
0a924eb0f1
[lodash] fix missed _.flattenDeep() upgrade
2018-07-03 12:36:26 -07:00
2d4fe2f83a
bring over changes from version 15.1.1
...
(cherry picked from commit bd7dbe7845 )
2018-07-03 12:14:05 -07:00
d26c91c840
Fix: Serialization does not handle non-enumerable properties in Node versions < 5.x ( #677 )
2018-07-03 12:08:17 -07:00
40f43838dd
bring over changes from 15.1
2018-07-03 09:53:32 -07:00
15422ddbed
[apis] regenerate
2018-07-03 09:42:31 -07:00
6d5f535236
add support for 6.3 api
2018-07-03 09:42:23 -07:00
9c98262b87
📖 fix badly-formatted link in logging docs
2018-06-11 09:47:47 -07:00
83a464ac66
Update docs to use async/await ( #667 )
...
* [docs] update readme and examples to use async/await
* [apis] regenerate (including updated examples)
2018-05-23 14:31:34 -07:00
a187ed6298
upgrade node version for dev
2018-05-21 09:57:56 -07:00