abfd356b61
Updated license header ( #1269 )
2020-07-23 12:28:54 +02:00
3510c3d281
Fix API example usage ( #1234 )
2020-06-26 12:05:31 +02:00
37042aea33
Fixed conflicts
2020-04-14 14:50:16 +02:00
521e2e55ea
Fix flaky test ( #1158 )
...
* Fix flaky test
* Fix #1154
2020-04-14 14:44:09 +02:00
5f08269907
Run workflow also on community pull requests
2020-04-03 09:07:34 +02:00
51b1011e65
Bumped v5.6.22
v5.6.22
2020-03-13 14:47:38 +01:00
5d0b419c37
[Backport 5.x] Secure json parsing ( #1111 )
...
* Safe json parsing
* Updated test
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com >
2020-03-13 09:30:07 +01:00
7529cd8205
Skip flaky test
2020-03-10 14:30:10 +01:00
96e0f67279
Another ci matrix fix
2020-03-10 14:17:56 +01:00
f0aab30ab5
Rename matrix column
2020-03-10 14:02:05 +01:00
6bae993f51
Move back to the previous Jenkins configuration
...
The new iterations of the run-elasticsearch.sh script do not play well
with Elasticsearch ≤ 6, so it's better to move to the previous working
configuration.
2020-03-10 12:52:15 +01:00
43b3adbb00
Migrate to GitHub Actions ( #1104 )
...
* Create nodejs.yml
* Run only on push
* Renamed jobs
* Removed .travis.yml
* Split coverage job and cleanup
* Skip flaky test
* Code coverage reporting
* Renamed codecov file
* Added backport action
* Updated integration test configuration
* Removed unused dependencies
* Fixes
2020-03-10 09:53:00 +01:00
b676f084df
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:52:30 +01:00
642282017c
Updated LICENSE
2020-03-04 11:04:41 +01:00
7aebd6b980
Bumped v5.6.21
v5.6.21
2020-02-04 10:54:18 +01:00
5a0bcfd83f
Skip compression in case of empty string body ( #1080 )
...
* Fix #1069
* Updated test
* Updated test
2020-02-04 10:31:14 +01:00
e23cc725f6
Fix typo in NoLivingConnectionsError ( #1045 )
...
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com >
2020-02-04 10:30:26 +01:00
59f7204183
Merge branch '5.x' of https://github.com/elastic/elasticsearch-js into 5.x
2020-01-15 18:26:15 +01:00
e4edfde4f7
Change TransportRequestOptions.ignore to number[] ( #1053 )
2020-01-15 18:26:11 +01:00
eec7439514
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:38:07 +01:00
6610cf3638
[DOCS] Add EOL notice. ( #1020 )
2019-12-09 16:07:57 -08:00
af4b4d4bb6
Updated run-test script
2019-10-28 17:08:14 +01:00
9313a08733
Updated run-test script
2019-10-28 16:59:51 +01:00
77f4cb6c02
Updated CI configuration
2019-10-28 16:38:34 +01:00
6c13dc4f7b
Updated CI configuration
2019-10-28 16:22:37 +01:00
4143c4c759
Updated run-test script
2019-10-28 16:07:44 +01:00
0980a51cfe
Updated CI configuration
2019-10-28 16:00:49 +01:00
e4da7c1dbd
Updated jobs/defaults.yml to use the new job matrix
2019-10-28 14:48:46 +01:00
d04e1a479c
New CI configuration ( #996 )
...
* Removed old files
* Updated README
* New CI configuration
* Updated run-test script
2019-10-28 14:48:39 +01:00
c0cf2437fd
Move back to jjbb ( #995 )
...
* Removed Jenkins pipelines configuration
* Restored jjbb definitions
2019-10-28 14:47:15 +01:00
d798b2cd37
Backport 7fef37cf90
2019-09-18 08:48:31 +02:00
1927aa85f7
Fix inaccurate description sniffEndpoint ( #959 )
2019-09-16 17:43:58 +02:00
0716d3b4e2
Add body and querystring to RequestOptions ( #957 )
2019-09-11 11:30:56 +02:00
6dd9d2737c
Updated cron job definition ( #939 )
...
* Updated cron job definition
* Update .ci/Jenkinsfile
Co-Authored-By: Victor Martinez <victormartinezrubio@gmail.com >
2019-08-13 10:56:02 +02:00
4170fc702b
Updated .travis.yml ( #938 )
2019-08-09 14:08:55 +02:00
dfc0556c4b
Fixed es-docker.sh
2019-08-09 12:32:43 +02:00
dbe22f284a
Test only oss integration test
2019-08-09 12:17:25 +02:00
2615338008
Use Jenkins pipelines ( #937 )
2019-08-09 12:16:03 +02:00
c6ff0dee17
Disable travis cache ( #929 )
2019-08-02 11:50:26 +02:00
00fef28230
Updated error handling in bulk example ( #927 )
2019-08-01 12:21:20 +02:00
f3600be976
Bumped v5.6.20
v5.6.20
2019-08-01 11:40:03 +02:00
867f67cec7
API generation
2019-07-25 11:21:39 +02:00
47823402b0
Fix script
2019-07-25 11:21:34 +02:00
ba1c6876e5
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:17:58 +02:00
f3f8628ca1
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:17:46 +02:00
c130331e69
Updated license header ( #915 )
2019-07-22 12:15:00 +02:00
02eb4f9caf
fix(Typings): sniffInterval can also be boolean ( #914 )
2019-07-22 10:40:52 +02:00
d15ea96ff5
Fix typo in comments ( #912 )
2019-07-17 17:05:38 +02:00
0455763a4e
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:38 +02:00
0cd9f024c9
Added support for arbitrary_key ( #910 )
2019-07-16 12:22:06 +02:00