bf02b3d0e5
Add top level type error to error message ( #1468 )
2021-05-19 11:09:19 +02:00
52d68a0e83
Updated type definitions
2021-05-12 17:41:45 +02:00
791f2168a3
API generation
2021-05-12 17:38:05 +02:00
7b87db49ae
Merge branch 'master' of https://github.com/elastic/elasticsearch-js
2021-05-12 17:35:43 +02:00
623bd72910
Updated integration test helpers ( #1466 )
2021-05-12 15:12:49 +02:00
ce6c459eab
Bumped v8.0.0-canary.8
2021-05-03 16:56:33 +02:00
d5f61c7833
Catch HEAD errors ( #1460 )
2021-05-03 16:40:09 +02:00
dc2de57bd3
Improve response error message ( #1457 )
2021-05-03 16:38:58 +02:00
147560ba44
[DOCS] Reviews Client helpers section in the Node.JS book ( #1434 )
...
* [DOCS] Reviews Client helpers section in the Node.JS book.
* [DOCS] Changes link.
* Update docs/index.asciidoc
2021-04-27 11:21:15 +02:00
0d1e1c2613
API generation
2021-04-26 16:50:53 +02:00
265eb2b225
[DOCS] Adds Breaking changes from old client to Introduction. ( #1453 )
2021-04-26 16:25:40 +02:00
d1a5fc7cfa
Bumped v8.0.0-canary.7
2021-04-22 08:09:27 +02:00
04c56fe269
Updated ci configuration
2021-04-21 13:47:19 +02:00
d2f77e9944
Fix type definition
2021-04-19 09:32:32 +02:00
d188e24626
Fix type definition
2021-04-19 07:30:14 +02:00
e3c15d39de
Bumped v8.0.0-canary.6
2021-04-15 08:46:59 +02:00
6a6d8bc566
Updated new types export ( #1446 )
...
* Updated new types
* Updated new types
* Updated test
* Updated docs
2021-04-15 08:43:58 +02:00
6464fc69f1
Wrap inside array ndjson bodies in integration test ( #1444 )
...
* Wrap inside array ndjson bodies
* Fix path
* Use orignal api name
2021-04-08 18:26:45 +02:00
cb78bb408b
Bumped v8.0.0-canary.5
2021-04-07 19:39:42 +02:00
b22558f047
API generation
2021-04-07 19:38:41 +02:00
d7d55e1146
Updated code generation ( #1441 )
...
* Updated code generation
* Nit
2021-04-07 15:24:45 +02:00
4102a28a0b
API generation
2021-04-07 14:15:29 +02:00
7fdfa4834f
Expose the new type definition along with the current one ( #1440 )
2021-04-07 14:08:18 +02:00
052e138fbd
Updated integration test cleanup ( #1438 )
2021-04-02 18:12:12 +02:00
226d0e3498
Move integration test to artifact API ( #1436 )
2021-03-31 13:57:58 +02:00
9fa1e12bd3
[DOCS] Rearranges Examples section in Node.JS book ( #1425 )
2021-03-29 11:15:21 +02:00
7a3cfe7e23
Bumped v8.0.0-canary.4
2021-03-24 15:01:54 +01:00
f86a79cb26
New type definitions ( #1358 )
2021-03-24 14:50:46 +01:00
430de17007
Integration test: Fix yaml parser and crash on failure ( #1423 )
...
* Fix yaml parser and crash on failure
* Log response in case of ResponseError
* Updated cleanup
* Updated skip list
* Updated skip list
* Updated skip list
2021-03-24 07:52:54 +01:00
609da06fef
[DOCS] Fix readme links ( #1421 )
...
* [DOCS] Fix links in README
* [DOCS] Update link to moved Authentication page
2021-03-22 18:08:16 +01:00
c96c41dc43
API generation
2021-03-22 11:55:14 +01:00
ab3e809fc2
fix(TransportRequestPromise): add finally method to TransportRequestP… ( #1415 )
...
* fix(TransportRequestPromise): add finally method to TransportRequestPromise interface
* fix(TransportRequestPromise): add finally method to transportReturn object
* fix(TransportRequestPromise): add finally method tests
2021-03-22 11:50:15 +01:00
6a30cd9955
Disable prototype poisoning option ( #1414 )
...
* Introduce disablePrototypePoisoningProtection option
* Updated test
* Updated docs
* Fix bundler test
2021-03-15 08:51:45 +01:00
36eaed6466
[DOCS] Adds Integrations section to Node.JS docs ( #1407 )
...
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com >
2021-03-10 17:13:15 +01:00
22ece32c5c
Fix test bundler ( #1417 )
...
* Updated .gitignore
* Fix parcel build
* Updated .gitignore
2021-03-10 14:55:55 +01:00
f2204c5722
Update usage link ( #1404 ) ( #1413 )
2021-03-10 11:07:57 +01:00
059a2c91ce
API generation
2021-02-19 08:31:16 +01:00
f150872726
Remove linter ignore configuration
2021-02-19 08:28:17 +01:00
ab5d8997b8
Remove Node.js v8 support ( #1402 )
2021-02-19 08:27:20 +01:00
7801b2cc13
Add 7.12 to CI jobs
2021-02-18 16:40:42 +01:00
8311a4ad04
Bumped v8.0.0-canary.3
2021-02-18 16:38:28 +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
2b084dbadc
Bumped v8.0.0-canary.2
2021-02-17 11:01:00 +01:00
79658b1784
API generation
2021-02-17 09:57:15 +01:00
19acc4f9d0
API generation
2021-02-09 09:56:20 +01:00
2409bd09e4
Fix CI ( #1399 )
2021-02-09 08:13:42 +01:00
9e3072f621
Added Elasticsearch proxy example ( #1398 )
...
Co-authored-by: István Zoltán Szabó <istvan.szabo@elastic.co >
2021-02-08 18:14:38 +01:00
2494f08ad2
Updated CI conf
2021-02-08 17:44:28 +01:00
883ef386e3
[DOCS] Adds Configuration section to Node.JS docs ( #1391 )
2021-02-01 11:03:04 +01:00
618b244473
Prereleases in meta header should be displayed as p ( #1381 )
2021-01-19 08:10:27 +01:00