Commit Graph

435 Commits

Author SHA1 Message Date
bd93eb0c15 Update APIs to 8.5-SNAPSHOT 2022-11-02 21:28:03 -05:00
1088053816 Update APIs for 8.5-SNAPSHOT 2022-10-28 15:57:24 -05:00
9fa98b4b5b Remove unnecessary ts-expect-error
Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
2022-09-27 07:52:23 -05:00
f96e80c575 Fix docs URLs to use '8.5' instead of 'master' 2022-09-27 06:41:15 -05:00
8f9ed67fda Update APIs to 8.5.0-SNAPSHOT 2022-08-15 10:40:56 -05:00
24890fd11d Changelog for 8.2.1 (#1703) 2022-05-25 18:15:47 +02:00
33e0873ecf API generation 2022-05-23 16:33:56 +02:00
96b5b8eaba More lenient parameter checks (#1662) 2022-03-30 13:34:36 +02:00
720b5b449b API generation 2022-03-23 11:31:34 +01:00
3e79c8e825 Remove custom kibana interface (#1633) 2022-02-24 11:37:33 +01:00
d01582803c Fix onFlushTimeout timer not being cleared when upstream errors (#1616) 2022-02-24 11:29:20 +01:00
e7c5b3dafa API generation 2022-02-24 11:11:52 +01:00
03ecf707c9 API generation 2022-02-11 14:30:43 +01:00
a0c5c98a99 Upgrade transport (#1618) 2022-02-11 09:19:34 +01:00
048ad273b2 API generation 2022-01-12 11:24:26 +01:00
16cefd8383 API generation 2022-01-10 15:52:18 +01:00
b3c24659d8 API generation 2021-12-17 10:08:12 +01:00
4ad5daeaf4 Aggregations should be a generic in responses (#1596) 2021-12-16 17:49:05 +01:00
dbfc8fc4d1 Propagate bulk helper document generic (#1606) 2021-12-16 16:45:48 +01:00
748b45e2ca Updated imports 2021-11-23 14:10:05 +01:00
fbaee7f54f API generation 2021-11-23 14:08:33 +01:00
76659b604f API generation 2021-11-03 14:28:43 +01:00
853fe27505 Support params.body as string. (#1585) 2021-10-25 19:06:44 +02:00
a5a0a1c589 Do a shallow clone copy of the body when the body key is defined (#1584) 2021-10-25 16:56:33 +02:00
a397d708a3 API generation 2021-10-25 15:57:56 +02:00
66222f0111 API generation 2021-10-25 09:32:19 +02:00
0b965c8c4d API generation 2021-10-21 09:50:21 +02:00
87ce166df1 API generation 2021-10-20 21:31:27 +02:00
1e1ac6a203 API generation 2021-10-20 17:32:28 +02:00
875f969ef8 enable type check for d.ts files (#1569) 2021-10-20 09:00:30 +02:00
dc74a80402 API generation for v8 (#1571) 2021-10-20 08:08:07 +02:00
4492532727 Update unknown parameter handling. (#1568) 2021-10-18 16:01:55 +02:00
070b9d75b9 pre-8.0 improvements (#1567) 2021-10-18 12:21:37 +02:00
dfddfecfb2 Fixes in custom Kibana type def (#1559) 2021-10-14 15:15:51 +02:00
1a227459f0 Elasticsearch v8 (#1558) 2021-09-30 09:45:04 +02:00
6b69e17b21 Clean master 2019-03-13 13:35:34 +01: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
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
e44404bd05 [apis] generate 2019-01-09 13:20:44 -08:00
ec0514cf59 [apis] regenerate 2018-10-29 12:21:37 -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
d26c91c840 Fix: Serialization does not handle non-enumerable properties in Node versions < 5.x (#677) 2018-07-03 12:08:17 -07:00
15422ddbed [apis] regenerate 2018-07-03 09:42:31 -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
898913545a [eslint] fix no-unused-expressions violations 2018-05-14 12:06:03 -07:00
3c692c1f6e [apis] regenerate 2018-05-14 12:01:48 -07:00
4156feca27 remove deepMerge util 2018-05-14 11:42:47 -07:00
f1de944809 Upgrade to lodash v4 (#660)
* npm install lodash-2

Someone handily published a lodash-2 v4.17.4 - it is exactly the same as lodash v4.17.4, so it is safe to use during the migration.

* use lodash-2 in tests

* update tests to split utils vs lodash

* remove Utils.nextTick usage

Utils.nextTick with a single argument is the same as process.nextTick

* lowercase utils

Because it seems that this is the coding style in this repo

* upgrade lodash in grunt/*

* keep lodash-2 as a dev dep for now

* use lodash-2 in scripts

* use snakeCase from utils

It was a mistake in my previous commit to not update this usage

* fix naming gruntUtils vs utils

As all three - gruntUtils, utils and lodash (_) are getting passed into templates, it makes sense to keep the naming consistent

* fix naming gruntUtils vs utils

As all three - gruntUtils, utils and lodash (_) are getting passed into templates, it makes sense to keep the naming consistent

* split utils vs lodash in scripts/generate

Also use lodash-2 where it is easy to do so

* use utils.get until lodash upgrade

* remove lodash.isempty; lodash-2 now used in prod (in src/lib/apis/ code)

* unbundle lodash from utils

* upgrade to lodash 4

* remove lodash.get and lodash.trimEnd

* clean out unused code

* clean out unused code

* fix a breaking change listed under "notable changes" rather than under "breaking changes"...
2018-05-14 11:37:23 -07:00
3109b40fd6 [apis] regenerate 2018-04-03 09:50:05 -07:00
bd064aff6b [apis] regenerate 2018-03-28 13:59:32 -07:00