af6ea76a13
Updated .travis.yml ( #938 )
2019-08-09 14:07:47 +02:00
57ef613d9c
Updated build badge
2019-08-09 12:22:37 +02:00
34e440b9f8
Use Jenkins pipelines ( #937 )
2019-08-09 12:11:47 +02:00
4c1eaa5a54
Updated job definiton
2019-08-07 15:02:06 +02:00
2d2aea25ac
Updated stale bot
2019-08-02 14:30:43 +02:00
aab74299b4
Disable travis cache ( #929 )
2019-08-02 11:49:21 +02:00
9142b27d9e
Updated error handling in bulk example ( #927 )
2019-08-01 12:20:29 +02:00
2e77a7d042
Removed branch 7.3 from CI testing
2019-08-01 11:47:22 +02:00
1f1b4c29fa
API generation
2019-07-29 11:39:50 +02:00
a948a98be6
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 11:43:48 +02:00
fa07de3284
Master API generation ( #922 )
2019-07-25 13:03:24 +02:00
dd8491d723
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:08:18 +02:00
032ec73dbd
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 10:57:47 +02:00
0039fad487
Revert "API generation"
...
This reverts commit 7c5992131b .
2019-07-24 14:12:47 +02:00
7c5992131b
API generation
2019-07-24 10:58:54 +02:00
db3ff14680
Jenkins pipeline testing fixes ( #916 )
2019-07-22 14:08:08 +02:00
36a1666cc8
Updated license header ( #915 )
2019-07-22 11:46:59 +02:00
35b54bb673
Added job configuration for Jenkins pipelines ( #911 )
...
* Added job configuration for Jenkins pipelines
* Added job name
2019-07-22 10:42:07 +02:00
e93f94521c
fix(Typings): sniffInterval can also be boolean ( #914 )
2019-07-22 10:39:42 +02:00
0ebbd71e9a
Improve authentication handling ( #908 )
2019-07-18 10:33:11 +02:00
24e674469e
Removed branch 6.9 from ci jobs
2019-07-18 10:19:16 +02:00
62e7ba5653
Updated ci jobs definitions
2019-07-17 18:44:44 +02:00
2bd1c66e6d
Fix typo in comments ( #912 )
2019-07-17 17:04:01 +02:00
a752ea7403
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:28:31 +02:00
45672e89f7
Added support for arbitrary_key ( #910 )
2019-07-16 12:21:01 +02:00
b66064358a
Update deepmerge requirement from ^3.2.0 to ^4.0.0 ( #898 )
2019-07-15 14:24:43 +02:00
56931a426b
Update tap requirement from ^13.0.1 to ^14.4.1 ( #900 )
2019-07-15 14:21:36 +02:00
6e3f88906b
Update @types/node requirement from ^11.13.7 to ^12.6.2 ( #899 )
2019-07-15 14:20:37 +02:00
ce16f28e8f
Update standard requirement from ^12.0.1 to ^13.0.2 ( #906 )
2019-07-15 14:20:21 +02:00
33bc37b34c
[DOCS] Fix broken links ( #903 )
2019-07-12 15:00:21 -04:00
6c8b99f78a
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:27:44 +02:00
ea3cd7dd58
API generation
2019-07-08 16:31:46 +02:00
a3eb4d2874
Updated travis configuration ( #894 )
...
* Updated travis configuration
* Run license checker only in Linux
* Fixed script
* Fix windows test
2019-07-08 16:29:10 +02:00
1a3dbeb94b
Remove auth data from inspect and toJSON in connection class ( #887 )
...
* Remove auth data from inspect and toJSON in connection class
* Updated test
2019-07-04 13:56:06 +02:00
d00564722e
API generation
2019-07-04 12:11:34 +02:00
eadf9a77e8
Updated test blacklist
2019-07-01 14:19:10 +02:00
2186396570
API generation
2019-07-01 12:41:44 +02:00
ca50f580f4
Updated type definitions ( #882 )
...
* Updated type definitions
* Updated test
2019-06-19 09:14:19 +02:00
a1ca9cdda0
Added cloud configuration example ( #880 )
...
* Added cloud configuration example
* Used cloud example from auth docs and added link
2019-06-14 10:13:32 +02:00
097ecc5159
[DOCS] Fixes typo ( #877 )
2019-06-12 08:39:57 +02:00
f037e8115e
API generation ( #875 )
2019-06-11 21:02:36 +02:00
ff9904da03
Docs: added missing configuration options ( #870 )
2019-06-03 12:24:42 +02:00
930703b9eb
Updated stale bot configuration
2019-05-30 13:53:57 +02:00
95007b8c9d
Support for non-friendly chars in url username and password ( #858 )
...
* Support for non-friendly chars in url username and password
- Added auth option to Connection class
- Updated pool.addConnection
* Updated test
2019-05-20 11:09:33 -04:00
844206ec9d
Patch deprecated parameters ( #851 )
...
* Updated code generation
* API generation
* API generation
* Updated code generation
2019-05-16 16:52:15 -04:00
ea1ecad13c
missing comma ( #854 )
2019-05-16 09:39:41 -04:00
7f77250ed5
Added toJSON method to Connection class ( #849 )
...
* Added toJSON method to Connection class
* Updated test
* Updated typings
2019-05-14 12:00:27 -04:00
c76d0249c0
Fix #803 ( #846 )
2019-05-14 11:19:08 -04:00
2f92b28bce
Updated issue templates
2019-05-10 14:17:24 +02:00
37f11281aa
Fix 843 ( #845 )
...
* Fix #843
* Updated test
2019-05-10 10:55:28 +02:00