ab5d8997b8
Remove Node.js v8 support ( #1402 )
2021-02-19 08:27:20 +01:00
973a98180a
[helpers] add support for transport options to all helpers ( #1400 )
...
Co-authored-by: spalger <spalger@users.noreply.github.com >
2021-02-18 16:33:08 +01:00
2409bd09e4
Fix CI ( #1399 )
2021-02-09 08:13:42 +01:00
618b244473
Prereleases in meta header should be displayed as p ( #1381 )
2021-01-19 08:10:27 +01:00
8aedb79419
Fix #1374 ( #1376 )
2020-12-16 10:42:46 +01:00
61eee69424
Added x-elastic-client-meta header ( #1373 )
2020-12-16 10:42:26 +01:00
33035901cf
Added new observability events ( #1365 )
2020-12-09 11:43:46 +01:00
502509cabc
Throw if the content length is too big ( #1355 )
2020-11-24 09:48:17 +01:00
959aee5903
Updated integration test cleanup code ( #1356 )
2020-11-19 11:24:50 +01:00
edd4f78bad
Handle connectivity issues while reading the body ( #1343 )
2020-11-10 18:16:25 +01:00
3d664def25
Fix integration test ( #1335 )
2020-10-15 08:54:13 +02:00
8ec40547fb
The agent function should take the Connection contructor options as argument ( #1332 )
2020-10-12 10:47:10 +02:00
ea009da3b6
Scroll search should clear the scroll at the end ( #1331 )
2020-10-12 10:46:51 +02:00
b8940533a9
Skip ulong integration test test ( #1325 )
2020-09-29 10:25:31 +02:00
4792203b8f
Test cloud id without kibana component ( #1313 )
2020-09-28 10:17:00 +02:00
7b11152a12
Fixed integration test runner ( #1318 )
2020-09-23 12:38:45 +02:00
a064f0f357
Improve child performances ( #1314 )
2020-09-23 11:31:09 +02:00
2894f14b7c
Improved cleanup yaml tests ( #1306 )
2020-09-14 17:34:02 +02:00
d6d7aeffb3
Integration test: Parse dates as string ( #1305 )
2020-09-14 11:51:11 +02:00
7f317d3321
Avoid the release of Zalgo ( #1295 )
2020-09-10 15:27:27 +02:00
96a54d0539
Fix maxRetries request option handling ( #1296 )
2020-09-10 15:22:33 +02:00
858616d6c6
Helper param fix ( #1284 )
...
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com >
2020-09-01 12:15:11 +02:00
26238634a7
Added proxy support ( #1260 )
2020-08-03 11:39:24 +02:00
51ab5b0b00
Updated license header (master) ( #1266 )
2020-07-23 12:26:56 +02:00
58117792de
Fix errors in type definitions ( #1263 )
2020-07-20 14:00:24 +02:00
1e8bcbebfe
Fixed type test
2020-07-15 15:48:18 +02:00
1592c4d575
Add ability to disable the http agent ( #1251 )
2020-07-13 15:07:51 +02:00
39cf023426
Add support for a global context option ( #1256 )
2020-07-13 14:36:53 +02:00
1a7727588e
Allow the client name to be a symbol ( #1254 )
2020-07-13 12:38:16 +02:00
34a9176fbf
Export a kibana restricted type definition ( #1239 )
2020-07-06 11:49:12 +02:00
8d7859d2e2
Improve child API ( #1245 )
2020-07-06 11:39:08 +02:00
aa7d7b02ad
Fixed transport.request querystring type ( #1240 )
2020-07-01 10:38:55 +02:00
d16781e379
ESM support ( #1235 )
2020-06-26 11:57:43 +02:00
b4d0dc87d3
Reorganized test and force 100% code coverage ( #1226 )
2020-06-15 08:37:04 +02:00
04d082cb49
Helpers: avoid allocating new timers ( #1224 )
2020-06-12 10:43:41 +02:00
8e077b46a7
improved test coverage ( #1222 )
2020-06-08 09:42:59 +02:00
b0e96f9644
migrated to FakeTimers ( #1221 )
2020-06-08 09:37:29 +02:00
7dfaa6c5b4
Improve helper concurrency ( #1214 )
2020-06-04 10:55:51 +02:00
80817a00f9
Added timeout support in bulk and msearch helpers ( #1206 )
2020-06-03 10:33:08 +02:00
1a25b623b0
Add multi search helper ( #1186 )
2020-05-25 15:37:01 +02:00
84217fc737
Use filter_path for improving the search helpers performances ( #1199 )
2020-05-25 14:25:32 +02:00
6f4127d87d
Updated skip list
2020-05-15 09:40:38 +02:00
191b8fb9fb
Force lowercase in all headers ( #1187 )
2020-05-14 16:10:18 +02:00
292218f946
Generate junit report ( #1165 )
...
* Enable junit report
* Added junit reporter utility
* Generate junit report
* junit reporter: store time in seconds
* Added skip reason in junit report
* Added missing end
* Fix skip serialize indentation
2020-04-23 08:25:49 +02:00
17959a41e1
Fix 1153 ( #1159 )
...
* Fix #1153
* Updated test
2020-04-14 18:14:27 +02:00
fd8f02b9df
Fix flaky test ( #1158 )
...
* Fix flaky test
* Fix #1154
2020-04-14 14:39:53 +02:00
6779f3b11a
Switched request and response generics position ( #1132 )
...
* Updated code generation
* Switched request and response generics position
* Updated test
* API generation
* Removed unused generics
* Test type definitions for callback style API as well
* Fix comments
* Fix conflict
* API generation
* Updated type def
2020-04-06 12:45:27 +02:00
e67b55d163
Do not retry a request if the body is a stream ( #1143 )
...
* Do not retry a request if the body is a stream
Refactored the trnasport.request method to not use stream for gzipping
the body, but use the callback API instead. The maxRetries will be 0 in
case of a stream body and cached the Accept-Encoding header.
* Updated dependencies
* Updated test
2020-04-06 12:16:21 +02:00
27a8e2a9bf
Updated abort behavior ( #1141 )
...
* Updated abort behavior
- Support for aborting a request with the promise api
- Aborting a request will cause a RequestAbortedError
- Normalized Connection class errors, now every error returned is
wrapped by the client errors constructors
* Updated test
* Updated docs
* Updated code generation script
* Renamed test
* Code coverage
* Avoid calling twice transport.request
2020-04-06 11:21:19 +02:00
df17fb99d0
Added async generator support in bulk helper ( #1138 )
...
* Added async generator support in bulk helper
* Updated test
* Updated docs
* Improved type definitions
* Updated onDrop callback type definition
2020-04-03 09:46:26 +02:00