d105b0c9fe
Updates .ci folder to latest incarnation ( #1103 )
...
* Updates .ci folder to latest incarnation
The .ci folder cleanup some of its cleanup/wait routines so that they
can be reused. It also significantly reduced the available environment
variable toggles. In lieu of those toggles `run-repository.sh` can now
start multiple nodes using `NUMBER_OF_NODES`
* update certs
2020-03-10 09:15:44 +01:00
e6ea9a9911
Updated LICENSE
2020-03-04 11:04:29 +01:00
e7a22a9290
Bumped v6.8.5
v6.8.5
2020-02-04 10:59:09 +01:00
8190bf5ad8
Skip compression in case of empty string body ( #1080 )
...
* Fix #1069
* Updated test
* Updated test
2020-02-04 10:31:01 +01:00
eb31fa6003
Fix typo in NoLivingConnectionsError ( #1045 )
...
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com >
2020-02-04 10:30:16 +01:00
9a388118fd
Change TransportRequestOptions.ignore to number[] ( #1053 )
2020-01-15 18:25:55 +01:00
1a2476abb3
ClientOptions["cloud"] should have optional auth fields ( #1032 )
2020-01-07 12:09:58 +01:00
0c823a2893
Merge branch '6.x' of https://github.com/elastic/elasticsearch-js into 6.x
2019-12-19 13:37:54 +01:00
9afca3dc8e
Return super in example Transport subclass ( #980 )
...
If called without a callback, the request method returns a Promise, so
when calling into super.request, the result should be returned to
maintain promise behavior.
2019-12-19 13:37:50 +01:00
f8aa163f87
[DOCS] Added older release notice. ( #1019 )
2019-12-09 16:07:19 -08:00
b390193dcc
Bumped v6.8.4
v6.8.4
2019-12-03 14:38:58 +01:00
df76154388
X-Opaque-Id support ( #997 )
...
* Added X-Opaque-Id support
* Updated type definitions
* Updated test
* Updated docs
2019-12-03 14:33:33 +01:00
3e2a823a72
Updated CI configuration
2019-10-28 15:41:42 +01:00
8a1bb2665e
Updated jobs/defaults.yml to use the new job matrix
2019-10-28 14:46:40 +01:00
3acee8b266
New CI configuration ( #996 )
...
* Removed old files
* Updated README
* New CI configuration
* Updated run-test script
2019-10-28 14:46:32 +01:00
60a1f298d7
Move back to jjbb ( #995 )
...
* Removed Jenkins pipelines configuration
* Restored jjbb definitions
2019-10-28 14:46:03 +01:00
e7c40dd459
Bumped v6.8.3
v6.8.3
2019-10-02 11:20:21 +02:00
86361daea5
Fix issue; node roles are defaulting to true when undefined (fal… ( #967 )
...
* Fix issue; nodeFilter was unable to filter because master, data, and ingest role were true if even they were false on the node.
* Test nodesToHost of BaseConnectionPool correctly maps node roles
2019-09-18 08:46:44 +02:00
09c2ff8bf3
Fix inaccurate description sniffEndpoint ( #959 )
2019-09-16 17:43:46 +02:00
75d85cae19
Add body and querystring to RequestOptions ( #957 )
2019-09-11 11:30:42 +02:00
e30079f64d
Updated cron job definition ( #939 )
...
* Updated cron job definition
* Update .ci/Jenkinsfile
Co-Authored-By: Victor Martinez <victormartinezrubio@gmail.com >
2019-08-13 10:55:47 +02:00
610bf851d2
Updated .travis.yml ( #938 )
2019-08-09 14:08:37 +02:00
b91ff8a6cc
Merge branch '6.x' of https://github.com/elastic/elasticsearch-js into 6.x
2019-08-09 12:15:12 +02:00
b39f29b2b0
Use Jenkins pipelines ( #937 )
2019-08-09 12:15:00 +02:00
ef69bbd216
Disable travis cache ( #929 )
2019-08-02 11:50:15 +02:00
6194119e62
Updated error handling in bulk example ( #927 )
2019-08-01 12:21:06 +02:00
a4bff1c2f0
Bumped v6.8.2
v6.8.2
2019-08-01 11:39:02 +02:00
8e86450aeb
Refactored connection pool ( #913 )
...
* Refactored ConnectionPool
- Created BaseConnectionPool class
- Created CloudConnectionPool
- connection pool updates are immutable
- resurrect now happens inside getConnection()
* Rewritten connection pool(s) type definitions
* Updated test
* Fixed test
* Fix if check
* Removed old files
* Improve code coverage
* Updated license header
* Fix if check
* Improve code coverage
* Updated coverage script
2019-07-26 12:09:30 +02:00
90be646658
API generation
2019-07-25 11:16:17 +02:00
af8bef4892
Better reference code examples ( #920 )
...
* Updated documentation genertation script to build small code snippets
* Updated docs reference
* Removed slm doc
* Add commas and remove empty objects
2019-07-25 11:14:35 +02:00
2504563480
Updated automatically the main typings file with the generated t… ( #919 )
...
* Updated automatically the main typings file with the generated types
* Removed useless log
2019-07-25 11:14:29 +02:00
1e55d2a099
Ficed duplicated parameter
2019-07-22 12:21:39 +02:00
23fbc15e1a
Updated license header ( #915 )
2019-07-22 12:11:45 +02:00
5b12e8a123
Updated test matrix
2019-07-22 11:07:27 +02:00
c65119bd53
fix(Typings): sniffInterval can also be boolean ( #914 )
2019-07-22 10:40:43 +02:00
708f9abe3e
Improve authentication handling ( #908 )
2019-07-18 10:33:51 +02:00
a55856c60b
Updated test matrix
2019-07-17 18:40:42 +02:00
126c277496
Fix typo in comments ( #912 )
2019-07-17 17:05:28 +02:00
23341d5f2a
Improve README ( #909 )
...
* Updated README
* Updated asciidoc intro
* Updated intro title
* Update README.md
Co-Authored-By: Lisa Cawley <lcawley@elastic.co >
* Update README.md
Co-Authored-By: Lisa Cawley <lcawley@elastic.co >
* Update README.md
Co-Authored-By: Lisa Cawley <lcawley@elastic.co >
* Update README.md
Co-Authored-By: Lisa Cawley <lcawley@elastic.co >
* Update README.md
Co-Authored-By: Lisa Cawley <lcawley@elastic.co >
* Update docs/introduction.asciidoc
Co-Authored-By: Lisa Cawley <lcawley@elastic.co >
* Update docs/introduction.asciidoc
Co-Authored-By: Lisa Cawley <lcawley@elastic.co >
* Updated asciidoc intro
2019-07-17 10:30:27 +02:00
c3993f9145
Added support for arbitrary_key ( #910 )
2019-07-16 12:21:56 +02:00
c7dd19bfcf
Update deepmerge requirement from ^3.2.0 to ^4.0.0 ( #898 )
2019-07-15 16:54:46 +02:00
a018d49442
Update tap requirement from ^13.0.1 to ^14.4.1 ( #900 )
2019-07-15 16:54:45 +02:00
f2a0abf76a
Update @types/node requirement from ^11.13.7 to ^12.6.2 ( #899 )
2019-07-15 16:54:45 +02:00
85731864bf
Update standard requirement from ^12.0.1 to ^13.0.2 ( #906 )
2019-07-15 16:54:45 +02:00
f6abf6e093
Merge branch '6.x' of https://github.com/elastic/elasticsearch-js into 6.x
2019-07-10 17:55:04 +02:00
d7fc4f7b03
Fix api call
2019-07-10 17:54:24 +02:00
a9c054ff21
Fix api call
2019-07-10 16:35:34 +02:00
1810f5f0c3
Improve integration test ( #859 )
...
* CI: Added junit plugin
* Updated .gitignore
* Added integration test reporter
* Updated integration testing suite
* Updated ci config
* Updated report file path
* Use refresh 'true' instead of 'wait_for'
* Disable junit reporting
* Refresh one single time
* Update security index name
* Updated skip test handling and use class syntax
* Updated test script
* Disable test timeout
* Added command to automatically remove an old snapshot
* Disable timeout in integration test script
* Updated logs and cleaned up git handling
* Fixed shouldSkip utility
* Updated cleanup code
* Updated cleanup code pt 2
* Rename Platinum to XPack
2019-07-10 15:56:49 +02:00
edfa527d2d
Updated travis configuration ( #894 )
...
* Updated travis configuration
* Run license checker only in Linux
* Fixed script
* Fix windows test
2019-07-08 16:30:29 +02:00
05921b134d
Bumped v6.8.1
v6.8.1
2019-07-05 11:40:00 +02:00