avm-tools 0.102.2 → 0.105.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (289) hide show
  1. checksums.yaml +4 -4
  2. data/lib/avm/data/package/dump.rb +1 -1
  3. data/lib/avm/instances/base/dockerizable.rb +2 -1
  4. data/lib/avm/launcher/context/instance_collector.rb +46 -0
  5. data/lib/avm/launcher/instances/runner_helper.rb +22 -16
  6. data/lib/avm/launcher/paths/logical.rb +5 -0
  7. data/lib/avm/projects/stereotypes/ruby_gem/local_project_mixin.rb +2 -2
  8. data/lib/avm/self/instance.rb +4 -0
  9. data/lib/avm/{core_ext.rb → tools/core_ext.rb} +0 -0
  10. data/lib/avm/tools/runner/app_src/eac_asciidoctor_base0/build.rb +1 -1
  11. data/lib/avm/tools/runner/app_src/info.rb +1 -1
  12. data/lib/avm/tools/runner/app_src/test.rb +1 -1
  13. data/lib/avm/tools/runner/app_src/update.rb +1 -1
  14. data/lib/avm/tools/runner/app_src/version_bump.rb +2 -2
  15. data/lib/avm/tools/runner/config/load_path.rb +1 -1
  16. data/lib/avm/tools/runner/config.rb +1 -1
  17. data/lib/avm/tools/runner/git/auto_commit.rb +1 -0
  18. data/lib/avm/tools/runner/git/dirty_files.rb +1 -1
  19. data/lib/avm/tools/runner/git/issue/complete.rb +1 -1
  20. data/lib/avm/tools/runner/git/issue/deliver.rb +1 -1
  21. data/lib/avm/tools/runner/git/issue.rb +1 -1
  22. data/lib/avm/tools/runner/git/revisions_test.rb +1 -1
  23. data/lib/avm/tools/runner/git/subrepo/check.rb +1 -1
  24. data/lib/avm/tools/runner/git/subrepo/clone.rb +1 -1
  25. data/lib/avm/tools/runner/git/subrepo/fix.rb +1 -1
  26. data/lib/avm/tools/runner/git/subrepo.rb +1 -1
  27. data/lib/avm/tools/runner/git.rb +1 -1
  28. data/lib/avm/tools/runner/launcher/instances.rb +7 -5
  29. data/lib/avm/tools/runner/launcher/projects.rb +2 -4
  30. data/lib/avm/tools/runner/launcher/publish.rb +2 -6
  31. data/lib/avm/tools/runner/launcher.rb +1 -1
  32. data/lib/avm/tools/runner/ruby/rubocop.rb +1 -1
  33. data/lib/avm/tools/runner/self.rb +1 -1
  34. data/lib/avm/tools/version.rb +1 -1
  35. data/vendor/avm/Gemfile +5 -0
  36. data/vendor/avm/avm.gemspec +22 -0
  37. data/{lib → vendor/avm/lib}/avm/docker/container.rb +5 -5
  38. data/{lib → vendor/avm/lib}/avm/docker/image.rb +3 -4
  39. data/{lib → vendor/avm/lib}/avm/docker/runner.rb +7 -11
  40. data/vendor/avm/lib/avm/docker.rb +9 -0
  41. data/{lib → vendor/avm/lib}/avm/executables.rb +1 -1
  42. data/{lib → vendor/avm/lib}/avm/files/appendable/file_content.rb +0 -0
  43. data/{lib → vendor/avm/lib}/avm/files/appendable/plain_directory.rb +0 -0
  44. data/{lib → vendor/avm/lib}/avm/files/appendable/resource_base.rb +0 -0
  45. data/{lib → vendor/avm/lib}/avm/files/appendable/tar_output_command.rb +0 -0
  46. data/{lib → vendor/avm/lib}/avm/files/appendable/templatized_directory.rb +1 -0
  47. data/{lib → vendor/avm/lib}/avm/files/appendable.rb +0 -0
  48. data/{lib → vendor/avm/lib}/avm/files/appender.rb +0 -0
  49. data/{lib → vendor/avm/lib}/avm/files/deploy.rb +0 -1
  50. data/{lib → vendor/avm/lib}/avm/files/formatter/formats/base.rb +0 -0
  51. data/{lib → vendor/avm/lib}/avm/files/formatter/formats/generic_plain.rb +0 -0
  52. data/{lib → vendor/avm/lib}/avm/files/formatter/formats/html.rb +0 -0
  53. data/vendor/avm/lib/avm/files/formatter/formats/javascript.rb +23 -0
  54. data/{lib → vendor/avm/lib}/avm/files/formatter/formats/json.rb +0 -0
  55. data/{lib → vendor/avm/lib}/avm/files/formatter/formats/php.rb +0 -0
  56. data/{lib → vendor/avm/lib}/avm/files/formatter/formats/python.rb +0 -0
  57. data/{lib → vendor/avm/lib}/avm/files/formatter/formats/ruby.rb +0 -0
  58. data/{lib → vendor/avm/lib}/avm/files/formatter/formats/xml.rb +0 -0
  59. data/{lib → vendor/avm/lib}/avm/files/formatter/formats.rb +0 -0
  60. data/{lib → vendor/avm/lib}/avm/files/formatter/utf8_assert.rb +0 -0
  61. data/{lib → vendor/avm/lib}/avm/files/formatter.rb +1 -1
  62. data/{lib → vendor/avm/lib}/avm/files/info.rb +0 -0
  63. data/{lib → vendor/avm/lib}/avm/files/rotate.rb +0 -0
  64. data/{lib → vendor/avm/lib}/avm/files.rb +0 -0
  65. data/{lib → vendor/avm/lib}/avm/git/auto_commit/commit_info.rb +0 -0
  66. data/{lib → vendor/avm/lib}/avm/git/auto_commit/rules/base.rb +0 -0
  67. data/{lib → vendor/avm/lib}/avm/git/auto_commit/rules/last.rb +0 -0
  68. data/{lib → vendor/avm/lib}/avm/git/auto_commit/rules/manual.rb +0 -0
  69. data/{lib → vendor/avm/lib}/avm/git/auto_commit/rules/new.rb +0 -0
  70. data/{lib → vendor/avm/lib}/avm/git/auto_commit/rules/nth.rb +0 -0
  71. data/{lib → vendor/avm/lib}/avm/git/auto_commit/rules/unique.rb +0 -0
  72. data/{lib → vendor/avm/lib}/avm/git/auto_commit/rules.rb +0 -0
  73. data/{lib → vendor/avm/lib}/avm/git/auto_commit_path/ruby.rb +0 -0
  74. data/{lib → vendor/avm/lib}/avm/git/auto_commit_path.rb +1 -1
  75. data/{lib → vendor/avm/lib}/avm/git/commit/class_methods.rb +0 -0
  76. data/{lib → vendor/avm/lib}/avm/git/commit/deploy.rb +0 -1
  77. data/{lib → vendor/avm/lib}/avm/git/commit/deploy_methods.rb +0 -0
  78. data/{lib → vendor/avm/lib}/avm/git/commit/diff_tree_line.rb +0 -0
  79. data/{lib → vendor/avm/lib}/avm/git/commit/file.rb +2 -2
  80. data/{lib → vendor/avm/lib}/avm/git/commit.rb +3 -2
  81. data/{lib → vendor/avm/lib}/avm/git/file_auto_fixup.rb +0 -0
  82. data/{lib → vendor/avm/lib}/avm/git/issue/complete/commits.rb +0 -0
  83. data/{lib → vendor/avm/lib}/avm/git/issue/complete/git_subrepos.rb +0 -0
  84. data/{lib → vendor/avm/lib}/avm/git/issue/complete/local_branch.rb +0 -0
  85. data/{lib → vendor/avm/lib}/avm/git/issue/complete/local_tag.rb +0 -0
  86. data/{lib → vendor/avm/lib}/avm/git/issue/complete/push.rb +1 -1
  87. data/{lib → vendor/avm/lib}/avm/git/issue/complete/remote.rb +0 -0
  88. data/{lib → vendor/avm/lib}/avm/git/issue/complete/test.rb +0 -0
  89. data/{lib → vendor/avm/lib}/avm/git/issue/complete/tracker.rb +0 -0
  90. data/{lib → vendor/avm/lib}/avm/git/issue/complete/validation.rb +0 -0
  91. data/{lib → vendor/avm/lib}/avm/git/issue/complete/validations.rb +0 -0
  92. data/{lib → vendor/avm/lib}/avm/git/issue/complete/working_tree.rb +0 -0
  93. data/{lib → vendor/avm/lib}/avm/git/issue/complete.rb +1 -1
  94. data/{lib → vendor/avm/lib}/avm/git/issue/deliver.rb +1 -1
  95. data/{lib → vendor/avm/lib}/avm/git/issue.rb +0 -0
  96. data/{lib → vendor/avm/lib}/avm/git/organize/reference_update.rb +0 -0
  97. data/{lib → vendor/avm/lib}/avm/git/organize/repository.rb +0 -0
  98. data/{lib → vendor/avm/lib}/avm/git/organize.rb +0 -0
  99. data/{lib → vendor/avm/lib}/avm/git/revision_test.rb +0 -0
  100. data/{lib → vendor/avm/lib}/avm/git/subrepo_check/parent.rb +0 -0
  101. data/{lib → vendor/avm/lib}/avm/git/subrepo_check/remote.rb +0 -0
  102. data/{lib → vendor/avm/lib}/avm/git/subrepo_check/show_result.rb +0 -1
  103. data/{lib → vendor/avm/lib}/avm/git/subrepo_check.rb +0 -1
  104. data/{lib → vendor/avm/lib}/avm/git/subrepo_checks.rb +1 -1
  105. data/{lib → vendor/avm/lib}/avm/git.rb +0 -0
  106. data/{lib → vendor/avm/lib}/avm/instances/docker_image.rb +0 -0
  107. data/{lib → vendor/avm/lib}/avm/result.rb +0 -0
  108. data/vendor/avm/lib/avm/version.rb +5 -0
  109. data/{lib/avm/version.rb → vendor/avm/lib/avm/version_number.rb} +1 -1
  110. data/vendor/avm/lib/avm.rb +7 -0
  111. data/vendor/avm/spec/lib/avm/git/auto_commit_path_spec.rb +20 -0
  112. data/vendor/avm/spec/lib/avm/git/commit/deploy_spec.rb +93 -0
  113. data/vendor/avm/spec/lib/avm/git/commit/diff_tree_line_spec.rb +13 -0
  114. data/vendor/avm/spec/lib/avm/git/commit/diff_tree_line_spec_files/add.source.out +1 -0
  115. data/vendor/avm/spec/lib/avm/git/commit/diff_tree_line_spec_files/add.target.yaml +7 -0
  116. data/vendor/avm/spec/lib/avm/git/commit/diff_tree_line_spec_files/modify.source.out +1 -0
  117. data/vendor/avm/spec/lib/avm/git/commit/diff_tree_line_spec_files/modify.target.yaml +7 -0
  118. data/vendor/avm/spec/lib/avm/git/commit/diff_tree_line_spec_files/remove.source.out +1 -0
  119. data/vendor/avm/spec/lib/avm/git/commit/diff_tree_line_spec_files/remove.target.yaml +7 -0
  120. data/vendor/avm/spec/lib/avm/git/commit/diff_tree_line_spec_files/rename.source.out +2 -0
  121. data/vendor/avm/spec/lib/avm/git/commit/diff_tree_line_spec_files/rename.target.yaml +13 -0
  122. data/vendor/avm/spec/lib/avm/git/commit/diff_tree_line_spec_files/rename_modify.source.out +2 -0
  123. data/vendor/avm/spec/lib/avm/git/commit/diff_tree_line_spec_files/rename_modify.target.yaml +13 -0
  124. data/vendor/avm/spec/lib/avm/git/commit_spec.rb +56 -0
  125. data/vendor/avm/spec/rubocop_spec.rb +3 -0
  126. data/vendor/avm/spec/spec_helper.rb +4 -0
  127. data/vendor/avm-apps/lib/avm/apps/config.rb +6 -2
  128. data/vendor/avm-apps/lib/avm/apps/version.rb +1 -1
  129. data/vendor/avm-apps/spec/rubocop_spec.rb +1 -1
  130. data/vendor/avm-apps/spec/spec_helper.rb +2 -101
  131. data/vendor/avm-eac_asciidoctor_base0/avm-eac_asciidoctor_base0.gemspec +1 -0
  132. data/{lib → vendor/avm-eac_asciidoctor_base0/lib}/avm/eac_asciidoctor_base0/apache_host.rb +0 -0
  133. data/{lib → vendor/avm-eac_asciidoctor_base0/lib}/avm/eac_asciidoctor_base0/apache_path.rb +0 -0
  134. data/{lib → vendor/avm-eac_asciidoctor_base0/lib}/avm/eac_asciidoctor_base0/deploy.rb +0 -0
  135. data/{lib → vendor/avm-eac_asciidoctor_base0/lib}/avm/eac_asciidoctor_base0/instance.rb +0 -0
  136. data/vendor/avm-eac_asciidoctor_base0/lib/avm/eac_asciidoctor_base0/version.rb +1 -1
  137. data/vendor/avm-eac_asciidoctor_base0/spec/rubocop_spec.rb +1 -1
  138. data/vendor/avm-eac_asciidoctor_base0/spec/spec_helper.rb +2 -100
  139. data/vendor/avm-eac_rails_base1/Gemfile +5 -0
  140. data/vendor/avm-eac_rails_base1/avm-eac_rails_base1.gemspec +19 -0
  141. data/{lib → vendor/avm-eac_rails_base1/lib}/avm/eac_rails_base1/apache_host.rb +0 -0
  142. data/{lib → vendor/avm-eac_rails_base1/lib}/avm/eac_rails_base1/instance.rb +0 -0
  143. data/{lib → vendor/avm-eac_rails_base1/lib}/avm/eac_rails_base1/runner/bundle.rb +0 -0
  144. data/{lib → vendor/avm-eac_rails_base1/lib}/avm/eac_rails_base1/runner/code_runner.rb +0 -0
  145. data/{lib → vendor/avm-eac_rails_base1/lib}/avm/eac_rails_base1/runner/log.rb +0 -0
  146. data/vendor/avm-eac_rails_base1/lib/avm/eac_rails_base1/runner/logs/clear.rb +26 -0
  147. data/vendor/avm-eac_rails_base1/lib/avm/eac_rails_base1/runner/logs.rb +18 -0
  148. data/{lib → vendor/avm-eac_rails_base1/lib}/avm/eac_rails_base1/runner/rails_server.rb +0 -0
  149. data/{lib → vendor/avm-eac_rails_base1/lib}/avm/eac_rails_base1/runner.rb +0 -0
  150. data/{lib → vendor/avm-eac_rails_base1/lib}/avm/eac_rails_base1/runner_with/bundle.rb +0 -0
  151. data/{lib → vendor/avm-eac_rails_base1/lib}/avm/eac_rails_base1/runner_with/rails_environment.rb +0 -0
  152. data/vendor/avm-eac_rails_base1/lib/avm/eac_rails_base1/version.rb +7 -0
  153. data/{lib → vendor/avm-eac_rails_base1/lib}/avm/eac_rails_base1.rb +0 -0
  154. data/vendor/avm-eac_rails_base1/spec/rubocop_spec.rb +3 -0
  155. data/vendor/avm-eac_rails_base1/spec/spec_helper.rb +4 -0
  156. data/vendor/avm-eac_redmine_base0/Gemfile +5 -0
  157. data/vendor/avm-eac_redmine_base0/avm-eac_redmine_base0.gemspec +19 -0
  158. data/{lib → vendor/avm-eac_redmine_base0/lib}/avm/eac_redmine_base0/apache_host.rb +0 -0
  159. data/{lib → vendor/avm-eac_redmine_base0/lib}/avm/eac_redmine_base0/core_update.rb +0 -0
  160. data/{lib → vendor/avm-eac_redmine_base0/lib}/avm/eac_redmine_base0/data_unit.rb +0 -0
  161. data/{lib → vendor/avm-eac_redmine_base0/lib}/avm/eac_redmine_base0/deploy.rb +0 -0
  162. data/{lib → vendor/avm-eac_redmine_base0/lib}/avm/eac_redmine_base0/instance.rb +2 -2
  163. data/vendor/avm-eac_redmine_base0/lib/avm/eac_redmine_base0/instances/docker_image.rb +55 -0
  164. data/vendor/avm-eac_redmine_base0/lib/avm/eac_redmine_base0/patches/object/template.rb +7 -0
  165. data/vendor/avm-eac_redmine_base0/lib/avm/eac_redmine_base0/version.rb +7 -0
  166. data/{lib/avm/eac_asciidoctor_base0.rb → vendor/avm-eac_redmine_base0/lib/avm/eac_redmine_base0.rb} +1 -1
  167. data/vendor/avm-eac_redmine_base0/spec/rubocop_spec.rb +3 -0
  168. data/vendor/avm-eac_redmine_base0/spec/spec_helper.rb +4 -0
  169. data/{template → vendor/avm-eac_redmine_base0/template}/avm/eac_redmine_base0/deploy/config/install.sh.template +1 -0
  170. data/{template → vendor/avm-eac_redmine_base0/template}/avm/eac_redmine_base0/deploy/config/secrets.yml +0 -0
  171. data/{template/avm/eac_redmine_base0 → vendor/avm-eac_redmine_base0/template/avm/eac_redmine_base0/instances}/docker_image/Dockerfile.template +1 -1
  172. data/{template/avm/eac_redmine_base0 → vendor/avm-eac_redmine_base0/template/avm/eac_redmine_base0/instances}/docker_image/apache_http_virtualhost.conf.template +0 -0
  173. data/{template/avm/eac_redmine_base0 → vendor/avm-eac_redmine_base0/template/avm/eac_redmine_base0/instances}/docker_image/apache_https_virtualhost.conf.template +0 -0
  174. data/vendor/avm-eac_redmine_base0/template/avm/eac_redmine_base0/instances/docker_image/install_settings.sh.template +24 -0
  175. data/{template/avm/eac_redmine_base0 → vendor/avm-eac_redmine_base0/template/avm/eac_redmine_base0/instances}/docker_image/start.sh.template +0 -0
  176. data/vendor/avm-eac_webapp_base0/Gemfile +5 -0
  177. data/vendor/avm-eac_webapp_base0/avm-eac_webapp_base0.gemspec +19 -0
  178. data/{lib → vendor/avm-eac_webapp_base0/lib}/avm/eac_webapp_base0/apache_host.rb +0 -0
  179. data/{lib → vendor/avm-eac_webapp_base0/lib}/avm/eac_webapp_base0/apache_path.rb +0 -0
  180. data/{lib → vendor/avm-eac_webapp_base0/lib}/avm/eac_webapp_base0/deploy/appended_directories.rb +0 -0
  181. data/{lib → vendor/avm-eac_webapp_base0/lib}/avm/eac_webapp_base0/deploy/build.rb +0 -0
  182. data/{lib → vendor/avm-eac_webapp_base0/lib}/avm/eac_webapp_base0/deploy/file_unit.rb +0 -0
  183. data/{lib → vendor/avm-eac_webapp_base0/lib}/avm/eac_webapp_base0/deploy/git_info.rb +0 -0
  184. data/{lib → vendor/avm-eac_webapp_base0/lib}/avm/eac_webapp_base0/deploy/version.rb +0 -0
  185. data/{lib → vendor/avm-eac_webapp_base0/lib}/avm/eac_webapp_base0/deploy/write_on_target.rb +0 -0
  186. data/{lib → vendor/avm-eac_webapp_base0/lib}/avm/eac_webapp_base0/deploy.rb +0 -0
  187. data/{lib → vendor/avm-eac_webapp_base0/lib}/avm/eac_webapp_base0/instance/subcommand_parent.rb +0 -0
  188. data/{lib → vendor/avm-eac_webapp_base0/lib}/avm/eac_webapp_base0/instance.rb +0 -0
  189. data/{lib → vendor/avm-eac_webapp_base0/lib}/avm/eac_webapp_base0/runner/apache_host.rb +0 -0
  190. data/{lib → vendor/avm-eac_webapp_base0/lib}/avm/eac_webapp_base0/runner/apache_path.rb +0 -0
  191. data/{lib → vendor/avm-eac_webapp_base0/lib}/avm/eac_webapp_base0/runner/data/dump.rb +0 -0
  192. data/{lib → vendor/avm-eac_webapp_base0/lib}/avm/eac_webapp_base0/runner/data/load.rb +0 -0
  193. data/{lib → vendor/avm-eac_webapp_base0/lib}/avm/eac_webapp_base0/runner/data.rb +0 -0
  194. data/{lib → vendor/avm-eac_webapp_base0/lib}/avm/eac_webapp_base0/runner/deploy.rb +0 -0
  195. data/{lib → vendor/avm-eac_webapp_base0/lib}/avm/eac_webapp_base0/runner.rb +0 -0
  196. data/vendor/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/version.rb +7 -0
  197. data/{lib → vendor/avm-eac_webapp_base0/lib}/avm/eac_webapp_base0.rb +2 -2
  198. data/vendor/avm-eac_webapp_base0/spec/rubocop_spec.rb +3 -0
  199. data/vendor/avm-eac_webapp_base0/spec/spec_helper.rb +4 -0
  200. data/vendor/eac_cli/eac_cli.gemspec +3 -4
  201. data/vendor/eac_cli/lib/eac_cli/config/entry.rb +1 -3
  202. data/vendor/eac_cli/lib/eac_cli/config.rb +1 -2
  203. data/vendor/eac_cli/lib/eac_cli/definition/help_formatter.rb +3 -2
  204. data/vendor/eac_cli/lib/eac_cli/old_configs_bridge.rb +2 -0
  205. data/vendor/eac_cli/lib/eac_cli/runner/instance_methods.rb +5 -1
  206. data/vendor/eac_cli/lib/eac_cli/runner.rb +0 -2
  207. data/vendor/eac_cli/lib/eac_cli/runner_with/help/builder/alternative.rb +56 -0
  208. data/vendor/eac_cli/lib/eac_cli/runner_with/help/builder.rb +73 -0
  209. data/vendor/eac_cli/lib/eac_cli/runner_with/help.rb +3 -2
  210. data/vendor/eac_cli/lib/eac_cli/runner_with/subcommands.rb +1 -3
  211. data/vendor/eac_cli/lib/eac_cli/version.rb +1 -1
  212. data/vendor/eac_cli/spec/lib/eac_cli/parser/alternative_spec.rb +1 -1
  213. data/vendor/eac_cli/spec/lib/eac_cli/runner_spec.rb +0 -1
  214. data/vendor/eac_cli/spec/rubocop_spec.rb +1 -1
  215. data/vendor/eac_cli/spec/spec_helper.rb +2 -101
  216. data/vendor/eac_config/eac_config.gemspec +2 -2
  217. data/vendor/eac_config/lib/eac_config/node.rb +7 -0
  218. data/vendor/eac_config/lib/eac_config/version.rb +1 -1
  219. data/vendor/eac_config/spec/rubocop_spec.rb +1 -1
  220. data/vendor/eac_config/spec/spec_helper.rb +2 -15
  221. data/vendor/eac_docker/eac_docker.gemspec +2 -2
  222. data/vendor/eac_docker/lib/eac_docker/container.rb +7 -3
  223. data/vendor/eac_docker/lib/eac_docker/debug.rb +15 -0
  224. data/vendor/eac_docker/lib/eac_docker/images/coded.rb +4 -0
  225. data/vendor/eac_docker/lib/eac_docker/images/templatized.rb +16 -2
  226. data/vendor/eac_docker/lib/eac_docker/rspec/setup.rb +17 -0
  227. data/vendor/eac_docker/lib/eac_docker/rspec.rb +2 -10
  228. data/vendor/eac_docker/lib/eac_docker/version.rb +1 -1
  229. data/vendor/eac_docker/spec/rubocop_spec.rb +1 -1
  230. data/vendor/eac_docker/spec/spec_helper.rb +2 -104
  231. data/vendor/eac_git/eac_git.gemspec +3 -3
  232. data/vendor/eac_git/lib/eac_git/rspec/setup.rb +23 -0
  233. data/vendor/eac_git/lib/eac_git/rspec.rb +1 -14
  234. data/vendor/eac_git/lib/eac_git/version.rb +1 -1
  235. data/vendor/eac_git/spec/rubocop_spec.rb +1 -1
  236. data/vendor/eac_git/spec/spec_helper.rb +2 -104
  237. data/vendor/eac_ruby_base0/eac_ruby_base0.gemspec +4 -4
  238. data/vendor/eac_ruby_base0/lib/eac_ruby_base0/application.rb +17 -0
  239. data/vendor/eac_ruby_base0/lib/eac_ruby_base0/application_xdg.rb +2 -0
  240. data/vendor/eac_ruby_base0/lib/eac_ruby_base0/runner.rb +7 -4
  241. data/vendor/eac_ruby_base0/lib/eac_ruby_base0/version.rb +1 -1
  242. data/vendor/eac_ruby_base0/spec/rubocop_spec.rb +1 -1
  243. data/vendor/eac_ruby_base0/spec/spec_helper.rb +2 -101
  244. data/vendor/eac_ruby_gems_utils/eac_ruby_gems_utils.gemspec +2 -2
  245. data/vendor/eac_ruby_gems_utils/lib/eac_ruby_gems_utils/version.rb +1 -1
  246. data/vendor/eac_ruby_gems_utils/spec/code/rubocop_check_spec.rb +1 -1
  247. data/vendor/eac_ruby_gems_utils/spec/spec_helper.rb +2 -101
  248. data/vendor/eac_ruby_utils/eac_ruby_utils.gemspec +1 -1
  249. data/vendor/eac_ruby_utils/lib/eac_ruby_utils/boolean.rb +1 -1
  250. data/vendor/eac_ruby_utils/lib/eac_ruby_utils/envs/executable.rb +15 -3
  251. data/vendor/eac_ruby_utils/lib/eac_ruby_utils/gems_registry/gem.rb +75 -0
  252. data/vendor/eac_ruby_utils/lib/eac_ruby_utils/gems_registry.rb +35 -0
  253. data/vendor/eac_ruby_utils/lib/eac_ruby_utils/patches/pathname/parent_n.rb +11 -0
  254. data/vendor/eac_ruby_utils/lib/eac_ruby_utils/recursive_builder.rb +51 -0
  255. data/vendor/eac_ruby_utils/lib/eac_ruby_utils/rspec/default_setup.rb +20 -0
  256. data/vendor/eac_ruby_utils/lib/eac_ruby_utils/rspec/setup/conditionals.rb +17 -0
  257. data/vendor/eac_ruby_utils/lib/eac_ruby_utils/rspec/setup.rb +12 -0
  258. data/vendor/eac_ruby_utils/lib/eac_ruby_utils/rspec/setup_manager.rb +49 -0
  259. data/vendor/eac_ruby_utils/lib/eac_ruby_utils/version.rb +1 -1
  260. data/vendor/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/pathname/parent_n_spec.rb +33 -0
  261. data/vendor/eac_ruby_utils/spec/lib/eac_ruby_utils/recursive_builder_spec.rb +65 -0
  262. data/vendor/eac_ruby_utils/spec/rubocop_check_spec.rb +1 -1
  263. data/vendor/eac_ruby_utils/spec/spec_helper.rb +6 -6
  264. data/vendor/eac_templates/eac_templates.gemspec +1 -1
  265. data/vendor/eac_templates/lib/eac_templates/variable_providers/config_reader.rb +27 -0
  266. data/vendor/eac_templates/lib/eac_templates/variable_providers.rb +1 -1
  267. data/vendor/eac_templates/lib/eac_templates/version.rb +1 -1
  268. data/vendor/eac_templates/spec/rubocop_spec.rb +1 -1
  269. data/vendor/eac_templates/spec/spec_helper.rb +2 -100
  270. metadata +192 -138
  271. data/lib/avm/docker/registry.rb +0 -19
  272. data/lib/avm/docker.rb +0 -9
  273. data/lib/avm/eac_redmine_base0/docker_image.rb +0 -52
  274. data/lib/avm/eac_redmine_base0.rb +0 -9
  275. data/template/avm/eac_redmine_base0/docker_image/install_settings.sh.template +0 -29
  276. data/vendor/eac_cli/lib/eac_cli/docopt/doc_builder/alternative.rb +0 -52
  277. data/vendor/eac_cli/lib/eac_cli/docopt/doc_builder.rb +0 -71
  278. data/vendor/eac_cli/lib/eac_cli/docopt/runner_context_replacement.rb +0 -15
  279. data/vendor/eac_cli/lib/eac_cli/docopt/runner_extension.rb +0 -51
  280. data/vendor/eac_cli/lib/eac_cli/docopt_runner/_doc.rb +0 -23
  281. data/vendor/eac_cli/lib/eac_cli/docopt_runner/_settings.rb +0 -17
  282. data/vendor/eac_cli/lib/eac_cli/docopt_runner/_subcommands.rb +0 -152
  283. data/vendor/eac_cli/lib/eac_cli/docopt_runner/class_methods.rb +0 -18
  284. data/vendor/eac_cli/lib/eac_cli/docopt_runner/context.rb +0 -18
  285. data/vendor/eac_cli/lib/eac_cli/docopt_runner.rb +0 -39
  286. data/vendor/eac_cli/spec/lib/eac_cli/docopt/runner_extension_spec.rb +0 -35
  287. data/vendor/eac_cli/spec/lib/eac_cli/docopt_runner_spec.rb +0 -136
  288. data/vendor/eac_ruby_utils/lib/eac_ruby_utils/rspec/conditional.rb +0 -35
  289. data/vendor/eac_ruby_utils/lib/eac_ruby_utils/rspec/stubbed_ssh.rb +0 -44
File without changes
File without changes
@@ -1,6 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require 'avm/launcher/git/base'
4
3
  require 'eac_ruby_utils/core_ext'
5
4
 
6
5
  module Avm
@@ -1,6 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require 'avm/launcher/git/base'
4
3
  require 'eac_ruby_utils/core_ext'
5
4
 
6
5
  module Avm
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require 'avm/launcher/git/base'
3
+ require 'avm/git/subrepo_check'
4
4
  require 'eac_ruby_utils/core_ext'
5
5
 
6
6
  module Avm
File without changes
File without changes
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Avm
4
+ VERSION = '0.3.1'
5
+ end
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Avm
4
4
  # A sequence of segments of integer versions (Ex.: 2, 1.0.1, 3.0.0.0.0).
5
- class Version
5
+ class VersionNumber
6
6
  include ::Comparable
7
7
 
8
8
  SEGMENT_SEPARATOR = '.'
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'eac_ruby_utils/core_ext'
4
+
5
+ module Avm
6
+ require_sub __FILE__
7
+ end
@@ -0,0 +1,20 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'avm/git/auto_commit_path'
4
+
5
+ RSpec.describe ::Avm::Git::AutoCommitPath, git: true do
6
+ let(:git) { stubbed_git_local_repo }
7
+
8
+ describe '#class_name' do
9
+ {
10
+ 'app/models/mynamespace/the_class.rb' => 'Mynamespace::TheClass',
11
+ 'lib/ruby/lib/cliutils/eac_redmine_base0/activity.rb' => 'Cliutils::EacRedmineBase0::Activity'
12
+ }.each do |path, expected_class_name|
13
+ context "when path is \"#{path}\"" do
14
+ let(:instance) { described_class.new(git, "#{git}/#{path}") }
15
+
16
+ it { expect(instance.class_name).to eq(expected_class_name) }
17
+ end
18
+ end
19
+ end
20
+ end
@@ -0,0 +1,93 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'avm/git/commit'
4
+ require 'avm/git/commit/deploy'
5
+ require 'eac_ruby_utils/fs/temp'
6
+
7
+ RSpec.describe ::Avm::Git::Commit::Deploy, git: true do
8
+ class << self
9
+ FROM_DEPLOY = %w[a.txt b.txt c.txt appended].freeze # rubocop:disable RSpec/LeakyConstantDeclaration
10
+ NOT_FROM_DEPLOY = %w[to_be_removed].freeze # rubocop:disable RSpec/LeakyConstantDeclaration
11
+
12
+ def check_files(from_deploy_exist)
13
+ if from_deploy_exist
14
+ check_files_exist(FROM_DEPLOY)
15
+ check_files_not_exist(NOT_FROM_DEPLOY)
16
+ else
17
+ check_files_not_exist(FROM_DEPLOY)
18
+ check_files_exist(NOT_FROM_DEPLOY)
19
+ end
20
+ end
21
+
22
+ def check_file_exist(basename)
23
+ it("expect \"#{basename}\" to exist") { expect(target_dir.join(basename)).to exist }
24
+ end
25
+
26
+ def check_file_not_exist(basename)
27
+ it("expect \"#{basename}\" to not exist") { expect(target_dir.join(basename)).not_to exist }
28
+ end
29
+
30
+ def check_files_exist(basenames)
31
+ basenames.each { |basename| check_file_exist(basename) }
32
+ end
33
+
34
+ def check_files_not_exist(basenames)
35
+ basenames.each { |basename| check_file_not_exist(basename) }
36
+ end
37
+ end
38
+
39
+ let(:git) { stubbed_git_local_repo }
40
+
41
+ let(:commit_sha1) do
42
+ git.file('a.txt').write('AAA')
43
+ git.file('b.txt').write('BBB')
44
+ git.command('add', '.').execute!
45
+ git.command('commit', '-m', 'First commit.').execute!
46
+ git.rev_parse('HEAD')
47
+ end
48
+
49
+ let(:appended_dir) do
50
+ r = ::EacRubyUtils::Fs::Temp.directory
51
+ r.join('appended.template').write('Needs a %%ABC%% value.')
52
+ r
53
+ end
54
+
55
+ let(:target_dir) do
56
+ r = ::EacRubyUtils::Fs::Temp.directory
57
+ ::FileUtils.touch(r.join('to_be_removed').to_path)
58
+ r
59
+ end
60
+
61
+ let(:commit) { ::Avm::Git::Commit.new(git, commit_sha1) }
62
+ let(:variables_source_class) do
63
+ ::Class.new do
64
+ attr_reader :abc
65
+
66
+ def initialize(abc)
67
+ @abc = abc
68
+ end
69
+ end
70
+ end
71
+ let(:variables_source) { variables_source_class.new('Any value') }
72
+ let(:target_env) { ::EacRubyUtils::Envs.local }
73
+ let(:instance) do
74
+ described_class.new(commit, target_env, target_dir).append_templatized_directory(appended_dir)
75
+ .append_file_content('c.txt', 'Any content')
76
+ .variables_source_set(variables_source)
77
+ end
78
+
79
+ after do
80
+ appended_dir.remove
81
+ target_dir.remove
82
+ end
83
+
84
+ context 'without run' do # rubocop:disable RSpec/EmptyExampleGroup
85
+ check_files(false)
86
+ end
87
+
88
+ context 'with run' do # rubocop:disable RSpec/EmptyExampleGroup
89
+ before { instance.run }
90
+
91
+ check_files(true)
92
+ end
93
+ end
@@ -0,0 +1,13 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'avm/git/commit/diff_tree_line'
4
+
5
+ RSpec.describe ::Avm::Git::Commit::DiffTreeLine, git: true do
6
+ include_examples 'source_target_fixtures', __FILE__ do
7
+ def source_data(source_file)
8
+ ::File.read(source_file).each_line.map do |line|
9
+ described_class.new(line).fields
10
+ end
11
+ end
12
+ end
13
+ end
@@ -0,0 +1 @@
1
+ :000000 100644 0000000000000000000000000000000000000000 f380aec0bd8dd777edac43b11636e46cad04273a A nomes.txt
@@ -0,0 +1,7 @@
1
+ ---
2
+ - src_mode: '000000'
3
+ dst_mode: '100644'
4
+ src_sha1: '0000000000000000000000000000000000000000'
5
+ dst_sha1: f380aec0bd8dd777edac43b11636e46cad04273a
6
+ status: A
7
+ path: nomes.txt
@@ -0,0 +1 @@
1
+ :100644 100644 40bcdecb4214cd8a3fcf96cd25a2beb87e7e7cd8 4a30dfae816b984f05cfb594e0d5958bb8c387ae M nomes.txt
@@ -0,0 +1,7 @@
1
+ ---
2
+ - src_mode: '100644'
3
+ dst_mode: '100644'
4
+ src_sha1: 40bcdecb4214cd8a3fcf96cd25a2beb87e7e7cd8
5
+ dst_sha1: 4a30dfae816b984f05cfb594e0d5958bb8c387ae
6
+ status: M
7
+ path: nomes.txt
@@ -0,0 +1 @@
1
+ :100644 000000 10728718a2915256ab162f1e05178ebff9efa6ce 0000000000000000000000000000000000000000 D nomes3.txt
@@ -0,0 +1,7 @@
1
+ ---
2
+ - src_mode: '100644'
3
+ dst_mode: '000000'
4
+ src_sha1: 10728718a2915256ab162f1e05178ebff9efa6ce
5
+ dst_sha1: '0000000000000000000000000000000000000000'
6
+ status: D
7
+ path: nomes3.txt
@@ -0,0 +1,2 @@
1
+ :100644 000000 4a30dfae816b984f05cfb594e0d5958bb8c387ae 0000000000000000000000000000000000000000 D nomes.txt
2
+ :000000 100644 0000000000000000000000000000000000000000 4a30dfae816b984f05cfb594e0d5958bb8c387ae A nomes2.txt
@@ -0,0 +1,13 @@
1
+ ---
2
+ - src_mode: '100644'
3
+ dst_mode: '000000'
4
+ src_sha1: 4a30dfae816b984f05cfb594e0d5958bb8c387ae
5
+ dst_sha1: '0000000000000000000000000000000000000000'
6
+ status: D
7
+ path: nomes.txt
8
+ - src_mode: '000000'
9
+ dst_mode: '100644'
10
+ src_sha1: '0000000000000000000000000000000000000000'
11
+ dst_sha1: 4a30dfae816b984f05cfb594e0d5958bb8c387ae
12
+ status: A
13
+ path: nomes2.txt
@@ -0,0 +1,2 @@
1
+ :100644 000000 4a30dfae816b984f05cfb594e0d5958bb8c387ae 0000000000000000000000000000000000000000 D nomes2.txt
2
+ :000000 100644 0000000000000000000000000000000000000000 10728718a2915256ab162f1e05178ebff9efa6ce A nomes3.txt
@@ -0,0 +1,13 @@
1
+ ---
2
+ - src_mode: '100644'
3
+ dst_mode: '000000'
4
+ src_sha1: 4a30dfae816b984f05cfb594e0d5958bb8c387ae
5
+ dst_sha1: '0000000000000000000000000000000000000000'
6
+ status: D
7
+ path: nomes2.txt
8
+ - src_mode: '000000'
9
+ dst_mode: '100644'
10
+ src_sha1: '0000000000000000000000000000000000000000'
11
+ dst_sha1: 10728718a2915256ab162f1e05178ebff9efa6ce
12
+ status: A
13
+ path: nomes3.txt
@@ -0,0 +1,56 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'avm/git/commit'
4
+
5
+ RSpec.describe ::Avm::Git::Commit, git: true do
6
+ let(:git) { stubbed_git_local_repo }
7
+
8
+ let(:first_commit_sha1) do
9
+ git.file('a.txt').write('AAA')
10
+ git.file('b.txt').write('BBB')
11
+ git.command('add', '.').execute!
12
+ git.command('commit', '-m', 'First commit.').execute!
13
+ git.rev_parse('HEAD')
14
+ end
15
+
16
+ let(:second_commit_sha1) do
17
+ first_commit_sha1
18
+ git.file('a.txt').write('AAAAA')
19
+ git.file('b.txt').delete
20
+ git.file('ç.txt').write('CCC')
21
+ git.command('add', '.').execute!
22
+ git.command('commit', '-m', 'Second commit.').execute!
23
+ git.rev_parse('HEAD')
24
+ end
25
+
26
+ let(:first_commit) { described_class.new(git, first_commit_sha1) }
27
+ let(:second_commit) { described_class.new(git, second_commit_sha1) }
28
+
29
+ describe '#files' do
30
+ it { expect(first_commit.files.count).to eq(2) }
31
+ it { expect(second_commit.files.count).to eq(3) }
32
+
33
+ {
34
+ 'first_commit' => %w[a.txt b.txt],
35
+ 'second_commit' => %w[a.txt b.txt ç.txt]
36
+ }.each do |commit_name, filenames|
37
+ filenames.each do |filename|
38
+ it "find file \"#{filename}\" in commit \"#{commit_name}\"" do
39
+ commit = send(commit_name)
40
+ file = commit.files.find { |f| f.path == filename }
41
+ expect(file).to be_a(::Avm::Git::Commit::File)
42
+ end
43
+ end
44
+ end
45
+ end
46
+
47
+ describe '#files_size' do
48
+ it { expect(first_commit.files_size).to eq(6) }
49
+ it { expect(second_commit.files_size).to eq(8) }
50
+ end
51
+
52
+ describe '#root_child?' do
53
+ it { expect(first_commit.root_child?).to eq(true) }
54
+ it { expect(second_commit.root_child?).to eq(false) }
55
+ end
56
+ end
@@ -0,0 +1,3 @@
1
+ # frozen_string_literal: true
2
+
3
+ ::EacRubyUtils::Rspec.default_setup.describe_rubocop
@@ -0,0 +1,4 @@
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,9 +5,13 @@ require 'eac_ruby_utils/core_ext'
5
5
  module Avm
6
6
  module Apps
7
7
  class Config
8
- enable_context
9
-
10
8
  class << self
9
+ # @deprecated Use EacConfig::Node.context instead.
10
+ # @return [EacRubyUtils::Context<EacConfig::Node>]
11
+ def context
12
+ ::EacConfig::Node.context
13
+ end
14
+
11
15
  delegate :current, to: :context
12
16
  end
13
17
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Avm
4
4
  module Apps
5
- VERSION = '0.3.0'
5
+ VERSION = '0.4.1'
6
6
  end
7
7
  end
@@ -1,3 +1,3 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- ::EacRubyGemSupport::Rspec.default.describe_rubocop
3
+ ::EacRubyUtils::Rspec.default_setup.describe_rubocop
@@ -1,103 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # This file was generated by the `rspec --init` command. Conventionally, all
4
- # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
5
- # The generated `.rspec` file contains `--require spec_helper` which will cause
6
- # this file to always be loaded, without a need to explicitly require it in any
7
- # files.
8
- #
9
- # Given that it is always loaded, you are encouraged to keep this file as
10
- # light-weight as possible. Requiring heavyweight dependencies from this file
11
- # will add to the boot time of your test suite on EVERY test run, even for an
12
- # individual file that may not need all of that loaded. Instead, consider making
13
- # a separate helper file that requires the additional dependencies and performs
14
- # the additional setup, and require it from the spec files that actually need
15
- # it.
16
- #
17
- # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
18
- RSpec.configure do |config|
19
- # rspec-expectations config goes here. You can use an alternate
20
- # assertion/expectation library such as wrong or the stdlib/minitest
21
- # assertions if you prefer.
22
- config.expect_with :rspec do |expectations|
23
- # This option will default to `true` in RSpec 4. It makes the `description`
24
- # and `failure_message` of custom matchers include text for helper methods
25
- # defined using `chain`, e.g.:
26
- # be_bigger_than(2).and_smaller_than(4).description
27
- # # => "be bigger than 2 and smaller than 4"
28
- # ...rather than:
29
- # # => "be bigger than 2"
30
- expectations.include_chain_clauses_in_custom_matcher_descriptions = true
31
- end
32
-
33
- # rspec-mocks config goes here. You can use an alternate test double
34
- # library (such as bogus or mocha) by changing the `mock_with` option here.
35
- config.mock_with :rspec do |mocks|
36
- # Prevents you from mocking or stubbing a method that does not exist on
37
- # a real object. This is generally recommended, and will default to
38
- # `true` in RSpec 4.
39
- mocks.verify_partial_doubles = true
40
- end
41
-
42
- # This option will default to `:apply_to_host_groups` in RSpec 4 (and will
43
- # have no way to turn it off -- the option exists only for backwards
44
- # compatibility in RSpec 3). It causes shared context metadata to be
45
- # inherited by the metadata hash of host groups and examples, rather than
46
- # triggering implicit auto-inclusion in groups with matching metadata.
47
- config.shared_context_metadata_behavior = :apply_to_host_groups
48
-
49
- # The settings below are suggested to provide a good initial experience
50
- # with RSpec, but feel free to customize to your heart's content.
51
- # # This allows you to limit a spec run to individual examples or groups
52
- # # you care about by tagging them with `:focus` metadata. When nothing
53
- # # is tagged with `:focus`, all examples get run. RSpec also provides
54
- # # aliases for `it`, `describe`, and `context` that include `:focus`
55
- # # metadata: `fit`, `fdescribe` and `fcontext`, respectively.
56
- # config.filter_run_when_matching :focus
57
- #
58
- # # Allows RSpec to persist some state between runs in order to support
59
- # # the `--only-failures` and `--next-failure` CLI options. We recommend
60
- # # you configure your source control system to ignore this file.
61
- # config.example_status_persistence_file_path = "spec/examples.txt"
62
- #
63
- # # Limits the available syntax to the non-monkey patched syntax that is
64
- # # recommended. For more details, see:
65
- # # - http://rspec.info/blog/2012/06/rspecs-new-expectation-syntax/
66
- # # - http://www.teaisaweso.me/blog/2013/05/27/rspecs-new-message-expectation-syntax/
67
- # # - http://rspec.info/blog/2014/05/notable-changes-in-rspec-3/#zero-monkey-patching-mode
68
- # config.disable_monkey_patching!
69
- #
70
- # # This setting enables warnings. It's recommended, but in some cases may
71
- # # be too noisy due to issues in dependencies.
72
- # config.warnings = true
73
- #
74
- # # Many RSpec users commonly either run the entire suite or an individual
75
- # # file, and it's useful to allow more verbose output when running an
76
- # # individual spec file.
77
- # if config.files_to_run.one?
78
- # # Use the documentation formatter for detailed output,
79
- # # unless a formatter has already been configured
80
- # # (e.g. via a command-line flag).
81
- # config.default_formatter = "doc"
82
- # end
83
- #
84
- # # Print the 10 slowest examples and example groups at the
85
- # # end of the spec run, to help surface which specs are running
86
- # # particularly slow.
87
- # config.profile_examples = 10
88
- #
89
- # # Run specs in random order to surface order dependencies. If you find an
90
- # # order dependency and want to debug it, you can fix the order by providing
91
- # # the seed, which is printed after each run.
92
- # # --seed 1234
93
- # config.order = :random
94
- #
95
- # # Seed global randomization in this process using the `--seed` CLI option.
96
- # # Setting this allows you to use `--seed` to deterministically reproduce
97
- # # test failures related to randomization by passing the same `--seed` value
98
- # # as the one that triggered the failure.
99
- # Kernel.srand config.seed
100
-
101
- require 'eac_ruby_gem_support/rspec'
102
- ::EacRubyGemSupport::Rspec.setup(::File.expand_path('..', __dir__), config)
103
- end
3
+ require 'eac_ruby_utils/rspec/default_setup'
4
+ ::EacRubyUtils::Rspec.default_setup_create(::File.expand_path('..', __dir__))