Tags: phananh1010/elasticsearch
  Tags 
 Add tasks to validate new style transport versions (elastic#131782) (e… …lastic#132642) This commit adds new gradle plugins and tasks to handle validation of file based transport version definitions. Co-authored-by: John Verwolf <JVerwolf@users.noreply.github.com>
[8.19] Remove tsdb_doc_values_optimized_merge feature flag. (elastic#… …128435) This PR should have merged end of May. But PR CI got stuck and never got merged. This caused the optimized doc value merging to not be enabled in 8.19. So this PR turned into a bug fix instead of a backport. Backports the following commits to 8.19: Remove tsdb_doc_values_optimized_merge feature flag. (Remove tsdb_doc_values_optimized_merge feature flag. elastic#128435)
Update docker.elastic.co/wolfi/chainguard-base-fips:latest Docker dig… …est to 7abbbb4 (elastic#132465) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker.elastic.co/wolfi/chainguard-base-fips | | digest | `4a8fe3e` -> `7abbbb4` | | docker.elastic.co/wolfi/chainguard-base-fips | final | digest | `4a8fe3e` -> `7abbbb4` | | docker.elastic.co/wolfi/chainguard-base-fips | stage | digest | `4a8fe3e` -> `7abbbb4` | --- ### Configuration 📅 **Schedule**: Branch creation - "after 1pm on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoiOS4wIiwibGFiZWxzIjpbIjpEZWxpdmVyeS9QYWNrYWdpbmciLCI+bm9uLWlzc3VlIiwiVGVhbTpEZWxpdmVyeSIsImF1dG8tbWVyZ2Utd2l0aG91dC1hcHByb3ZhbCJdfQ==-->
Aggs: Add validation to Bucket script pipeline agg (elastic#132320) (e… …lastic#132439) Closes elastic#132272 Docs are explicit on what the bucket_script agg requires: > A parent pipeline aggregation which executes a script which can perform per bucket computations on specified metrics in the parent **_multi-bucket aggregation_** But it's missing a validation.
Aggs: Add validation to Bucket script pipeline agg (elastic#132320) (e… …lastic#132438) Closes elastic#132272 Docs are explicit on what the bucket_script agg requires: > A parent pipeline aggregation which executes a script which can perform per bucket computations on specified metrics in the parent **_multi-bucket aggregation_** But it's missing a validation.
Revert "Revert "Standardize on docker image arch classifier (elastic#… …130643) (elastic#13175…" (elastic#132415) This reverts commit 6e11381.
Fix semantic text docs for features coming in 9.1 (elastic#131783) (e… …lastic#131785) * Fix semantic text docs for features coming in 9.1 * Inline applies_to
Fix counting skipped shards with filters (elastic#131737) (elastic#13… …1770) * Fix counting skipped shards with filters (cherry picked from commit a345f56) # Conflicts: # muted-tests.yml # x-pack/plugin/esql/qa/server/multi-clusters/src/javaRestTest/java/org/elasticsearch/xpack/esql/ccq/MultiClustersIT.java # x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action/EsqlCapabilities.java
Clean up non-parameterized tests in the wrong place (elastic#131049) (e… …lastic#131327) In the course of other work I found a few places where we were creating non-parameterized tests from within the parameterized test drivers for a few ESQL functions. This causes those tests to be run for every parameter combination, even though the tests themselves do not change anything, resulting in a lot of extra test overhead for no additional coverage. I cleaned up three classes: EndsWithTests ran 832 tests before this, and now runs 640 tests StartsWithTests ran 208 before this, and now runs 160 InTests ran 168 before this, and now runs 28 So overall, that's 369 redundant test runs removed (including the fact that the 11 tests I moved still run once in their new classes), and further savings if we later expand those parameterized tests. Co-authored-by: Mark Tozzi <mark.tozzi@gmail.com>
PreviousNext