* Migrate feature issue template to a form
* Migrate bug issue template to a form
* Migrate question issue template to a form
* Add support link
* Migrate security issue template to a form
* Add support for auto-merge
* Fix bad request-converter version
* Switch back to pull_request
pull_request_target is the wrong trigger for this action
* Documentation for OpenTelemetry support
* Update docs/observability.asciidoc
Co-authored-by: Miguel Grinberg <miguel.grinberg@gmail.com>
* Fix docs typo
* Fix bad link references in asciidoc changelog
* Drop link to 8.15 changelog
For now. Link just doesn't work yet.
---------
Co-authored-by: Miguel Grinberg <miguel.grinberg@gmail.com>
https://github.com/elastic/elasticsearch-js/issues/2241 notes that there
is no body attribute on a response. This is mostly just a typo in the
example, as `result` itself is a readable stream, unless `meta: true` is
passed, in which case `result.body` will be a readable stream.
Also dropped the callback-style stream processing example as it's a bit
outdated.
* Bulk helper onSuccess callback
For https://github.com/elastic/elasticsearch-js/issues/2090
Includes refactor of the tryBulk result processing code, to make
iterating over bulk response data easier to understand.
* Add onSuccess tests for each datasource type
* Cleanup, additional comments
* Add documentation for onSuccess callback
* Update changelog
* Drop link to 8.14 release notes.
Page not yet published, breaking docs build.
* Improve version bump script's assertion feedback
* Add junit output to gitignore
* Assume x.0 if a patch value is not provided
* Bump package to 8.14
* Run integration tests against non-snapshot on main
Fetching SNAPSHOT artifacts is currently flaky.
* Reduce number of scheduled integration test runs