Skip to content
Closed

7.7 #831

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci/test-matrix.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
ELASTICSEARCH_VERSION:
- 7.x-SNAPSHOT
- 7.7-SNAPSHOT

RUBY_TEST_VERSION:
- 2.7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/7.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
sudo sysctl -w vm.max_map_count=262144
- uses: elastic/elastic-github-actions/elasticsearch@master
with:
stack-version: 7.x-SNAPSHOT
stack-version: 7.7-SNAPSHOT
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ branches:
env:
global:
- TEST_ES_SERVER=http://localhost:9250
- ELASTICSEARCH_VERSION=7.6.2
- ELASTICSEARCH_VERSION=7.7.0

matrix:
include:
Expand Down
4 changes: 0 additions & 4 deletions api-spec-testing/test_file.rb
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,6 @@ def clear_machine_learning_indices(client)

def clear_index_templates(client)
client.indices.delete_template(name: '*')
templates = client.indices.get_index_template
templates['index_templates'].each do |template|
client.indices.delete_index_template(name: template['name'])
end
end

def clear_snapshots_and_repositories(client)
Expand Down
28 changes: 0 additions & 28 deletions elasticsearch-api/lib/elasticsearch/api/actions/abort_benchmark.rb

This file was deleted.

68 changes: 0 additions & 68 deletions elasticsearch-api/lib/elasticsearch/api/actions/benchmark.rb

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module Indices
module Actions
# Returns data streams.
#
# @option arguments [String] :name The name or wildcard expression of the requested data streams
# @option arguments [List] :name The comma separated names of data streams
# @option arguments [Hash] :headers Custom HTTP headers
#
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams.html
Expand Down

This file was deleted.

This file was deleted.

Loading