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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (186) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -8
  3. data/Rakefile +46 -62
  4. data/lib/elasticsearch/api.rb +3 -1
  5. data/lib/elasticsearch/api/actions/bulk.rb +1 -1
  6. data/lib/elasticsearch/api/actions/cat/aliases.rb +1 -1
  7. data/lib/elasticsearch/api/actions/cat/allocation.rb +1 -1
  8. data/lib/elasticsearch/api/actions/cat/count.rb +1 -1
  9. data/lib/elasticsearch/api/actions/cat/fielddata.rb +1 -1
  10. data/lib/elasticsearch/api/actions/cat/health.rb +1 -1
  11. data/lib/elasticsearch/api/actions/cat/help.rb +1 -1
  12. data/lib/elasticsearch/api/actions/cat/indices.rb +1 -1
  13. data/lib/elasticsearch/api/actions/cat/master.rb +1 -1
  14. data/lib/elasticsearch/api/actions/cat/nodeattrs.rb +1 -1
  15. data/lib/elasticsearch/api/actions/cat/nodes.rb +4 -2
  16. data/lib/elasticsearch/api/actions/cat/pending_tasks.rb +1 -1
  17. data/lib/elasticsearch/api/actions/cat/plugins.rb +3 -1
  18. data/lib/elasticsearch/api/actions/cat/recovery.rb +1 -1
  19. data/lib/elasticsearch/api/actions/cat/repositories.rb +1 -1
  20. data/lib/elasticsearch/api/actions/cat/segments.rb +1 -1
  21. data/lib/elasticsearch/api/actions/cat/shards.rb +1 -1
  22. data/lib/elasticsearch/api/actions/cat/snapshots.rb +1 -1
  23. data/lib/elasticsearch/api/actions/cat/tasks.rb +1 -1
  24. data/lib/elasticsearch/api/actions/cat/templates.rb +1 -1
  25. data/lib/elasticsearch/api/actions/cat/thread_pool.rb +1 -1
  26. data/lib/elasticsearch/api/actions/clear_scroll.rb +1 -1
  27. data/lib/elasticsearch/api/actions/close_point_in_time.rb +42 -0
  28. data/lib/elasticsearch/api/actions/cluster/allocation_explain.rb +1 -1
  29. data/lib/elasticsearch/api/actions/cluster/delete_component_template.rb +1 -1
  30. data/lib/elasticsearch/api/actions/cluster/delete_voting_config_exclusions.rb +1 -1
  31. data/lib/elasticsearch/api/actions/cluster/exists_component_template.rb +1 -1
  32. data/lib/elasticsearch/api/actions/cluster/get_component_template.rb +1 -1
  33. data/lib/elasticsearch/api/actions/cluster/get_settings.rb +1 -1
  34. data/lib/elasticsearch/api/actions/cluster/health.rb +1 -1
  35. data/lib/elasticsearch/api/actions/cluster/pending_tasks.rb +1 -1
  36. data/lib/elasticsearch/api/actions/cluster/post_voting_config_exclusions.rb +1 -1
  37. data/lib/elasticsearch/api/actions/cluster/put_component_template.rb +1 -1
  38. data/lib/elasticsearch/api/actions/cluster/put_settings.rb +1 -1
  39. data/lib/elasticsearch/api/actions/cluster/remote_info.rb +1 -1
  40. data/lib/elasticsearch/api/actions/cluster/reroute.rb +1 -1
  41. data/lib/elasticsearch/api/actions/cluster/state.rb +1 -1
  42. data/lib/elasticsearch/api/actions/cluster/stats.rb +1 -1
  43. data/lib/elasticsearch/api/actions/count.rb +1 -1
  44. data/lib/elasticsearch/api/actions/create.rb +1 -1
  45. data/lib/elasticsearch/api/actions/dangling_indices/delete_dangling_index.rb +1 -1
  46. data/lib/elasticsearch/api/actions/dangling_indices/import_dangling_index.rb +1 -1
  47. data/lib/elasticsearch/api/actions/dangling_indices/list_dangling_indices.rb +1 -1
  48. data/lib/elasticsearch/api/actions/delete.rb +1 -1
  49. data/lib/elasticsearch/api/actions/delete_by_query.rb +1 -1
  50. data/lib/elasticsearch/api/actions/delete_by_query_rethrottle.rb +1 -1
  51. data/lib/elasticsearch/api/actions/delete_script.rb +1 -1
  52. data/lib/elasticsearch/api/actions/exists.rb +1 -1
  53. data/lib/elasticsearch/api/actions/exists_source.rb +1 -1
  54. data/lib/elasticsearch/api/actions/explain.rb +1 -1
  55. data/lib/elasticsearch/api/actions/features/get_features.rb +51 -0
  56. data/lib/elasticsearch/api/actions/features/params_registry.rb +60 -0
  57. data/lib/elasticsearch/api/actions/features/reset_features.rb +47 -0
  58. data/lib/elasticsearch/api/actions/field_caps.rb +1 -1
  59. data/lib/elasticsearch/api/actions/get.rb +1 -1
  60. data/lib/elasticsearch/api/actions/get_script.rb +1 -1
  61. data/lib/elasticsearch/api/actions/get_script_context.rb +1 -1
  62. data/lib/elasticsearch/api/actions/get_script_languages.rb +1 -1
  63. data/lib/elasticsearch/api/actions/get_source.rb +1 -1
  64. data/lib/elasticsearch/api/actions/index.rb +1 -1
  65. data/lib/elasticsearch/api/actions/indices/add_block.rb +1 -1
  66. data/lib/elasticsearch/api/actions/indices/analyze.rb +1 -1
  67. data/lib/elasticsearch/api/actions/indices/clear_cache.rb +1 -1
  68. data/lib/elasticsearch/api/actions/indices/clone.rb +1 -1
  69. data/lib/elasticsearch/api/actions/indices/close.rb +2 -2
  70. data/lib/elasticsearch/api/actions/indices/create.rb +1 -1
  71. data/lib/elasticsearch/api/actions/indices/delete.rb +1 -1
  72. data/lib/elasticsearch/api/actions/indices/delete_alias.rb +1 -1
  73. data/lib/elasticsearch/api/actions/indices/delete_index_template.rb +1 -1
  74. data/lib/elasticsearch/api/actions/indices/delete_template.rb +1 -1
  75. data/lib/elasticsearch/api/actions/indices/exists.rb +1 -1
  76. data/lib/elasticsearch/api/actions/indices/exists_alias.rb +1 -1
  77. data/lib/elasticsearch/api/actions/indices/exists_index_template.rb +1 -1
  78. data/lib/elasticsearch/api/actions/indices/exists_template.rb +1 -1
  79. data/lib/elasticsearch/api/actions/indices/exists_type.rb +1 -1
  80. data/lib/elasticsearch/api/actions/indices/flush.rb +1 -1
  81. data/lib/elasticsearch/api/actions/indices/flush_synced.rb +1 -1
  82. data/lib/elasticsearch/api/actions/indices/forcemerge.rb +1 -1
  83. data/lib/elasticsearch/api/actions/indices/freeze.rb +29 -19
  84. data/lib/elasticsearch/api/actions/indices/get.rb +1 -1
  85. data/lib/elasticsearch/api/actions/indices/get_alias.rb +1 -1
  86. data/lib/elasticsearch/api/actions/indices/get_field_mapping.rb +1 -1
  87. data/lib/elasticsearch/api/actions/indices/get_index_template.rb +1 -1
  88. data/lib/elasticsearch/api/actions/indices/get_mapping.rb +1 -1
  89. data/lib/elasticsearch/api/actions/indices/get_settings.rb +1 -1
  90. data/lib/elasticsearch/api/actions/indices/get_template.rb +1 -1
  91. data/lib/elasticsearch/api/actions/indices/get_upgrade.rb +1 -1
  92. data/lib/elasticsearch/api/actions/indices/open.rb +1 -1
  93. data/lib/elasticsearch/api/actions/indices/put_alias.rb +1 -1
  94. data/lib/elasticsearch/api/actions/indices/put_index_template.rb +1 -1
  95. data/lib/elasticsearch/api/actions/indices/put_mapping.rb +1 -1
  96. data/lib/elasticsearch/api/actions/indices/put_settings.rb +1 -1
  97. data/lib/elasticsearch/api/actions/indices/put_template.rb +1 -1
  98. data/lib/elasticsearch/api/actions/indices/recovery.rb +1 -1
  99. data/lib/elasticsearch/api/actions/indices/refresh.rb +1 -1
  100. data/lib/elasticsearch/api/actions/indices/resolve_index.rb +1 -1
  101. data/lib/elasticsearch/api/actions/indices/rollover.rb +1 -1
  102. data/lib/elasticsearch/api/actions/indices/segments.rb +1 -1
  103. data/lib/elasticsearch/api/actions/indices/shard_stores.rb +1 -1
  104. data/lib/elasticsearch/api/actions/indices/shrink.rb +1 -1
  105. data/lib/elasticsearch/api/actions/indices/simulate_index_template.rb +1 -1
  106. data/lib/elasticsearch/api/actions/indices/simulate_template.rb +1 -1
  107. data/lib/elasticsearch/api/actions/indices/split.rb +1 -1
  108. data/lib/elasticsearch/api/actions/indices/stats.rb +1 -1
  109. data/lib/elasticsearch/api/actions/indices/unfreeze.rb +29 -19
  110. data/lib/elasticsearch/api/actions/indices/update_aliases.rb +1 -1
  111. data/lib/elasticsearch/api/actions/indices/upgrade.rb +1 -1
  112. data/lib/elasticsearch/api/actions/indices/validate_query.rb +1 -1
  113. data/lib/elasticsearch/api/actions/info.rb +1 -1
  114. data/lib/elasticsearch/api/actions/ingest/delete_pipeline.rb +1 -1
  115. data/lib/elasticsearch/api/actions/ingest/geo_ip_stats.rb +43 -0
  116. data/lib/elasticsearch/api/actions/ingest/get_pipeline.rb +3 -1
  117. data/lib/elasticsearch/api/actions/ingest/processor_grok.rb +1 -1
  118. data/lib/elasticsearch/api/actions/ingest/put_pipeline.rb +1 -1
  119. data/lib/elasticsearch/api/actions/ingest/simulate.rb +1 -1
  120. data/lib/elasticsearch/api/actions/mget.rb +1 -1
  121. data/lib/elasticsearch/api/actions/msearch.rb +1 -1
  122. data/lib/elasticsearch/api/actions/msearch_template.rb +1 -1
  123. data/lib/elasticsearch/api/actions/mtermvectors.rb +1 -1
  124. data/lib/elasticsearch/api/actions/nodes/hot_threads.rb +1 -1
  125. data/lib/elasticsearch/api/actions/nodes/info.rb +1 -1
  126. data/lib/elasticsearch/api/actions/nodes/reload_secure_settings.rb +1 -1
  127. data/lib/elasticsearch/api/actions/nodes/stats.rb +4 -2
  128. data/lib/elasticsearch/api/actions/nodes/usage.rb +1 -1
  129. data/lib/elasticsearch/api/actions/open_point_in_time.rb +64 -0
  130. data/lib/elasticsearch/api/actions/ping.rb +1 -1
  131. data/lib/elasticsearch/api/actions/put_script.rb +1 -1
  132. data/lib/elasticsearch/api/actions/rank_eval.rb +1 -1
  133. data/lib/elasticsearch/api/actions/reindex.rb +1 -1
  134. data/lib/elasticsearch/api/actions/reindex_rethrottle.rb +1 -1
  135. data/lib/elasticsearch/api/actions/render_search_template.rb +1 -1
  136. data/lib/elasticsearch/api/actions/scripts_painless_execute.rb +1 -1
  137. data/lib/elasticsearch/api/actions/scroll.rb +1 -1
  138. data/lib/elasticsearch/api/actions/search.rb +4 -2
  139. data/lib/elasticsearch/api/actions/search_shards.rb +1 -1
  140. data/lib/elasticsearch/api/actions/search_template.rb +1 -1
  141. data/lib/elasticsearch/api/actions/shutdown/delete_node.rb +52 -0
  142. data/lib/elasticsearch/api/actions/shutdown/get_node.rb +54 -0
  143. data/lib/elasticsearch/api/actions/shutdown/params_registry.rb +60 -0
  144. data/lib/elasticsearch/api/actions/shutdown/put_node.rb +54 -0
  145. data/lib/elasticsearch/api/actions/snapshot/cleanup_repository.rb +1 -1
  146. data/lib/elasticsearch/api/actions/snapshot/clone.rb +1 -1
  147. data/lib/elasticsearch/api/actions/snapshot/create.rb +1 -1
  148. data/lib/elasticsearch/api/actions/snapshot/create_repository.rb +1 -1
  149. data/lib/elasticsearch/api/actions/snapshot/delete.rb +1 -1
  150. data/lib/elasticsearch/api/actions/snapshot/delete_repository.rb +1 -1
  151. data/lib/elasticsearch/api/actions/snapshot/get.rb +3 -1
  152. data/lib/elasticsearch/api/actions/snapshot/get_features.rb +51 -0
  153. data/lib/elasticsearch/api/actions/snapshot/get_repository.rb +1 -1
  154. data/lib/elasticsearch/api/actions/snapshot/restore.rb +1 -1
  155. data/lib/elasticsearch/api/actions/snapshot/status.rb +1 -1
  156. data/lib/elasticsearch/api/actions/snapshot/verify_repository.rb +1 -1
  157. data/lib/elasticsearch/api/actions/tasks/cancel.rb +1 -1
  158. data/lib/elasticsearch/api/actions/tasks/get.rb +1 -1
  159. data/lib/elasticsearch/api/actions/tasks/list.rb +1 -1
  160. data/lib/elasticsearch/api/actions/termvectors.rb +1 -1
  161. data/lib/elasticsearch/api/actions/update.rb +1 -1
  162. data/lib/elasticsearch/api/actions/update_by_query.rb +1 -1
  163. data/lib/elasticsearch/api/actions/update_by_query_rethrottle.rb +1 -1
  164. data/lib/elasticsearch/api/namespace/features.rb +36 -0
  165. data/lib/elasticsearch/api/namespace/shutdown.rb +37 -0
  166. data/lib/elasticsearch/api/version.rb +1 -1
  167. data/spec/elasticsearch/api/actions/close_point_in_time_spec.rb +34 -0
  168. data/spec/elasticsearch/api/actions/features/get_features_spec.rb +34 -0
  169. data/spec/elasticsearch/api/actions/features/reset_features_spec.rb +34 -0
  170. data/spec/elasticsearch/api/actions/indices/freeze_spec.rb +1 -1
  171. data/spec/elasticsearch/api/actions/indices/unfreeze_spec.rb +1 -1
  172. data/spec/elasticsearch/api/actions/ingest/geo_ip_stats_spec.rb +34 -0
  173. data/spec/elasticsearch/api/actions/open_point_in_time_spec.rb +44 -0
  174. data/spec/elasticsearch/api/actions/shutdown/delete_node_spec.rb +44 -0
  175. data/spec/elasticsearch/api/actions/shutdown/get_node_spec.rb +46 -0
  176. data/spec/elasticsearch/api/actions/shutdown/put_node_spec.rb +50 -0
  177. data/spec/elasticsearch/api/actions/snapshot/get_features_spec.rb +38 -0
  178. data/spec/elasticsearch/api/rest_api_yaml_spec.rb +7 -0
  179. data/spec/rest_yaml_tests_helper.rb +16 -46
  180. data/spec/skipped_tests.yml +29 -0
  181. data/utils/Gemfile +4 -3
  182. data/utils/thor/generate_source.rb +1 -2
  183. data/utils/thor/generator/endpoint_specifics.rb +4 -0
  184. data/utils/thor/generator/files_helper.rb +38 -20
  185. data/utils/thor/templates/_perform_request.erb +1 -1
  186. metadata +36 -3
@@ -14,7 +14,7 @@ when 'mtermvectors'
14
14
  <%- else -%>
15
15
  <%= ' '*(@namespace_depth+3) %>body = <%= @spec['body'].nil? ? 'nil' : 'arguments[:body]' %>
16
16
  <%- end -%>
17
- <%- if ['bulk', 'msearch', 'msearch_template'].include? @method_name -%>
17
+ <%- if ['bulk', 'msearch', 'msearch_template', 'find_structure'].include? @method_name -%>
18
18
  <%= self.send("#{@method_name}_body_helper".to_s) %>
19
19
  headers.merge!("Content-Type" => "application/x-ndjson")
20
20
  <%= ' '*(@namespace_depth+4) %>perform_request(method, path, params, payload, headers).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.11.0.pre.1
4
+ version: 7.13.0.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karel Minarik
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-01-11 00:00:00.000000000 Z
11
+ date: 2021-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json
@@ -382,6 +382,7 @@ files:
382
382
  - lib/elasticsearch/api/actions/cat/templates.rb
383
383
  - lib/elasticsearch/api/actions/cat/thread_pool.rb
384
384
  - lib/elasticsearch/api/actions/clear_scroll.rb
385
+ - lib/elasticsearch/api/actions/close_point_in_time.rb
385
386
  - lib/elasticsearch/api/actions/cluster/allocation_explain.rb
386
387
  - lib/elasticsearch/api/actions/cluster/delete_component_template.rb
387
388
  - lib/elasticsearch/api/actions/cluster/delete_voting_config_exclusions.rb
@@ -412,6 +413,9 @@ files:
412
413
  - lib/elasticsearch/api/actions/exists.rb
413
414
  - lib/elasticsearch/api/actions/exists_source.rb
414
415
  - lib/elasticsearch/api/actions/explain.rb
416
+ - lib/elasticsearch/api/actions/features/get_features.rb
417
+ - lib/elasticsearch/api/actions/features/params_registry.rb
418
+ - lib/elasticsearch/api/actions/features/reset_features.rb
415
419
  - lib/elasticsearch/api/actions/field_caps.rb
416
420
  - lib/elasticsearch/api/actions/get.rb
417
421
  - lib/elasticsearch/api/actions/get_script.rb
@@ -470,6 +474,7 @@ files:
470
474
  - lib/elasticsearch/api/actions/indices/validate_query.rb
471
475
  - lib/elasticsearch/api/actions/info.rb
472
476
  - lib/elasticsearch/api/actions/ingest/delete_pipeline.rb
477
+ - lib/elasticsearch/api/actions/ingest/geo_ip_stats.rb
473
478
  - lib/elasticsearch/api/actions/ingest/get_pipeline.rb
474
479
  - lib/elasticsearch/api/actions/ingest/params_registry.rb
475
480
  - lib/elasticsearch/api/actions/ingest/processor_grok.rb
@@ -486,6 +491,7 @@ files:
486
491
  - lib/elasticsearch/api/actions/nodes/shutdown.rb
487
492
  - lib/elasticsearch/api/actions/nodes/stats.rb
488
493
  - lib/elasticsearch/api/actions/nodes/usage.rb
494
+ - lib/elasticsearch/api/actions/open_point_in_time.rb
489
495
  - lib/elasticsearch/api/actions/params_registry.rb
490
496
  - lib/elasticsearch/api/actions/ping.rb
491
497
  - lib/elasticsearch/api/actions/put_script.rb
@@ -499,6 +505,10 @@ files:
499
505
  - lib/elasticsearch/api/actions/search.rb
500
506
  - lib/elasticsearch/api/actions/search_shards.rb
501
507
  - lib/elasticsearch/api/actions/search_template.rb
508
+ - lib/elasticsearch/api/actions/shutdown/delete_node.rb
509
+ - lib/elasticsearch/api/actions/shutdown/get_node.rb
510
+ - lib/elasticsearch/api/actions/shutdown/params_registry.rb
511
+ - lib/elasticsearch/api/actions/shutdown/put_node.rb
502
512
  - lib/elasticsearch/api/actions/snapshot/cleanup_repository.rb
503
513
  - lib/elasticsearch/api/actions/snapshot/clone.rb
504
514
  - lib/elasticsearch/api/actions/snapshot/create.rb
@@ -506,6 +516,7 @@ files:
506
516
  - lib/elasticsearch/api/actions/snapshot/delete.rb
507
517
  - lib/elasticsearch/api/actions/snapshot/delete_repository.rb
508
518
  - lib/elasticsearch/api/actions/snapshot/get.rb
519
+ - lib/elasticsearch/api/actions/snapshot/get_features.rb
509
520
  - lib/elasticsearch/api/actions/snapshot/get_repository.rb
510
521
  - lib/elasticsearch/api/actions/snapshot/params_registry.rb
511
522
  - lib/elasticsearch/api/actions/snapshot/restore.rb
@@ -523,10 +534,12 @@ files:
523
534
  - lib/elasticsearch/api/namespace/cluster.rb
524
535
  - lib/elasticsearch/api/namespace/common.rb
525
536
  - lib/elasticsearch/api/namespace/dangling_indices.rb
537
+ - lib/elasticsearch/api/namespace/features.rb
526
538
  - lib/elasticsearch/api/namespace/indices.rb
527
539
  - lib/elasticsearch/api/namespace/ingest.rb
528
540
  - lib/elasticsearch/api/namespace/nodes.rb
529
541
  - lib/elasticsearch/api/namespace/remote.rb
542
+ - lib/elasticsearch/api/namespace/shutdown.rb
530
543
  - lib/elasticsearch/api/namespace/snapshot.rb
531
544
  - lib/elasticsearch/api/namespace/tasks.rb
532
545
  - lib/elasticsearch/api/utils.rb
@@ -555,6 +568,7 @@ files:
555
568
  - spec/elasticsearch/api/actions/cat/templates_spec.rb
556
569
  - spec/elasticsearch/api/actions/cat/thread_pool_spec.rb
557
570
  - spec/elasticsearch/api/actions/clear_scroll_spec.rb
571
+ - spec/elasticsearch/api/actions/close_point_in_time_spec.rb
558
572
  - spec/elasticsearch/api/actions/cluster/allocation_explain_spec.rb
559
573
  - spec/elasticsearch/api/actions/cluster/get_settings_spec.rb
560
574
  - spec/elasticsearch/api/actions/cluster/health_spec.rb
@@ -574,6 +588,8 @@ files:
574
588
  - spec/elasticsearch/api/actions/delete_script_spec.rb
575
589
  - spec/elasticsearch/api/actions/exists_document_spec.rb
576
590
  - spec/elasticsearch/api/actions/explain_document_spec.rb
591
+ - spec/elasticsearch/api/actions/features/get_features_spec.rb
592
+ - spec/elasticsearch/api/actions/features/reset_features_spec.rb
577
593
  - spec/elasticsearch/api/actions/field_caps_spec.rb
578
594
  - spec/elasticsearch/api/actions/get_document_source_spec.rb
579
595
  - spec/elasticsearch/api/actions/get_document_spec.rb
@@ -621,6 +637,7 @@ files:
621
637
  - spec/elasticsearch/api/actions/indices/validate_query_spec.rb
622
638
  - spec/elasticsearch/api/actions/info_spec.rb
623
639
  - spec/elasticsearch/api/actions/ingest/delete_pipeline_spec.rb
640
+ - spec/elasticsearch/api/actions/ingest/geo_ip_stats_spec.rb
624
641
  - spec/elasticsearch/api/actions/ingest/get_pipeline_spec.rb
625
642
  - spec/elasticsearch/api/actions/ingest/put_pipeline_spec.rb
626
643
  - spec/elasticsearch/api/actions/ingest/simulate_spec.rb
@@ -634,6 +651,7 @@ files:
634
651
  - spec/elasticsearch/api/actions/nodes/reload_secure_settings_spec.rb
635
652
  - spec/elasticsearch/api/actions/nodes/shutdown_spec.rb
636
653
  - spec/elasticsearch/api/actions/nodes/stats_spec.rb
654
+ - spec/elasticsearch/api/actions/open_point_in_time_spec.rb
637
655
  - spec/elasticsearch/api/actions/ping_spec.rb
638
656
  - spec/elasticsearch/api/actions/put_script_spec.rb
639
657
  - spec/elasticsearch/api/actions/reindex_spec.rb
@@ -643,11 +661,15 @@ files:
643
661
  - spec/elasticsearch/api/actions/search_shards_spec.rb
644
662
  - spec/elasticsearch/api/actions/search_spec.rb
645
663
  - spec/elasticsearch/api/actions/search_template_spec.rb
664
+ - spec/elasticsearch/api/actions/shutdown/delete_node_spec.rb
665
+ - spec/elasticsearch/api/actions/shutdown/get_node_spec.rb
666
+ - spec/elasticsearch/api/actions/shutdown/put_node_spec.rb
646
667
  - spec/elasticsearch/api/actions/snapshot/clone_spec.rb
647
668
  - spec/elasticsearch/api/actions/snapshot/create_repository_spec.rb
648
669
  - spec/elasticsearch/api/actions/snapshot/create_spec.rb
649
670
  - spec/elasticsearch/api/actions/snapshot/delete_repository_spec.rb
650
671
  - spec/elasticsearch/api/actions/snapshot/delete_spec.rb
672
+ - spec/elasticsearch/api/actions/snapshot/get_features_spec.rb
651
673
  - spec/elasticsearch/api/actions/snapshot/get_repository_spec.rb
652
674
  - spec/elasticsearch/api/actions/snapshot/get_spec.rb
653
675
  - spec/elasticsearch/api/actions/snapshot/restore_spec.rb
@@ -664,6 +686,7 @@ files:
664
686
  - spec/elasticsearch/api/rest_api_yaml_spec.rb
665
687
  - spec/elasticsearch/api/utils_spec.rb
666
688
  - spec/rest_yaml_tests_helper.rb
689
+ - spec/skipped_tests.yml
667
690
  - spec/spec_helper.rb
668
691
  - utils/Gemfile
669
692
  - utils/README.md
@@ -704,7 +727,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
704
727
  - !ruby/object:Gem::Version
705
728
  version: 1.3.1
706
729
  requirements: []
707
- rubygems_version: 3.1.4
730
+ rubygems_version: 3.2.16
708
731
  signing_key:
709
732
  specification_version: 4
710
733
  summary: Ruby API for Elasticsearch.
@@ -733,6 +756,7 @@ test_files:
733
756
  - spec/elasticsearch/api/actions/cat/templates_spec.rb
734
757
  - spec/elasticsearch/api/actions/cat/thread_pool_spec.rb
735
758
  - spec/elasticsearch/api/actions/clear_scroll_spec.rb
759
+ - spec/elasticsearch/api/actions/close_point_in_time_spec.rb
736
760
  - spec/elasticsearch/api/actions/cluster/allocation_explain_spec.rb
737
761
  - spec/elasticsearch/api/actions/cluster/get_settings_spec.rb
738
762
  - spec/elasticsearch/api/actions/cluster/health_spec.rb
@@ -752,6 +776,8 @@ test_files:
752
776
  - spec/elasticsearch/api/actions/delete_script_spec.rb
753
777
  - spec/elasticsearch/api/actions/exists_document_spec.rb
754
778
  - spec/elasticsearch/api/actions/explain_document_spec.rb
779
+ - spec/elasticsearch/api/actions/features/get_features_spec.rb
780
+ - spec/elasticsearch/api/actions/features/reset_features_spec.rb
755
781
  - spec/elasticsearch/api/actions/field_caps_spec.rb
756
782
  - spec/elasticsearch/api/actions/get_document_source_spec.rb
757
783
  - spec/elasticsearch/api/actions/get_document_spec.rb
@@ -799,6 +825,7 @@ test_files:
799
825
  - spec/elasticsearch/api/actions/indices/validate_query_spec.rb
800
826
  - spec/elasticsearch/api/actions/info_spec.rb
801
827
  - spec/elasticsearch/api/actions/ingest/delete_pipeline_spec.rb
828
+ - spec/elasticsearch/api/actions/ingest/geo_ip_stats_spec.rb
802
829
  - spec/elasticsearch/api/actions/ingest/get_pipeline_spec.rb
803
830
  - spec/elasticsearch/api/actions/ingest/put_pipeline_spec.rb
804
831
  - spec/elasticsearch/api/actions/ingest/simulate_spec.rb
@@ -812,6 +839,7 @@ test_files:
812
839
  - spec/elasticsearch/api/actions/nodes/reload_secure_settings_spec.rb
813
840
  - spec/elasticsearch/api/actions/nodes/shutdown_spec.rb
814
841
  - spec/elasticsearch/api/actions/nodes/stats_spec.rb
842
+ - spec/elasticsearch/api/actions/open_point_in_time_spec.rb
815
843
  - spec/elasticsearch/api/actions/ping_spec.rb
816
844
  - spec/elasticsearch/api/actions/put_script_spec.rb
817
845
  - spec/elasticsearch/api/actions/reindex_spec.rb
@@ -821,11 +849,15 @@ test_files:
821
849
  - spec/elasticsearch/api/actions/search_shards_spec.rb
822
850
  - spec/elasticsearch/api/actions/search_spec.rb
823
851
  - spec/elasticsearch/api/actions/search_template_spec.rb
852
+ - spec/elasticsearch/api/actions/shutdown/delete_node_spec.rb
853
+ - spec/elasticsearch/api/actions/shutdown/get_node_spec.rb
854
+ - spec/elasticsearch/api/actions/shutdown/put_node_spec.rb
824
855
  - spec/elasticsearch/api/actions/snapshot/clone_spec.rb
825
856
  - spec/elasticsearch/api/actions/snapshot/create_repository_spec.rb
826
857
  - spec/elasticsearch/api/actions/snapshot/create_spec.rb
827
858
  - spec/elasticsearch/api/actions/snapshot/delete_repository_spec.rb
828
859
  - spec/elasticsearch/api/actions/snapshot/delete_spec.rb
860
+ - spec/elasticsearch/api/actions/snapshot/get_features_spec.rb
829
861
  - spec/elasticsearch/api/actions/snapshot/get_repository_spec.rb
830
862
  - spec/elasticsearch/api/actions/snapshot/get_spec.rb
831
863
  - spec/elasticsearch/api/actions/snapshot/restore_spec.rb
@@ -842,4 +874,5 @@ test_files:
842
874
  - spec/elasticsearch/api/rest_api_yaml_spec.rb
843
875
  - spec/elasticsearch/api/utils_spec.rb
844
876
  - spec/rest_yaml_tests_helper.rb
877
+ - spec/skipped_tests.yml
845
878
  - spec/spec_helper.rb