Skip to content

Commit

Permalink
[8.13] Update apis (#832)
Browse files Browse the repository at this point in the history
* Bump to 8.13.0

* API: Update typed API v8.13.0 (00fd9ff)

* API: Update API v8.13.0 (c7b41ac)

* Tests: add *bool handling for yaml test case generation

* handle regexp for skip list

* exclude tsdb failing tests, exclude esql

* update skip list
  • Loading branch information
Anaethelion authored Mar 22, 2024
1 parent 1123f6a commit 218d01d
Show file tree
Hide file tree
Showing 3,450 changed files with 34,881 additions and 18,049 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ steps:
provider: "gcp"
env:
TEST_SUITE: "{{ matrix.suite }}"
STACK_VERSION: 8.12.0-SNAPSHOT
STACK_VERSION: 8.13.0-SNAPSHOT
WORKSPACE: /tmp/go-elasticsearch
matrix:
setup:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL := /bin/bash

ELASTICSEARCH_DEFAULT_BUILD_VERSION = "8.12.0-SNAPSHOT"
ELASTICSEARCH_DEFAULT_BUILD_VERSION = "8.13.0-SNAPSHOT"

##@ Test
test-unit: ## Run unit tests
Expand Down
34 changes: 33 additions & 1 deletion esapi/api._.go

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

14 changes: 13 additions & 1 deletion esapi/api.bulk.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.cat.aliases.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.cat.allocation.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.cat.component_templates.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.cat.count.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.cat.fielddata.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.cat.health.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.cat.help.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.cat.indices.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.cat.master.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.cat.nodeattrs.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.cat.nodes.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.cat.pending_tasks.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.cat.plugins.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.cat.recovery.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.cat.repositories.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.cat.segments.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.cat.shards.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.cat.snapshots.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.cat.tasks.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.cat.templates.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.cat.thread_pool.go

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

Loading

0 comments on commit 218d01d

Please sign in to comment.