elastic-enterprise-search 7.12.1 → 7.15.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (236) hide show
  1. checksums.yaml +4 -4
  2. data/.ci/functions/imports.sh +1 -0
  3. data/.ci/jobs/defaults.yml +4 -0
  4. data/.ci/jobs/elastic+enterprise-search-ruby+7.10.0.beta.1.yml +12 -0
  5. data/.ci/jobs/{elastic+enterprise-search-ruby+7.11.yml → elastic+enterprise-search-ruby+main.yml} +4 -4
  6. data/.ci/make.sh +162 -0
  7. data/.ci/run-repository.sh +2 -1
  8. data/.ci/test-matrix.yml +5 -3
  9. data/{spec/app-search/api_logs_spec.rb → .github/check_license_headers.rb} +13 -16
  10. data/.github/license-header.txt +16 -0
  11. data/.github/workflows/license.yml +13 -0
  12. data/.github/workflows/testing.yml +1 -1
  13. data/CONTRIBUTING.md +1 -1
  14. data/README.md +1 -1
  15. data/Rakefile +20 -0
  16. data/docs/guide/app-search-api.asciidoc +157 -1
  17. data/docs/guide/connecting.asciidoc +47 -1
  18. data/docs/guide/overview.asciidoc +3 -3
  19. data/docs/guide/release_notes/712.asciidoc +0 -10
  20. data/docs/guide/release_notes/713.asciidoc +21 -0
  21. data/docs/guide/release_notes/714.asciidoc +21 -0
  22. data/docs/guide/release_notes/715.asciidoc +36 -0
  23. data/docs/guide/release_notes/index.asciidoc +6 -0
  24. data/docs/guide/workplace-search-api.asciidoc +115 -2
  25. data/elastic-enterprise-search.gemspec +1 -1
  26. data/lib/elastic/app-search/api/add_meta_engine_source.rb +3 -2
  27. data/lib/elastic/app-search/api/api_key.rb +52 -0
  28. data/lib/elastic/app-search/api/api_logs.rb +14 -13
  29. data/lib/elastic/app-search/api/count_analytics.rb +7 -6
  30. data/lib/elastic/app-search/api/crawler_active_crawl_request.rb +51 -0
  31. data/lib/elastic/app-search/api/crawler_crawl_request.rb +54 -0
  32. data/lib/elastic/app-search/api/crawler_crawl_schedule.rb +51 -0
  33. data/lib/elastic/app-search/api/crawler_domain.rb +54 -0
  34. data/lib/elastic/app-search/api/crawler_domain_validation_result.rb +48 -0
  35. data/lib/elastic/app-search/api/crawler_metrics.rb +48 -0
  36. data/lib/elastic/app-search/api/crawler_overview.rb +51 -0
  37. data/lib/elastic/app-search/api/crawler_process_crawl.rb +54 -0
  38. data/lib/elastic/app-search/api/crawler_process_crawl_denied_urls.rb +54 -0
  39. data/lib/elastic/app-search/api/crawler_url_extraction_result.rb +52 -0
  40. data/lib/elastic/app-search/api/crawler_url_tracing_result.rb +52 -0
  41. data/lib/elastic/app-search/api/crawler_url_validation_result.rb +52 -0
  42. data/lib/elastic/app-search/api/crawler_user_agent.rb +48 -0
  43. data/lib/elastic/app-search/api/create_api_key.rb +57 -0
  44. data/lib/elastic/app-search/api/create_crawler_crawl_request.rb +51 -0
  45. data/lib/elastic/app-search/api/create_crawler_crawl_rule.rb +59 -0
  46. data/lib/elastic/app-search/api/create_crawler_domain.rb +55 -0
  47. data/lib/elastic/app-search/api/create_crawler_entry_point.rb +56 -0
  48. data/lib/elastic/app-search/api/create_crawler_process_crawl.rb +53 -0
  49. data/lib/elastic/app-search/api/create_crawler_sitemap.rb +56 -0
  50. data/lib/elastic/app-search/api/create_curation.rb +7 -6
  51. data/lib/elastic/app-search/api/create_engine.rb +9 -7
  52. data/lib/elastic/app-search/api/create_synonym_set.rb +7 -4
  53. data/lib/elastic/app-search/api/curation.rb +4 -3
  54. data/lib/elastic/app-search/api/delete_active_crawl_request.rb +51 -0
  55. data/lib/elastic/app-search/api/delete_api_key.rb +52 -0
  56. data/lib/elastic/app-search/api/delete_crawler_active_crawl_request.rb +51 -0
  57. data/lib/elastic/app-search/api/delete_crawler_crawl_rule.rb +57 -0
  58. data/lib/elastic/app-search/api/delete_crawler_crawl_schedule.rb +51 -0
  59. data/lib/elastic/app-search/api/delete_crawler_domain.rb +54 -0
  60. data/lib/elastic/app-search/api/delete_crawler_entry_point.rb +57 -0
  61. data/lib/elastic/app-search/api/delete_crawler_sitemap.rb +57 -0
  62. data/lib/elastic/app-search/api/delete_curation.rb +4 -3
  63. data/lib/elastic/app-search/api/delete_documents.rb +2 -1
  64. data/lib/elastic/app-search/api/delete_engine.rb +3 -2
  65. data/lib/elastic/app-search/api/delete_meta_engine_source.rb +3 -3
  66. data/lib/elastic/app-search/api/delete_synonym_set.rb +4 -3
  67. data/lib/elastic/app-search/api/denied_urls.rb +54 -0
  68. data/lib/elastic/app-search/api/documents.rb +3 -2
  69. data/lib/elastic/app-search/api/engine.rb +3 -2
  70. data/lib/elastic/app-search/api/index_documents.rb +3 -2
  71. data/lib/elastic/app-search/api/list_api_keys.rb +50 -0
  72. data/lib/elastic/app-search/api/list_crawler_crawl_requests.rb +52 -0
  73. data/lib/elastic/app-search/api/list_crawler_process_crawls.rb +51 -0
  74. data/lib/elastic/app-search/api/list_curations.rb +3 -2
  75. data/lib/elastic/app-search/api/list_documents.rb +3 -2
  76. data/lib/elastic/app-search/api/list_engines.rb +2 -1
  77. data/lib/elastic/app-search/api/list_synonym_sets.rb +3 -2
  78. data/lib/elastic/app-search/api/log_clickthrough.rb +8 -10
  79. data/lib/elastic/app-search/api/put_api_key.rb +59 -0
  80. data/lib/elastic/app-search/api/put_crawler_crawl_rule.rb +62 -0
  81. data/lib/elastic/app-search/api/put_crawler_crawl_schedule.rb +53 -0
  82. data/lib/elastic/app-search/api/put_crawler_domain.rb +58 -0
  83. data/lib/elastic/app-search/api/put_crawler_entry_point.rb +59 -0
  84. data/lib/elastic/app-search/api/put_crawler_sitemap.rb +59 -0
  85. data/lib/elastic/app-search/api/put_curation.rb +9 -8
  86. data/lib/elastic/app-search/api/put_documents.rb +3 -3
  87. data/lib/elastic/app-search/api/put_schema.rb +4 -4
  88. data/lib/elastic/app-search/api/put_search_settings.rb +6 -2
  89. data/lib/elastic/app-search/api/put_synonym_set.rb +8 -5
  90. data/lib/elastic/app-search/api/query_suggestion.rb +7 -7
  91. data/lib/elastic/app-search/api/reset_search_settings.rb +3 -2
  92. data/lib/elastic/app-search/api/schema.rb +3 -2
  93. data/lib/elastic/app-search/api/search.rb +14 -3
  94. data/lib/elastic/app-search/api/search_settings.rb +3 -2
  95. data/lib/elastic/app-search/api/synonym_set.rb +4 -3
  96. data/lib/elastic/app-search/api/top_clicks_analytics.rb +8 -8
  97. data/lib/elastic/app-search/api/top_queries_analytics.rb +7 -7
  98. data/lib/elastic/app-search/app_search.rb +0 -10
  99. data/lib/elastic/enterprise-search/api/health.rb +1 -0
  100. data/lib/elastic/enterprise-search/api/put_read_only.rb +3 -0
  101. data/lib/elastic/enterprise-search/api/read_only.rb +1 -0
  102. data/lib/elastic/enterprise-search/api/version.rb +1 -0
  103. data/lib/elastic/enterprise-search/client.rb +0 -16
  104. data/lib/elastic/enterprise-search/request.rb +14 -3
  105. data/lib/elastic/enterprise-search/version.rb +1 -1
  106. data/lib/elastic/enterprise_search.rb +11 -0
  107. data/lib/elastic/workplace-search/api/auto_query_refinement_details.rb +49 -0
  108. data/lib/elastic/workplace-search/api/command_sync_jobs.rb +53 -0
  109. data/lib/elastic/workplace-search/api/content_source.rb +49 -0
  110. data/lib/elastic/workplace-search/api/create_analytics_event.rb +8 -8
  111. data/lib/elastic/workplace-search/api/create_batch_synonym_sets.rb +50 -0
  112. data/lib/elastic/workplace-search/api/create_content_source.rb +55 -0
  113. data/lib/elastic/workplace-search/api/create_external_identity.rb +3 -1
  114. data/lib/elastic/workplace-search/api/current_user.rb +47 -0
  115. data/lib/elastic/workplace-search/api/delete_all_documents.rb +49 -0
  116. data/lib/elastic/workplace-search/api/delete_content_source.rb +49 -0
  117. data/lib/elastic/workplace-search/api/delete_documents.rb +1 -1
  118. data/lib/elastic/workplace-search/api/delete_documents_by_query.rb +50 -0
  119. data/lib/elastic/workplace-search/api/delete_synonym_set.rb +51 -0
  120. data/lib/elastic/workplace-search/api/document.rb +53 -0
  121. data/lib/elastic/workplace-search/api/list_content_sources.rb +48 -0
  122. data/lib/elastic/workplace-search/api/list_synonym_sets.rb +51 -0
  123. data/lib/elastic/workplace-search/api/put_content_source.rb +58 -0
  124. data/lib/elastic/workplace-search/api/put_content_source_icons.rb +53 -0
  125. data/lib/elastic/workplace-search/api/put_external_identity.rb +3 -1
  126. data/lib/elastic/workplace-search/api/put_synonym_set.rb +53 -0
  127. data/lib/elastic/workplace-search/api/put_triggers_blocklist.rb +47 -0
  128. data/lib/elastic/workplace-search/api/search.rb +4 -1
  129. data/lib/elastic/workplace-search/api/synonym_set.rb +51 -0
  130. data/lib/elastic/workplace-search/api/triggers_blocklist.rb +45 -0
  131. data/lib/elastic/workplace-search/workplace_search.rb +0 -10
  132. data/rake_tasks/unified_release_tasks.rake +46 -0
  133. data/spec/enterprise-search/client_spec.rb +0 -1
  134. data/spec/enterprise-search/request_spec.rb +26 -0
  135. data/spec/integration/app-search/api_key_spec.rb +110 -0
  136. data/spec/integration/app-search/api_logs_spec.rb +59 -0
  137. data/spec/integration/app-search/app_search_helper.rb +39 -0
  138. data/spec/integration/app-search/count_analytics_spec.rb +47 -0
  139. data/spec/integration/app-search/crawl_requests_spec.rb +86 -0
  140. data/spec/integration/app-search/crawler_crawl_rule_spec.rb +73 -0
  141. data/spec/integration/app-search/crawler_domain_spec.rb +82 -0
  142. data/spec/integration/app-search/crawler_entry_point_spec.rb +89 -0
  143. data/spec/integration/app-search/crawler_metrics_spec.rb +46 -0
  144. data/spec/integration/app-search/crawler_overview_spec.rb +45 -0
  145. data/spec/integration/app-search/crawler_process_crawl_denied_urls_spec.rb +50 -0
  146. data/spec/integration/app-search/crawler_process_crawl_spec.rb +66 -0
  147. data/spec/integration/app-search/crawler_scheduling_spec.rb +81 -0
  148. data/spec/integration/app-search/crawler_sitemap_spec.rb +72 -0
  149. data/spec/integration/app-search/crawler_urls_spec.rb +60 -0
  150. data/spec/{app-search/api_count_analytics_spec.rb → integration/app-search/crawler_user_agent_spec.rb} +6 -9
  151. data/spec/integration/app-search/curations_spec.rb +118 -0
  152. data/spec/integration/app-search/documents_spec.rb +123 -0
  153. data/spec/integration/app-search/engines_spec.rb +77 -0
  154. data/spec/{app-search/api_log_clickthrough_spec.rb → integration/app-search/log_clickthrough_spec.rb} +14 -7
  155. data/spec/integration/app-search/meta_engines_spec.rb +75 -0
  156. data/spec/integration/app-search/query_suggestion_spec.rb +50 -0
  157. data/spec/{app-search/api_schema_spec.rb → integration/app-search/schema_spec.rb} +21 -16
  158. data/spec/integration/app-search/search_and_multiple_search_spec.rb +67 -0
  159. data/spec/integration/app-search/search_settings_spec.rb +87 -0
  160. data/spec/integration/app-search/synonyms_spec.rb +79 -0
  161. data/spec/{app-search/api_top_clicks_analytics_spec.rb → integration/app-search/top_clicks_analytics_spec.rb} +20 -14
  162. data/spec/{app-search/api_top_queries_analytics_spec.rb → integration/app-search/top_queries_analytics_spec.rb} +16 -8
  163. data/spec/integration/enterprise_search_api_spec.rb +4 -0
  164. data/spec/integration/workplace-search/content_sources_spec.rb +106 -0
  165. data/spec/integration/workplace-search/documents_spec.rb +95 -0
  166. data/spec/{workplace-search → integration/workplace-search}/external_identities_spec.rb +37 -24
  167. data/spec/integration/workplace-search/icon.png +0 -0
  168. data/spec/integration/workplace-search/permissions_spec.rb +77 -0
  169. data/spec/integration/workplace-search/synonym_sets_spec.rb +92 -0
  170. data/spec/integration/workplace-search/triggers_spec.rb +43 -0
  171. data/spec/{app-search/api_query_suggestion_spec.rb → integration/workplace-search/users_spec.rb} +12 -15
  172. data/spec/integration/workplace-search/workplace_search_helper.rb +39 -0
  173. data/spec/webmock_requires.rb +16 -0
  174. data/spec/workplace-search/client_spec.rb +24 -2
  175. metadata +112 -83
  176. data/.ci/jobs/elastic+enterprise-search-ruby+master.yml +0 -12
  177. data/spec/app-search/api_curations_spec.rb +0 -97
  178. data/spec/app-search/api_documents_spec.rb +0 -102
  179. data/spec/app-search/api_engines_spec.rb +0 -67
  180. data/spec/app-search/api_meta_engines_spec.rb +0 -72
  181. data/spec/app-search/api_search_and_multi_search_spec.rb +0 -48
  182. data/spec/app-search/api_search_settings_spec.rb +0 -76
  183. data/spec/app-search/api_spec_helper.rb +0 -14
  184. data/spec/app-search/api_synonyms_spec.rb +0 -79
  185. data/spec/fixtures/vcr/app_search/add_meta_engine_source.yml +0 -109
  186. data/spec/fixtures/vcr/app_search/api_documents.yml +0 -56
  187. data/spec/fixtures/vcr/app_search/api_index_documents.yml +0 -57
  188. data/spec/fixtures/vcr/app_search/api_log_clickthrough.yml +0 -54
  189. data/spec/fixtures/vcr/app_search/api_logs.yml +0 -70
  190. data/spec/fixtures/vcr/app_search/api_put_schema.yml +0 -109
  191. data/spec/fixtures/vcr/app_search/api_put_search_settings.yml +0 -56
  192. data/spec/fixtures/vcr/app_search/api_query_suggestion.yml +0 -59
  193. data/spec/fixtures/vcr/app_search/api_reset_search_settings.yml +0 -56
  194. data/spec/fixtures/vcr/app_search/api_schema.yml +0 -56
  195. data/spec/fixtures/vcr/app_search/api_search_settings.yml +0 -56
  196. data/spec/fixtures/vcr/app_search/api_top_clicks_analytics.yml +0 -55
  197. data/spec/fixtures/vcr/app_search/api_top_clicks_analytics_query.yml +0 -55
  198. data/spec/fixtures/vcr/app_search/api_top_queries_analytics.yml +0 -55
  199. data/spec/fixtures/vcr/app_search/count_analytics.yml +0 -55
  200. data/spec/fixtures/vcr/app_search/create_and_update_document.yml +0 -107
  201. data/spec/fixtures/vcr/app_search/create_curation.yml +0 -113
  202. data/spec/fixtures/vcr/app_search/create_engine.yml +0 -55
  203. data/spec/fixtures/vcr/app_search/create_meta_engine.yml +0 -56
  204. data/spec/fixtures/vcr/app_search/create_synonym_set.yml +0 -56
  205. data/spec/fixtures/vcr/app_search/delete_curation.yml +0 -56
  206. data/spec/fixtures/vcr/app_search/delete_engine.yml +0 -55
  207. data/spec/fixtures/vcr/app_search/delete_meta_engine_source.yml +0 -56
  208. data/spec/fixtures/vcr/app_search/delete_synonym_set.yml +0 -56
  209. data/spec/fixtures/vcr/app_search/get_curation.yml +0 -56
  210. data/spec/fixtures/vcr/app_search/get_engine.yml +0 -55
  211. data/spec/fixtures/vcr/app_search/index_and_delete_document.yml +0 -107
  212. data/spec/fixtures/vcr/app_search/list_curations.yml +0 -56
  213. data/spec/fixtures/vcr/app_search/list_documents.yml +0 -57
  214. data/spec/fixtures/vcr/app_search/list_engines.yml +0 -55
  215. data/spec/fixtures/vcr/app_search/list_synonym_sets.yml +0 -56
  216. data/spec/fixtures/vcr/app_search/multi_query_search.yml +0 -63
  217. data/spec/fixtures/vcr/app_search/put_curation.yml +0 -113
  218. data/spec/fixtures/vcr/app_search/put_synonym_set.yml +0 -56
  219. data/spec/fixtures/vcr/app_search/search.yml +0 -57
  220. data/spec/fixtures/vcr/app_search/single_query_search.yml +0 -60
  221. data/spec/fixtures/vcr/app_search/synonym_set.yml +0 -56
  222. data/spec/fixtures/vcr/workplace_search/add_user_permissions.yml +0 -53
  223. data/spec/fixtures/vcr/workplace_search/clear_user_permissions.yml +0 -53
  224. data/spec/fixtures/vcr/workplace_search/create_external_identity.yml +0 -53
  225. data/spec/fixtures/vcr/workplace_search/delete_documents.yml +0 -53
  226. data/spec/fixtures/vcr/workplace_search/delete_external_identity.yml +0 -53
  227. data/spec/fixtures/vcr/workplace_search/index_documents.yml +0 -55
  228. data/spec/fixtures/vcr/workplace_search/list_external_identities.yml +0 -53
  229. data/spec/fixtures/vcr/workplace_search/list_permissions.yml +0 -53
  230. data/spec/fixtures/vcr/workplace_search/put_external_identity.yml +0 -53
  231. data/spec/fixtures/vcr/workplace_search/put_user_permissions.yml +0 -103
  232. data/spec/fixtures/vcr/workplace_search/remove_user_permissions.yml +0 -53
  233. data/spec/fixtures/vcr/workplace_search/retrieve_external_identity.yml +0 -53
  234. data/spec/fixtures/vcr/workplace_search/user_permissions_empty.yml +0 -53
  235. data/spec/workplace-search/documents_spec.rb +0 -80
  236. data/spec/workplace-search/permissions_spec.rb +0 -136
@@ -1,103 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: post
5
- uri: http://localhost:3002/api/ws/v1/sources/content_source_id/permissions/enterprise_search/add/?permissions%5B%5D=more&permissions%5B%5D=permissions&permissions%5B%5D=testing&user=enterprise_search
6
- body:
7
- encoding: UTF-8
8
- string: "{}"
9
- headers:
10
- User-Agent:
11
- - 'elastic-enteprise-search-ruby/7.11.0.pre (RUBY_VERSION: 2.7.2; linux x86_64;
12
- elasticsearch-transport: 7.10.0)'
13
- Content-Type:
14
- - application/json
15
- Authorization:
16
- - Bearer access_token
17
- Accept-Encoding:
18
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
19
- Accept:
20
- - "*/*"
21
- response:
22
- status:
23
- code: 200
24
- message: OK
25
- headers:
26
- X-Frame-Options:
27
- - SAMEORIGIN
28
- X-Xss-Protection:
29
- - 1; mode=block
30
- X-Content-Type-Options:
31
- - nosniff
32
- Content-Type:
33
- - application/json;charset=utf-8
34
- Etag:
35
- - W/"d10c028fa9c684778511b469120f4df9--gzip"
36
- Cache-Control:
37
- - max-age=0, private, must-revalidate
38
- X-Request-Id:
39
- - 64149045-4d39-402c-8636-bf29f27a974f
40
- X-Runtime:
41
- - '1.674349'
42
- Vary:
43
- - Accept-Encoding, User-Agent
44
- Transfer-Encoding:
45
- - chunked
46
- Server:
47
- - Jetty(9.4.33.v20201020)
48
- body:
49
- encoding: ASCII-8BIT
50
- string: '{"user":"enterprise_search","permissions":["testing","more","permissions"]}'
51
- http_version:
52
- recorded_at: Wed, 13 Jan 2021 16:00:57 GMT
53
- - request:
54
- method: put
55
- uri: http://localhost:3002/api/ws/v1/sources/content_source_id/permissions/enterprise_search/?permissions%5B%5D&user=enterprise_search
56
- body:
57
- encoding: UTF-8
58
- string: "{}"
59
- headers:
60
- User-Agent:
61
- - 'elastic-enteprise-search-ruby/7.11.0.pre (RUBY_VERSION: 2.7.2; linux x86_64;
62
- elasticsearch-transport: 7.10.0)'
63
- Content-Type:
64
- - application/json
65
- Authorization:
66
- - Bearer access_token
67
- Accept-Encoding:
68
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
69
- Accept:
70
- - "*/*"
71
- response:
72
- status:
73
- code: 200
74
- message: OK
75
- headers:
76
- X-Frame-Options:
77
- - SAMEORIGIN
78
- X-Xss-Protection:
79
- - 1; mode=block
80
- X-Content-Type-Options:
81
- - nosniff
82
- Content-Type:
83
- - application/json;charset=utf-8
84
- Etag:
85
- - W/"eaf0aef29a99d5f9dda5844986aa3880--gzip"
86
- Cache-Control:
87
- - max-age=0, private, must-revalidate
88
- X-Request-Id:
89
- - 0ec6ac2d-b631-4038-8b89-d855125e48a9
90
- X-Runtime:
91
- - '1.993345'
92
- Vary:
93
- - Accept-Encoding, User-Agent
94
- Transfer-Encoding:
95
- - chunked
96
- Server:
97
- - Jetty(9.4.33.v20201020)
98
- body:
99
- encoding: ASCII-8BIT
100
- string: '{"user":"enterprise_search","permissions":[]}'
101
- http_version:
102
- recorded_at: Wed, 13 Jan 2021 16:00:59 GMT
103
- recorded_with: VCR 3.0.3
@@ -1,53 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: post
5
- uri: http://localhost:3002/api/ws/v1/sources/content_source_id/permissions/enterprise_search/remove/?permissions%5B%5D=permission1&permissions%5B%5D=permission2&user=enterprise_search
6
- body:
7
- encoding: UTF-8
8
- string: "{}"
9
- headers:
10
- User-Agent:
11
- - 'elastic-enteprise-search-ruby/7.11.0.pre (RUBY_VERSION: 2.7.2; linux x86_64;
12
- elasticsearch-transport: 7.10.0)'
13
- Content-Type:
14
- - application/json
15
- Authorization:
16
- - Bearer access_token
17
- Accept-Encoding:
18
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
19
- Accept:
20
- - "*/*"
21
- response:
22
- status:
23
- code: 200
24
- message: OK
25
- headers:
26
- X-Frame-Options:
27
- - SAMEORIGIN
28
- X-Xss-Protection:
29
- - 1; mode=block
30
- X-Content-Type-Options:
31
- - nosniff
32
- Content-Type:
33
- - application/json;charset=utf-8
34
- Etag:
35
- - W/"eaf0aef29a99d5f9dda5844986aa3880--gzip"
36
- Cache-Control:
37
- - max-age=0, private, must-revalidate
38
- X-Request-Id:
39
- - 070c6c38-5aca-492e-ad99-046345766c41
40
- X-Runtime:
41
- - '2.010759'
42
- Vary:
43
- - Accept-Encoding, User-Agent
44
- Transfer-Encoding:
45
- - chunked
46
- Server:
47
- - Jetty(9.4.33.v20201020)
48
- body:
49
- encoding: ASCII-8BIT
50
- string: '{"user":"enterprise_search","permissions":[]}'
51
- http_version:
52
- recorded_at: Wed, 13 Jan 2021 16:01:11 GMT
53
- recorded_with: VCR 3.0.3
@@ -1,53 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: get
5
- uri: http://localhost:3002/api/ws/v1/sources/content_source_id/external_identities/elastic_user/?user=elastic_user
6
- body:
7
- encoding: UTF-8
8
- string: "{}"
9
- headers:
10
- User-Agent:
11
- - 'elastic-enteprise-search-ruby/7.11.0.pre (RUBY_VERSION: 2.7.2; linux x86_64;
12
- elasticsearch-transport: 7.10.0)'
13
- Content-Type:
14
- - application/json
15
- Authorization:
16
- - Bearer access_token
17
- Accept-Encoding:
18
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
19
- Accept:
20
- - "*/*"
21
- response:
22
- status:
23
- code: 200
24
- message: OK
25
- headers:
26
- X-Frame-Options:
27
- - SAMEORIGIN
28
- X-Xss-Protection:
29
- - 1; mode=block
30
- X-Content-Type-Options:
31
- - nosniff
32
- Content-Type:
33
- - application/json;charset=utf-8
34
- Etag:
35
- - W/"58321c212599891b518fb2bac5efb797--gzip"
36
- Cache-Control:
37
- - max-age=0, private, must-revalidate
38
- X-Request-Id:
39
- - 68f9b489-9502-4e20-becc-a7f57ba8f7d5
40
- X-Runtime:
41
- - '0.047753'
42
- Vary:
43
- - Accept-Encoding, User-Agent
44
- Transfer-Encoding:
45
- - chunked
46
- Server:
47
- - Jetty(9.4.33.v20201020)
48
- body:
49
- encoding: ASCII-8BIT
50
- string: '{"source_user_id":"example@elastic.co","user":"elastic_user"}'
51
- http_version:
52
- recorded_at: Wed, 13 Jan 2021 16:01:57 GMT
53
- recorded_with: VCR 3.0.3
@@ -1,53 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: get
5
- uri: http://localhost:3002/api/ws/v1/sources/content_source_id/permissions/enterprise_search/?user=enterprise_search
6
- body:
7
- encoding: UTF-8
8
- string: "{}"
9
- headers:
10
- User-Agent:
11
- - 'elastic-enteprise-search-ruby/7.11.0.pre (RUBY_VERSION: 2.7.2; linux x86_64;
12
- elasticsearch-transport: 7.10.0)'
13
- Content-Type:
14
- - application/json
15
- Authorization:
16
- - Bearer access_token
17
- Accept-Encoding:
18
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
19
- Accept:
20
- - "*/*"
21
- response:
22
- status:
23
- code: 200
24
- message: OK
25
- headers:
26
- X-Frame-Options:
27
- - SAMEORIGIN
28
- X-Xss-Protection:
29
- - 1; mode=block
30
- X-Content-Type-Options:
31
- - nosniff
32
- Content-Type:
33
- - application/json;charset=utf-8
34
- Etag:
35
- - W/"eaf0aef29a99d5f9dda5844986aa3880--gzip"
36
- Cache-Control:
37
- - max-age=0, private, must-revalidate
38
- X-Request-Id:
39
- - ea185891-850b-499f-83b8-9ab960432ceb
40
- X-Runtime:
41
- - '0.057762'
42
- Vary:
43
- - Accept-Encoding, User-Agent
44
- Transfer-Encoding:
45
- - chunked
46
- Server:
47
- - Jetty(9.4.33.v20201020)
48
- body:
49
- encoding: ASCII-8BIT
50
- string: '{"user":"enterprise_search","permissions":[]}'
51
- http_version:
52
- recorded_at: Wed, 13 Jan 2021 16:00:47 GMT
53
- recorded_with: VCR 3.0.3
@@ -1,80 +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
- # frozen_string_literal: true
19
-
20
- require 'spec_helper'
21
-
22
- describe Elastic::EnterpriseSearch::WorkplaceSearch::Client do
23
- let(:host) { ENV['ELASTIC_ENTERPRISE_HOST'] || 'http://localhost:3002' }
24
- let(:access_token) { ENV['ELASTIC_WORKPLACE_TOKEN'] || 'access_token' }
25
- let(:content_source_id) { ENV['ELASTIC_WORKPLACE_SOURCE_ID'] || 'content_source_id' }
26
- let(:client) do
27
- Elastic::EnterpriseSearch::WorkplaceSearch::Client.new(
28
- host: host,
29
- http_auth: access_token
30
- )
31
- end
32
-
33
- context 'documents' do
34
- let(:documents) do
35
- [
36
- { 'id' => '4e696e74656e646f203634',
37
- 'url' => 'https://www.elastic.co/blog/introducing-quick-start-guides-getting-started-with-elastic-enterprise-search-for-free',
38
- 'title' => 'Getting started with Elastic Enterprise Search for free',
39
- 'body' => 'this is a test' },
40
- {
41
- 'id' => '47616d6520426f7920436f6c6f72',
42
- 'url' => 'https://www.elastic.co/workplace-search',
43
- 'title' => 'One-stop answer shop for the virtual workplace',
44
- 'body' => 'this is also a test'
45
- }
46
- ]
47
- end
48
-
49
- it 'indexes' do
50
- VCR.use_cassette('workplace_search/index_documents') do
51
- response = client.index_documents(content_source_id, documents: documents)
52
-
53
- expect(response.status).to eq 200
54
- expect(response.body)
55
- .to eq(
56
- { 'results' =>
57
- [
58
- { 'id' => '4e696e74656e646f203634', 'errors' => [] },
59
- { 'id' => '47616d6520426f7920436f6c6f72', 'errors' => [] }
60
- ] }
61
- )
62
- end
63
- end
64
-
65
- it 'deletes' do
66
- VCR.use_cassette('workplace_search/delete_documents') do
67
- response = client.delete_documents(content_source_id, document_ids: documents.map { |doc| doc['id'] })
68
- expect(response.status).to eq 200
69
- expect(response.body)
70
- .to eq(
71
- { 'results' =>
72
- [
73
- { 'id' => '4e696e74656e646f203634', 'success' => true },
74
- { 'id' => '47616d6520426f7920436f6c6f72', 'success' => true }
75
- ] }
76
- )
77
- end
78
- end
79
- end
80
- end
@@ -1,136 +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
- # frozen_string_literal: true
19
-
20
- require 'spec_helper'
21
-
22
- describe Elastic::EnterpriseSearch::WorkplaceSearch::Client do
23
- let(:host) { ENV['ELASTIC_ENTERPRISE_HOST'] || 'http://localhost:3002' }
24
- let(:access_token) { ENV['ELASTIC_WORKPLACE_TOKEN'] || 'access_token' }
25
- let(:content_source_id) { ENV['ELASTIC_WORKPLACE_SOURCE_ID'] || 'content_source_id' }
26
- let(:client) do
27
- Elastic::EnterpriseSearch::WorkplaceSearch::Client.new(
28
- host: host,
29
- http_auth: access_token
30
- )
31
- end
32
-
33
- context 'permissions' do
34
- let(:user) { 'enterprise_search' }
35
-
36
- it 'lists permissions' do
37
- VCR.use_cassette('workplace_search/list_permissions') do
38
- response = client.list_permissions(content_source_id)
39
-
40
- expect(response.status).to eq 200
41
-
42
- expect(response.body)
43
- .to eq(
44
- { 'meta' =>
45
- { 'page' => { 'current' => 1, 'total_pages' => 1, 'total_results' => 1, 'size' => 25 } }, 'results' => [
46
- { 'user' => 'enterprise_search', 'permissions' => [] }
47
- ] }
48
- )
49
- end
50
- end
51
-
52
- it 'gets user permissions' do
53
- clear_user_permissions
54
-
55
- VCR.use_cassette('workplace_search/user_permissions_empty') do
56
- response = client.user_permissions(content_source_id, { user: user })
57
-
58
- expect(response.status).to eq 200
59
-
60
- expect(response.body)
61
- .to eq(
62
- { 'user' => 'enterprise_search', 'permissions' => [] }
63
- )
64
- end
65
- end
66
-
67
- def clear_user_permissions
68
- VCR.use_cassette('workplace_search/clear_user_permissions') do
69
- client.put_user_permissions(
70
- content_source_id,
71
- { permissions: [], user: user }
72
- )
73
- end
74
- end
75
-
76
- it 'updates user permissions' do
77
- VCR.use_cassette('workplace_search/put_user_permissions') do
78
- response = client.add_user_permissions(
79
- content_source_id,
80
- { permissions: ['testing', 'more', 'permissions'], user: user }
81
- )
82
-
83
- expect(response.status).to eq 200
84
-
85
- expect(response.body)
86
- .to eq(
87
- { 'user' => 'enterprise_search', 'permissions' => ['testing', 'more', 'permissions'] }
88
- )
89
-
90
- response = client.put_user_permissions(
91
- content_source_id,
92
- { permissions: [], user: user }
93
- )
94
-
95
- expect(response.status).to eq 200
96
-
97
- expect(response.body)
98
- .to eq(
99
- { 'user' => 'enterprise_search', 'permissions' => [] }
100
- )
101
- end
102
- end
103
-
104
- it 'adds and removes permissions from a user' do
105
- VCR.use_cassette('workplace_search/add_user_permissions') do
106
- permissions = ['permission1', 'permission2']
107
- response = client.add_user_permissions(
108
- content_source_id,
109
- { permissions: permissions, user: user }
110
- )
111
-
112
- expect(response.status).to eq 200
113
-
114
- expect(response.body)
115
- .to eq(
116
- { 'user' => 'enterprise_search', 'permissions' => ['permission1', 'permission2'] }
117
- )
118
- end
119
-
120
- VCR.use_cassette('workplace_search/remove_user_permissions') do
121
- permissions = ['permission1', 'permission2']
122
- response = client.remove_user_permissions(
123
- content_source_id,
124
- { permissions: permissions, user: user }
125
- )
126
-
127
- expect(response.status).to eq 200
128
-
129
- expect(response.body)
130
- .to eq(
131
- { 'user' => 'enterprise_search', 'permissions' => [] }
132
- )
133
- end
134
- end
135
- end
136
- end