Skip to content

Commit 7f965b8

Browse files
authored
Merge branch '9.2' into backport-5476-to-9.2
2 parents 2856899 + 3009faf commit 7f965b8

File tree

96 files changed

+813
-270
lines changed

Some content is hidden

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

96 files changed

+813
-270
lines changed

.github/workflows/validate-apis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ jobs:
9393
with:
9494
path: ./clients-flight-recorder/recordings/types-validation/types-validation.json
9595
key: types-validation-json-${{ format('{0}-{1}', github.ref_name, github.sha) }}
96-
restore-keys: |
97-
types-validation-json-${{ github.ref_name }}-
9896

9997
- name: Run validation (PR)
10098
if: github.event_name == 'pull_request'

compiler/.prettierrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"singleQuote": true,
77
"quoteProps": "as-needed",
88
"bracketSpacing": true,
9-
"endOfLine": "lf",
9+
"endOfLine": "auto",
1010
"bracketSameLine": true
1111
}

docs/overlays/elasticsearch-openapi-overlays.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ actions:
1414
1515
## Documentation source and versions
1616
17-
This documentation is derived from the `main` branch of the [elasticsearch-specification](https://github.com/elastic/elasticsearch-specification) repository.
17+
This documentation is derived from the `9.2` branch of the [elasticsearch-specification](https://github.com/elastic/elasticsearch-specification) repository.
1818
It is provided under license [Attribution-NonCommercial-NoDerivatives 4.0 International](https://creativecommons.org/licenses/by-nc-nd/4.0/).
1919
2020
This documentation contains work-in-progress information for future Elastic Stack releases.
@@ -73,4 +73,4 @@ actions:
7373
- target: "$.components['schemas']['cat._types.CatNodeColumn']"
7474
description: Add basic string data type for cat node columns
7575
update:
76-
type: string
76+
type: string

output/openapi/elasticsearch-openapi.json

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

output/openapi/elasticsearch-serverless-openapi.json

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

output/schema/schema.json

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

output/schema/validation-errors.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
{
2-
"endpointErrors": {
3-
"cat.segments": {
4-
"request": [
5-
"Request: missing json spec query parameter 'ignore_unavailable'",
6-
"Request: missing json spec query parameter 'ignore_throttled'",
7-
"Request: missing json spec query parameter 'allow_no_indices'",
8-
"Request: missing json spec query parameter 'expand_wildcards'",
9-
"Request: missing json spec query parameter 'allow_closed'"
10-
],
11-
"response": []
12-
}
13-
},
2+
"endpointErrors": {},
143
"generalErrors": [
154
"Dangling type '_global.scripts_painless_execute:PainlessExecutionPosition'",
165
"Dangling type '_global.scripts_painless_execute:PainlessScript'",

output/typescript/types.ts

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

specification/_doc_ids/table.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ analysis,https://www.elastic.co/docs/manage-data/data-store/text-analysis,,
2222
analyze-repository,https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-snapshot-repository-analyze,https://www.elastic.co/guide/en/elasticsearch/reference/8.18/repo-analysis-api.html,
2323
analyzer-anatomy,https://www.elastic.co/docs/manage-data/data-store/text-analysis/anatomy-of-an-analyzer,,
2424
analyzer-update-existing,https://www.elastic.co/docs/manage-data/data-store/text-analysis/specify-an-analyzer#update-analyzers-on-existing-indices,,
25+
anthropic-max-tokens,https://docs.claude.com/en/api/messages#body-max-tokens,,
2526
anthropic-messages,https://docs.anthropic.com/en/api/messages,,
2627
anthropic-models,https://docs.anthropic.com/en/docs/about-claude/models/all-models#model-names,,
2728
api-date-math-index-names,https://www.elastic.co/docs/reference/elasticsearch/rest-apis/api-conventions#api-date-math-index-names,,

specification/_json_spec/clear_scroll.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
}
3434
]
3535
},
36-
"params": {},
3736
"body": {
3837
"description": "A comma-separated list of scroll IDs to clear if none was specified via the scroll_id parameter",
3938
"required": false

0 commit comments

Comments
 (0)