Skip to content

Commit 1765621

Browse files
authored
Merge branch 'main' into add-periodic-ea-coverage-pipeline
2 parents e95a0bb + 04ea11b commit 1765621

File tree

117 files changed

+5076
-1678
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+5076
-1678
lines changed

.buildkite/pipelines/periodic.template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ steps:
246246
image: family/elasticsearch-ubuntu-2404
247247
machineType: n2-standard-8
248248
buildDirectory: /dev/shm/bk
249-
if: build.branch == "main" || build.branch == "9.1" || build.branch == "9.0" || build.branch == "8.19" || build.branch == "8.18" || build.branch == "7.17"
249+
if: build.branch =~ /^(main|\d+\.\d+|\d+\.x)$/
250250
- label: check-branch-consistency
251251
command: .ci/scripts/run-gradle.sh branchConsistency
252252
timeout_in_minutes: 15

.buildkite/pipelines/periodic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ steps:
684684
image: family/elasticsearch-ubuntu-2404
685685
machineType: n2-standard-8
686686
buildDirectory: /dev/shm/bk
687-
if: build.branch == "main" || build.branch == "9.1" || build.branch == "9.0" || build.branch == "8.19" || build.branch == "8.18" || build.branch == "7.17"
687+
if: build.branch =~ /^(main|\d+\.\d+|\d+\.x)$/
688688
- label: check-branch-consistency
689689
command: .ci/scripts/run-gradle.sh branchConsistency
690690
timeout_in_minutes: 15

distribution/docker/src/docker/dockerfiles/cloud_ess_fips/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
################################################################################
2-
# This Dockerfile was generated from the template at distribution/src/docker/Dockerfile
2+
# This Dockerfile was generated from the template at
3+
# distribution/src/docker/dockerfiles/cloud_ess_fips/Dockerfile
34
#
45
# Beginning of multi stage Dockerfile
56
################################################################################

distribution/docker/src/docker/dockerfiles/wolfi/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
################################################################################
2-
# This Dockerfile was generated from the template at distribution/src/docker/Dockerfile
2+
# This Dockerfile was generated from the template at
3+
# distribution/src/docker/dockerfiles/wolfi/Dockerfile
34
#
45
# Beginning of multi stage Dockerfile
56
################################################################################

docs/changelog/133365.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 133365
2+
summary: Skip iterating DISI when reading metric values
3+
area: Codec
4+
type: enhancement
5+
issues: []

docs/changelog/133659.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 133659
2+
summary: Fixed GeneralScriptException to return 400 http status code
3+
area: Infra/Scripting
4+
type: bug
5+
issues: []

docs/changelog/133722.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 133722
2+
summary: Fix disk usage estimation for SORTED_SET doc values
3+
area: Codec
4+
type: bug
5+
issues: []

docs/changelog/133752.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 133752
2+
summary: Avoid stale enrich results after policy execution
3+
area: Ingest Node
4+
type: bug
5+
issues: []

docs/reference/query-languages/esql/_snippets/functions/description/url_encode.md

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/query-languages/esql/_snippets/functions/examples/url_encode.md

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)