eac_tools 0.76.0 → 0.76.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (208) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +28 -48
  3. data/lib/eac_tools/version.rb +1 -1
  4. data/sub/eac_cli/Gemfile +2 -2
  5. data/sub/eac_cli/eac_cli.gemspec +5 -3
  6. data/sub/eac_cli/lib/eac_cli/config.rb +0 -4
  7. data/sub/eac_cli/lib/eac_cli/core_ext.rb +1 -1
  8. data/sub/eac_cli/lib/eac_cli/definition/alternative.rb +24 -3
  9. data/sub/eac_cli/lib/eac_cli/definition.rb +1 -1
  10. data/sub/eac_cli/lib/eac_cli/old_configs/store_passwords_entry_reader.rb +1 -1
  11. data/sub/eac_cli/lib/eac_cli/parser/alternative/any_options.rb +19 -0
  12. data/sub/eac_cli/lib/eac_cli/parser/alternative/long_options.rb +1 -1
  13. data/sub/eac_cli/lib/eac_cli/parser/alternative/short_options.rb +1 -3
  14. data/sub/eac_cli/lib/eac_cli/parser/alternative.rb +0 -9
  15. data/sub/eac_cli/lib/eac_cli/parser.rb +1 -1
  16. data/sub/eac_cli/lib/eac_cli/patches/object.rb +1 -1
  17. data/sub/eac_cli/lib/eac_cli/patches.rb +1 -1
  18. data/sub/eac_cli/lib/eac_cli/runner/class_runner.rb +1 -1
  19. data/sub/eac_cli/lib/eac_cli/runner/context_responders/set.rb +2 -2
  20. data/sub/eac_cli/lib/eac_cli/runner/exit.rb +2 -1
  21. data/sub/eac_cli/lib/eac_cli/runner/instance_methods.rb +1 -1
  22. data/sub/eac_cli/lib/eac_cli/runner_with/help/builder/alternative.rb +1 -1
  23. data/sub/eac_cli/lib/eac_cli/runner_with/help/builder.rb +2 -2
  24. data/sub/eac_cli/lib/eac_cli/runner_with/help.rb +1 -0
  25. data/sub/eac_cli/lib/eac_cli/runner_with/subcommands.rb +1 -1
  26. data/sub/eac_cli/lib/eac_cli/runner_with_set.rb +1 -1
  27. data/sub/eac_cli/lib/eac_cli/speaker/list.rb +4 -4
  28. data/sub/eac_cli/lib/eac_cli/speaker/options.rb +3 -3
  29. data/sub/eac_cli/lib/eac_cli/speaker.rb +2 -1
  30. data/sub/eac_cli/lib/eac_cli/version.rb +1 -1
  31. data/sub/eac_cli/spec/lib/eac_cli/definition/alternative_spec.rb +2 -2
  32. data/sub/eac_cli/spec/lib/eac_cli/old_configs_spec.rb +1 -1
  33. data/sub/eac_cli/spec/lib/eac_cli/parser/alternative_spec.rb +10 -10
  34. data/sub/eac_cli/spec/lib/eac_cli/runner/for_context_spec.rb +13 -13
  35. data/sub/eac_cli/spec/lib/eac_cli/runner_spec.rb +10 -10
  36. data/sub/eac_cli/spec/lib/eac_cli/runner_with/confirmation_spec.rb +3 -3
  37. data/sub/eac_cli/spec/lib/eac_cli/runner_with/help/layout_spec.rb +1 -1
  38. data/sub/eac_cli/spec/lib/eac_cli/runner_with/help_spec.rb +3 -2
  39. data/sub/eac_cli/spec/lib/eac_cli/runner_with/output_spec.rb +6 -6
  40. data/sub/eac_cli/spec/lib/eac_cli/runner_with/subcommands_spec.rb +6 -6
  41. data/sub/eac_cli/spec/lib/eac_cli/speaker_spec.rb +1 -1
  42. data/sub/eac_cli/spec/rubocop_spec.rb +1 -1
  43. data/sub/eac_cli/spec/spec_helper.rb +1 -1
  44. metadata +3 -166
  45. data/sub/eac_envs-http/Gemfile +0 -8
  46. data/sub/eac_envs-http/eac_envs-http.gemspec +0 -25
  47. data/sub/eac_envs-http/lib/eac_envs/http/error.rb +0 -8
  48. data/sub/eac_envs-http/lib/eac_envs/http/request/body_field.rb +0 -51
  49. data/sub/eac_envs-http/lib/eac_envs/http/request/body_field_value.rb +0 -32
  50. data/sub/eac_envs-http/lib/eac_envs/http/request/body_fields.rb +0 -39
  51. data/sub/eac_envs-http/lib/eac_envs/http/request/faraday_connection.rb +0 -75
  52. data/sub/eac_envs-http/lib/eac_envs/http/request.rb +0 -58
  53. data/sub/eac_envs-http/lib/eac_envs/http/response/body.rb +0 -62
  54. data/sub/eac_envs-http/lib/eac_envs/http/response/headers.rb +0 -41
  55. data/sub/eac_envs-http/lib/eac_envs/http/response/links.rb +0 -28
  56. data/sub/eac_envs-http/lib/eac_envs/http/response/statuses.rb +0 -21
  57. data/sub/eac_envs-http/lib/eac_envs/http/response.rb +0 -30
  58. data/sub/eac_envs-http/lib/eac_envs/http/rspec/echo_server/request_processor.rb +0 -42
  59. data/sub/eac_envs-http/lib/eac_envs/http/rspec/echo_server/webrick_servlet.rb +0 -22
  60. data/sub/eac_envs-http/lib/eac_envs/http/rspec/echo_server.rb +0 -63
  61. data/sub/eac_envs-http/lib/eac_envs/http/rspec.rb +0 -11
  62. data/sub/eac_envs-http/lib/eac_envs/http/version.rb +0 -7
  63. data/sub/eac_envs-http/lib/eac_envs/http.rb +0 -9
  64. data/sub/eac_envs-http/spec/lib/eac_envs/http/request/body_fields_spec.rb +0 -47
  65. data/sub/eac_envs-http/spec/lib/eac_envs/http/request_spec.rb +0 -68
  66. data/sub/eac_envs-http/spec/lib/eac_envs/http/request_spec_files/get.source.yaml +0 -5
  67. data/sub/eac_envs-http/spec/lib/eac_envs/http/request_spec_files/get.target.yaml +0 -9
  68. data/sub/eac_envs-http/spec/lib/eac_envs/http/request_spec_files/get_with_auth.source.yaml +0 -8
  69. data/sub/eac_envs-http/spec/lib/eac_envs/http/request_spec_files/get_with_auth.target.yaml +0 -10
  70. data/sub/eac_envs-http/spec/lib/eac_envs/http/request_spec_files/post_array_body.source.yaml +0 -10
  71. data/sub/eac_envs-http/spec/lib/eac_envs/http/request_spec_files/post_array_body.target.yaml +0 -11
  72. data/sub/eac_envs-http/spec/lib/eac_envs/http/request_spec_files/post_string_body.source.yaml +0 -4
  73. data/sub/eac_envs-http/spec/lib/eac_envs/http/request_spec_files/post_string_body.target.yaml +0 -11
  74. data/sub/eac_envs-http/spec/lib/eac_envs/http/request_spec_files/put_hash_body.source.yaml +0 -6
  75. data/sub/eac_envs-http/spec/lib/eac_envs/http/request_spec_files/put_hash_body.target.yaml +0 -11
  76. data/sub/eac_envs-http/spec/lib/eac_envs/http/request_spec_files/put_with_file.source.yaml +0 -5
  77. data/sub/eac_envs-http/spec/lib/eac_envs/http/request_spec_files/put_with_file.target.yaml +0 -13
  78. data/sub/eac_envs-http/spec/lib/eac_envs/http/request_spec_files/root.source.yaml +0 -2
  79. data/sub/eac_envs-http/spec/lib/eac_envs/http/request_spec_files/root.target.yaml +0 -9
  80. data/sub/eac_envs-http/spec/rubocop_spec.rb +0 -3
  81. data/sub/eac_envs-http/spec/spec_helper/request_builder.rb +0 -62
  82. data/sub/eac_envs-http/spec/spec_helper.rb +0 -7
  83. data/sub/eac_fs/Gemfile +0 -8
  84. data/sub/eac_fs/eac_fs.gemspec +0 -20
  85. data/sub/eac_fs/lib/eac_fs/cached_download.rb +0 -40
  86. data/sub/eac_fs/lib/eac_fs/comparator/build.rb +0 -57
  87. data/sub/eac_fs/lib/eac_fs/comparator/rename_file.rb +0 -15
  88. data/sub/eac_fs/lib/eac_fs/comparator.rb +0 -18
  89. data/sub/eac_fs/lib/eac_fs/contexts.rb +0 -21
  90. data/sub/eac_fs/lib/eac_fs/core_ext.rb +0 -4
  91. data/sub/eac_fs/lib/eac_fs/file_info.rb +0 -29
  92. data/sub/eac_fs/lib/eac_fs/logs/file.rb +0 -56
  93. data/sub/eac_fs/lib/eac_fs/logs.rb +0 -64
  94. data/sub/eac_fs/lib/eac_fs/patches/module/fs_cache.rb +0 -15
  95. data/sub/eac_fs/lib/eac_fs/patches/module.rb +0 -4
  96. data/sub/eac_fs/lib/eac_fs/patches/object/fs_cache.rb +0 -32
  97. data/sub/eac_fs/lib/eac_fs/patches/object.rb +0 -4
  98. data/sub/eac_fs/lib/eac_fs/patches/pathname/info.rb +0 -12
  99. data/sub/eac_fs/lib/eac_fs/patches/pathname.rb +0 -4
  100. data/sub/eac_fs/lib/eac_fs/patches.rb +0 -4
  101. data/sub/eac_fs/lib/eac_fs/rspec/setup.rb +0 -25
  102. data/sub/eac_fs/lib/eac_fs/rspec.rb +0 -9
  103. data/sub/eac_fs/lib/eac_fs/storage_tree.rb +0 -81
  104. data/sub/eac_fs/lib/eac_fs/traversable.rb +0 -45
  105. data/sub/eac_fs/lib/eac_fs/traverser.rb +0 -76
  106. data/sub/eac_fs/lib/eac_fs/version.rb +0 -5
  107. data/sub/eac_fs/lib/eac_fs.rb +0 -7
  108. data/sub/eac_fs/spec/lib/eac_fs/storage_tree_spec.rb +0 -32
  109. data/sub/eac_fs/spec/rubocop_spec.rb +0 -3
  110. data/sub/eac_fs/spec/spec_helper.rb +0 -4
  111. data/sub/eac_rest/Gemfile +0 -8
  112. data/sub/eac_rest/eac_rest.gemspec +0 -21
  113. data/sub/eac_rest/lib/eac_rest/api.rb +0 -57
  114. data/sub/eac_rest/lib/eac_rest/entity/data.rb +0 -44
  115. data/sub/eac_rest/lib/eac_rest/entity/fetching.rb +0 -20
  116. data/sub/eac_rest/lib/eac_rest/entity.rb +0 -35
  117. data/sub/eac_rest/lib/eac_rest/error.rb +0 -6
  118. data/sub/eac_rest/lib/eac_rest/helper.rb +0 -34
  119. data/sub/eac_rest/lib/eac_rest/request.rb +0 -48
  120. data/sub/eac_rest/lib/eac_rest/response.rb +0 -27
  121. data/sub/eac_rest/lib/eac_rest/version.rb +0 -5
  122. data/sub/eac_rest/lib/eac_rest.rb +0 -7
  123. data/sub/eac_rest/spec/lib/eac_rest/api_spec.rb +0 -71
  124. data/sub/eac_rest/spec/lib/eac_rest/api_spec_files/get.source.yaml +0 -5
  125. data/sub/eac_rest/spec/lib/eac_rest/api_spec_files/get.target.yaml +0 -9
  126. data/sub/eac_rest/spec/lib/eac_rest/api_spec_files/get_with_auth.source.yaml +0 -8
  127. data/sub/eac_rest/spec/lib/eac_rest/api_spec_files/get_with_auth.target.yaml +0 -10
  128. data/sub/eac_rest/spec/lib/eac_rest/api_spec_files/post_array_body.source.yaml +0 -10
  129. data/sub/eac_rest/spec/lib/eac_rest/api_spec_files/post_array_body.target.yaml +0 -11
  130. data/sub/eac_rest/spec/lib/eac_rest/api_spec_files/post_string_body.source.yaml +0 -4
  131. data/sub/eac_rest/spec/lib/eac_rest/api_spec_files/post_string_body.target.yaml +0 -11
  132. data/sub/eac_rest/spec/lib/eac_rest/api_spec_files/put_hash_body.source.yaml +0 -6
  133. data/sub/eac_rest/spec/lib/eac_rest/api_spec_files/put_hash_body.target.yaml +0 -11
  134. data/sub/eac_rest/spec/lib/eac_rest/api_spec_files/put_with_file.source.yaml +0 -5
  135. data/sub/eac_rest/spec/lib/eac_rest/api_spec_files/put_with_file.target.yaml +0 -13
  136. data/sub/eac_rest/spec/lib/eac_rest/api_spec_files/root.source.yaml +0 -2
  137. data/sub/eac_rest/spec/lib/eac_rest/api_spec_files/root.target.yaml +0 -9
  138. data/sub/eac_rest/spec/rubocop_spec.rb +0 -3
  139. data/sub/eac_rest/spec/spec_helper/request_builder.rb +0 -51
  140. data/sub/eac_rest/spec/spec_helper.rb +0 -7
  141. data/sub/eac_templates/Gemfile +0 -8
  142. data/sub/eac_templates/eac_templates.gemspec +0 -19
  143. data/sub/eac_templates/lib/eac_templates/abstract/directory.rb +0 -42
  144. data/sub/eac_templates/lib/eac_templates/abstract/file.rb +0 -25
  145. data/sub/eac_templates/lib/eac_templates/abstract/fs_object.rb +0 -94
  146. data/sub/eac_templates/lib/eac_templates/abstract/fs_object_by_pathname.rb +0 -13
  147. data/sub/eac_templates/lib/eac_templates/abstract/not_found_error.rb +0 -8
  148. data/sub/eac_templates/lib/eac_templates/core_ext.rb +0 -4
  149. data/sub/eac_templates/lib/eac_templates/interface_methods.rb +0 -12
  150. data/sub/eac_templates/lib/eac_templates/modules/ancestor/directory.rb +0 -17
  151. data/sub/eac_templates/lib/eac_templates/modules/ancestor/file.rb +0 -16
  152. data/sub/eac_templates/lib/eac_templates/modules/ancestor/fs_object.rb +0 -25
  153. data/sub/eac_templates/lib/eac_templates/modules/ancestor.rb +0 -51
  154. data/sub/eac_templates/lib/eac_templates/modules/base.rb +0 -35
  155. data/sub/eac_templates/lib/eac_templates/modules.rb +0 -9
  156. data/sub/eac_templates/lib/eac_templates/patches/module/erb_template.rb +0 -9
  157. data/sub/eac_templates/lib/eac_templates/patches/module/template.rb +0 -9
  158. data/sub/eac_templates/lib/eac_templates/patches/module.rb +0 -4
  159. data/sub/eac_templates/lib/eac_templates/patches/object/erb_template.rb +0 -9
  160. data/sub/eac_templates/lib/eac_templates/patches/object/template.rb +0 -9
  161. data/sub/eac_templates/lib/eac_templates/patches/object.rb +0 -4
  162. data/sub/eac_templates/lib/eac_templates/patches.rb +0 -4
  163. data/sub/eac_templates/lib/eac_templates/sources/directory.rb +0 -37
  164. data/sub/eac_templates/lib/eac_templates/sources/file.rb +0 -13
  165. data/sub/eac_templates/lib/eac_templates/sources/from_all_gems.rb +0 -4
  166. data/sub/eac_templates/lib/eac_templates/sources/from_gem.rb +0 -37
  167. data/sub/eac_templates/lib/eac_templates/sources/fs_object.rb +0 -53
  168. data/sub/eac_templates/lib/eac_templates/sources/internal_set.rb +0 -22
  169. data/sub/eac_templates/lib/eac_templates/sources/set.rb +0 -55
  170. data/sub/eac_templates/lib/eac_templates/sources/single.rb +0 -29
  171. data/sub/eac_templates/lib/eac_templates/sources.rb +0 -9
  172. data/sub/eac_templates/lib/eac_templates/variables/content.rb +0 -52
  173. data/sub/eac_templates/lib/eac_templates/variables/directory.rb +0 -49
  174. data/sub/eac_templates/lib/eac_templates/variables/file.rb +0 -26
  175. data/sub/eac_templates/lib/eac_templates/variables/fs_object.rb +0 -65
  176. data/sub/eac_templates/lib/eac_templates/variables/not_found_error.rb +0 -7
  177. data/sub/eac_templates/lib/eac_templates/variables/providers/base.rb +0 -23
  178. data/sub/eac_templates/lib/eac_templates/variables/providers/config_reader.rb +0 -29
  179. data/sub/eac_templates/lib/eac_templates/variables/providers/entries_reader.rb +0 -25
  180. data/sub/eac_templates/lib/eac_templates/variables/providers/generic.rb +0 -25
  181. data/sub/eac_templates/lib/eac_templates/variables/providers/hash.rb +0 -29
  182. data/sub/eac_templates/lib/eac_templates/variables/providers.rb +0 -25
  183. data/sub/eac_templates/lib/eac_templates/variables.rb +0 -9
  184. data/sub/eac_templates/lib/eac_templates/version.rb +0 -5
  185. data/sub/eac_templates/lib/eac_templates.rb +0 -7
  186. data/sub/eac_templates/spec/lib/eac_templates/modules/base_spec.rb +0 -141
  187. data/sub/eac_templates/spec/lib/eac_templates/modules/base_spec_files/path1/a_module/a/a_a +0 -1
  188. data/sub/eac_templates/spec/lib/eac_templates/modules/base_spec_files/path1/a_module/b +0 -1
  189. data/sub/eac_templates/spec/lib/eac_templates/modules/base_spec_files/path1/super_class/a/a_b +0 -1
  190. data/sub/eac_templates/spec/lib/eac_templates/modules/base_spec_files/path1/super_class/b +0 -1
  191. data/sub/eac_templates/spec/lib/eac_templates/modules/base_spec_files/path2/a_module/a/a_b +0 -1
  192. data/sub/eac_templates/spec/lib/eac_templates/modules/base_spec_files/path2/a_module/b +0 -1
  193. data/sub/eac_templates/spec/lib/eac_templates/modules/base_spec_files/path2/a_module/c +0 -1
  194. data/sub/eac_templates/spec/lib/eac_templates/modules/base_spec_files/path2/prepended_module/c +0 -1
  195. data/sub/eac_templates/spec/lib/eac_templates/modules/base_spec_files/path2/sub_class/b +0 -1
  196. data/sub/eac_templates/spec/lib/eac_templates/modules/base_spec_files/path2/super_class/a/a_b +0 -1
  197. data/sub/eac_templates/spec/lib/eac_templates/modules/base_spec_files/path2/super_class/b +0 -1
  198. data/sub/eac_templates/spec/lib/eac_templates/patches/object/template_spec.rb +0 -26
  199. data/sub/eac_templates/spec/lib/eac_templates/patches/object/template_spec_files/path/my_stub_with_template +0 -1
  200. data/sub/eac_templates/spec/lib/eac_templates/sources/set_spec.rb +0 -42
  201. data/sub/eac_templates/spec/lib/eac_templates/sources/set_spec_files/path1/subdir1/file1.template +0 -1
  202. data/sub/eac_templates/spec/lib/eac_templates/sources/set_spec_files/path1/subdir1/file2 +0 -1
  203. data/sub/eac_templates/spec/lib/eac_templates/sources/set_spec_files/path2/subdir1/file3.template +0 -1
  204. data/sub/eac_templates/spec/lib/eac_templates/variables/content_spec.rb +0 -35
  205. data/sub/eac_templates/spec/lib/eac_templates/variables/content_spec_files/expected_content +0 -2
  206. data/sub/eac_templates/spec/lib/eac_templates/variables/content_spec_files/source.template +0 -2
  207. data/sub/eac_templates/spec/rubocop_spec.rb +0 -3
  208. data/sub/eac_templates/spec/spec_helper.rb +0 -4
@@ -1,11 +0,0 @@
1
- ---
2
- ssl: false
3
- method: POST
4
- uri: "/path/to/service"
5
- body: field1=value1&field1=value3&field2=value2
6
- headers:
7
- user-agent: EacEnvs::Http
8
- content-type: application/x-www-form-urlencoded
9
- accept-encoding: gzip,deflate
10
- accept: "*/*"
11
- content-length: '41'
@@ -1,4 +0,0 @@
1
- ---
2
- url_suffix: '/path/to/service'
3
- verb: :post
4
- body_data: field1=value1&field2=value2
@@ -1,11 +0,0 @@
1
- ---
2
- ssl: false
3
- method: POST
4
- uri: "/path/to/service"
5
- body: field1=value1&field2=value2
6
- headers:
7
- user-agent: EacEnvs::Http
8
- content-type: application/x-www-form-urlencoded
9
- accept-encoding: gzip,deflate
10
- accept: "*/*"
11
- content-length: '27'
@@ -1,6 +0,0 @@
1
- ---
2
- url_suffix: '/path/to/service'
3
- verb: :put
4
- body_data:
5
- field1: value1
6
- field2: value2
@@ -1,11 +0,0 @@
1
- ---
2
- ssl: false
3
- method: PUT
4
- uri: "/path/to/service"
5
- body: field1=value1&field2=value2
6
- headers:
7
- user-agent: EacEnvs::Http
8
- content-type: application/x-www-form-urlencoded
9
- accept-encoding: gzip,deflate
10
- accept: "*/*"
11
- content-length: '27'
@@ -1,5 +0,0 @@
1
- ---
2
- url_suffix: '/path/to/service'
3
- verb: :put
4
- body_data:
5
- '@field1': value1
@@ -1,13 +0,0 @@
1
- ---
2
- ssl: false
3
- method: PUT
4
- uri: "/path/to/service"
5
- body: "-------------RubyMultipartPost-0123456789abcdef0123456789abcdef\r\nContent-Disposition:
6
- form-data; name=\"field1\"; filename=\"basename\"\r\nContent-Length: 6\r\nContent-Type:
7
- text/plain\r\nContent-Transfer-Encoding: binary\r\n\r\nvalue1\r\n-------------RubyMultipartPost-0123456789abcdef0123456789abcdef--\r\n"
8
- headers:
9
- user-agent: EacEnvs::Http
10
- content-type: multipart/form-data; boundary=-----------RubyMultipartPost-0123456789abcdef0123456789abcdef
11
- content-length: '290'
12
- accept-encoding: gzip,deflate
13
- accept: "*/*"
@@ -1,9 +0,0 @@
1
- ---
2
- ssl: false
3
- method: GET
4
- uri: "/"
5
- body:
6
- headers:
7
- user-agent: EacEnvs::Http
8
- accept-encoding: gzip,deflate
9
- accept: "*/*"
@@ -1,3 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- ::EacRubyUtils::Rspec.default_setup.describe_rubocop
@@ -1,62 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'eac_ruby_utils/core_ext'
4
- require 'eac_ruby_utils/fs/temp'
5
- require 'eac_ruby_utils/yaml'
6
-
7
- class RequestBuilder
8
- class << self
9
- def from_file(root_url, path)
10
- new(root_url, ::EacRubyUtils::Yaml.load_file(path))
11
- end
12
- end
13
-
14
- FILE_FIELD_PARSER = /\A@(.+)\z/.to_parser { |m| m[1] }
15
-
16
- common_constructor :root_url, :data do
17
- self.root_url = root_url.to_uri
18
- self.data = data.with_indifferent_access
19
- end
20
-
21
- def new_request
22
- ::EacEnvs::Http::Request.new.url(root_url + data.fetch(:url_suffix))
23
- end
24
-
25
- def result
26
- r = %i[verb headers].inject(new_request) do |a, e|
27
- data[e].if_present(a) { |v| a.send(e, v) }
28
- end
29
- r = r.header('user-agent', 'EacEnvs::Http')
30
- result_body_data(result_auth(r))
31
- end
32
-
33
- def build_body_data(source)
34
- return source unless source.is_a?(::Hash)
35
-
36
- source.map { |k, v| build_body_field(k, v) }
37
- end
38
-
39
- def build_body_field(name, value)
40
- FILE_FIELD_PARSER.parse(name).if_present([name, value]) do |v|
41
- [v, file_with_value(value)]
42
- end
43
- end
44
-
45
- def file_with_value(value)
46
- r = ::EacRubyUtils::Fs::Temp.directory.join('basename')
47
- r.write(value)
48
- ::File.new(r.to_path)
49
- end
50
-
51
- private
52
-
53
- def result_auth(request)
54
- request = data[:auth].if_present(request) do |v|
55
- request.basic_auth(v.fetch(:username), v.fetch(:password))
56
- end
57
- end
58
-
59
- def result_body_data(request)
60
- data[:body_data].if_present(request) { |v| request.body_data(build_body_data(v)) }
61
- end
62
- end
@@ -1,7 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'eac_ruby_utils/rspec/default_setup'
4
- ::EacRubyUtils::Rspec.default_setup_create(::File.expand_path('..', __dir__))
5
-
6
- require 'eac_ruby_utils/require_sub'
7
- ::EacRubyUtils.require_sub __FILE__
data/sub/eac_fs/Gemfile DELETED
@@ -1,8 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- source 'https://rubygems.org'
4
-
5
- gemspec
6
-
7
- local_gemfile = ::File.join(::File.dirname(__FILE__), 'Gemfile.local')
8
- eval_gemfile local_gemfile if ::File.exist?(local_gemfile)
@@ -1,20 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- $LOAD_PATH.push File.expand_path('lib', __dir__)
4
-
5
- require 'eac_fs/version'
6
-
7
- Gem::Specification.new do |s|
8
- s.name = 'eac_fs'
9
- s.version = EacFs::VERSION
10
- s.authors = ['Put here the authors']
11
- s.summary = 'Put here de description.'
12
-
13
- s.files = Dir['{lib}/**/*']
14
-
15
- s.add_dependency 'content-type', '~> 0.0', '>= 0.0.2'
16
- s.add_dependency 'eac_ruby_utils', '~> 0.107', '>= 0.107.1'
17
- s.add_dependency 'ruby-filemagic', '~> 0.7', '>= 0.7.3'
18
-
19
- s.add_development_dependency 'eac_ruby_gem_support', '~> 0.5.1'
20
- end
@@ -1,40 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'eac_fs/patches'
4
- require 'eac_ruby_utils/fs/temp'
5
- require 'open-uri'
6
-
7
- module EacFs
8
- class CachedDownload
9
- attr_reader :url, :fs_cache
10
-
11
- def initialize(url, parent_fs_cache = nil)
12
- @url = url
13
- @fs_cache = (parent_fs_cache || fs_cache).child(url.to_s.parameterize)
14
- end
15
-
16
- def assert
17
- download unless fs_cache.stored?
18
- end
19
-
20
- def download
21
- ::EacRubyUtils::Fs::Temp.on_file do |temp|
22
- download_to(temp)
23
- fs_cache.content_path.to_pathname.dirname.mkpath
24
- ::FileUtils.mv(temp.to_path, fs_cache.content_path)
25
- end
26
- end
27
-
28
- def path
29
- fs_cache.content_path.to_pathname
30
- end
31
-
32
- private
33
-
34
- def download_to(local_file)
35
- ::URI.parse(url).open do |remote|
36
- local_file.open('wb') { |handle| handle.write(remote.read) }
37
- end
38
- end
39
- end
40
- end
@@ -1,57 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'eac_ruby_utils/core_ext'
4
-
5
- module EacFs
6
- class Comparator
7
- class Build
8
- TRUNCATE_FILE_CONTENT = "__TRUNCATED__\n"
9
-
10
- enable_method_class
11
- common_constructor :comparator, :root
12
- delegate :rename_files, :truncate_files, to: :comparator
13
-
14
- # @return [Hash]
15
- def result
16
- build(root)
17
- end
18
-
19
- private
20
-
21
- def build(obj)
22
- if obj.file?
23
- build_file(obj)
24
- elsif obj.directory?
25
- build_directory(obj)
26
- else
27
- raise "Unknown filesystem object \"#{obj}\""
28
- end
29
- end
30
-
31
- # @param dir [Pathname]
32
- # @return [Hash]
33
- def build_directory(dir)
34
- dir.children.map do |child|
35
- [fs_object_basename(child), build(child)]
36
- end.to_h
37
- end
38
-
39
- # @param file [Pathname]
40
- # @return [Hash]
41
- def build_file(file)
42
- truncate_file?(file) ? TRUNCATE_FILE_CONTENT : file.read
43
- end
44
-
45
- # @return [String]
46
- def fs_object_basename(obj)
47
- rename_files.inject(obj.basename.to_path) { |a, e| e.apply(a) }
48
- end
49
-
50
- def truncate_file?(file)
51
- truncate_files.any? do |pattern|
52
- file.basename.fnmatch?(pattern)
53
- end
54
- end
55
- end
56
- end
57
- end
@@ -1,15 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'eac_ruby_utils/core_ext'
4
-
5
- module EacFs
6
- class Comparator
7
- class RenameFile
8
- common_constructor :from, :to
9
-
10
- def apply(basename)
11
- basename == from ? to : basename
12
- end
13
- end
14
- end
15
- end
@@ -1,18 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'eac_ruby_utils/core_ext'
4
-
5
- module EacFs
6
- class Comparator
7
- require_sub __FILE__, require_dependency: true
8
-
9
- enable_immutable
10
- immutable_accessor :rename_file, :truncate_file, type: :array
11
-
12
- alias rename_file_push rename_file
13
-
14
- def rename_file(from, to)
15
- rename_file_push(::EacFs::Comparator::RenameFile.new(from, to))
16
- end
17
- end
18
- end
@@ -1,21 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'eac_ruby_utils/core_ext'
4
- require 'eac_ruby_utils/context'
5
-
6
- module EacFs
7
- class Contexts
8
- TYPES = %i[cache config data].freeze
9
-
10
- class << self
11
- TYPES.each do |type|
12
- class_eval <<~CODE, __FILE__, __LINE__ + 1
13
- # @return [EacRubyUtils::Context<EacFs::StorageTree>]
14
- def #{type}
15
- @#{type} ||= ::EacRubyUtils::Context.new
16
- end
17
- CODE
18
- end
19
- end
20
- end
21
- end
@@ -1,4 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'eac_fs/patches'
4
- require 'eac_ruby_utils/core_ext'
@@ -1,29 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'eac_ruby_utils/core_ext'
4
- require 'content-type'
5
- require 'filemagic'
6
-
7
- module EacFs
8
- class FileInfo
9
- UNKNOWN_CONTENT_TYPE_STRING = 'application/octet-stream'
10
- UNKNOWN_CONTENT_TYPE = ::ContentType.parse(UNKNOWN_CONTENT_TYPE_STRING)
11
-
12
- enable_simple_cache
13
- attr_reader :magic_string
14
-
15
- def initialize(path)
16
- @magic_string = ::FileMagic.new(FileMagic::MAGIC_MIME).file(path.to_pathname.to_path)
17
- end
18
-
19
- delegate :charset, :mime_type, :subtype, :type, to: :content_type
20
-
21
- private
22
-
23
- def content_type_uncached
24
- ::ContentType.parse(magic_string)
25
- rescue ::Parslet::ParseFailed
26
- UNKNOWN_CONTENT_TYPE
27
- end
28
- end
29
- end
@@ -1,56 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'eac_ruby_utils/core_ext'
4
-
5
- module EacFs
6
- class Logs
7
- class File
8
- enable_simple_cache
9
- common_constructor :label
10
-
11
- TRUNCATE_DEFAULT_LENGTH = 1000
12
- TRUNCATE_APPEND_TEXT = '(...) '
13
-
14
- delegate :remove, to: :file
15
-
16
- def clean
17
- file.truncate(0) if file.exist?
18
- end
19
-
20
- def file_size
21
- file.file? ? file.size : 0
22
- end
23
-
24
- def pretty_file_size
25
- ::Filesize.from("#{file_size} B").pretty
26
- end
27
-
28
- # @param length [Integer]
29
- # @return [String]
30
- def truncate(length = TRUNCATE_DEFAULT_LENGTH)
31
- content = file.file? ? file.read.strip : ''
32
- return content if content.length <= TRUNCATE_DEFAULT_LENGTH
33
-
34
- TRUNCATE_APPEND_TEXT + content[content.length - length + TRUNCATE_APPEND_TEXT.length,
35
- length - TRUNCATE_APPEND_TEXT.length]
36
- end
37
-
38
- # @param length [Integer]
39
- # @return [String]
40
- def truncate_with_label(length = TRUNCATE_DEFAULT_LENGTH)
41
- header = [label, file, pretty_file_size].join(' / ')
42
- return ">>> #{header} (Not found) <<<" unless file.file?
43
-
44
- content = truncate(length)
45
- content.blank? ? ">>> #{header} (Blank) <<<" : ">>> #{header}\n#{content}\n<<< #{header}\n"
46
- end
47
-
48
- protected
49
-
50
- # @return [EacRubyUtils::Fs::Temp::File
51
- def file_uncached
52
- ::EacRubyUtils::Fs::Temp.file
53
- end
54
- end
55
- end
56
- end
@@ -1,64 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'eac_ruby_utils/core_ext'
4
- require 'eac_ruby_utils/fs/temp'
5
- require 'filesize'
6
-
7
- module EacFs
8
- class Logs
9
- require_sub __FILE__
10
-
11
- # @param label [Symbol]
12
- # @return [EacRubyUtils::Fs::Temp::File]
13
- def [](label)
14
- log_set.fetch(sanitize_label(label)).file
15
- end
16
-
17
- # @param label [Symbol]
18
- # @return [EacFs::Logs]
19
- def add(label)
20
- file = ::EacFs::Logs::File.new(sanitize_label(label))
21
- log_set[file.label] = file
22
-
23
- self
24
- end
25
-
26
- # @return [EacFs::Logs]
27
- def clean_all
28
- log_set.values.each(&:clean)
29
- end
30
-
31
- # @return [EacFs::Logs]
32
- def remove_all
33
- log_set.each_key { |label| remove(label) }
34
-
35
- self
36
- end
37
-
38
- # @param label [Symbol]
39
- def remove(label)
40
- log_set.fetch(sanitize_label(label)).remove
41
- log_set.delete(sanitize_label(label))
42
- end
43
-
44
- # @param length [Integer]
45
- # @return [String]
46
- def truncate_all(length = ::EacFs::Logs::File::TRUNCATE_DEFAULT_LENGTH)
47
- "Files: #{log_set.length}\n" +
48
- log_set.values.map { |file| file.truncate_with_label(length) }.join
49
- end
50
-
51
- private
52
-
53
- # @param label [Object]
54
- # @return [Symbol]
55
- def sanitize_label(label)
56
- label.to_sym
57
- end
58
-
59
- # @return [Hash<Symbol, EacFs::Logs::File>]
60
- def log_set
61
- @log_set ||= {}
62
- end
63
- end
64
- end
@@ -1,15 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'eac_fs/contexts'
4
-
5
- class Module
6
- ::EacFs::Contexts::TYPES.each do |type|
7
- method_name = "fs_#{type}"
8
- class_eval <<~CODE, __FILE__, __LINE__ + 1
9
- # @return [EacFs::StorageTree]
10
- def #{method_name}
11
- ::EacFs::Contexts.#{type}.current.child('#{method_name}', *name.split('::'))
12
- end
13
- CODE
14
- end
15
- end
@@ -1,4 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'eac_ruby_utils/require_sub'
4
- ::EacRubyUtils.require_sub(__FILE__)
@@ -1,32 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'eac_fs/contexts'
4
- require 'eac_fs/patches/module/fs_cache'
5
-
6
- class Object
7
- ::EacFs::Contexts::TYPES.each do |type|
8
- class_eval <<~CODE, __FILE__, __LINE__ + 1
9
- # @return [EacFs::StorageTree]
10
- def fs_#{type}
11
- oid = fs_object_id_by_type(:'#{type}')
12
- oid = [oid.to_s] unless oid.is_a?(::Enumerable)
13
- oid.inject(fs_#{type}_parent) { |a, e| a.child(e.to_s) }
14
- end
15
-
16
- # @return [EacFs::StorageTree]
17
- def fs_#{type}_parent
18
- self.class.fs_#{type}
19
- end
20
- CODE
21
- end
22
-
23
- # @return [String, Array<String>]
24
- def fs_object_id
25
- raise 'Abstract method hit'
26
- end
27
-
28
- def fs_object_id_by_type(type)
29
- method = "fs_#{type}_object_id"
30
- respond_to?(method) ? send(method) : fs_object_id
31
- end
32
- end
@@ -1,4 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'eac_ruby_utils/require_sub'
4
- ::EacRubyUtils.require_sub(__FILE__)
@@ -1,12 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'eac_fs/file_info'
4
- require 'pathname'
5
-
6
- class Pathname
7
- # Shortcut for `EacFs::FileInfo.new(self)`.
8
- # @return [EacFs::FileInfo]
9
- def info
10
- ::EacFs::FileInfo.new(self)
11
- end
12
- end
@@ -1,4 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'eac_ruby_utils/require_sub'
4
- ::EacRubyUtils.require_sub(__FILE__)
@@ -1,4 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'eac_ruby_utils/require_sub'
4
- ::EacRubyUtils.require_sub(__FILE__)
@@ -1,25 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'eac_ruby_utils/core_ext'
4
- require 'eac_fs/contexts'
5
- require 'eac_fs/storage_tree'
6
- require 'eac_ruby_utils/fs/temp'
7
-
8
- module EacFs
9
- module Rspec
10
- module Setup
11
- require_sub __FILE__
12
-
13
- # @return [self]
14
- def stub_eac_fs_contexts
15
- ::EacFs::Contexts::TYPES.each do |type|
16
- ::EacFs::Contexts.send(type).push(
17
- ::EacFs::StorageTree.new(::EacRubyUtils::Fs::Temp.directory)
18
- )
19
- end
20
-
21
- self
22
- end
23
- end
24
- end
25
- end
@@ -1,9 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'eac_ruby_utils/core_ext'
4
-
5
- module EacFs
6
- module Rspec
7
- require_sub __FILE__
8
- end
9
- end