Skip to content

Commit

Permalink
Merge branch 'main' into tier-rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticmachine authored Nov 1, 2024
2 parents 91b2ff0 + e8bf344 commit d29eab8
Show file tree
Hide file tree
Showing 220 changed files with 3,151 additions and 14,604 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/sync-main-to-jdk-branch.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* }
* }
* </pre>
* Will copy the entire core Rest API specifications (assuming the project has tests) and any of the the X-pack specs starting with enrich*.
* Will copy the entire core Rest API specifications (assuming the project has tests) and any of the X-pack specs starting with enrich*.
* It is recommended (but not required) to also explicitly declare which core specs your project depends on to help optimize the caching
* behavior.
* <i>For example:</i>
Expand All @@ -66,7 +66,7 @@
* }
* }
* </pre>
* Will copy any of the the x-pack tests that start with graph, and will copy the X-pack graph specification, as well as the full core
* Will copy any of the x-pack tests that start with graph, and will copy the X-pack graph specification, as well as the full core
* Rest API specification.
* <p>
* Additionally you can specify which sourceSetName resources should be copied to. The default is the yamlRestTest source set.
Expand Down
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,10 @@ gradle.projectsEvaluated {
}
}

tasks.named("validateChangelogs") {
onlyIf { project.gradle.startParameter.taskNames.any { it.startsWith("checkPart") || it == 'functionalTests' } == false }
}

tasks.named("precommit") {
dependsOn gradle.includedBuild('build-tools').task(':precommit')
dependsOn gradle.includedBuild('build-tools-internal').task(':precommit')
Expand Down
9 changes: 9 additions & 0 deletions docs/changelog/115938.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
pr: 115938
summary: Wait for up to 2 seconds for yellow status before starting search
area: Machine Learning
type: bug
issues:
- 107777
- 105955
- 107815
- 112191
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Find this by https://www.mongodb.com/docs/atlas/tutorial/connect-to-your-cluster
In this example, we'll use the `sample_mflix` database.
* *Collection*: The name of the collection you want to sync.
In this example, we'll use the `comments` collection of the `sample_mflix` database.
* *Username*: The username you created earlier, in the the setup phase.
* *Username*: The username you created earlier, in the setup phase.
* *Password*: The password you created earlier.

Keep these details handy!
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/esql/esql-query-api.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ supports this parameter for CSV responses.
`drop_null_columns`::
(Optional, boolean) Should columns that are entirely `null` be removed from
the `columns` and `values` portion of the results? Defaults to `false`. If
`true` the the response will include an extra section under the name
`true` the response will include an extra section under the name
`all_columns` which has the name of all columns.

`format`::
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions docs/reference/landing-page.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@
<h3 class="gtk">Get to know Elasticsearch</h3>
<p>
<em>Demos:</em>
<a href="https://www.elastic.co/demo-gallery?solutions=search&features=null&type=hands-on-learning">Hands-on learning for Search</a>
</p>
<p>
<em>New webinar:</em>
<a href="https://www.elastic.co/virtual-events/architecting-search-apps-on-google-cloud">Architect search apps with Google Cloud</a>
Expand Down
38 changes: 2 additions & 36 deletions docs/reference/migration/index.asciidoc
Original file line number Diff line number Diff line change
@@ -1,40 +1,6 @@
include::migration_intro.asciidoc[]

* <<migrating-8.17,Migrating to 8.17>>
* <<migrating-8.16,Migrating to 8.16>>
* <<migrating-8.15,Migrating to 8.15>>
* <<migrating-8.14,Migrating to 8.14>>
* <<migrating-8.13,Migrating to 8.13>>
* <<migrating-8.12,Migrating to 8.12>>
* <<migrating-8.11,Migrating to 8.11>>
* <<migrating-8.10,Migrating to 8.10>>
* <<migrating-8.9,Migrating to 8.9>>
* <<migrating-8.8,Migrating to 8.8>>
* <<migrating-8.7,Migrating to 8.7>>
* <<migrating-8.6,Migrating to 8.6>>
* <<migrating-8.5,Migrating to 8.5>>
* <<migrating-8.4,Migrating to 8.4>>
* <<migrating-8.3,Migrating to 8.3>>
* <<migrating-8.2,Migrating to 8.2>>
* <<migrating-8.1,Migrating to 8.1>>
* <<migrating-8.0,Migrating to 8.0>>
* <<migrating-9.0,Migrating to 9.0>>
include::migrate_8_17.asciidoc[]
include::migrate_8_16.asciidoc[]
include::migrate_8_15.asciidoc[]
include::migrate_8_14.asciidoc[]
include::migrate_8_13.asciidoc[]
include::migrate_8_12.asciidoc[]
include::migrate_8_11.asciidoc[]
include::migrate_8_10.asciidoc[]
include::migrate_8_9.asciidoc[]
include::migrate_8_8.asciidoc[]
include::migrate_8_7.asciidoc[]
include::migrate_8_6.asciidoc[]
include::migrate_8_5.asciidoc[]
include::migrate_8_4.asciidoc[]
include::migrate_8_3.asciidoc[]
include::migrate_8_2.asciidoc[]
include::migrate_8_1.asciidoc[]
include::migrate_8_0.asciidoc[]
include::migrate_9_0.asciidoc[]

94 changes: 0 additions & 94 deletions docs/reference/migration/migrate_8_0.asciidoc

This file was deleted.

Loading

0 comments on commit d29eab8

Please sign in to comment.