elasticsearch-api 7.9.0.pre → 7.11.0.pre.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (163) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +18 -2
  3. data/elasticsearch-api.gemspec +1 -1
  4. data/lib/elasticsearch/api/actions/bulk.rb +5 -6
  5. data/lib/elasticsearch/api/actions/cat/aliases.rb +2 -4
  6. data/lib/elasticsearch/api/actions/cat/allocation.rb +2 -4
  7. data/lib/elasticsearch/api/actions/cat/count.rb +1 -1
  8. data/lib/elasticsearch/api/actions/cat/fielddata.rb +2 -5
  9. data/lib/elasticsearch/api/actions/cat/health.rb +2 -4
  10. data/lib/elasticsearch/api/actions/cat/help.rb +1 -1
  11. data/lib/elasticsearch/api/actions/cat/indices.rb +6 -14
  12. data/lib/elasticsearch/api/actions/cat/master.rb +1 -1
  13. data/lib/elasticsearch/api/actions/cat/nodeattrs.rb +1 -1
  14. data/lib/elasticsearch/api/actions/cat/nodes.rb +4 -8
  15. data/lib/elasticsearch/api/actions/cat/pending_tasks.rb +2 -4
  16. data/lib/elasticsearch/api/actions/cat/plugins.rb +1 -1
  17. data/lib/elasticsearch/api/actions/cat/recovery.rb +3 -8
  18. data/lib/elasticsearch/api/actions/cat/repositories.rb +1 -1
  19. data/lib/elasticsearch/api/actions/cat/segments.rb +2 -4
  20. data/lib/elasticsearch/api/actions/cat/shards.rb +4 -8
  21. data/lib/elasticsearch/api/actions/cat/snapshots.rb +2 -4
  22. data/lib/elasticsearch/api/actions/cat/tasks.rb +6 -8
  23. data/lib/elasticsearch/api/actions/cat/templates.rb +1 -1
  24. data/lib/elasticsearch/api/actions/cat/thread_pool.rb +2 -4
  25. data/lib/elasticsearch/api/actions/clear_scroll.rb +2 -2
  26. data/lib/elasticsearch/api/actions/cluster/allocation_explain.rb +1 -1
  27. data/lib/elasticsearch/api/actions/cluster/delete_component_template.rb +1 -1
  28. data/lib/elasticsearch/api/actions/cluster/delete_voting_config_exclusions.rb +1 -1
  29. data/lib/elasticsearch/api/actions/cluster/exists_component_template.rb +1 -1
  30. data/lib/elasticsearch/api/actions/cluster/get_component_template.rb +1 -1
  31. data/lib/elasticsearch/api/actions/cluster/get_settings.rb +1 -1
  32. data/lib/elasticsearch/api/actions/cluster/health.rb +5 -13
  33. data/lib/elasticsearch/api/actions/cluster/pending_tasks.rb +1 -1
  34. data/lib/elasticsearch/api/actions/cluster/post_voting_config_exclusions.rb +1 -1
  35. data/lib/elasticsearch/api/actions/cluster/put_component_template.rb +1 -1
  36. data/lib/elasticsearch/api/actions/cluster/put_settings.rb +1 -1
  37. data/lib/elasticsearch/api/actions/cluster/remote_info.rb +1 -1
  38. data/lib/elasticsearch/api/actions/cluster/reroute.rb +2 -4
  39. data/lib/elasticsearch/api/actions/cluster/state.rb +3 -7
  40. data/lib/elasticsearch/api/actions/cluster/stats.rb +1 -1
  41. data/lib/elasticsearch/api/actions/count.rb +3 -7
  42. data/lib/elasticsearch/api/actions/create.rb +4 -8
  43. data/lib/elasticsearch/api/actions/dangling_indices/delete_dangling_index.rb +1 -1
  44. data/lib/elasticsearch/api/actions/dangling_indices/import_dangling_index.rb +1 -1
  45. data/lib/elasticsearch/api/actions/dangling_indices/list_dangling_indices.rb +1 -1
  46. data/lib/elasticsearch/api/actions/delete.rb +4 -8
  47. data/lib/elasticsearch/api/actions/delete_by_query.rb +6 -14
  48. data/lib/elasticsearch/api/actions/delete_by_query_rethrottle.rb +2 -2
  49. data/lib/elasticsearch/api/actions/delete_script.rb +1 -1
  50. data/lib/elasticsearch/api/actions/exists.rb +3 -5
  51. data/lib/elasticsearch/api/actions/exists_source.rb +3 -5
  52. data/lib/elasticsearch/api/actions/explain.rb +3 -5
  53. data/lib/elasticsearch/api/actions/field_caps.rb +2 -4
  54. data/lib/elasticsearch/api/actions/get.rb +3 -5
  55. data/lib/elasticsearch/api/actions/get_script.rb +1 -1
  56. data/lib/elasticsearch/api/actions/get_script_context.rb +5 -1
  57. data/lib/elasticsearch/api/actions/get_script_languages.rb +5 -1
  58. data/lib/elasticsearch/api/actions/get_source.rb +3 -5
  59. data/lib/elasticsearch/api/actions/index.rb +8 -12
  60. data/lib/elasticsearch/api/actions/indices/add_block.rb +2 -4
  61. data/lib/elasticsearch/api/actions/indices/analyze.rb +1 -2
  62. data/lib/elasticsearch/api/actions/indices/clear_cache.rb +2 -5
  63. data/lib/elasticsearch/api/actions/indices/clone.rb +1 -1
  64. data/lib/elasticsearch/api/actions/indices/close.rb +2 -4
  65. data/lib/elasticsearch/api/actions/indices/create.rb +1 -1
  66. data/lib/elasticsearch/api/actions/indices/delete.rb +2 -4
  67. data/lib/elasticsearch/api/actions/indices/delete_alias.rb +1 -1
  68. data/lib/elasticsearch/api/actions/indices/delete_index_template.rb +1 -1
  69. data/lib/elasticsearch/api/actions/indices/delete_template.rb +1 -1
  70. data/lib/elasticsearch/api/actions/indices/exists.rb +2 -4
  71. data/lib/elasticsearch/api/actions/indices/exists_alias.rb +2 -4
  72. data/lib/elasticsearch/api/actions/indices/exists_index_template.rb +1 -1
  73. data/lib/elasticsearch/api/actions/indices/exists_template.rb +1 -1
  74. data/lib/elasticsearch/api/actions/indices/exists_type.rb +2 -4
  75. data/lib/elasticsearch/api/actions/indices/flush.rb +2 -4
  76. data/lib/elasticsearch/api/actions/indices/flush_synced.rb +7 -4
  77. data/lib/elasticsearch/api/actions/indices/forcemerge.rb +2 -4
  78. data/lib/elasticsearch/api/actions/indices/get.rb +2 -4
  79. data/lib/elasticsearch/api/actions/indices/get_alias.rb +2 -4
  80. data/lib/elasticsearch/api/actions/indices/get_field_mapping.rb +3 -5
  81. data/lib/elasticsearch/api/actions/indices/get_index_template.rb +1 -1
  82. data/lib/elasticsearch/api/actions/indices/get_mapping.rb +4 -6
  83. data/lib/elasticsearch/api/actions/indices/get_settings.rb +2 -4
  84. data/lib/elasticsearch/api/actions/indices/get_template.rb +1 -1
  85. data/lib/elasticsearch/api/actions/indices/get_upgrade.rb +8 -5
  86. data/lib/elasticsearch/api/actions/indices/open.rb +2 -4
  87. data/lib/elasticsearch/api/actions/indices/put_alias.rb +1 -1
  88. data/lib/elasticsearch/api/actions/indices/put_index_template.rb +1 -1
  89. data/lib/elasticsearch/api/actions/indices/put_mapping.rb +3 -5
  90. data/lib/elasticsearch/api/actions/indices/put_settings.rb +2 -4
  91. data/lib/elasticsearch/api/actions/indices/put_template.rb +1 -1
  92. data/lib/elasticsearch/api/actions/indices/recovery.rb +1 -1
  93. data/lib/elasticsearch/api/actions/indices/refresh.rb +2 -4
  94. data/lib/elasticsearch/api/actions/indices/resolve_index.rb +6 -4
  95. data/lib/elasticsearch/api/actions/indices/rollover.rb +1 -1
  96. data/lib/elasticsearch/api/actions/indices/segments.rb +2 -4
  97. data/lib/elasticsearch/api/actions/indices/shard_stores.rb +3 -7
  98. data/lib/elasticsearch/api/actions/indices/shrink.rb +1 -1
  99. data/lib/elasticsearch/api/actions/indices/simulate_index_template.rb +1 -1
  100. data/lib/elasticsearch/api/actions/indices/simulate_template.rb +1 -1
  101. data/lib/elasticsearch/api/actions/indices/split.rb +1 -1
  102. data/lib/elasticsearch/api/actions/indices/stats.rb +4 -10
  103. data/lib/elasticsearch/api/actions/indices/update_aliases.rb +1 -1
  104. data/lib/elasticsearch/api/actions/indices/upgrade.rb +8 -5
  105. data/lib/elasticsearch/api/actions/indices/validate_query.rb +4 -8
  106. data/lib/elasticsearch/api/actions/info.rb +1 -1
  107. data/lib/elasticsearch/api/actions/ingest/delete_pipeline.rb +1 -1
  108. data/lib/elasticsearch/api/actions/ingest/get_pipeline.rb +1 -1
  109. data/lib/elasticsearch/api/actions/ingest/processor_grok.rb +1 -1
  110. data/lib/elasticsearch/api/actions/ingest/put_pipeline.rb +1 -1
  111. data/lib/elasticsearch/api/actions/ingest/simulate.rb +1 -1
  112. data/lib/elasticsearch/api/actions/mget.rb +2 -2
  113. data/lib/elasticsearch/api/actions/msearch.rb +4 -8
  114. data/lib/elasticsearch/api/actions/msearch_template.rb +2 -4
  115. data/lib/elasticsearch/api/actions/mtermvectors.rb +2 -4
  116. data/lib/elasticsearch/api/actions/nodes/hot_threads.rb +2 -4
  117. data/lib/elasticsearch/api/actions/nodes/info.rb +2 -4
  118. data/lib/elasticsearch/api/actions/nodes/reload_secure_settings.rb +1 -1
  119. data/lib/elasticsearch/api/actions/nodes/stats.rb +4 -10
  120. data/lib/elasticsearch/api/actions/nodes/usage.rb +2 -4
  121. data/lib/elasticsearch/api/actions/ping.rb +1 -1
  122. data/lib/elasticsearch/api/actions/put_script.rb +1 -2
  123. data/lib/elasticsearch/api/actions/rank_eval.rb +7 -7
  124. data/lib/elasticsearch/api/actions/reindex.rb +1 -1
  125. data/lib/elasticsearch/api/actions/reindex_rethrottle.rb +2 -2
  126. data/lib/elasticsearch/api/actions/render_search_template.rb +1 -1
  127. data/lib/elasticsearch/api/actions/scripts_painless_execute.rb +5 -1
  128. data/lib/elasticsearch/api/actions/scroll.rb +2 -3
  129. data/lib/elasticsearch/api/actions/search.rb +5 -13
  130. data/lib/elasticsearch/api/actions/search_shards.rb +2 -4
  131. data/lib/elasticsearch/api/actions/search_template.rb +3 -7
  132. data/lib/elasticsearch/api/actions/snapshot/cleanup_repository.rb +1 -1
  133. data/lib/elasticsearch/api/actions/snapshot/clone.rb +66 -0
  134. data/lib/elasticsearch/api/actions/snapshot/create.rb +1 -1
  135. data/lib/elasticsearch/api/actions/snapshot/create_repository.rb +1 -1
  136. data/lib/elasticsearch/api/actions/snapshot/delete.rb +1 -1
  137. data/lib/elasticsearch/api/actions/snapshot/delete_repository.rb +1 -1
  138. data/lib/elasticsearch/api/actions/snapshot/get.rb +1 -1
  139. data/lib/elasticsearch/api/actions/snapshot/get_repository.rb +1 -1
  140. data/lib/elasticsearch/api/actions/snapshot/restore.rb +1 -1
  141. data/lib/elasticsearch/api/actions/snapshot/status.rb +1 -1
  142. data/lib/elasticsearch/api/actions/snapshot/verify_repository.rb +1 -1
  143. data/lib/elasticsearch/api/actions/tasks/cancel.rb +5 -1
  144. data/lib/elasticsearch/api/actions/tasks/get.rb +5 -1
  145. data/lib/elasticsearch/api/actions/tasks/list.rb +6 -4
  146. data/lib/elasticsearch/api/actions/termvectors.rb +3 -5
  147. data/lib/elasticsearch/api/actions/update.rb +6 -6
  148. data/lib/elasticsearch/api/actions/update_by_query.rb +6 -14
  149. data/lib/elasticsearch/api/actions/update_by_query_rethrottle.rb +2 -2
  150. data/lib/elasticsearch/api/version.rb +1 -1
  151. data/spec/elasticsearch/api/actions/msearch_spec.rb +16 -33
  152. data/spec/elasticsearch/api/actions/snapshot/clone_spec.rb +67 -0
  153. data/spec/elasticsearch/api/rest_api_yaml_spec.rb +13 -6
  154. data/spec/rest_yaml_tests_helper.rb +13 -9
  155. data/utils/thor/generate_source.rb +32 -4
  156. data/utils/thor/generator/endpoint_specifics.rb +2 -2
  157. data/utils/thor/templates/_documentation_top.erb +2 -1
  158. metadata +8 -11
  159. data/lib/elasticsearch/api/actions/indices/create_data_stream.rb +0 -49
  160. data/lib/elasticsearch/api/actions/indices/data_streams_stats.rb +0 -62
  161. data/lib/elasticsearch/api/actions/indices/delete_data_stream.rb +0 -48
  162. data/lib/elasticsearch/api/actions/indices/get_data_stream.rb +0 -50
  163. data/spec/elasticsearch/api/actions/indices/data_streams_stats_spec.rb +0 -72
@@ -0,0 +1,67 @@
1
+ # Licensed to Elasticsearch B.V. under one or more contributor
2
+ # license agreements. See the NOTICE file distributed with
3
+ # this work for additional information regarding copyright
4
+ # ownership. Elasticsearch B.V. licenses this file to you under
5
+ # the Apache License, Version 2.0 (the "License"); you may
6
+ # not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing,
12
+ # software distributed under the License is distributed on an
13
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ # KIND, either express or implied. See the License for the
15
+ # specific language governing permissions and limitations
16
+ # under the License.
17
+
18
+ require 'spec_helper'
19
+
20
+ describe 'client.snapshot#clone' do
21
+ let(:expected_args) do
22
+ [
23
+ 'PUT',
24
+ '_snapshot/foo/bar/_clone/snapshot',
25
+ {},
26
+ {},
27
+ {}
28
+ ]
29
+ end
30
+
31
+ let(:client) do
32
+ Class.new { include Elasticsearch::API }.new
33
+ end
34
+
35
+ it 'requires the :body argument' do
36
+ expect {
37
+ client.snapshot.clone(snapshot: 'bar')
38
+ }.to raise_exception(ArgumentError)
39
+ end
40
+
41
+ it 'requires the :repository argument' do
42
+ expect {
43
+ client.snapshot.clone(snapshot: 'foo', body: {})
44
+ }.to raise_exception(ArgumentError)
45
+ end
46
+
47
+ it 'requires the :snapshot argument' do
48
+ expect {
49
+ client.snapshot.clone(repository: 'foo', body: {})
50
+ }.to raise_exception(ArgumentError)
51
+ end
52
+
53
+ it 'requires the :target_snapshot argument' do
54
+ expect {
55
+ client.snapshot.clone(repository: 'foo', body: {}, snapshot: 'bar')
56
+ }.to raise_exception(ArgumentError)
57
+ end
58
+
59
+ it 'performs the request' do
60
+ expect(client_double.snapshot.clone(
61
+ repository: 'foo',
62
+ snapshot: 'bar',
63
+ body: {},
64
+ target_snapshot: 'snapshot'
65
+ )).to eq({})
66
+ end
67
+ end
@@ -8,11 +8,18 @@ require 'rest_yaml_tests_helper'
8
8
  describe 'Rest API YAML tests' do
9
9
  # Traverse YAML files and create TestFile object:
10
10
  REST_API_YAML_FILES.each do |file|
11
- test_file = Elasticsearch::RestAPIYAMLTests::TestFile.new(file, REST_API_YAML_SKIP_FEATURES)
11
+ begin
12
+ test_file = Elasticsearch::RestAPIYAMLTests::TestFile.new(file, ADMIN_CLIENT, REST_API_YAML_SKIP_FEATURES)
13
+ rescue SkipTestsException => _e
14
+ # If the test file has a `skip` at the top level that applies to this
15
+ # version of Elasticsearch, continue with the next text.
16
+ logger = Logger.new($stdout)
17
+ logger.info "Skipping #{file} due to 'skip all'."
18
+ next
19
+ end
12
20
 
13
21
  context "#{file.gsub("#{YAML_FILES_DIRECTORY}/", '')}" do
14
22
  test_file.tests.each do |test|
15
-
16
23
  context "#{test.description}" do
17
24
  if test.skip_test?(ADMIN_CLIENT)
18
25
  skip 'Test contains feature(s) not yet supported or version is not satisfied'
@@ -23,13 +30,13 @@ describe 'Rest API YAML tests' do
23
30
 
24
31
  # Runs once before each test in a test file
25
32
  before(:all) do
26
- Elasticsearch::RestAPIYAMLTests::TestFile.clear_data(ADMIN_CLIENT)
27
- test_file.setup(ADMIN_CLIENT)
33
+ Elasticsearch::RestAPIYAMLTests::TestFile.wipe_cluster(ADMIN_CLIENT)
34
+ test_file.setup
28
35
  end
29
36
 
30
37
  after(:all) do
31
- test_file.teardown(ADMIN_CLIENT)
32
- Elasticsearch::RestAPIYAMLTests::TestFile.clear_data(ADMIN_CLIENT)
38
+ test_file.teardown
39
+ Elasticsearch::RestAPIYAMLTests::TestFile.wipe_cluster(ADMIN_CLIENT)
33
40
  end
34
41
 
35
42
  test.task_groups.each do |task_group|
@@ -22,7 +22,7 @@ include Elasticsearch::RestAPIYAMLTests
22
22
  TRANSPORT_OPTIONS = {}
23
23
  PROJECT_PATH = File.join(File.dirname(__FILE__), '..', '..')
24
24
 
25
- if hosts = ELASTICSEARCH_URL
25
+ if (hosts = ELASTICSEARCH_URL)
26
26
  split_hosts = hosts.split(',').map do |host|
27
27
  /(http\:\/\/)?\S+/.match(host)
28
28
  end
@@ -49,11 +49,19 @@ end
49
49
 
50
50
 
51
51
  YAML_FILES_DIRECTORY = "#{File.expand_path(File.dirname('..'), '..')}" +
52
- "/tmp/elasticsearch/rest-api-spec/src/main/resources/rest-api-spec/test"
52
+ '/tmp/elasticsearch/rest-api-spec/src/main/resources/rest-api-spec/test'
53
53
 
54
54
  SINGLE_TEST = if ENV['SINGLE_TEST'] && !ENV['SINGLE_TEST'].empty?
55
- ["#{File.expand_path(File.dirname('..'), '..')}" +
56
- "/tmp/elasticsearch/rest-api-spec/src/main/resources/rest-api-spec/test/#{ENV['SINGLE_TEST']}"]
55
+ test_target = ENV['SINGLE_TEST']
56
+ path = File.expand_path(File.dirname('..'), '..')
57
+
58
+ if test_target.match?(/\.yml$/)
59
+ ["#{path}/tmp/elasticsearch/rest-api-spec/src/main/resources/rest-api-spec/test/#{test_target}"]
60
+ else
61
+ Dir.glob(
62
+ ["#{path}/tmp/elasticsearch/rest-api-spec/src/main/resources/rest-api-spec/test/#{test_target}/*.yml"]
63
+ )
64
+ end
57
65
  end
58
66
 
59
67
  skipped_tests = []
@@ -86,10 +94,6 @@ skipped_tests << { file: 'delete/70_mix_typeless_typeful.yml',
86
94
  skipped_tests << { file: 'cat.templates/10_basic.yml',
87
95
  description: '*' }
88
96
 
89
- # node_selector is not supported yet
90
- skipped_tests << { file: 'cat.aliases/10_basic.yml',
91
- description: '*' }
92
-
93
97
  # Responses are there but not equal (eg.: yellow status)
94
98
  skipped_tests << { file: 'cluster.health/10_basic.yml',
95
99
  description: 'cluster health with closed index (pre 7.2.0)' }
@@ -104,4 +108,4 @@ SKIPPED_TESTS = skipped_tests
104
108
  REST_API_YAML_FILES = SINGLE_TEST || Dir.glob("#{YAML_FILES_DIRECTORY}/**/*.yml")
105
109
 
106
110
  # The features to skip
107
- REST_API_YAML_SKIP_FEATURES = ['warnings'].freeze
111
+ REST_API_YAML_SKIP_FEATURES = ['warnings', 'node_selector'].freeze
@@ -229,10 +229,38 @@ module Elasticsearch
229
229
  info['type'] = 'String' if info['type'] == 'enum' # Rename 'enums' to 'strings'
230
230
  tipo = info['type'] ? info['type'].capitalize : 'String'
231
231
  description = info['description'] ? info['description'].strip : '[TODO]'
232
- options = info['options'] ? "\n # (options: #{info['options'].join(', '.strip)})\n" : ''
233
- required = info['required'] ? ' (*Required*)' : ''
234
- deprecated = info['deprecated'] ? ' *Deprecated*' : ''
235
- "# @option arguments [#{tipo}] :#{name} #{description} #{required} #{deprecated} #{options}\n"
232
+ options = info['options'] ? "(options: #{info['options'].join(', ').strip})" : nil
233
+ required = info['required'] ? '(*Required*)' : ''
234
+ deprecated = info['deprecated'] ? '*Deprecated*' : ''
235
+ optionals = [required, deprecated, options].join(' ').strip
236
+
237
+ "# @option arguments [#{tipo}] :#{name} #{description} #{optionals}\n"
238
+ end
239
+
240
+ def stability_doc_helper(stability)
241
+ return if stability == 'stable'
242
+
243
+ if stability == 'experimental'
244
+ <<~MSG
245
+ # This functionality is Experimental and may be changed or removed
246
+ # completely in a future release. Elastic will take a best effort approach
247
+ # to fix any issues, but experimental features are not subject to the
248
+ # support SLA of official GA features.
249
+ MSG
250
+ elsif stability == 'beta'
251
+ <<~MSG
252
+ # This functionality is in Beta and is subject to change. The design and
253
+ # code is less mature than official GA features and is being provided
254
+ # as-is with no warranties. Beta features are not subject to the support
255
+ # SLA of official GA features.
256
+ MSG
257
+ else
258
+ <<~MSG
259
+ # This functionality is subject to potential breaking changes within a
260
+ # minor version, meaning that your referencing code may break when this
261
+ # library is upgraded.
262
+ MSG
263
+ end
236
264
  end
237
265
 
238
266
  def generate_tests
@@ -136,11 +136,11 @@ module Elasticsearch
136
136
  end.
137
137
  map { |item| Elasticsearch::API.serializer.dump(item) }
138
138
  payload << "" unless payload.empty?
139
- payload = payload.join("\n")
139
+ payload = payload.join("\\n")
140
140
  when body.is_a?(Array)
141
141
  payload = body.map { |d| d.is_a?(String) ? d : Elasticsearch::API.serializer.dump(d) }
142
142
  payload << "" unless payload.empty?
143
- payload = payload.join("\n")
143
+ payload = payload.join("\\n")
144
144
  else
145
145
  payload = body
146
146
  end
@@ -3,6 +3,7 @@
3
3
  <%- else %>
4
4
  <%= ' '*(@namespace_depth+3) %># TODO: Description
5
5
  <%- end %>
6
+ <%= stability_doc_helper(@spec['stability']) -%>
6
7
  <%= ' '*(@namespace_depth+3) %>#
7
8
  <%- unless @parts.nil? || @parts.empty? %><%# URL parts -%>
8
9
  <%- @parts.each do |name, info| -%>
@@ -11,7 +12,7 @@
11
12
  <%- end -%><%# Body -%>
12
13
  <%# URL parameters -%>
13
14
  <%- @params.each do |name, info| -%>
14
- <%= docs_helper(name, info) -%>
15
+ <%= docs_helper(name, info) unless (!@parts.empty? && @parts.keys.include?(name)) -%>
15
16
  <%- end -%>
16
17
  # @option arguments [Hash] :headers Custom HTTP headers
17
18
  <%- if @spec['body'] -%>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elasticsearch-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.9.0.pre
4
+ version: 7.11.0.pre.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karel Minarik
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-17 00:00:00.000000000 Z
11
+ date: 2021-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json
@@ -156,14 +156,14 @@ dependencies:
156
156
  requirements:
157
157
  - - "~>"
158
158
  - !ruby/object:Gem::Version
159
- version: '11.1'
159
+ version: '13'
160
160
  type: :development
161
161
  prerelease: false
162
162
  version_requirements: !ruby/object:Gem::Requirement
163
163
  requirements:
164
164
  - - "~>"
165
165
  - !ruby/object:Gem::Version
166
- version: '11.1'
166
+ version: '13'
167
167
  - !ruby/object:Gem::Dependency
168
168
  name: shoulda-context
169
169
  requirement: !ruby/object:Gem::Requirement
@@ -340,7 +340,7 @@ dependencies:
340
340
  version: '0'
341
341
  description: 'Ruby API for Elasticsearch. See the `elasticsearch` gem for full integration.
342
342
 
343
- '
343
+ '
344
344
  email:
345
345
  - karel.minarik@elasticsearch.org
346
346
  executables: []
@@ -425,11 +425,8 @@ files:
425
425
  - lib/elasticsearch/api/actions/indices/clone.rb
426
426
  - lib/elasticsearch/api/actions/indices/close.rb
427
427
  - lib/elasticsearch/api/actions/indices/create.rb
428
- - lib/elasticsearch/api/actions/indices/create_data_stream.rb
429
- - lib/elasticsearch/api/actions/indices/data_streams_stats.rb
430
428
  - lib/elasticsearch/api/actions/indices/delete.rb
431
429
  - lib/elasticsearch/api/actions/indices/delete_alias.rb
432
- - lib/elasticsearch/api/actions/indices/delete_data_stream.rb
433
430
  - lib/elasticsearch/api/actions/indices/delete_index_template.rb
434
431
  - lib/elasticsearch/api/actions/indices/delete_template.rb
435
432
  - lib/elasticsearch/api/actions/indices/exists.rb
@@ -443,7 +440,6 @@ files:
443
440
  - lib/elasticsearch/api/actions/indices/freeze.rb
444
441
  - lib/elasticsearch/api/actions/indices/get.rb
445
442
  - lib/elasticsearch/api/actions/indices/get_alias.rb
446
- - lib/elasticsearch/api/actions/indices/get_data_stream.rb
447
443
  - lib/elasticsearch/api/actions/indices/get_field_mapping.rb
448
444
  - lib/elasticsearch/api/actions/indices/get_index_template.rb
449
445
  - lib/elasticsearch/api/actions/indices/get_mapping.rb
@@ -504,6 +500,7 @@ files:
504
500
  - lib/elasticsearch/api/actions/search_shards.rb
505
501
  - lib/elasticsearch/api/actions/search_template.rb
506
502
  - lib/elasticsearch/api/actions/snapshot/cleanup_repository.rb
503
+ - lib/elasticsearch/api/actions/snapshot/clone.rb
507
504
  - lib/elasticsearch/api/actions/snapshot/create.rb
508
505
  - lib/elasticsearch/api/actions/snapshot/create_repository.rb
509
506
  - lib/elasticsearch/api/actions/snapshot/delete.rb
@@ -589,7 +586,6 @@ files:
589
586
  - spec/elasticsearch/api/actions/indices/clone_spec.rb
590
587
  - spec/elasticsearch/api/actions/indices/close_spec.rb
591
588
  - spec/elasticsearch/api/actions/indices/create_spec.rb
592
- - spec/elasticsearch/api/actions/indices/data_streams_stats_spec.rb
593
589
  - spec/elasticsearch/api/actions/indices/delete_alias_spec.rb
594
590
  - spec/elasticsearch/api/actions/indices/delete_spec.rb
595
591
  - spec/elasticsearch/api/actions/indices/delete_template_spec.rb
@@ -647,6 +643,7 @@ files:
647
643
  - spec/elasticsearch/api/actions/search_shards_spec.rb
648
644
  - spec/elasticsearch/api/actions/search_spec.rb
649
645
  - spec/elasticsearch/api/actions/search_template_spec.rb
646
+ - spec/elasticsearch/api/actions/snapshot/clone_spec.rb
650
647
  - spec/elasticsearch/api/actions/snapshot/create_repository_spec.rb
651
648
  - spec/elasticsearch/api/actions/snapshot/create_spec.rb
652
649
  - spec/elasticsearch/api/actions/snapshot/delete_repository_spec.rb
@@ -767,7 +764,6 @@ test_files:
767
764
  - spec/elasticsearch/api/actions/indices/clone_spec.rb
768
765
  - spec/elasticsearch/api/actions/indices/close_spec.rb
769
766
  - spec/elasticsearch/api/actions/indices/create_spec.rb
770
- - spec/elasticsearch/api/actions/indices/data_streams_stats_spec.rb
771
767
  - spec/elasticsearch/api/actions/indices/delete_alias_spec.rb
772
768
  - spec/elasticsearch/api/actions/indices/delete_spec.rb
773
769
  - spec/elasticsearch/api/actions/indices/delete_template_spec.rb
@@ -825,6 +821,7 @@ test_files:
825
821
  - spec/elasticsearch/api/actions/search_shards_spec.rb
826
822
  - spec/elasticsearch/api/actions/search_spec.rb
827
823
  - spec/elasticsearch/api/actions/search_template_spec.rb
824
+ - spec/elasticsearch/api/actions/snapshot/clone_spec.rb
828
825
  - spec/elasticsearch/api/actions/snapshot/create_repository_spec.rb
829
826
  - spec/elasticsearch/api/actions/snapshot/create_spec.rb
830
827
  - spec/elasticsearch/api/actions/snapshot/delete_repository_spec.rb
@@ -1,49 +0,0 @@
1
- # Licensed to Elasticsearch B.V. under one or more contributor
2
- # license agreements. See the NOTICE file distributed with
3
- # this work for additional information regarding copyright
4
- # ownership. Elasticsearch B.V. licenses this file to you under
5
- # the Apache License, Version 2.0 (the "License"); you may
6
- # not use this file except in compliance with the License.
7
- # You may obtain a copy of the License at
8
- #
9
- # http://www.apache.org/licenses/LICENSE-2.0
10
- #
11
- # Unless required by applicable law or agreed to in writing,
12
- # software distributed under the License is distributed on an
13
- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
- # KIND, either express or implied. See the License for the
15
- # specific language governing permissions and limitations
16
- # under the License.
17
-
18
- module Elasticsearch
19
- module API
20
- module Indices
21
- module Actions
22
- # Creates or updates a data stream
23
- #
24
- # @option arguments [String] :name The name of the data stream
25
- # @option arguments [Hash] :headers Custom HTTP headers
26
- # @option arguments [Hash] :body The data stream definition
27
- #
28
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/data-streams.html
29
- #
30
- def create_data_stream(arguments = {})
31
- raise ArgumentError, "Required argument 'name' missing" unless arguments[:name]
32
-
33
- headers = arguments.delete(:headers) || {}
34
-
35
- arguments = arguments.clone
36
-
37
- _name = arguments.delete(:name)
38
-
39
- method = Elasticsearch::API::HTTP_PUT
40
- path = "_data_stream/#{Utils.__listify(_name)}"
41
- params = {}
42
-
43
- body = arguments[:body]
44
- perform_request(method, path, params, body, headers).body
45
- end
46
- end
47
- end
48
- end
49
- end
@@ -1,62 +0,0 @@
1
- # Licensed to Elasticsearch B.V. under one or more contributor
2
- # license agreements. See the NOTICE file distributed with
3
- # this work for additional information regarding copyright
4
- # ownership. Elasticsearch B.V. licenses this file to you under
5
- # the Apache License, Version 2.0 (the "License"); you may
6
- # not use this file except in compliance with the License.
7
- # You may obtain a copy of the License at
8
- #
9
- # http://www.apache.org/licenses/LICENSE-2.0
10
- #
11
- # Unless required by applicable law or agreed to in writing,
12
- # software distributed under the License is distributed on an
13
- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
- # KIND, either express or implied. See the License for the
15
- # specific language governing permissions and limitations
16
- # under the License.
17
-
18
- module Elasticsearch
19
- module API
20
- module Indices
21
- module Actions
22
- # Provides statistics on operations happening in a data stream.
23
- #
24
- # @option arguments [List] :name A comma-separated list of data stream names; use `_all` or empty string to perform the operation on all data streams
25
- # @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both.
26
- # (options: open,closed,hidden,none,all)
27
-
28
- # @option arguments [Boolean] :forbid_closed_indices If set to false stats will also collected from closed indices if explicitly specified or if expand_wildcards expands to closed indices
29
- # @option arguments [Hash] :headers Custom HTTP headers
30
- #
31
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/data-streams.html
32
- #
33
- def data_streams_stats(arguments = {})
34
- headers = arguments.delete(:headers) || {}
35
-
36
- arguments = arguments.clone
37
-
38
- _name = arguments.delete(:name)
39
-
40
- method = Elasticsearch::API::HTTP_GET
41
- path = if _name
42
- "_data_stream/#{Utils.__listify(_name)}/_stats"
43
- else
44
- "_data_stream/_stats"
45
- end
46
- params = Utils.__validate_and_extract_params arguments, ParamsRegistry.get(__method__)
47
-
48
- body = nil
49
- perform_request(method, path, params, body, headers).body
50
- end
51
-
52
- # Register this action with its valid params when the module is loaded.
53
- #
54
- # @since 6.2.0
55
- ParamsRegistry.register(:data_streams_stats, [
56
- :expand_wildcards,
57
- :forbid_closed_indices
58
- ].freeze)
59
- end
60
- end
61
- end
62
- end
@@ -1,48 +0,0 @@
1
- # Licensed to Elasticsearch B.V. under one or more contributor
2
- # license agreements. See the NOTICE file distributed with
3
- # this work for additional information regarding copyright
4
- # ownership. Elasticsearch B.V. licenses this file to you under
5
- # the Apache License, Version 2.0 (the "License"); you may
6
- # not use this file except in compliance with the License.
7
- # You may obtain a copy of the License at
8
- #
9
- # http://www.apache.org/licenses/LICENSE-2.0
10
- #
11
- # Unless required by applicable law or agreed to in writing,
12
- # software distributed under the License is distributed on an
13
- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
- # KIND, either express or implied. See the License for the
15
- # specific language governing permissions and limitations
16
- # under the License.
17
-
18
- module Elasticsearch
19
- module API
20
- module Indices
21
- module Actions
22
- # Deletes a data stream.
23
- #
24
- # @option arguments [List] :name A comma-separated list of data streams to delete; use `*` to delete all data streams
25
- # @option arguments [Hash] :headers Custom HTTP headers
26
- #
27
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/data-streams.html
28
- #
29
- def delete_data_stream(arguments = {})
30
- raise ArgumentError, "Required argument 'name' missing" unless arguments[:name]
31
-
32
- headers = arguments.delete(:headers) || {}
33
-
34
- arguments = arguments.clone
35
-
36
- _name = arguments.delete(:name)
37
-
38
- method = Elasticsearch::API::HTTP_DELETE
39
- path = "_data_stream/#{Utils.__listify(_name)}"
40
- params = {}
41
-
42
- body = nil
43
- perform_request(method, path, params, body, headers).body
44
- end
45
- end
46
- end
47
- end
48
- end