Skip to content

Commit

Permalink
[8.12.0] Update esapi (#778)
Browse files Browse the repository at this point in the history
* API: Update APIs for Elasticsearch v8.12.0 (8395c37)

* Skip: add yaml esql incompatible tests
  • Loading branch information
Anaethelion authored Dec 22, 2023
1 parent 9d14bc9 commit 6dd4063
Show file tree
Hide file tree
Showing 24 changed files with 51 additions and 22 deletions.
2 changes: 1 addition & 1 deletion esapi/api._.go

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

2 changes: 1 addition & 1 deletion esapi/api.connector.check_in.go

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

2 changes: 1 addition & 1 deletion esapi/api.connector.delete.go

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

2 changes: 1 addition & 1 deletion esapi/api.connector.get.go

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

2 changes: 1 addition & 1 deletion esapi/api.connector.last_sync.go

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

2 changes: 1 addition & 1 deletion esapi/api.connector.list.go

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

2 changes: 1 addition & 1 deletion esapi/api.connector.post.go

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

2 changes: 1 addition & 1 deletion esapi/api.connector.put.go

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

2 changes: 1 addition & 1 deletion esapi/api.connector.update_configuration.go

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

2 changes: 1 addition & 1 deletion esapi/api.connector.update_error.go

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

2 changes: 1 addition & 1 deletion esapi/api.connector.update_filtering.go

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

2 changes: 1 addition & 1 deletion esapi/api.connector.update_name.go

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

2 changes: 1 addition & 1 deletion esapi/api.connector.update_pipeline.go

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

2 changes: 1 addition & 1 deletion esapi/api.connector.update_scheduling.go

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

2 changes: 1 addition & 1 deletion esapi/api.connector_sync_job.cancel.go

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

2 changes: 1 addition & 1 deletion esapi/api.connector_sync_job.check_in.go

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

2 changes: 1 addition & 1 deletion esapi/api.connector_sync_job.delete.go

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

2 changes: 1 addition & 1 deletion esapi/api.connector_sync_job.error.go

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

2 changes: 1 addition & 1 deletion esapi/api.connector_sync_job.get.go

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

2 changes: 1 addition & 1 deletion esapi/api.connector_sync_job.list.go

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

2 changes: 1 addition & 1 deletion esapi/api.connector_sync_job.post.go

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

2 changes: 1 addition & 1 deletion esapi/api.connector_sync_job.update_stats.go

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

12 changes: 12 additions & 0 deletions esapi/api.xpack.security.get_api_key.go

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

17 changes: 17 additions & 0 deletions internal/build/cmd/generate/commands/gentests/skips.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ cat.aliases/10_basic.yml:
- "Column headers (pre 7.4.0)"
- "Alias against closed index (pre 7.4.0)"
count/30_min_score.yml:
- "count with min_score"
# Checks for nil required arguments makes this test incompatible with the integration tests
indices.delete_alias/all_path_options.yml:
- check delete with blank index and blank alias
Expand Down Expand Up @@ -492,4 +495,18 @@ search/400_synthetic_source.yml:
health/10_usage.yml:
- Usage stats on the health API
esql/10_basic.yml:
- Test Mixed Input Params
esql/20_aggs.yml:
esql/30_types.yml:
- unsigned_long
esql/40_unsupported_types.yml:
- spatial types unsupported in 8.11
esql/50_index_patterns.yml:
- disjoint_mappings
`

0 comments on commit 6dd4063

Please sign in to comment.