eac_tools 0.84.2 → 0.85.0

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 (559) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +80 -100
  3. data/lib/eac_tools/version.rb +1 -1
  4. data/sub/avm-eac_asciidoctor_base0/avm-eac_asciidoctor_base0.gemspec +2 -2
  5. data/sub/avm-eac_asciidoctor_base0/lib/avm/eac_asciidoctor_base0/sources/document/title.rb +6 -1
  6. data/sub/avm-eac_asciidoctor_base0/lib/avm/eac_asciidoctor_base0/version.rb +1 -1
  7. data/sub/avm-files/Gemfile +2 -2
  8. data/sub/avm-files/avm-files.gemspec +7 -6
  9. data/sub/avm-files/lib/avm/files/runner_with/filesystem_renamer.rb +103 -0
  10. data/sub/avm-files/lib/avm/files/version.rb +1 -1
  11. data/sub/avm-files/spec/rubocop_spec.rb +1 -1
  12. data/sub/avm-files/spec/spec_helper.rb +1 -1
  13. data/sub/avm-tools/avm-tools.gemspec +7 -7
  14. data/sub/avm-tools/lib/avm/tools/version.rb +1 -1
  15. data/sub/avm-tools/spec/lib/avm/launcher/context_spec.rb +11 -7
  16. data/sub/avm-tools/spec/lib/avm/projects/stereotypes/git_subrepo/publish_spec.rb +5 -5
  17. data/sub/avm-tools/spec/lib/avm/projects/stereotypes/git_subrepo/warp_spec.rb +1 -1
  18. metadata +13 -547
  19. data/sub/avm/Gemfile +0 -8
  20. data/sub/avm/avm.gemspec +0 -31
  21. data/sub/avm/lib/avm/application_scms/base.rb +0 -39
  22. data/sub/avm/lib/avm/application_scms.rb +0 -9
  23. data/sub/avm/lib/avm/application_stereotypes/base.rb +0 -31
  24. data/sub/avm/lib/avm/application_stereotypes.rb +0 -9
  25. data/sub/avm/lib/avm/applications/base/auto_local_source_path.rb +0 -24
  26. data/sub/avm/lib/avm/applications/base/local_instance.rb +0 -31
  27. data/sub/avm/lib/avm/applications/base/local_source.rb +0 -30
  28. data/sub/avm/lib/avm/applications/base/naming.rb +0 -28
  29. data/sub/avm/lib/avm/applications/base/organization.rb +0 -29
  30. data/sub/avm/lib/avm/applications/base/publishing.rb +0 -43
  31. data/sub/avm/lib/avm/applications/base/scm.rb +0 -27
  32. data/sub/avm/lib/avm/applications/base/stereotype.rb +0 -31
  33. data/sub/avm/lib/avm/applications/base.rb +0 -37
  34. data/sub/avm/lib/avm/applications.rb +0 -9
  35. data/sub/avm/lib/avm/data/callbacks.rb +0 -37
  36. data/sub/avm/lib/avm/data/clearer.rb +0 -20
  37. data/sub/avm/lib/avm/data/dumper.rb +0 -142
  38. data/sub/avm/lib/avm/data/loader.rb +0 -28
  39. data/sub/avm/lib/avm/data/package/base_performer.rb +0 -38
  40. data/sub/avm/lib/avm/data/package/build_directory.rb +0 -28
  41. data/sub/avm/lib/avm/data/package/clear.rb +0 -22
  42. data/sub/avm/lib/avm/data/package/dump.rb +0 -45
  43. data/sub/avm/lib/avm/data/package/load.rb +0 -36
  44. data/sub/avm/lib/avm/data/package.rb +0 -67
  45. data/sub/avm/lib/avm/data/performer.rb +0 -49
  46. data/sub/avm/lib/avm/data/rotate.rb +0 -107
  47. data/sub/avm/lib/avm/data/unit.rb +0 -49
  48. data/sub/avm/lib/avm/data/unit_with_commands.rb +0 -52
  49. data/sub/avm/lib/avm/docker/container.rb +0 -50
  50. data/sub/avm/lib/avm/docker/image.rb +0 -76
  51. data/sub/avm/lib/avm/docker/runner.rb +0 -121
  52. data/sub/avm/lib/avm/docker.rb +0 -9
  53. data/sub/avm/lib/avm/entries/auto_values/entry.rb +0 -39
  54. data/sub/avm/lib/avm/entries/auto_values/uri_entry.rb +0 -24
  55. data/sub/avm/lib/avm/entries/auto_values.rb +0 -11
  56. data/sub/avm/lib/avm/entries/base/inherited_entry_value.rb +0 -46
  57. data/sub/avm/lib/avm/entries/base/uri_component_entry_value/default_value.rb +0 -28
  58. data/sub/avm/lib/avm/entries/base/uri_component_entry_value/inherited_value.rb +0 -39
  59. data/sub/avm/lib/avm/entries/base/uri_component_entry_value/url_entry_value.rb +0 -31
  60. data/sub/avm/lib/avm/entries/base/uri_component_entry_value.rb +0 -44
  61. data/sub/avm/lib/avm/entries/base/uri_components_entries_values/component_factory.rb +0 -42
  62. data/sub/avm/lib/avm/entries/base/uri_components_entries_values/generic_component.rb +0 -63
  63. data/sub/avm/lib/avm/entries/base/uri_components_entries_values/path_component.rb +0 -19
  64. data/sub/avm/lib/avm/entries/base/uri_components_entries_values/url_component.rb +0 -28
  65. data/sub/avm/lib/avm/entries/base/uri_components_entries_values.rb +0 -25
  66. data/sub/avm/lib/avm/entries/base.rb +0 -46
  67. data/sub/avm/lib/avm/entries/entry.rb +0 -65
  68. data/sub/avm/lib/avm/entries/jobs/base.rb +0 -62
  69. data/sub/avm/lib/avm/entries/jobs/variables_source/read_entry.rb +0 -50
  70. data/sub/avm/lib/avm/entries/jobs/variables_source.rb +0 -15
  71. data/sub/avm/lib/avm/entries/jobs/with_variables_source.rb +0 -15
  72. data/sub/avm/lib/avm/entries/jobs.rb +0 -11
  73. data/sub/avm/lib/avm/entries/keys_constants_set.rb +0 -43
  74. data/sub/avm/lib/avm/entries/uri_builder.rb +0 -91
  75. data/sub/avm/lib/avm/entries.rb +0 -9
  76. data/sub/avm/lib/avm/executables.rb +0 -24
  77. data/sub/avm/lib/avm/file_formats/base.rb +0 -35
  78. data/sub/avm/lib/avm/file_formats/file_result.rb +0 -13
  79. data/sub/avm/lib/avm/file_formats/search_formatter.rb +0 -87
  80. data/sub/avm/lib/avm/file_formats/unknown.rb +0 -18
  81. data/sub/avm/lib/avm/file_formats/utf8_assert.rb +0 -72
  82. data/sub/avm/lib/avm/file_formats.rb +0 -9
  83. data/sub/avm/lib/avm/instances/base/auto_values/data.rb +0 -25
  84. data/sub/avm/lib/avm/instances/base/auto_values/database.rb +0 -62
  85. data/sub/avm/lib/avm/instances/base/auto_values/mailer.rb +0 -35
  86. data/sub/avm/lib/avm/instances/base/auto_values/source.rb +0 -15
  87. data/sub/avm/lib/avm/instances/base/auto_values.rb +0 -14
  88. data/sub/avm/lib/avm/instances/base/dockerizable.rb +0 -45
  89. data/sub/avm/lib/avm/instances/base/entry_keys.rb +0 -27
  90. data/sub/avm/lib/avm/instances/base/install.rb +0 -24
  91. data/sub/avm/lib/avm/instances/base/processes.rb +0 -27
  92. data/sub/avm/lib/avm/instances/base/subcommand_parent.rb +0 -25
  93. data/sub/avm/lib/avm/instances/base/web.rb +0 -16
  94. data/sub/avm/lib/avm/instances/base.rb +0 -71
  95. data/sub/avm/lib/avm/instances/data/files_unit.rb +0 -59
  96. data/sub/avm/lib/avm/instances/data/package.rb +0 -27
  97. data/sub/avm/lib/avm/instances/data/unit.rb +0 -30
  98. data/sub/avm/lib/avm/instances/data.rb +0 -11
  99. data/sub/avm/lib/avm/instances/docker_image.rb +0 -15
  100. data/sub/avm/lib/avm/instances/entry_keys.rb +0 -43
  101. data/sub/avm/lib/avm/instances/ids.rb +0 -30
  102. data/sub/avm/lib/avm/instances/process.rb +0 -31
  103. data/sub/avm/lib/avm/instances/runner.rb +0 -37
  104. data/sub/avm/lib/avm/instances.rb +0 -9
  105. data/sub/avm/lib/avm/launcher/context/instance_collector.rb +0 -46
  106. data/sub/avm/lib/avm/launcher/context/instance_discovery.rb +0 -56
  107. data/sub/avm/lib/avm/launcher/context/instance_manager/cached_instance.rb +0 -37
  108. data/sub/avm/lib/avm/launcher/context/instance_manager/cached_instances.rb +0 -35
  109. data/sub/avm/lib/avm/launcher/context/instance_manager.rb +0 -77
  110. data/sub/avm/lib/avm/launcher/context/settings.rb +0 -53
  111. data/sub/avm/lib/avm/launcher/context.rb +0 -100
  112. data/sub/avm/lib/avm/launcher/errors/base.rb +0 -10
  113. data/sub/avm/lib/avm/launcher/errors/non_project.rb +0 -15
  114. data/sub/avm/lib/avm/launcher/errors.rb +0 -11
  115. data/sub/avm/lib/avm/launcher/instances/base/cache.rb +0 -43
  116. data/sub/avm/lib/avm/launcher/instances/base/publishing.rb +0 -53
  117. data/sub/avm/lib/avm/launcher/instances/base.rb +0 -78
  118. data/sub/avm/lib/avm/launcher/instances/error.rb +0 -10
  119. data/sub/avm/lib/avm/launcher/instances/runner_helper.rb +0 -47
  120. data/sub/avm/lib/avm/launcher/instances/settings.rb +0 -26
  121. data/sub/avm/lib/avm/launcher/instances.rb +0 -11
  122. data/sub/avm/lib/avm/launcher/paths/logical.rb +0 -80
  123. data/sub/avm/lib/avm/launcher/paths/real.rb +0 -44
  124. data/sub/avm/lib/avm/launcher/paths.rb +0 -11
  125. data/sub/avm/lib/avm/launcher/project.rb +0 -17
  126. data/sub/avm/lib/avm/launcher/publish/base.rb +0 -47
  127. data/sub/avm/lib/avm/launcher/publish/check_result.rb +0 -65
  128. data/sub/avm/lib/avm/launcher/publish.rb +0 -11
  129. data/sub/avm/lib/avm/launcher/stereotype.rb +0 -63
  130. data/sub/avm/lib/avm/launcher.rb +0 -9
  131. data/sub/avm/lib/avm/launcher_stereotypes.rb +0 -9
  132. data/sub/avm/lib/avm/patches/eac_config/entry_path.rb +0 -46
  133. data/sub/avm/lib/avm/path_string.rb +0 -27
  134. data/sub/avm/lib/avm/registry/application_scms.rb +0 -15
  135. data/sub/avm/lib/avm/registry/application_stereotypes/build_available.rb +0 -49
  136. data/sub/avm/lib/avm/registry/application_stereotypes/stereotype_builder.rb +0 -33
  137. data/sub/avm/lib/avm/registry/application_stereotypes.rb +0 -52
  138. data/sub/avm/lib/avm/registry/applications.rb +0 -38
  139. data/sub/avm/lib/avm/registry/config_objects.rb +0 -18
  140. data/sub/avm/lib/avm/registry/file_formats.rb +0 -20
  141. data/sub/avm/lib/avm/registry/from_gems.rb +0 -80
  142. data/sub/avm/lib/avm/registry/instances.rb +0 -16
  143. data/sub/avm/lib/avm/registry/launcher_stereotypes.rb +0 -11
  144. data/sub/avm/lib/avm/registry/runners.rb +0 -10
  145. data/sub/avm/lib/avm/registry/scms.rb +0 -10
  146. data/sub/avm/lib/avm/registry/source_generators.rb +0 -17
  147. data/sub/avm/lib/avm/registry/sources.rb +0 -31
  148. data/sub/avm/lib/avm/registry/with_path/cache.rb +0 -31
  149. data/sub/avm/lib/avm/registry/with_path.rb +0 -49
  150. data/sub/avm/lib/avm/registry.rb +0 -35
  151. data/sub/avm/lib/avm/result.rb +0 -82
  152. data/sub/avm/lib/avm/rspec/setup/launcher.rb +0 -19
  153. data/sub/avm/lib/avm/rspec/setup/source_generator.rb +0 -22
  154. data/sub/avm/lib/avm/rspec/setup.rb +0 -35
  155. data/sub/avm/lib/avm/rspec/shared_examples/avm_file_format_file_resource_name.rb +0 -15
  156. data/sub/avm/lib/avm/rspec/shared_examples/avm_file_formats_with_fixtures.rb +0 -31
  157. data/sub/avm/lib/avm/rspec/shared_examples/avm_source_generated.rb +0 -23
  158. data/sub/avm/lib/avm/rspec/shared_examples/entries_values.rb +0 -23
  159. data/sub/avm/lib/avm/rspec/shared_examples/in_avm_registry.rb +0 -11
  160. data/sub/avm/lib/avm/rspec/shared_examples/not_in_avm_registry.rb +0 -14
  161. data/sub/avm/lib/avm/rspec.rb +0 -9
  162. data/sub/avm/lib/avm/runners/base.rb +0 -27
  163. data/sub/avm/lib/avm/scms/auto_commit/file_resource_name.rb +0 -39
  164. data/sub/avm/lib/avm/scms/auto_commit/for_file.rb +0 -82
  165. data/sub/avm/lib/avm/scms/auto_commit/rules/base.rb +0 -40
  166. data/sub/avm/lib/avm/scms/auto_commit/rules/last.rb +0 -19
  167. data/sub/avm/lib/avm/scms/auto_commit/rules/manual.rb +0 -40
  168. data/sub/avm/lib/avm/scms/auto_commit/rules/new.rb +0 -24
  169. data/sub/avm/lib/avm/scms/auto_commit/rules/nth.rb +0 -31
  170. data/sub/avm/lib/avm/scms/auto_commit/rules/unique.rb +0 -21
  171. data/sub/avm/lib/avm/scms/auto_commit/rules.rb +0 -36
  172. data/sub/avm/lib/avm/scms/auto_commit.rb +0 -11
  173. data/sub/avm/lib/avm/scms/base/commits.rb +0 -34
  174. data/sub/avm/lib/avm/scms/base/milestones.rb +0 -21
  175. data/sub/avm/lib/avm/scms/base.rb +0 -56
  176. data/sub/avm/lib/avm/scms/changed_file.rb +0 -26
  177. data/sub/avm/lib/avm/scms/commit.rb +0 -66
  178. data/sub/avm/lib/avm/scms/commit_info.rb +0 -39
  179. data/sub/avm/lib/avm/scms/inflector.rb +0 -22
  180. data/sub/avm/lib/avm/scms/interval.rb +0 -18
  181. data/sub/avm/lib/avm/scms/null/commit.rb +0 -15
  182. data/sub/avm/lib/avm/scms/null.rb +0 -21
  183. data/sub/avm/lib/avm/scms.rb +0 -9
  184. data/sub/avm/lib/avm/self/docker_image.rb +0 -14
  185. data/sub/avm/lib/avm/self/instance/entry_keys.rb +0 -12
  186. data/sub/avm/lib/avm/self/instance.rb +0 -31
  187. data/sub/avm/lib/avm/source_generators/base.rb +0 -45
  188. data/sub/avm/lib/avm/source_generators/option.rb +0 -11
  189. data/sub/avm/lib/avm/source_generators/option_list.rb +0 -32
  190. data/sub/avm/lib/avm/source_generators/runner.rb +0 -58
  191. data/sub/avm/lib/avm/source_generators.rb +0 -9
  192. data/sub/avm/lib/avm/sources/auto_commit/for_file.rb +0 -31
  193. data/sub/avm/lib/avm/sources/auto_commit.rb +0 -11
  194. data/sub/avm/lib/avm/sources/base/application.rb +0 -34
  195. data/sub/avm/lib/avm/sources/base/configuration.rb +0 -92
  196. data/sub/avm/lib/avm/sources/base/instance.rb +0 -16
  197. data/sub/avm/lib/avm/sources/base/locale.rb +0 -33
  198. data/sub/avm/lib/avm/sources/base/organizational.rb +0 -32
  199. data/sub/avm/lib/avm/sources/base/parent.rb +0 -28
  200. data/sub/avm/lib/avm/sources/base/stereotype.rb +0 -18
  201. data/sub/avm/lib/avm/sources/base/sub/remove.rb +0 -38
  202. data/sub/avm/lib/avm/sources/base/sub.rb +0 -26
  203. data/sub/avm/lib/avm/sources/base/subs.rb +0 -67
  204. data/sub/avm/lib/avm/sources/base/subs_paths.rb +0 -32
  205. data/sub/avm/lib/avm/sources/base/testing.rb +0 -70
  206. data/sub/avm/lib/avm/sources/base/update.rb +0 -39
  207. data/sub/avm/lib/avm/sources/base/update_sub.rb +0 -57
  208. data/sub/avm/lib/avm/sources/base/update_subs.rb +0 -19
  209. data/sub/avm/lib/avm/sources/base/version_bump.rb +0 -29
  210. data/sub/avm/lib/avm/sources/base.rb +0 -52
  211. data/sub/avm/lib/avm/sources/configuration/rubocop.rb +0 -26
  212. data/sub/avm/lib/avm/sources/configuration.rb +0 -59
  213. data/sub/avm/lib/avm/sources/runner.rb +0 -40
  214. data/sub/avm/lib/avm/sources/tests/builder.rb +0 -96
  215. data/sub/avm/lib/avm/sources/tests/performer.rb +0 -35
  216. data/sub/avm/lib/avm/sources/tests/result.rb +0 -15
  217. data/sub/avm/lib/avm/sources/tests/single.rb +0 -75
  218. data/sub/avm/lib/avm/sources/tests.rb +0 -11
  219. data/sub/avm/lib/avm/sources/update_error.rb +0 -8
  220. data/sub/avm/lib/avm/sources.rb +0 -9
  221. data/sub/avm/lib/avm/sync.rb +0 -94
  222. data/sub/avm/lib/avm/version.rb +0 -5
  223. data/sub/avm/lib/avm/version_number.rb +0 -45
  224. data/sub/avm/lib/avm/with/application_stereotype.rb +0 -33
  225. data/sub/avm/lib/avm/with/extra_subcommands.rb +0 -44
  226. data/sub/avm/lib/avm.rb +0 -7
  227. data/sub/avm/locale/en.yml +0 -6
  228. data/sub/avm/locale/pt-BR.yml +0 -6
  229. data/sub/avm/spec/lib/avm/applications/base/entries_spec.rb +0 -31
  230. data/sub/avm/spec/lib/avm/applications/base/entries_spec_files/config.yml +0 -12
  231. data/sub/avm/spec/lib/avm/applications/base_spec.rb +0 -23
  232. data/sub/avm/spec/lib/avm/applications/base_spec_fixture.yml +0 -3
  233. data/sub/avm/spec/lib/avm/file_formats/base_spec.rb +0 -11
  234. data/sub/avm/spec/lib/avm/instances/base_spec.rb +0 -107
  235. data/sub/avm/spec/lib/avm/instances/base_spec_files/config.yml +0 -50
  236. data/sub/avm/spec/lib/avm/launcher/instances/base_spec.rb +0 -43
  237. data/sub/avm/spec/lib/avm/launcher/instances/base_spec_files/projects/avm-tools_stub/avm-tools.gemspec +0 -29
  238. data/sub/avm/spec/lib/avm/launcher/instances/base_spec_files/projects/avm-tools_stub/lib/avm/tools/version.rb +0 -7
  239. data/sub/avm/spec/lib/avm/launcher/instances/base_spec_files/projects/avm-tools_stub/lib/avm/tools.rb +0 -6
  240. data/sub/avm/spec/lib/avm/launcher/instances/base_spec_files/projects/ruby_gem_stub/lib/ruby_gem_stub/version.rb +0 -5
  241. data/sub/avm/spec/lib/avm/launcher/instances/base_spec_files/projects/ruby_gem_stub/lib/ruby_gem_stub.rb +0 -3
  242. data/sub/avm/spec/lib/avm/launcher/instances/base_spec_files/projects/ruby_gem_stub/ruby_gem_stub.gemspec +0 -16
  243. data/sub/avm/spec/lib/avm/launcher/instances/base_spec_files/settings.yaml +0 -5
  244. data/sub/avm/spec/lib/avm/patches/eac_config/entry_path_spec.rb +0 -28
  245. data/sub/avm/spec/lib/avm/scms/auto_commit/file_resource_name_spec.rb +0 -21
  246. data/sub/avm/spec/lib/avm/scms/base_spec.rb +0 -7
  247. data/sub/avm/spec/lib/avm/sources/base_spec.rb +0 -7
  248. data/sub/avm/spec/lib/avm/sources/runner_spec.rb +0 -9
  249. data/sub/avm/spec/rubocop_spec.rb +0 -3
  250. data/sub/avm/spec/spec_helper.rb +0 -4
  251. data/sub/avm-eac_generic_base0/Gemfile +0 -8
  252. data/sub/avm-eac_generic_base0/avm-eac_generic_base0.gemspec +0 -21
  253. data/sub/avm-eac_generic_base0/lib/avm/eac_generic_base0/file_formats/base/apply.rb +0 -34
  254. data/sub/avm-eac_generic_base0/lib/avm/eac_generic_base0/file_formats/base/file_resource_name_helper.rb +0 -23
  255. data/sub/avm-eac_generic_base0/lib/avm/eac_generic_base0/file_formats/base/match.rb +0 -69
  256. data/sub/avm-eac_generic_base0/lib/avm/eac_generic_base0/file_formats/base.rb +0 -41
  257. data/sub/avm-eac_generic_base0/lib/avm/eac_generic_base0/file_formats.rb +0 -11
  258. data/sub/avm-eac_generic_base0/lib/avm/eac_generic_base0/instances/base.rb +0 -12
  259. data/sub/avm-eac_generic_base0/lib/avm/eac_generic_base0/instances.rb +0 -11
  260. data/sub/avm-eac_generic_base0/lib/avm/eac_generic_base0/sources/base.rb +0 -19
  261. data/sub/avm-eac_generic_base0/lib/avm/eac_generic_base0/sources/docker/runner.rb +0 -61
  262. data/sub/avm-eac_generic_base0/lib/avm/eac_generic_base0/sources/docker.rb +0 -13
  263. data/sub/avm-eac_generic_base0/lib/avm/eac_generic_base0/sources.rb +0 -11
  264. data/sub/avm-eac_generic_base0/lib/avm/eac_generic_base0/version.rb +0 -7
  265. data/sub/avm-eac_generic_base0/lib/avm/eac_generic_base0.rb +0 -9
  266. data/sub/avm-eac_generic_base0/locale/en.yml +0 -6
  267. data/sub/avm-eac_generic_base0/locale/pt-BR.yml +0 -6
  268. data/sub/avm-eac_generic_base0/spec/lib/avm/eac_generic_base0/file_formats/base_spec.rb +0 -7
  269. data/sub/avm-eac_generic_base0/spec/lib/avm/eac_generic_base0/file_formats/base_spec_files/plain_text.source +0 -3
  270. data/sub/avm-eac_generic_base0/spec/lib/avm/eac_generic_base0/file_formats/base_spec_files/plain_text.target +0 -3
  271. data/sub/avm-eac_generic_base0/spec/lib/avm/eac_generic_base0/sources/base_spec.rb +0 -7
  272. data/sub/avm-eac_generic_base0/spec/rubocop_spec.rb +0 -3
  273. data/sub/avm-eac_generic_base0/spec/spec_helper.rb +0 -4
  274. data/sub/avm-eac_webapp_base0/Gemfile +0 -8
  275. data/sub/avm-eac_webapp_base0/avm-eac_webapp_base0.gemspec +0 -24
  276. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/executables.rb +0 -26
  277. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/file_formats/css/file_apply.rb +0 -48
  278. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/file_formats/css.rb +0 -22
  279. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/file_formats/html.rb +0 -43
  280. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/file_formats/javascript.rb +0 -22
  281. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/file_formats/json.rb +0 -25
  282. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/file_formats/provider.rb +0 -24
  283. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/file_formats/xml.rb +0 -26
  284. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/file_formats.rb +0 -11
  285. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/instances/apache_base.rb +0 -33
  286. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/instances/apache_host.rb +0 -78
  287. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/instances/apache_path.rb +0 -42
  288. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/instances/base/apache.rb +0 -44
  289. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/instances/base/install.rb +0 -22
  290. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/instances/base.rb +0 -44
  291. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/instances/deploy/appended_directories.rb +0 -27
  292. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/instances/deploy/build.rb +0 -50
  293. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/instances/deploy/scm.rb +0 -72
  294. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/instances/deploy/setup_files_unit.rb +0 -53
  295. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/instances/deploy/version.rb +0 -26
  296. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/instances/deploy/write_on_target.rb +0 -20
  297. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/instances/deploy.rb +0 -73
  298. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/instances/processes/web_server.rb +0 -37
  299. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/instances/processes.rb +0 -13
  300. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/instances/runners/apache_host.rb +0 -36
  301. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/instances/runners/apache_path.rb +0 -40
  302. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/instances/runners/data/load.rb +0 -60
  303. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/instances/runners/deploy.rb +0 -43
  304. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/instances/runners.rb +0 -13
  305. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/sources/base.rb +0 -15
  306. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/sources.rb +0 -11
  307. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/version.rb +0 -7
  308. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0.rb +0 -9
  309. data/sub/avm-eac_webapp_base0/spec/lib/avm/eac_webapp_base0/file_formats/css_spec.rb +0 -7
  310. data/sub/avm-eac_webapp_base0/spec/lib/avm/eac_webapp_base0/file_formats/css_spec_files/css1.source.css +0 -11
  311. data/sub/avm-eac_webapp_base0/spec/lib/avm/eac_webapp_base0/file_formats/css_spec_files/css1.target.css +0 -11
  312. data/sub/avm-eac_webapp_base0/spec/lib/avm/eac_webapp_base0/file_formats/html_spec.rb +0 -7
  313. data/sub/avm-eac_webapp_base0/spec/lib/avm/eac_webapp_base0/file_formats/html_spec_files/html_code.html.erb.source +0 -8
  314. data/sub/avm-eac_webapp_base0/spec/lib/avm/eac_webapp_base0/file_formats/html_spec_files/html_code.html.erb.target +0 -8
  315. data/sub/avm-eac_webapp_base0/spec/lib/avm/eac_webapp_base0/file_formats/html_spec_files/html_code.html.source +0 -5
  316. data/sub/avm-eac_webapp_base0/spec/lib/avm/eac_webapp_base0/file_formats/html_spec_files/html_code.html.target +0 -5
  317. data/sub/avm-eac_webapp_base0/spec/lib/avm/eac_webapp_base0/file_formats/javascript_spec.rb +0 -7
  318. data/sub/avm-eac_webapp_base0/spec/lib/avm/eac_webapp_base0/file_formats/javascript_spec_files/javascript_code1.js.source +0 -29
  319. data/sub/avm-eac_webapp_base0/spec/lib/avm/eac_webapp_base0/file_formats/javascript_spec_files/javascript_code1.js.target +0 -21
  320. data/sub/avm-eac_webapp_base0/spec/lib/avm/eac_webapp_base0/file_formats/json_spec.rb +0 -7
  321. data/sub/avm-eac_webapp_base0/spec/lib/avm/eac_webapp_base0/file_formats/json_spec_files/json_code.json.source +0 -8
  322. data/sub/avm-eac_webapp_base0/spec/lib/avm/eac_webapp_base0/file_formats/json_spec_files/json_code.json.target +0 -7
  323. data/sub/avm-eac_webapp_base0/spec/lib/avm/eac_webapp_base0/file_formats/xml_spec.rb +0 -7
  324. data/sub/avm-eac_webapp_base0/spec/lib/avm/eac_webapp_base0/file_formats/xml_spec_files/xml_code.xml.source +0 -11
  325. data/sub/avm-eac_webapp_base0/spec/lib/avm/eac_webapp_base0/file_formats/xml_spec_files/xml_code.xml.target +0 -9
  326. data/sub/avm-eac_webapp_base0/spec/lib/avm/eac_webapp_base0/instances/base_spec.rb +0 -11
  327. data/sub/avm-eac_webapp_base0/spec/lib/avm/eac_webapp_base0/sources/base_spec.rb +0 -7
  328. data/sub/avm-eac_webapp_base0/spec/rubocop_spec.rb +0 -3
  329. data/sub/avm-eac_webapp_base0/spec/spec_helper.rb +0 -4
  330. data/sub/avm-eac_webapp_base0/template/avm/eac_webapp_base0/instances/apache_host/no_ssl.conf +0 -11
  331. data/sub/avm-eac_webapp_base0/template/avm/eac_webapp_base0/instances/apache_path/default.conf +0 -7
  332. data/sub/eac_git/Gemfile +0 -8
  333. data/sub/eac_git/eac_git.gemspec +0 -20
  334. data/sub/eac_git/lib/eac_git/executables.rb +0 -48
  335. data/sub/eac_git/lib/eac_git/local/branch.rb +0 -27
  336. data/sub/eac_git/lib/eac_git/local/commit/archive.rb +0 -19
  337. data/sub/eac_git/lib/eac_git/local/commit/changed_file.rb +0 -46
  338. data/sub/eac_git/lib/eac_git/local/commit/diff_tree_line.rb +0 -32
  339. data/sub/eac_git/lib/eac_git/local/commit.rb +0 -73
  340. data/sub/eac_git/lib/eac_git/local/dirty_files.rb +0 -48
  341. data/sub/eac_git/lib/eac_git/local/log.rb +0 -17
  342. data/sub/eac_git/lib/eac_git/local/remote.rb +0 -43
  343. data/sub/eac_git/lib/eac_git/local/remotes.rb +0 -20
  344. data/sub/eac_git/lib/eac_git/local/subrepo/config.rb +0 -43
  345. data/sub/eac_git/lib/eac_git/local/subrepo.rb +0 -49
  346. data/sub/eac_git/lib/eac_git/local.rb +0 -127
  347. data/sub/eac_git/lib/eac_git/remote.rb +0 -24
  348. data/sub/eac_git/lib/eac_git/remote_like/ls_result.rb +0 -20
  349. data/sub/eac_git/lib/eac_git/remote_like.rb +0 -32
  350. data/sub/eac_git/lib/eac_git/rspec/setup.rb +0 -23
  351. data/sub/eac_git/lib/eac_git/rspec/stubbed_git_local_repo/directory.rb +0 -36
  352. data/sub/eac_git/lib/eac_git/rspec/stubbed_git_local_repo/file.rb +0 -22
  353. data/sub/eac_git/lib/eac_git/rspec/stubbed_git_local_repo/fs_object.rb +0 -27
  354. data/sub/eac_git/lib/eac_git/rspec/stubbed_git_local_repo/repository.rb +0 -34
  355. data/sub/eac_git/lib/eac_git/rspec/stubbed_git_local_repo.rb +0 -29
  356. data/sub/eac_git/lib/eac_git/rspec.rb +0 -9
  357. data/sub/eac_git/lib/eac_git/version.rb +0 -5
  358. data/sub/eac_git/lib/eac_git.rb +0 -7
  359. data/sub/eac_git/spec/lib/eac_git/executables_spec.rb +0 -13
  360. data/sub/eac_git/spec/lib/eac_git/local/commit/diff_tree_line_spec.rb +0 -13
  361. data/sub/eac_git/spec/lib/eac_git/local/commit/diff_tree_line_spec_files/add.source.out +0 -1
  362. data/sub/eac_git/spec/lib/eac_git/local/commit/diff_tree_line_spec_files/add.target.yaml +0 -7
  363. data/sub/eac_git/spec/lib/eac_git/local/commit/diff_tree_line_spec_files/modify.source.out +0 -1
  364. data/sub/eac_git/spec/lib/eac_git/local/commit/diff_tree_line_spec_files/modify.target.yaml +0 -7
  365. data/sub/eac_git/spec/lib/eac_git/local/commit/diff_tree_line_spec_files/remove.source.out +0 -1
  366. data/sub/eac_git/spec/lib/eac_git/local/commit/diff_tree_line_spec_files/remove.target.yaml +0 -7
  367. data/sub/eac_git/spec/lib/eac_git/local/commit/diff_tree_line_spec_files/rename.source.out +0 -2
  368. data/sub/eac_git/spec/lib/eac_git/local/commit/diff_tree_line_spec_files/rename.target.yaml +0 -13
  369. data/sub/eac_git/spec/lib/eac_git/local/commit/diff_tree_line_spec_files/rename_modify.source.out +0 -2
  370. data/sub/eac_git/spec/lib/eac_git/local/commit/diff_tree_line_spec_files/rename_modify.target.yaml +0 -13
  371. data/sub/eac_git/spec/lib/eac_git/local/commit_spec.rb +0 -58
  372. data/sub/eac_git/spec/lib/eac_git/local/dirty_files_spec.rb +0 -20
  373. data/sub/eac_git/spec/rubocop_spec.rb +0 -3
  374. data/sub/eac_git/spec/spec_helper.rb +0 -4
  375. data/sub/eac_git/vendor/git-subrepo/Changes +0 -110
  376. data/sub/eac_git/vendor/git-subrepo/Intro.pod +0 -509
  377. data/sub/eac_git/vendor/git-subrepo/License +0 -21
  378. data/sub/eac_git/vendor/git-subrepo/Makefile +0 -82
  379. data/sub/eac_git/vendor/git-subrepo/Meta +0 -28
  380. data/sub/eac_git/vendor/git-subrepo/ReadMe.pod +0 -698
  381. data/sub/eac_git/vendor/git-subrepo/doc/comparison.swim +0 -35
  382. data/sub/eac_git/vendor/git-subrepo/doc/git-subrepo.swim +0 -608
  383. data/sub/eac_git/vendor/git-subrepo/doc/intro-to-subrepo.swim +0 -387
  384. data/sub/eac_git/vendor/git-subrepo/ext/bashplus/Changes +0 -15
  385. data/sub/eac_git/vendor/git-subrepo/ext/bashplus/License +0 -21
  386. data/sub/eac_git/vendor/git-subrepo/ext/bashplus/Makefile +0 -45
  387. data/sub/eac_git/vendor/git-subrepo/ext/bashplus/Meta +0 -28
  388. data/sub/eac_git/vendor/git-subrepo/ext/bashplus/ReadMe.pod +0 -77
  389. data/sub/eac_git/vendor/git-subrepo/ext/bashplus/bin/bash+ +0 -43
  390. data/sub/eac_git/vendor/git-subrepo/ext/bashplus/doc/bash+.swim +0 -61
  391. data/sub/eac_git/vendor/git-subrepo/ext/bashplus/lib/bash+.bash +0 -92
  392. data/sub/eac_git/vendor/git-subrepo/ext/bashplus/man/man1/bash+.1 +0 -134
  393. data/sub/eac_git/vendor/git-subrepo/ext/bashplus/man/man3/bash+.3 +0 -134
  394. data/sub/eac_git/vendor/git-subrepo/ext/bashplus/test/base.t +0 -12
  395. data/sub/eac_git/vendor/git-subrepo/ext/bashplus/test/fcopy.t +0 -22
  396. data/sub/eac_git/vendor/git-subrepo/ext/bashplus/test/lib/foo/bar.bash +0 -3
  397. data/sub/eac_git/vendor/git-subrepo/ext/bashplus/test/lib/foo/foo.bash +0 -3
  398. data/sub/eac_git/vendor/git-subrepo/ext/bashplus/test/source-bash+-std.t +0 -18
  399. data/sub/eac_git/vendor/git-subrepo/ext/bashplus/test/source-bash+.t +0 -23
  400. data/sub/eac_git/vendor/git-subrepo/ext/bashplus/test/test.bash +0 -70
  401. data/sub/eac_git/vendor/git-subrepo/ext/bashplus/test/use.t +0 -19
  402. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/Changes +0 -15
  403. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/License +0 -21
  404. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/Makefile +0 -20
  405. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/Meta +0 -30
  406. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ReadMe.pod +0 -115
  407. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/doc/test-more.swim +0 -89
  408. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/Changes +0 -15
  409. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/License +0 -21
  410. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/Makefile +0 -45
  411. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/Meta +0 -28
  412. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/ReadMe.pod +0 -77
  413. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/bin/bash+ +0 -43
  414. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/doc/bash+.swim +0 -61
  415. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/lib/bash+.bash +0 -92
  416. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/man/man1/bash+.1 +0 -134
  417. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/man/man3/bash+.3 +0 -134
  418. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/test/base.t +0 -12
  419. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/test/fcopy.t +0 -22
  420. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/test/lib/foo/bar.bash +0 -3
  421. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/test/lib/foo/foo.bash +0 -3
  422. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/test/source-bash+-std.t +0 -18
  423. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/test/source-bash+.t +0 -23
  424. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/test/test.bash +0 -70
  425. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/test/use.t +0 -19
  426. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/Changes +0 -15
  427. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/License +0 -21
  428. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/Makefile +0 -37
  429. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/Meta +0 -28
  430. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/ReadMe.pod +0 -66
  431. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/doc/test-tap.swim +0 -48
  432. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/lib/test/tap.bash +0 -153
  433. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/man/man3/test-tap.3 +0 -119
  434. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/test/bail_out.t +0 -13
  435. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/test/done.t +0 -10
  436. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/test/fail.t +0 -20
  437. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/test/fail_fast.t +0 -15
  438. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/test/helper.bash +0 -9
  439. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/test/pass.t +0 -9
  440. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/test/plan.t +0 -10
  441. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/test/skip_all.t +0 -20
  442. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/test/tap.t +0 -13
  443. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/test/test/bail.t +0 -14
  444. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/test/test/fail.t +0 -7
  445. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/test/test/fail_fast.t +0 -12
  446. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/test/test/skip-all-init.t +0 -8
  447. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/test/test/skip-all-plan.t +0 -9
  448. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/lib/test/more.bash +0 -95
  449. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/man/man3/test-more.3 +0 -173
  450. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/test/fail.t +0 -20
  451. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/test/more.t +0 -20
  452. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/test/pass.t +0 -9
  453. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/test/setup +0 -8
  454. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/test/skip_all.t +0 -11
  455. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/test/test/fail1.t +0 -12
  456. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/test/test/skip_all.t +0 -10
  457. data/sub/eac_git/vendor/git-subrepo/lib/git-subrepo +0 -1903
  458. data/sub/eac_git/vendor/git-subrepo/lib/git-subrepo.d/bash+.bash +0 -1
  459. data/sub/eac_git/vendor/git-subrepo/lib/git-subrepo.d/help-functions.bash +0 -339
  460. data/sub/eac_git/vendor/git-subrepo/man/man1/git-subrepo.1 +0 -743
  461. data/sub/eac_git/vendor/git-subrepo/note/0.4.0 +0 -12
  462. data/sub/eac_git/vendor/git-subrepo/note/AllGitCmds +0 -148
  463. data/sub/eac_git/vendor/git-subrepo/note/Cases +0 -32
  464. data/sub/eac_git/vendor/git-subrepo/note/Commands +0 -33
  465. data/sub/eac_git/vendor/git-subrepo/note/Dags +0 -199
  466. data/sub/eac_git/vendor/git-subrepo/note/Gists +0 -7
  467. data/sub/eac_git/vendor/git-subrepo/note/Links +0 -25
  468. data/sub/eac_git/vendor/git-subrepo/note/Plugins +0 -10
  469. data/sub/eac_git/vendor/git-subrepo/note/Spec +0 -39
  470. data/sub/eac_git/vendor/git-subrepo/note/Story1 +0 -57
  471. data/sub/eac_git/vendor/git-subrepo/note/ToDo +0 -55
  472. data/sub/eac_git/vendor/git-subrepo/note/design.swim +0 -137
  473. data/sub/eac_git/vendor/git-subrepo/note/design2.swim +0 -85
  474. data/sub/eac_git/vendor/git-subrepo/note/init-test +0 -38
  475. data/sub/eac_git/vendor/git-subrepo/note/pull-dance.txt +0 -18
  476. data/sub/eac_git/vendor/git-subrepo/note/recreate-rebase-conflict.sh +0 -56
  477. data/sub/eac_git/vendor/git-subrepo/note/subtree-rebase-fail-example/test.bash +0 -29
  478. data/sub/eac_git/vendor/git-subrepo/note/test-subrepo-push.sh +0 -69
  479. data/sub/eac_git/vendor/git-subrepo/note/test.sh +0 -58
  480. data/sub/eac_git/vendor/git-subrepo/pkg/bin/generate-completion.pl +0 -210
  481. data/sub/eac_git/vendor/git-subrepo/pkg/bin/generate-help-functions.pl +0 -89
  482. data/sub/eac_git/vendor/git-subrepo/share/completion.bash +0 -42
  483. data/sub/eac_git/vendor/git-subrepo/share/enable-completion.sh +0 -50
  484. data/sub/eac_git/vendor/git-subrepo/share/git-completion.bash +0 -2738
  485. data/sub/eac_git/vendor/git-subrepo/share/zsh-completion/_git-subrepo +0 -81
  486. data/sub/eac_git/vendor/git-subrepo/test/branch-all.t +0 -41
  487. data/sub/eac_git/vendor/git-subrepo/test/branch-rev-list-one-path.t +0 -43
  488. data/sub/eac_git/vendor/git-subrepo/test/branch-rev-list.t +0 -47
  489. data/sub/eac_git/vendor/git-subrepo/test/branch.t +0 -52
  490. data/sub/eac_git/vendor/git-subrepo/test/clean.t +0 -43
  491. data/sub/eac_git/vendor/git-subrepo/test/clone-annotated-tag.t +0 -45
  492. data/sub/eac_git/vendor/git-subrepo/test/clone.t +0 -107
  493. data/sub/eac_git/vendor/git-subrepo/test/compile.t +0 -19
  494. data/sub/eac_git/vendor/git-subrepo/test/config.t +0 -58
  495. data/sub/eac_git/vendor/git-subrepo/test/encode.t +0 -91
  496. data/sub/eac_git/vendor/git-subrepo/test/error.t +0 -171
  497. data/sub/eac_git/vendor/git-subrepo/test/fetch.t +0 -43
  498. data/sub/eac_git/vendor/git-subrepo/test/gitignore.t +0 -61
  499. data/sub/eac_git/vendor/git-subrepo/test/init.t +0 -64
  500. data/sub/eac_git/vendor/git-subrepo/test/issue29.t +0 -98
  501. data/sub/eac_git/vendor/git-subrepo/test/issue95.t +0 -98
  502. data/sub/eac_git/vendor/git-subrepo/test/issue96.t +0 -96
  503. data/sub/eac_git/vendor/git-subrepo/test/pull-all.t +0 -38
  504. data/sub/eac_git/vendor/git-subrepo/test/pull-merge.t +0 -113
  505. data/sub/eac_git/vendor/git-subrepo/test/pull-message.t +0 -88
  506. data/sub/eac_git/vendor/git-subrepo/test/pull-new-branch.t +0 -58
  507. data/sub/eac_git/vendor/git-subrepo/test/pull-ours.t +0 -90
  508. data/sub/eac_git/vendor/git-subrepo/test/pull-theirs.t +0 -82
  509. data/sub/eac_git/vendor/git-subrepo/test/pull-twice.t +0 -44
  510. data/sub/eac_git/vendor/git-subrepo/test/pull-worktree.t +0 -40
  511. data/sub/eac_git/vendor/git-subrepo/test/pull.t +0 -99
  512. data/sub/eac_git/vendor/git-subrepo/test/push-after-init.t +0 -51
  513. data/sub/eac_git/vendor/git-subrepo/test/push-force.t +0 -56
  514. data/sub/eac_git/vendor/git-subrepo/test/push-new-branch.t +0 -61
  515. data/sub/eac_git/vendor/git-subrepo/test/push-no-changes.t +0 -29
  516. data/sub/eac_git/vendor/git-subrepo/test/push-squash.t +0 -56
  517. data/sub/eac_git/vendor/git-subrepo/test/push.t +0 -176
  518. data/sub/eac_git/vendor/git-subrepo/test/reclone.t +0 -45
  519. data/sub/eac_git/vendor/git-subrepo/test/repo/bar/HEAD +0 -1
  520. data/sub/eac_git/vendor/git-subrepo/test/repo/bar/config +0 -4
  521. data/sub/eac_git/vendor/git-subrepo/test/repo/bar/objects/1f/0c4b264caed0126814a0ede851a1e0b4e16ae6 +0 -0
  522. data/sub/eac_git/vendor/git-subrepo/test/repo/bar/objects/87/46903fdb1b9c2101377880125917c2e05b4d69 +0 -0
  523. data/sub/eac_git/vendor/git-subrepo/test/repo/bar/objects/94/c86ffc745232d89f78c6f895e11e71272518db +0 -0
  524. data/sub/eac_git/vendor/git-subrepo/test/repo/bar/objects/c6/76c57b6576743fa56278527aa60ebd2e202a7c +0 -0
  525. data/sub/eac_git/vendor/git-subrepo/test/repo/bar/objects/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391 +0 -0
  526. data/sub/eac_git/vendor/git-subrepo/test/repo/bar/objects/f6/2a8ff3feadf39b0a98f1a86ec6d1eb33858ee9 +0 -0
  527. data/sub/eac_git/vendor/git-subrepo/test/repo/bar/refs/heads/master +0 -1
  528. data/sub/eac_git/vendor/git-subrepo/test/repo/bar/refs/tags/A +0 -1
  529. data/sub/eac_git/vendor/git-subrepo/test/repo/foo/HEAD +0 -1
  530. data/sub/eac_git/vendor/git-subrepo/test/repo/foo/config +0 -4
  531. data/sub/eac_git/vendor/git-subrepo/test/repo/foo/objects/a0/f4cdaaf533a936296cdebbed8206c3b9ededa8 +0 -0
  532. data/sub/eac_git/vendor/git-subrepo/test/repo/foo/objects/e2/1291a1ad392a9d4c51dd9586804f1467b28afd +0 -0
  533. data/sub/eac_git/vendor/git-subrepo/test/repo/foo/objects/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391 +0 -0
  534. data/sub/eac_git/vendor/git-subrepo/test/repo/foo/refs/heads/master +0 -1
  535. data/sub/eac_git/vendor/git-subrepo/test/repo/init/HEAD +0 -1
  536. data/sub/eac_git/vendor/git-subrepo/test/repo/init/config +0 -5
  537. data/sub/eac_git/vendor/git-subrepo/test/repo/init/objects/11/523f5dcf03b4c89b592dc8a3d0308f68da2386 +0 -0
  538. data/sub/eac_git/vendor/git-subrepo/test/repo/init/objects/14/2addf8ec5f37334e837440122c62f2c68a29ad +0 -0
  539. data/sub/eac_git/vendor/git-subrepo/test/repo/init/objects/32/5180321750a21cd7a4e7ecda319e557a4f6a09 +0 -2
  540. data/sub/eac_git/vendor/git-subrepo/test/repo/init/objects/3d/918c6901c02f43af5d31779dd5e1f9166aeb36 +0 -0
  541. data/sub/eac_git/vendor/git-subrepo/test/repo/init/objects/3e/4cb596066dce63ba4d047abddb677389b65e19 +0 -0
  542. data/sub/eac_git/vendor/git-subrepo/test/repo/init/objects/4b/6e53022e7a04f07887697e4f3d7c377fd9822b +0 -0
  543. data/sub/eac_git/vendor/git-subrepo/test/repo/init/objects/58/931fc1bd559b59c41ea738fc7ad04f9ad01bd3 +0 -0
  544. data/sub/eac_git/vendor/git-subrepo/test/repo/init/objects/5e/c0c28e1b806f25efdca18fcf7a74b49c3755bd +0 -0
  545. data/sub/eac_git/vendor/git-subrepo/test/repo/init/objects/75/fa6584e748f57eff06eebdc55e9ac21d4fcbf2 +0 -1
  546. data/sub/eac_git/vendor/git-subrepo/test/repo/init/objects/80/2d5edbd5e1cb7fca82b5bd38e7c8a0a496fb20 +0 -0
  547. data/sub/eac_git/vendor/git-subrepo/test/repo/init/objects/94/7b3d714c38791e95ad6f928b48c98bb8708acd +0 -0
  548. data/sub/eac_git/vendor/git-subrepo/test/repo/init/objects/95/e1f2df3f4d5f3d7a60588c25a7ca8a913d3c2a +0 -1
  549. data/sub/eac_git/vendor/git-subrepo/test/repo/init/objects/b1/5f4a7666baf40d949548ead946a3370e273479 +0 -0
  550. data/sub/eac_git/vendor/git-subrepo/test/repo/init/objects/c3/ee8978c4c5d84c3b7d00ba8e5906933d027882 +0 -0
  551. data/sub/eac_git/vendor/git-subrepo/test/repo/init/objects/c8/b0bffbc405ef3fad7354ff833fbec36d67ddfa +0 -3
  552. data/sub/eac_git/vendor/git-subrepo/test/repo/init/objects/dd/8bdb934ec848137f011fe423b185505c343626 +0 -2
  553. data/sub/eac_git/vendor/git-subrepo/test/repo/init/objects/e2/9be58c767cfeb27235c995d293a7d71aac0135 +0 -2
  554. data/sub/eac_git/vendor/git-subrepo/test/repo/init/objects/ee/1224401fc6aac595145fa727dcf6706ac8aec1 +0 -1
  555. data/sub/eac_git/vendor/git-subrepo/test/repo/init/objects/f1/cc1a657b2e805c400f5dcaaa76bd29c6178b1b +0 -0
  556. data/sub/eac_git/vendor/git-subrepo/test/repo/init/refs/heads/master +0 -1
  557. data/sub/eac_git/vendor/git-subrepo/test/setup +0 -205
  558. data/sub/eac_git/vendor/git-subrepo/test/status.t +0 -68
  559. data/sub/eac_git/vendor/git-subrepo/test/submodule.t +0 -45
@@ -1,121 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'eac_docker/registry'
4
- require 'eac_ruby_utils/core_ext'
5
-
6
- module Avm
7
- module Docker
8
- class Runner
9
- DOCKER_DEFAULT_REGISTRY_METHOD = :docker_default_registry
10
-
11
- enable_speaker
12
- enable_simple_cache
13
-
14
- runner_with :help do
15
- desc 'Manipulate Docker images.'
16
- bool_opt '-I', '--image-name', 'Output image name.'
17
- arg_opt '-n', '--registry-name', 'Docker registry\'s name.'
18
- bool_opt '-p', '--push', 'Push the image to Docker registry.'
19
- bool_opt '-r', '--run', 'Run or start a container with builded image.'
20
- arg_opt '-B', '--build-arg', 'Argument for "docker build".', repeat: true
21
- arg_opt '-E', '--entrypoint-arg', 'Argument for entrypoint on "docker run"', repeat: true
22
- bool_opt '-c', '--clear', 'Remove container if exist before run.'
23
- bool_opt '-S', '--no-snapshot', 'Does not add "-snapshot" to image tag.'
24
- bool_opt '-V', '--no-version', 'Does not add version to image tag.'
25
- end
26
-
27
- def run
28
- setup
29
- banner
30
- build
31
- output_image_name
32
- push
33
- container_run
34
- end
35
-
36
- private
37
-
38
- def setup
39
- instance.docker_image_options = {
40
- registry: registry,
41
- snapshot: snapshot?,
42
- version: version?
43
- }
44
- end
45
-
46
- def banner
47
- infov 'Registry name', registry
48
- infov 'Version?', version?
49
- infov 'Snapshot?', snapshot?
50
- infov 'Image name', docker_image.tag
51
- infov 'Build arguments', build_args
52
- infov 'Entrypoint arguments', entrypoint_args
53
- end
54
-
55
- def build
56
- docker_image.build(build_args)
57
- success 'Docker image builded'
58
- end
59
-
60
- def build_args
61
- parsed.build_arg
62
- end
63
-
64
- def docker_container
65
- instance.docker_container
66
- end
67
-
68
- def docker_image
69
- instance.docker_image
70
- end
71
-
72
- def entrypoint_args
73
- parsed.entrypoint_arg
74
- end
75
-
76
- def push
77
- docker_image.push if parsed.push?
78
- end
79
-
80
- def container_run
81
- return unless parsed.run?
82
-
83
- docker_container.run(
84
- entrypoint_args: entrypoint_args,
85
- clear: parsed.clear?
86
- )
87
- end
88
-
89
- def output_image_name
90
- return unless parsed.image_name
91
-
92
- out("#{docker_image.tag.to_s.strip}\n")
93
- end
94
-
95
- def registry_uncached
96
- registry_from_option || registry_from_instance || registry_from_default ||
97
- fatal_error('No registry defined')
98
- end
99
-
100
- def registry_from_option
101
- parsed.registry_name.if_present { |v| ::EacDocker::Registry.new(v) }
102
- end
103
-
104
- def registry_from_instance
105
- instance.docker_registry_optional.if_present { |v| ::EacDocker::Registry.new(v) }
106
- end
107
-
108
- def registry_from_default
109
- if_respond(DOCKER_DEFAULT_REGISTRY_METHOD, nil)
110
- end
111
-
112
- def snapshot?
113
- !parsed.no_snapshot?
114
- end
115
-
116
- def version?
117
- !parsed.no_version?
118
- end
119
- end
120
- end
121
- end
@@ -1,9 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'eac_ruby_utils/core_ext'
4
-
5
- module Avm
6
- module Docker
7
- require_sub __FILE__
8
- end
9
- end
@@ -1,39 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'eac_config/node'
4
- require 'eac_ruby_utils/core_ext'
5
-
6
- module Avm
7
- module Entries
8
- module AutoValues
9
- class Entry
10
- class << self
11
- # @param path [EacConfig::EntryPath]
12
- # @return String
13
- def auto_value_method_name(path)
14
- "auto_#{::EacConfig::EntryPath.assert(path).to_string.gsub('.', '_')}"
15
- end
16
- end
17
-
18
- # @!method initialize(entries_provider, path)
19
- # @param entries_provider
20
- # @param path [EacConfig::EntryPath]
21
- common_constructor :entries_provider, :path do
22
- self.path = ::EacConfig::EntryPath.assert(path)
23
- end
24
-
25
- def auto_value_method
26
- self.class.auto_value_method_name(path)
27
- end
28
-
29
- def found?
30
- entries_provider.respond_to?(auto_value_method, true)
31
- end
32
-
33
- def value
34
- entries_provider.if_respond(auto_value_method)
35
- end
36
- end
37
- end
38
- end
39
- end
@@ -1,24 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'avm/entries/uri_builder'
4
- require 'eac_ruby_utils/core_ext'
5
-
6
- module Avm
7
- module Entries
8
- module AutoValues
9
- class UriEntry
10
- common_constructor :entries_provider, :suffix
11
-
12
- def found?
13
- value.present?
14
- end
15
-
16
- def value
17
- ::Avm::Entries::UriBuilder.from_all_fields do |field_name|
18
- entries_provider.entry([suffix, field_name]).optional_value
19
- end.to_uri.to_s
20
- end
21
- end
22
- end
23
- end
24
- end
@@ -1,11 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'eac_ruby_utils/core_ext'
4
-
5
- module Avm
6
- module Entries
7
- module AutoValues
8
- require_sub __FILE__
9
- end
10
- end
11
- end
@@ -1,46 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'avm/entries/uri_builder'
4
- require 'eac_config/entry_path'
5
- require 'eac_ruby_utils/core_ext'
6
-
7
- module Avm
8
- module Entries
9
- module Base
10
- class InheritedEntryValue
11
- enable_method_class
12
- common_constructor :entries_provider, :source_entry_suffix, :target_entry_suffix, :block,
13
- block_arg: true
14
-
15
- def result
16
- self_entry_value.if_present do |instance_id|
17
- other_entry_value(instance_id).if_present(&block)
18
- end
19
- end
20
-
21
- # @param provider_id [String]
22
- # @return [Avm::Entries::Base]
23
- def other_entries_provider(provider_id)
24
- other_entries_provider_class.by_id(provider_id)
25
- end
26
-
27
- # @return [Class]
28
- def other_entries_provider_class
29
- [::Avm::Instances::Base, ::Avm::Applications::Base].each do |klass|
30
- return klass if entries_provider.is_a?(klass)
31
- end
32
-
33
- raise "No provider class found for \"#{entries_provider}\""
34
- end
35
-
36
- def other_entry_value(instance_id)
37
- other_entries_provider(instance_id).read_entry_optional(target_entry_suffix)
38
- end
39
-
40
- def self_entry_value
41
- entries_provider.read_entry_optional(source_entry_suffix)
42
- end
43
- end
44
- end
45
- end
46
- end
@@ -1,28 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'avm/entries/uri_builder'
4
- require 'eac_config/entry_path'
5
- require 'eac_ruby_utils/core_ext'
6
-
7
- module Avm
8
- module Entries
9
- module Base
10
- class UriComponentEntryValue
11
- class DefaultValue
12
- enable_method_class
13
- common_constructor :uri_component_entry_value
14
- delegate :component_entry_path, :entries_provider, to: :uri_component_entry_value
15
-
16
- # @return [Symbol]
17
- def default_value_method_name
18
- component_entry_path.default_method_name
19
- end
20
-
21
- def result
22
- entries_provider.if_respond(default_value_method_name)
23
- end
24
- end
25
- end
26
- end
27
- end
28
- end
@@ -1,39 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'avm/entries/uri_builder'
4
- require 'eac_config/entry_path'
5
- require 'eac_ruby_utils/core_ext'
6
-
7
- module Avm
8
- module Entries
9
- module Base
10
- class UriComponentEntryValue
11
- class InheritedValue
12
- enable_method_class
13
- common_constructor :uri_component_entry_value
14
- delegate :entries_provider, :id_entry_path, :component_entry_path,
15
- to: :uri_component_entry_value
16
-
17
- def result
18
- entries_provider.inherited_entry_value(
19
- id_entry_path.to_string,
20
- component_entry_path.to_string,
21
- &inherited_value_block
22
- )
23
- end
24
-
25
- def inherited_value_block
26
- return nil unless entries_provider.respond_to?(inherited_value_block_method_name)
27
-
28
- ->(value) { entries_provider.send(inherited_value_block_method_name, value) }
29
- end
30
-
31
- # @return [Symbol]
32
- def inherited_value_block_method_name
33
- component_entry_path.inherited_block_method_name
34
- end
35
- end
36
- end
37
- end
38
- end
39
- end
@@ -1,31 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'avm/entries/uri_builder'
4
- require 'eac_config/entry_path'
5
- require 'eac_ruby_utils/core_ext'
6
-
7
- module Avm
8
- module Entries
9
- module Base
10
- class UriComponentEntryValue
11
- class UrlEntryValue
12
- enable_method_class
13
- common_constructor :uri_component_entry_value
14
- delegate :component, :entries_provider, :root_entry_path, to: :uri_component_entry_value
15
-
16
- def result
17
- return unless url_entry.context_found?
18
-
19
- ::Avm::Entries::UriBuilder.from_source(url_entry.value.to_uri)
20
- .avm_field_get(component)
21
- end
22
-
23
- # @return [Avm::Entries::Entry]
24
- def url_entry
25
- entries_provider.entry((root_entry_path + %w[url]).to_string)
26
- end
27
- end
28
- end
29
- end
30
- end
31
- end
@@ -1,44 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'avm/entries/uri_builder'
4
- require 'eac_config/entry_path'
5
- require 'eac_ruby_utils/core_ext'
6
-
7
- module Avm
8
- module Entries
9
- module Base
10
- class UriComponentEntryValue
11
- enable_method_class
12
- require_sub __FILE__, require_dependency: true
13
-
14
- enable_listable
15
- lists.add_symbol :option
16
-
17
- common_constructor :entries_provider, :component_entry_path, :options, default: [{}] do
18
- self.component_entry_path = ::EacConfig::EntryPath.assert(component_entry_path)
19
- self.options = self.class.lists.option.hash_keys_validate!(options)
20
- end
21
-
22
- # @return [EacConfig::EntryPath]
23
- def id_entry_path
24
- root_entry_path + %w[id]
25
- end
26
-
27
- # @return [String, nil]
28
- def result
29
- url_entry_value || inherited_value || default_value
30
- end
31
-
32
- # @return [EacConfig::EntryPath]
33
- def root_entry_path
34
- component_entry_path[0..-2]
35
- end
36
-
37
- # @return [String]
38
- def component
39
- component_entry_path.last
40
- end
41
- end
42
- end
43
- end
44
- end
@@ -1,42 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'eac_ruby_utils/core_ext'
4
-
5
- module Avm
6
- module Entries
7
- module Base
8
- class UriComponentsEntriesValues
9
- class ComponentFactory
10
- enable_method_class
11
- common_constructor :owner, :component
12
-
13
- def result
14
- component_class.new(owner, component)
15
- end
16
-
17
- def component_class
18
- specific_class || generic_class
19
- end
20
-
21
- def generic_class
22
- parent_class.const_get('GenericComponent')
23
- end
24
-
25
- def parent_class
26
- ::Avm::Entries::Base::UriComponentsEntriesValues
27
- end
28
-
29
- def specific_class
30
- return nil unless parent_class.const_defined?(specific_class_basename)
31
-
32
- parent_class.const_get(specific_class_basename)
33
- end
34
-
35
- def specific_class_basename
36
- [component, 'component'].join('_').camelize
37
- end
38
- end
39
- end
40
- end
41
- end
42
- end
@@ -1,63 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'avm/entries/uri_builder'
4
- require 'avm/patches/eac_config/entry_path'
5
- require 'eac_ruby_utils/core_ext'
6
-
7
- module Avm
8
- module Entries
9
- module Base
10
- class UriComponentsEntriesValues
11
- class GenericComponent
12
- common_constructor :owner, :component
13
- delegate :entries_provider_class, :prefix, to: :owner
14
- delegate :auto_method_name, :get_method_name, :get_optional_method_name,
15
- to: :entry_key_path
16
-
17
- def define_auto_method
18
- outer_self = self
19
- entries_provider_class.define_method(auto_method_name) do
20
- uri_component_entry_value(outer_self.entry_key_path.to_string)
21
- end
22
- end
23
-
24
- def define_get_method
25
- outer_self = self
26
- entries_provider_class.define_method(get_method_name) do
27
- read_entry(outer_self.entry_key_path.to_string)
28
- end
29
- end
30
-
31
- def define_get_optional_method
32
- outer_self = self
33
- entries_provider_class.define_method(get_optional_method_name) do
34
- read_entry_optional(outer_self.entry_key_path.to_string)
35
- end
36
- end
37
-
38
- def define_inherited_value_proc_method(&block)
39
- entries_provider_class.define_method(inherited_value_proc_name, &block)
40
- end
41
-
42
- def entry_key_path
43
- ::EacConfig::EntryPath.assert([prefix, component])
44
- end
45
-
46
- def id_component
47
- @id_component ||= owner.component_factory('id')
48
- end
49
-
50
- def inherited_value_proc_name
51
- entry_key_path.inherited_block_method_name
52
- end
53
-
54
- def setup
55
- define_auto_method
56
- define_get_method
57
- define_get_optional_method
58
- end
59
- end
60
- end
61
- end
62
- end
63
- end
@@ -1,19 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'avm/entries/base/uri_components_entries_values/generic_component'
4
- require 'eac_ruby_utils/core_ext'
5
-
6
- module Avm
7
- module Entries
8
- module Base
9
- class UriComponentsEntriesValues
10
- class PathComponent < ::Avm::Entries::Base::UriComponentsEntriesValues::GenericComponent
11
- def setup
12
- super
13
- define_inherited_value_proc_method { |value| "#{value}/#{id}" }
14
- end
15
- end
16
- end
17
- end
18
- end
19
- end
@@ -1,28 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'avm/entries/base/uri_components_entries_values/generic_component'
4
- require 'eac_ruby_utils/core_ext'
5
-
6
- module Avm
7
- module Entries
8
- module Base
9
- class UriComponentsEntriesValues
10
- class UrlComponent < ::Avm::Entries::Base::UriComponentsEntriesValues::GenericComponent
11
- def define_auto_method
12
- outer_self = self
13
- entries_provider_class.define_method(auto_method_name) do
14
- inherited_entry_value(outer_self.id_component.entry_key_path.to_string,
15
- outer_self.entry_key_path.to_string) ||
16
- outer_self.auto_install_url_by_parts(self)
17
- end
18
- end
19
-
20
- def auto_install_url_by_parts(entries_provider)
21
- require 'avm/entries/auto_values/uri_entry'
22
- ::Avm::Entries::AutoValues::UriEntry.new(entries_provider, 'install').value
23
- end
24
- end
25
- end
26
- end
27
- end
28
- end
@@ -1,25 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'avm/entries/uri_builder'
4
- require 'eac_ruby_utils/core_ext'
5
-
6
- module Avm
7
- module Entries
8
- module Base
9
- class UriComponentsEntriesValues
10
- require_sub __FILE__
11
- common_constructor :entries_provider_class, :prefix, :extra_fields
12
-
13
- ENTRIES_FIELDS = ::Avm::Entries::UriBuilder::ENTRIES_FIELDS + %w[url]
14
-
15
- def fields
16
- ENTRIES_FIELDS + extra_fields
17
- end
18
-
19
- def result
20
- fields.map { |field| component_factory(field).setup }
21
- end
22
- end
23
- end
24
- end
25
- end
@@ -1,46 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'eac_ruby_utils/core_ext'
4
- require 'avm/entries/entry'
5
-
6
- module Avm
7
- module Entries
8
- module Base
9
- require_sub __FILE__, require_dependency: true
10
- common_concern
11
-
12
- module ClassMethods
13
- def uri_components_entries_values(prefix, extra_fields = [])
14
- ::Avm::Entries::Base::UriComponentsEntriesValues.new(self, prefix, extra_fields).result
15
- end
16
- end
17
-
18
- def entries_provider_id
19
- id
20
- end
21
-
22
- def entry(suffix, options = {})
23
- ::Avm::Entries::Entry.new(self, suffix, options)
24
- end
25
-
26
- def path_prefix
27
- @path_prefix ||= [entries_provider_id].freeze
28
- end
29
-
30
- def read_entry(entry_suffix, options = {})
31
- entry(entry_suffix, options).value
32
- end
33
-
34
- def read_entry_optional(entry_suffix, options = {})
35
- entry(entry_suffix, options).optional_value
36
- end
37
-
38
- def full_entry_path(entry_suffix)
39
- unless entry_suffix.is_a?(::Array)
40
- entry_suffix = ::EacConfig::PathsHash.parse_entry_key(entry_suffix.to_s)
41
- end
42
- (path_prefix + entry_suffix).join('.')
43
- end
44
- end
45
- end
46
- end
@@ -1,65 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'avm/entries/auto_values/entry'
4
- require 'eac_config/node'
5
- require 'eac_ruby_utils/core_ext'
6
-
7
- module Avm
8
- module Entries
9
- class Entry
10
- common_constructor :parent, :suffix, :options
11
-
12
- def auto_value
13
- auto_value_entry.value
14
- end
15
-
16
- def auto_value_entry
17
- @auto_value_entry ||= ::Avm::Entries::AutoValues::Entry.new(parent, suffix)
18
- end
19
-
20
- # @return [Boolean]
21
- def context_found?
22
- context_entry.found?
23
- end
24
-
25
- def full_path
26
- (parent.path_prefix + suffix_as_array).join('.')
27
- end
28
-
29
- def optional_value
30
- context_entry.found? ? context_entry.value : auto_value
31
- end
32
-
33
- def read
34
- context_entry.value
35
- end
36
-
37
- def suffix_as_array
38
- if suffix.is_a?(::Array)
39
- suffix.dup
40
- else
41
- ::EacConfig::PathsHash.parse_entry_key(suffix.to_s)
42
- end
43
- end
44
-
45
- def value
46
- optional_value || read
47
- end
48
-
49
- def value!
50
- optional_value.if_present { |v| return v }
51
- context_entry.value!
52
- end
53
-
54
- def write(value)
55
- context_entry.value = value
56
- end
57
-
58
- private
59
-
60
- def context_entry
61
- ::EacConfig::Node.context.current.entry(full_path)
62
- end
63
- end
64
- end
65
- end