|
|
a86a552a85
|
Updated test
|
2018-12-12 16:53:51 +01:00 |
|
|
|
b91b1ad1de
|
WIP: initial prototype
- Added options parameter in API methods
- Updated typings
|
2018-12-12 16:53:51 +01:00 |
|
|
|
7c1b58d703
|
Updated scripts
|
2018-12-12 16:53:47 +01:00 |
|
|
|
ab90797b65
|
API generation
|
2018-12-12 16:53:30 +01:00 |
|
|
|
230b08ab86
|
Updated test
|
2018-12-10 20:15:42 +01:00 |
|
|
|
a9e621721e
|
WIP: initial prototype
- Added client.close API
- Added resurrect event
- Improved resurrect ping strategy
- Updated types
|
2018-12-10 20:15:42 +01:00 |
|
|
|
4c8df2d4c0
|
Bumped v0.1.0-alpha.3
|
2018-12-06 10:17:27 +01:00 |
|
|
|
3b737f8e2b
|
Updated test
|
2018-12-05 22:18:41 +01:00 |
|
|
|
aa5977b153
|
WIP: initial prototype
- Added error parameter to request and response event
- Dropped error event
- Updated typescript indentation
|
2018-12-05 22:18:32 +01:00 |
|
|
|
7e35f6a903
|
Updated behavior test
|
2018-12-05 19:33:54 +01:00 |
|
|
|
18b8c32758
|
Added behavior test
|
2018-12-05 17:27:01 +01:00 |
|
|
|
8fd49389f3
|
Added debug logs in test
|
2018-12-05 12:31:24 +01:00 |
|
|
|
4b2df7504e
|
Updated test
|
2018-12-04 14:30:28 +01:00 |
|
|
|
b60a716e00
|
WIP: initial prototype
- Added sniff reason
- Improved types
|
2018-12-04 14:29:40 +01:00 |
|
|
|
bf4adf0546
|
Updated test
|
2018-12-03 18:11:59 +01:00 |
|
|
|
fd738f8425
|
WIP: initial prototype
- Standardized event emitters
- Refactored transport.request to have a better handling of the state
- Added sniff event
- Improved abort handling
|
2018-12-03 18:11:43 +01:00 |
|
|
|
8bf185bd5b
|
[docs/config] use definition list with bold defs to fix #735
|
2018-11-30 11:54:28 -08:00 |
|
|
|
ab1d7ba992
|
Typings support (#737)
* Updated scripts
* Updated .gitignore
* Removed symbols
* Fixed typo
* Added typings
* Updated test
* Added typings test
|
2018-11-30 17:01:55 +01:00 |
|
|
|
db73802af9
|
Bumped v0.1.0-alpha.2
|
2018-11-21 11:53:41 +01:00 |
|
|
|
4ea137db1f
|
Updated scripts
|
2018-11-21 11:15:09 +01:00 |
|
|
|
e20961fb3a
|
API generation
|
2018-11-21 11:15:06 +01:00 |
|
|
|
53329e48bc
|
Updated test
|
2018-11-20 18:52:22 +01:00 |
|
|
|
79b4187f30
|
WIP: initial prototype
- Hide auth data from Node ID
- Added support for sending streams
|
2018-11-20 18:51:23 +01:00 |
|
|
|
4ad6c255d6
|
Bumped v0.1.0-alpha.1
|
2018-11-19 12:39:54 +01:00 |
|
|
|
77f99e7761
|
Updated scripts
|
2018-11-19 11:35:11 +01:00 |
|
|
|
da710e26e1
|
Updated test
|
2018-11-19 11:35:02 +01:00 |
|
|
|
020165168c
|
WIP: initial prototype
- Expose connection info inside events
- Fixed minor bugs
|
2018-11-19 11:33:40 +01:00 |
|
|
|
d259b82763
|
Use Elasticsearch 6.5.0
|
2018-11-19 11:33:20 +01:00 |
|
|
|
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 |
|