Commit Graph

1469 Commits

Author SHA1 Message Date
8475bc52fa API generation 2018-11-19 11:32:20 +01:00
bd5ba19e17 Updated test 2018-11-15 17:53:54 +01:00
11b0d50751 WIP: initial prototype
- Added asStream option
- Better handling of request object
2018-11-15 17:50:56 +01:00
e15546541e Updated scripts 2018-11-15 17:48:10 +01:00
1d696ba0d6 API generation 2018-11-15 17:46:33 +01:00
95c7ca8427 Bumped v0.1.0-alpha.0 2018-11-14 08:46:24 +01:00
40a9404ebb Document serializer configuration option (#727)
* Document serializer configuration option

* Improve serializer configuration doc verbiage
2018-11-12 16:39:08 -08:00
a57c8472c9 Updated package.json 2018-11-12 18:39:43 +01:00
6284d71281 Merge branch 'next' of https://github.com/elastic/elasticsearch-js into next 2018-11-09 18:09:31 +01:00
ca5e9ca743 Force close the server once the test is finished 2018-11-09 18:09:29 +01:00
6f08079953 WIP: clients-ci (#723)
clients-ci
2018-11-09 17:57:23 +01:00
0701a795c2 Node v6 fix 2018-11-09 17:32:29 +01:00
9df4fcbbb6 Updated test 2018-11-09 17:17:05 +01:00
3dd4f01370 WIP: initial prototype
- Renamed host configuration, now we use node(s)
- Updated Connection internals
- Added custom headers for Connection
2018-11-09 17:15:29 +01:00
2d7dfdd7a0 Updated scripts 2018-11-08 19:41:38 +01:00
869b50fca9 Updated test 2018-11-08 19:41:33 +01:00
08e9ff398f API generation 2018-11-08 19:35:51 +01:00
e97f66b0c3 WIP: initial prototype
- Updated ConnectionPool internals
- Added ConnectionPool.update api
- Experimental: return http response in transform
2018-11-08 19:34:12 +01:00
c6b8665edd Updated dependencies 2018-11-05 19:23:51 +01:00
15e13b2190 Updated api generation script 2018-11-05 19:22:46 +01:00
40cb37b2e8 Updated test 2018-11-05 19:22:36 +01:00
d77d97d301 WIP: initial prototype
- Use plain node http.request
- WIP: connection closing procedure
- Updated ConnectionPool.getConnection
- Removed Selector class and expose a single configuration parameter
- Added compression handling
- Improved code documentation
2018-11-05 19:19:39 +01:00
2d3701d7e9 API generation 2018-11-05 19:17:55 +01:00
49cff40e96 Updated api generation script 2018-11-02 11:48:12 +01:00
99e9568b58 Enable all features in integration test 2018-11-02 11:47:40 +01:00
42fd15d54c API generation 2018-11-02 11:46:00 +01:00
99fe53fbca Added .travis.yml 2018-10-30 18:36:41 +01:00
a60ac39aa6 Added wait-cluster script 2018-10-30 18:36:04 +01:00
3962e2c031 Added integration test 2018-10-30 17:27:07 +01:00
55c507c423 API generation 2018-10-30 17:26:22 +01:00
ad9b68aea6 Added API generation scripts 2018-10-30 17:25:23 +01:00
21a5c29aa8 Updated test 2018-10-30 16:36:03 +01:00
c9635c4a71 WIP: initial prototype
- Added support for different format of requestTimemout
- Changed api method result
- Now we are always returning the result in case of error
- Improved body deserialization
- Added cast to boolen for HEAD requests
- Added support for already serialized strings in the ndserializer
- Fixed qserializer in case of null object
- Updated Errors
2018-10-30 16:32:10 +01: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
961b8224ef Updated test 2018-10-26 19:06:04 +02:00
51e6c76511 WIP: initial prototype
- Added querystring support
- Added support for already serialized bodies
2018-10-26 19:04:45 +02: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
8429ad28d9 Updated test 2018-10-25 17:16:29 +02:00
8ce9f970f0 WIP: initial prototype
- Added randomizeHost option
- Added ignore status code option
- Updated error classes
- Added ndjson support
- Retry on 502/3/4
2018-10-25 17:10:00 +02:00
145e2ab5e5 Updated .gitignore 2018-10-25 17:07:01 +02:00
714bc44435 remove dead percolator link (#716) 2018-10-24 10:31:49 -07:00
aca2712161 Updated test 2018-10-24 15:52:17 +02:00
3c8aaaecd1 WIP: initial prototype
- Added more sniffing options
- Added support for different resurrection strategies
- Fixed url resolving
2018-10-24 15:52:11 +02:00
f26d402725 Fix typo: "Integrer -> Integer" (#715)
(cherry picked from commit 559ed04e4a)
2018-10-23 18:38:58 -07:00
b6b04f99d8 WIP: Added some basic unit tests
- Added unit test
- Added test fixtures
- Added test utils
2018-10-22 16:54:14 +02:00
cef4e2dfc1 WIP: initial prototype
- Added support for request timeout
- Improved deserializer
- Fixed minor bugs
- Fixed typos
2018-10-22 16:50:17 +02:00
68cca6069b WIP: initial prototype
- Added keep-alive Agent
- Added support for HTTPS
- Added log events
2018-10-19 15:04:07 +02:00
d0ac6b1f52 Added LICENSE 2018-10-18 17:49:13 +02:00