7f7942e207
Drop branch suffix from patch action ( #2190 )
...
drop .rej files and don't use a branch suffix
2024-03-27 13:18:14 -05:00
d584836399
Use relative path for PR action ( #2189 )
2024-03-27 12:53:46 -05:00
c7cbe941db
Write PR body to a file instead of a buggy multi-line echo ( #2188 )
2024-03-27 10:46:56 -05:00
113b32258d
Must set committer info to apply a patch ( #2187 )
2024-03-27 10:42:53 -05:00
6e63530801
Refactor patch action to use create-pull-request action ( #2186 )
2024-03-27 10:40:12 -05:00
38c17fd7f3
Set Github token to use Github CLI in an action ( #2185 )
2024-03-27 09:58:50 -05:00
63eb92b42a
Fix bad argument string ( #2184 )
2024-03-27 09:45:25 -05:00
7475dba8b9
Git config typo ( #2183 )
2024-03-27 09:41:18 -05:00
3ad00b4a9f
Add committer identity to serverless patch action ( #2182 )
2024-03-27 09:39:19 -05:00
2721008867
Correctly apply and commit patch changes in patch automation workflow ( #2181 )
2024-03-26 17:19:06 -05:00
c106146d30
More fetch depth fix to patch workflow ( #2180 )
2024-03-26 13:46:32 -05:00
78dab89db8
More directory fixes to patch workflow ( #2179 )
2024-03-26 13:39:19 -05:00
af2dbc01d3
Run serverless patch workflow using correct branch of the stack client ( #2178 )
2024-03-26 13:34:07 -05:00
3ac5a1cc65
Still testing serverless patch workflow ( #2177 )
...
* Stray period 🤦
* Fix path
2024-03-26 13:26:01 -05:00
fba3e41862
Continuing to test the serverless patch workflow ( #2176 )
2024-03-26 13:22:43 -05:00
6a821583c0
Fixes to serverless patch script ( #2175 )
2024-03-26 12:17:30 -05:00
86d89a47a0
Bump version to 8.13.0 ( #2173 )
2024-03-26 12:09:39 -05:00
1d84468762
Move between two repositories more cleanly during patch ( #2172 )
...
* fix: checkout multiple repos cleanly
* fix: ensure git apply exits cleanly
2024-03-21 16:33:43 -05:00
8afdec052a
Check out merge commit before creating patch ( #2171 )
2024-03-21 16:25:09 -05:00
b77bdf2a79
Ensure patch can generate by checking out main branch ( #2170 )
2024-03-21 16:20:12 -05:00
d61d54a811
Action to apply stack client patches to serverless ( #2169 )
...
* GitHub action for applying stack client patches to serverless
* Drop unnecessary comment
2024-03-21 16:14:53 -05:00
d430aecdbd
Move make.sh to .buildkite ( #2165 )
2024-03-21 12:07:24 -05:00
29a0e53978
Update changelog for 8.13 ( #2164 )
2024-03-21 09:57:07 -05:00
05e3139f80
Ensure new connections inherit client's set defaults ( #2159 )
...
* Add test confirming the issue
See https://github.com/elastic/elasticsearch-js/issues/1791
* fix: ensure new connections inherit the client instance's defaults
for https://github.com/elastic/elasticsearch-js/issues/1791
2024-03-20 16:32:15 -05:00
8b9ca79d5b
[Backport main] Update bulk.asciidoc change 'date' property to 'time' to match index creation ( #2161 )
...
(cherry picked from commit 747171097d )
Co-authored-by: SuperGingie <Pennington.Joe@gmail.com >
2024-03-20 13:45:16 -05:00
24e1f4fb26
Auto-generated code for main ( #2156 )
2024-03-19 11:28:02 -05:00
fa33037b86
Auto-generated code for main ( #2152 )
2024-03-07 13:44:52 -06:00
c2fb0a294f
Auto-generated code for main ( #2150 )
2024-03-06 12:11:52 -06:00
abd15eb111
Auto-generated code for main ( #2127 )
2024-03-05 13:51:24 -06:00
352f73e7c2
[DOCS] Adds compatibility matrix to docs and readme ( #2136 )
...
Co-authored-by: Josh Mock <joshua.mock@elastic.co >
2024-02-28 11:54:15 -06:00
1d8da99d5b
Update changelog for 8.12.2 ( #2139 )
...
* Backport changelog for 8.12.1
* Add changelog for 8.12.2
2024-02-23 14:01:55 -06:00
8df91fce7c
Upgrade transport to 8.4.1 ( #2137 )
2024-02-23 13:18:01 -06:00
1607a0d3f7
Fix hang in bulk helper semaphore when server responses are slower than flushInterval ( #2027 )
...
* Set version to 8.10.1
* Add tests for bulk helper with various flush and server timeouts
* Copy and empty bulkBody when flushBytes is reached
Before it was waiting until after semaphore resolved, then sending with
a reference to bulkBody. If flushInterval is reached after `await
semaphore()` but before `send(bulkBody)`, onFlushTimeout is "stealing"
bulkBody so that there is nothing left in bulkBody for the flushBytes
block to send, causing an indefinite hang for a promise that does not
resolve.
* comment typo fixes
---------
Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co >
2024-02-06 09:58:21 +04:00
57ee5cf6c2
8.12.0 changelog ( #2125 )
2024-01-31 13:37:05 +04:00
6eabf37097
Improved the body BC break description in request/response for 8.x documentation ( #2117 )
...
* Improved the body bc break in 8.x documentation
* Removed just in the sentence
2024-01-04 13:13:26 +01:00
5413eb5f35
Add missing snippets ( #2113 )
...
For https://github.com/elastic/clients-team/issues/728
2023-12-14 17:19:20 -06:00
4aaf49b6ea
Integration test improvements ( #2109 )
...
* Improvements to integrations
Borrowed largely from https://github.com/elastic/elasticsearch-serverless-js/pull/38
* Bump all the things to 8.12.0
* Split Dockerfile copy into two layers
* Fix test cron names
2023-12-14 16:35:37 -06:00
d3f22f1e14
Add doc for closing connections ( #2104 )
2023-12-14 09:46:04 -06:00
51323e769d
Github action for publishing to npm with provenance metadata ( #2103 )
2023-12-13 11:20:04 -06:00
1fb789862d
8.11.0 changelog ( #2097 )
...
* Changelog for 8.11.0
* Add redaction docs link to changelog
2023-12-12 16:06:03 -06:00
c2c417a9fd
Bump transport to 8.4.0 ( #2095 )
...
* Support for transport 8.4.0 redaction functionality
* Docs for `redaction` options
2023-12-12 15:40:47 -06:00
06e3b05077
[DOCS] Adds a signpost for downloading ES or signing-up for ESS ( #2084 )
2023-11-27 10:46:53 -06:00
426919709f
Throw an explicit error when asStream is used with bulk helper ( #2078 )
2023-11-16 10:14:20 -06:00
b7b16d81ee
Fix arg-parsing issue in codegen script ( #2068 )
2023-11-08 13:07:55 -06:00
845ddaaf34
Auto-generated code for main ( #2064 )
2023-11-08 11:51:30 -06:00
abd5018cfe
Bump version in main to 8.10.3 ( #2066 )
2023-11-07 12:07:18 -06:00
b47747007b
Auto-generated code for main ( #2061 )
2023-11-06 10:59:55 -06:00
5fb65d07af
Update how users/permissions are set up on CI Docker image ( #2060 )
2023-11-03 15:05:37 -05:00
99bcff02d5
Path filtering improvement ( #2059 )
...
* Another attempt at getting path filtering right
* Improve filters
2023-11-03 11:41:53 -05:00
ab10e462e7
Auto-generated code for main ( #2058 )
2023-11-03 10:39:04 -05:00