avm-tools 0.102.1 → 0.104.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (250) 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/instances/runner_helper.rb +1 -1
  5. data/lib/avm/projects/stereotypes/ruby_gem/local_project_mixin.rb +2 -2
  6. data/lib/avm/self/instance.rb +4 -0
  7. data/lib/avm/{core_ext.rb → tools/core_ext.rb} +0 -0
  8. data/lib/avm/tools/runner/app_src/eac_asciidoctor_base0/build.rb +1 -1
  9. data/lib/avm/tools/runner/app_src/info.rb +1 -1
  10. data/lib/avm/tools/runner/app_src/test.rb +1 -1
  11. data/lib/avm/tools/runner/app_src/update.rb +1 -1
  12. data/lib/avm/tools/runner/app_src/version_bump.rb +2 -2
  13. data/lib/avm/tools/runner/config.rb +1 -1
  14. data/lib/avm/tools/runner/config/load_path.rb +1 -1
  15. data/lib/avm/tools/runner/git.rb +1 -1
  16. data/lib/avm/tools/runner/git/auto_commit.rb +1 -0
  17. data/lib/avm/tools/runner/git/dirty_files.rb +1 -1
  18. data/lib/avm/tools/runner/git/issue.rb +5 -76
  19. data/lib/avm/tools/runner/git/issue/complete.rb +79 -0
  20. data/lib/avm/tools/runner/git/issue/deliver.rb +35 -0
  21. data/lib/avm/tools/runner/git/revisions_test.rb +1 -1
  22. data/lib/avm/tools/runner/git/subrepo.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/launcher.rb +1 -1
  27. data/lib/avm/tools/runner/ruby/rubocop.rb +1 -1
  28. data/lib/avm/tools/runner/self.rb +1 -1
  29. data/lib/avm/tools/version.rb +1 -1
  30. data/vendor/avm-apps/lib/avm/apps/config.rb +6 -2
  31. data/vendor/avm-apps/lib/avm/apps/version.rb +1 -1
  32. data/vendor/avm-eac_asciidoctor_base0/avm-eac_asciidoctor_base0.gemspec +1 -0
  33. data/{lib → vendor/avm-eac_asciidoctor_base0/lib}/avm/eac_asciidoctor_base0/apache_host.rb +0 -0
  34. data/{lib → vendor/avm-eac_asciidoctor_base0/lib}/avm/eac_asciidoctor_base0/apache_path.rb +0 -0
  35. data/{lib → vendor/avm-eac_asciidoctor_base0/lib}/avm/eac_asciidoctor_base0/deploy.rb +0 -0
  36. data/{lib → vendor/avm-eac_asciidoctor_base0/lib}/avm/eac_asciidoctor_base0/instance.rb +0 -0
  37. data/vendor/avm-eac_asciidoctor_base0/lib/avm/eac_asciidoctor_base0/version.rb +1 -1
  38. data/vendor/avm-eac_rails_base1/Gemfile +5 -0
  39. data/vendor/avm-eac_rails_base1/avm-eac_rails_base1.gemspec +19 -0
  40. data/{lib → vendor/avm-eac_rails_base1/lib}/avm/eac_rails_base1.rb +0 -0
  41. data/{lib → vendor/avm-eac_rails_base1/lib}/avm/eac_rails_base1/apache_host.rb +0 -0
  42. data/{lib → vendor/avm-eac_rails_base1/lib}/avm/eac_rails_base1/instance.rb +0 -0
  43. data/{lib → vendor/avm-eac_rails_base1/lib}/avm/eac_rails_base1/runner.rb +0 -0
  44. data/{lib → vendor/avm-eac_rails_base1/lib}/avm/eac_rails_base1/runner/bundle.rb +0 -0
  45. data/{lib → vendor/avm-eac_rails_base1/lib}/avm/eac_rails_base1/runner/code_runner.rb +0 -0
  46. data/{lib → vendor/avm-eac_rails_base1/lib}/avm/eac_rails_base1/runner/log.rb +0 -0
  47. data/vendor/avm-eac_rails_base1/lib/avm/eac_rails_base1/runner/logs.rb +18 -0
  48. data/vendor/avm-eac_rails_base1/lib/avm/eac_rails_base1/runner/logs/clear.rb +26 -0
  49. data/{lib → vendor/avm-eac_rails_base1/lib}/avm/eac_rails_base1/runner/rails_server.rb +0 -0
  50. data/{lib → vendor/avm-eac_rails_base1/lib}/avm/eac_rails_base1/runner_with/bundle.rb +0 -0
  51. data/{lib → vendor/avm-eac_rails_base1/lib}/avm/eac_rails_base1/runner_with/rails_environment.rb +0 -0
  52. data/vendor/avm-eac_rails_base1/lib/avm/eac_rails_base1/version.rb +7 -0
  53. data/vendor/avm-eac_rails_base1/spec/rubocop_spec.rb +3 -0
  54. data/vendor/avm-eac_rails_base1/spec/spec_helper.rb +102 -0
  55. data/vendor/avm-eac_redmine_base0/Gemfile +5 -0
  56. data/vendor/avm-eac_redmine_base0/avm-eac_redmine_base0.gemspec +19 -0
  57. data/{lib → vendor/avm-eac_redmine_base0/lib}/avm/eac_redmine_base0.rb +2 -2
  58. data/{lib → vendor/avm-eac_redmine_base0/lib}/avm/eac_redmine_base0/apache_host.rb +0 -0
  59. data/{lib → vendor/avm-eac_redmine_base0/lib}/avm/eac_redmine_base0/core_update.rb +0 -0
  60. data/{lib → vendor/avm-eac_redmine_base0/lib}/avm/eac_redmine_base0/data_unit.rb +0 -0
  61. data/{lib → vendor/avm-eac_redmine_base0/lib}/avm/eac_redmine_base0/deploy.rb +0 -0
  62. data/{lib → vendor/avm-eac_redmine_base0/lib}/avm/eac_redmine_base0/instance.rb +2 -2
  63. data/vendor/avm-eac_redmine_base0/lib/avm/eac_redmine_base0/instances/docker_image.rb +55 -0
  64. data/vendor/avm-eac_redmine_base0/lib/avm/eac_redmine_base0/patches/object/template.rb +7 -0
  65. data/vendor/avm-eac_redmine_base0/lib/avm/eac_redmine_base0/version.rb +7 -0
  66. data/vendor/avm-eac_redmine_base0/spec/rubocop_spec.rb +3 -0
  67. data/vendor/avm-eac_redmine_base0/spec/spec_helper.rb +102 -0
  68. data/{template → vendor/avm-eac_redmine_base0/template}/avm/eac_redmine_base0/deploy/config/install.sh.template +0 -0
  69. data/{template → vendor/avm-eac_redmine_base0/template}/avm/eac_redmine_base0/deploy/config/secrets.yml +0 -0
  70. data/{template/avm/eac_redmine_base0 → vendor/avm-eac_redmine_base0/template/avm/eac_redmine_base0/instances}/docker_image/Dockerfile.template +1 -1
  71. 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
  72. 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
  73. data/vendor/avm-eac_redmine_base0/template/avm/eac_redmine_base0/instances/docker_image/install_settings.sh.template +24 -0
  74. data/{template/avm/eac_redmine_base0 → vendor/avm-eac_redmine_base0/template/avm/eac_redmine_base0/instances}/docker_image/start.sh.template +0 -0
  75. data/vendor/avm-eac_webapp_base0/Gemfile +5 -0
  76. data/vendor/avm-eac_webapp_base0/avm-eac_webapp_base0.gemspec +19 -0
  77. data/{lib → vendor/avm-eac_webapp_base0/lib}/avm/eac_webapp_base0.rb +2 -2
  78. data/{lib → vendor/avm-eac_webapp_base0/lib}/avm/eac_webapp_base0/apache_host.rb +0 -0
  79. data/{lib → vendor/avm-eac_webapp_base0/lib}/avm/eac_webapp_base0/apache_path.rb +0 -0
  80. data/{lib → vendor/avm-eac_webapp_base0/lib}/avm/eac_webapp_base0/deploy.rb +0 -0
  81. data/{lib → vendor/avm-eac_webapp_base0/lib}/avm/eac_webapp_base0/deploy/appended_directories.rb +0 -0
  82. data/{lib → vendor/avm-eac_webapp_base0/lib}/avm/eac_webapp_base0/deploy/build.rb +0 -0
  83. data/{lib → vendor/avm-eac_webapp_base0/lib}/avm/eac_webapp_base0/deploy/file_unit.rb +0 -0
  84. data/{lib → vendor/avm-eac_webapp_base0/lib}/avm/eac_webapp_base0/deploy/git_info.rb +0 -0
  85. data/{lib → vendor/avm-eac_webapp_base0/lib}/avm/eac_webapp_base0/deploy/version.rb +0 -0
  86. data/{lib → vendor/avm-eac_webapp_base0/lib}/avm/eac_webapp_base0/deploy/write_on_target.rb +0 -0
  87. data/{lib → vendor/avm-eac_webapp_base0/lib}/avm/eac_webapp_base0/instance.rb +0 -0
  88. data/{lib → vendor/avm-eac_webapp_base0/lib}/avm/eac_webapp_base0/instance/subcommand_parent.rb +0 -0
  89. data/{lib → vendor/avm-eac_webapp_base0/lib}/avm/eac_webapp_base0/runner.rb +0 -0
  90. data/{lib → vendor/avm-eac_webapp_base0/lib}/avm/eac_webapp_base0/runner/apache_host.rb +0 -0
  91. data/{lib → vendor/avm-eac_webapp_base0/lib}/avm/eac_webapp_base0/runner/apache_path.rb +0 -0
  92. data/{lib → vendor/avm-eac_webapp_base0/lib}/avm/eac_webapp_base0/runner/data.rb +0 -0
  93. data/{lib → vendor/avm-eac_webapp_base0/lib}/avm/eac_webapp_base0/runner/data/dump.rb +0 -0
  94. data/{lib → vendor/avm-eac_webapp_base0/lib}/avm/eac_webapp_base0/runner/data/load.rb +0 -0
  95. data/{lib → vendor/avm-eac_webapp_base0/lib}/avm/eac_webapp_base0/runner/deploy.rb +0 -0
  96. data/vendor/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/version.rb +7 -0
  97. data/vendor/avm-eac_webapp_base0/spec/rubocop_spec.rb +3 -0
  98. data/vendor/avm-eac_webapp_base0/spec/spec_helper.rb +102 -0
  99. data/vendor/avm/Gemfile +5 -0
  100. data/vendor/avm/avm.gemspec +22 -0
  101. data/vendor/avm/lib/avm.rb +7 -0
  102. data/vendor/avm/lib/avm/docker.rb +9 -0
  103. data/{lib → vendor/avm/lib}/avm/docker/container.rb +5 -5
  104. data/{lib → vendor/avm/lib}/avm/docker/image.rb +3 -4
  105. data/{lib → vendor/avm/lib}/avm/docker/runner.rb +7 -11
  106. data/{lib → vendor/avm/lib}/avm/executables.rb +1 -1
  107. data/{lib → vendor/avm/lib}/avm/files.rb +0 -0
  108. data/{lib → vendor/avm/lib}/avm/files/appendable.rb +0 -0
  109. data/{lib → vendor/avm/lib}/avm/files/appendable/file_content.rb +0 -0
  110. data/{lib → vendor/avm/lib}/avm/files/appendable/plain_directory.rb +0 -0
  111. data/{lib → vendor/avm/lib}/avm/files/appendable/resource_base.rb +0 -0
  112. data/{lib → vendor/avm/lib}/avm/files/appendable/tar_output_command.rb +0 -0
  113. data/{lib → vendor/avm/lib}/avm/files/appendable/templatized_directory.rb +1 -0
  114. data/{lib → vendor/avm/lib}/avm/files/appender.rb +0 -0
  115. data/{lib → vendor/avm/lib}/avm/files/deploy.rb +0 -1
  116. data/{lib → vendor/avm/lib}/avm/files/formatter.rb +1 -1
  117. data/{lib → vendor/avm/lib}/avm/files/formatter/formats.rb +0 -0
  118. data/{lib → vendor/avm/lib}/avm/files/formatter/formats/base.rb +0 -0
  119. data/{lib → vendor/avm/lib}/avm/files/formatter/formats/generic_plain.rb +0 -0
  120. data/{lib → vendor/avm/lib}/avm/files/formatter/formats/html.rb +0 -0
  121. data/vendor/avm/lib/avm/files/formatter/formats/javascript.rb +23 -0
  122. data/{lib → vendor/avm/lib}/avm/files/formatter/formats/json.rb +0 -0
  123. data/{lib → vendor/avm/lib}/avm/files/formatter/formats/php.rb +0 -0
  124. data/{lib → vendor/avm/lib}/avm/files/formatter/formats/python.rb +0 -0
  125. data/{lib → vendor/avm/lib}/avm/files/formatter/formats/ruby.rb +0 -0
  126. data/{lib → vendor/avm/lib}/avm/files/formatter/formats/xml.rb +0 -0
  127. data/{lib → vendor/avm/lib}/avm/files/formatter/utf8_assert.rb +0 -0
  128. data/{lib → vendor/avm/lib}/avm/files/info.rb +0 -0
  129. data/{lib → vendor/avm/lib}/avm/files/rotate.rb +0 -0
  130. data/{lib → vendor/avm/lib}/avm/git.rb +0 -0
  131. data/{lib → vendor/avm/lib}/avm/git/auto_commit/commit_info.rb +0 -0
  132. data/{lib → vendor/avm/lib}/avm/git/auto_commit/rules.rb +0 -0
  133. data/{lib → vendor/avm/lib}/avm/git/auto_commit/rules/base.rb +0 -0
  134. data/{lib → vendor/avm/lib}/avm/git/auto_commit/rules/last.rb +0 -0
  135. data/{lib → vendor/avm/lib}/avm/git/auto_commit/rules/manual.rb +0 -0
  136. data/{lib → vendor/avm/lib}/avm/git/auto_commit/rules/new.rb +0 -0
  137. data/{lib → vendor/avm/lib}/avm/git/auto_commit/rules/nth.rb +0 -0
  138. data/{lib → vendor/avm/lib}/avm/git/auto_commit/rules/unique.rb +0 -0
  139. data/{lib → vendor/avm/lib}/avm/git/auto_commit_path.rb +1 -1
  140. data/{lib → vendor/avm/lib}/avm/git/auto_commit_path/ruby.rb +0 -0
  141. data/{lib → vendor/avm/lib}/avm/git/commit.rb +3 -2
  142. data/{lib → vendor/avm/lib}/avm/git/commit/class_methods.rb +0 -0
  143. data/{lib → vendor/avm/lib}/avm/git/commit/deploy.rb +0 -1
  144. data/{lib → vendor/avm/lib}/avm/git/commit/deploy_methods.rb +0 -0
  145. data/{lib → vendor/avm/lib}/avm/git/commit/diff_tree_line.rb +0 -0
  146. data/{lib → vendor/avm/lib}/avm/git/commit/file.rb +2 -2
  147. data/{lib → vendor/avm/lib}/avm/git/file_auto_fixup.rb +0 -0
  148. data/{lib → vendor/avm/lib}/avm/git/issue.rb +0 -0
  149. data/{lib → vendor/avm/lib}/avm/git/issue/complete.rb +3 -7
  150. data/vendor/avm/lib/avm/git/issue/complete/commits.rb +42 -0
  151. data/vendor/avm/lib/avm/git/issue/complete/git_subrepos.rb +23 -0
  152. data/vendor/avm/lib/avm/git/issue/complete/local_branch.rb +54 -0
  153. data/vendor/avm/lib/avm/git/issue/complete/local_tag.rb +39 -0
  154. data/vendor/avm/lib/avm/git/issue/complete/push.rb +54 -0
  155. data/vendor/avm/lib/avm/git/issue/complete/remote.rb +33 -0
  156. data/vendor/avm/lib/avm/git/issue/complete/test.rb +45 -0
  157. data/vendor/avm/lib/avm/git/issue/complete/tracker.rb +28 -0
  158. data/{lib → vendor/avm/lib}/avm/git/issue/complete/validation.rb +0 -0
  159. data/vendor/avm/lib/avm/git/issue/complete/validations.rb +53 -0
  160. data/vendor/avm/lib/avm/git/issue/complete/working_tree.rb +19 -0
  161. data/{lib → vendor/avm/lib}/avm/git/issue/deliver.rb +1 -1
  162. data/{lib → vendor/avm/lib}/avm/git/organize.rb +0 -0
  163. data/{lib → vendor/avm/lib}/avm/git/organize/reference_update.rb +0 -0
  164. data/{lib → vendor/avm/lib}/avm/git/organize/repository.rb +0 -0
  165. data/{lib → vendor/avm/lib}/avm/git/revision_test.rb +0 -0
  166. data/{lib → vendor/avm/lib}/avm/git/subrepo_check.rb +0 -1
  167. data/{lib → vendor/avm/lib}/avm/git/subrepo_check/parent.rb +0 -0
  168. data/{lib → vendor/avm/lib}/avm/git/subrepo_check/remote.rb +0 -0
  169. data/{lib → vendor/avm/lib}/avm/git/subrepo_check/show_result.rb +0 -1
  170. data/{lib → vendor/avm/lib}/avm/git/subrepo_checks.rb +1 -1
  171. data/{lib → vendor/avm/lib}/avm/instances/docker_image.rb +0 -0
  172. data/{lib → vendor/avm/lib}/avm/result.rb +0 -0
  173. data/vendor/avm/lib/avm/version.rb +5 -0
  174. data/{lib/avm/version.rb → vendor/avm/lib/avm/version_number.rb} +1 -1
  175. data/vendor/avm/spec/lib/avm/git/auto_commit_path_spec.rb +20 -0
  176. data/vendor/avm/spec/lib/avm/git/commit/deploy_spec.rb +93 -0
  177. data/vendor/avm/spec/lib/avm/git/commit/diff_tree_line_spec.rb +14 -0
  178. data/vendor/avm/spec/lib/avm/git/commit/diff_tree_line_spec_files/add.source.out +1 -0
  179. data/vendor/avm/spec/lib/avm/git/commit/diff_tree_line_spec_files/add.target.yaml +7 -0
  180. data/vendor/avm/spec/lib/avm/git/commit/diff_tree_line_spec_files/modify.source.out +1 -0
  181. data/vendor/avm/spec/lib/avm/git/commit/diff_tree_line_spec_files/modify.target.yaml +7 -0
  182. data/vendor/avm/spec/lib/avm/git/commit/diff_tree_line_spec_files/remove.source.out +1 -0
  183. data/vendor/avm/spec/lib/avm/git/commit/diff_tree_line_spec_files/remove.target.yaml +7 -0
  184. data/vendor/avm/spec/lib/avm/git/commit/diff_tree_line_spec_files/rename.source.out +2 -0
  185. data/vendor/avm/spec/lib/avm/git/commit/diff_tree_line_spec_files/rename.target.yaml +13 -0
  186. data/vendor/avm/spec/lib/avm/git/commit/diff_tree_line_spec_files/rename_modify.source.out +2 -0
  187. data/vendor/avm/spec/lib/avm/git/commit/diff_tree_line_spec_files/rename_modify.target.yaml +13 -0
  188. data/vendor/avm/spec/lib/avm/git/commit_spec.rb +56 -0
  189. data/vendor/avm/spec/rubocop_spec.rb +3 -0
  190. data/vendor/avm/spec/spec_helper.rb +19 -0
  191. data/vendor/eac_cli/eac_cli.gemspec +0 -1
  192. data/vendor/eac_cli/lib/eac_cli/config.rb +1 -2
  193. data/vendor/eac_cli/lib/eac_cli/config/entry.rb +1 -3
  194. data/vendor/eac_cli/lib/eac_cli/definition/help_formatter.rb +3 -2
  195. data/vendor/eac_cli/lib/eac_cli/old_configs_bridge.rb +2 -0
  196. data/vendor/eac_cli/lib/eac_cli/runner.rb +0 -2
  197. data/vendor/eac_cli/lib/eac_cli/runner/instance_methods.rb +5 -1
  198. data/vendor/eac_cli/lib/eac_cli/runner_with/help.rb +3 -2
  199. data/vendor/eac_cli/lib/eac_cli/runner_with/help/builder.rb +73 -0
  200. data/vendor/eac_cli/lib/eac_cli/runner_with/help/builder/alternative.rb +56 -0
  201. data/vendor/eac_cli/lib/eac_cli/runner_with/subcommands.rb +1 -3
  202. data/vendor/eac_cli/lib/eac_cli/version.rb +1 -1
  203. data/vendor/eac_cli/spec/lib/eac_cli/parser/alternative_spec.rb +1 -1
  204. data/vendor/eac_cli/spec/lib/eac_cli/runner_spec.rb +0 -1
  205. data/vendor/eac_config/lib/eac_config/node.rb +7 -0
  206. data/vendor/eac_config/lib/eac_config/version.rb +1 -1
  207. data/vendor/eac_docker/eac_docker.gemspec +1 -1
  208. data/vendor/eac_docker/lib/eac_docker/debug.rb +15 -0
  209. data/vendor/eac_docker/lib/eac_docker/images/coded.rb +4 -0
  210. data/vendor/eac_docker/lib/eac_docker/images/templatized.rb +12 -2
  211. data/vendor/eac_docker/lib/eac_docker/version.rb +1 -1
  212. data/vendor/eac_ruby_base0/lib/eac_ruby_base0/application.rb +17 -0
  213. data/vendor/eac_ruby_base0/lib/eac_ruby_base0/application_xdg.rb +2 -0
  214. data/vendor/eac_ruby_base0/lib/eac_ruby_base0/runner.rb +7 -4
  215. data/vendor/eac_ruby_base0/lib/eac_ruby_base0/version.rb +1 -1
  216. data/vendor/eac_ruby_utils/lib/eac_ruby_utils/boolean.rb +1 -1
  217. data/vendor/eac_ruby_utils/lib/eac_ruby_utils/patches/pathname/parent_n.rb +11 -0
  218. data/vendor/eac_ruby_utils/lib/eac_ruby_utils/version.rb +1 -1
  219. data/vendor/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/pathname/parent_n_spec.rb +33 -0
  220. data/vendor/eac_templates/eac_templates.gemspec +1 -1
  221. data/vendor/eac_templates/lib/eac_templates/variable_providers.rb +1 -1
  222. data/vendor/eac_templates/lib/eac_templates/variable_providers/config_reader.rb +27 -0
  223. data/vendor/eac_templates/lib/eac_templates/version.rb +1 -1
  224. metadata +183 -135
  225. data/lib/avm/docker.rb +0 -9
  226. data/lib/avm/docker/registry.rb +0 -19
  227. data/lib/avm/eac_redmine_base0/docker_image.rb +0 -52
  228. data/lib/avm/git/issue/complete/_commits.rb +0 -40
  229. data/lib/avm/git/issue/complete/_git_subrepos.rb +0 -21
  230. data/lib/avm/git/issue/complete/_local_branch.rb +0 -52
  231. data/lib/avm/git/issue/complete/_local_tag.rb +0 -37
  232. data/lib/avm/git/issue/complete/_push.rb +0 -52
  233. data/lib/avm/git/issue/complete/_remote.rb +0 -31
  234. data/lib/avm/git/issue/complete/_test.rb +0 -43
  235. data/lib/avm/git/issue/complete/_tracker.rb +0 -26
  236. data/lib/avm/git/issue/complete/_validations.rb +0 -51
  237. data/lib/avm/git/issue/complete/_working_tree.rb +0 -17
  238. data/template/avm/eac_redmine_base0/docker_image/install_settings.sh.template +0 -29
  239. data/vendor/eac_cli/lib/eac_cli/docopt/doc_builder.rb +0 -71
  240. data/vendor/eac_cli/lib/eac_cli/docopt/doc_builder/alternative.rb +0 -52
  241. data/vendor/eac_cli/lib/eac_cli/docopt/runner_context_replacement.rb +0 -15
  242. data/vendor/eac_cli/lib/eac_cli/docopt/runner_extension.rb +0 -51
  243. data/vendor/eac_cli/lib/eac_cli/docopt_runner.rb +0 -39
  244. data/vendor/eac_cli/lib/eac_cli/docopt_runner/_doc.rb +0 -23
  245. data/vendor/eac_cli/lib/eac_cli/docopt_runner/_settings.rb +0 -17
  246. data/vendor/eac_cli/lib/eac_cli/docopt_runner/_subcommands.rb +0 -152
  247. data/vendor/eac_cli/lib/eac_cli/docopt_runner/class_methods.rb +0 -18
  248. data/vendor/eac_cli/lib/eac_cli/docopt_runner/context.rb +0 -18
  249. data/vendor/eac_cli/spec/lib/eac_cli/docopt/runner_extension_spec.rb +0 -35
  250. data/vendor/eac_cli/spec/lib/eac_cli/docopt_runner_spec.rb +0 -136
@@ -0,0 +1,3 @@
1
+ # frozen_string_literal: true
2
+
3
+ ::EacRubyGemSupport::Rspec.default.describe_rubocop
@@ -0,0 +1,102 @@
1
+ # frozen_string_literal: true
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
+ require 'eac_ruby_gem_support/rspec'
101
+ ::EacRubyGemSupport::Rspec.setup(::File.expand_path('..', __dir__))
102
+ end
@@ -44,4 +44,4 @@ RUN /bin/chmod +x '%%start_path%%'
44
44
  RUN /bin/chown '%%redmine_user%%:%%redmine_user%%' '%%start_path%%'
45
45
  USER '%%redmine_user%%'
46
46
  WORKDIR '%%redmine_user_home%%'
47
- ENTRYPOINT '%%start_path%%'
47
+ CMD '%%start_path%%'
@@ -0,0 +1,24 @@
1
+ # Git Hosting
2
+ export redmine_git_hosting_ssh_key_name=redmine_git_hosting_id
3
+ export git_repositories_hierarchical_organisation=false
4
+
5
+ # Web
6
+ if [ '%%WEB.SCHEME%%' == 'https' ]; then
7
+ export address_https='true'
8
+ else
9
+ export address_https='false'
10
+ fi
11
+ export address_host='%%WEB.AUTHORITY%%'
12
+ export address_path='%%WEB.PATH%%'
13
+
14
+ # Mail settings
15
+ export smtp_server='%%MAILER.SMTP.ADDRESS%%'
16
+ export smtp_port='%%MAILER.SMTP.PORT%%'
17
+ export smtp_domain='%%MAILER.SMTP.DOMAIN%%'
18
+ export smtp_tls='%%MAILER.SMTP.TLS%%'
19
+ export smtp_enable_starttls_auto='%%MAILER.SMTP.STARTTLS_AUTO%%'
20
+ export smtp_openssl_verify_mode='%%MAILER.SMTP.OPENSSL_VERIFY_MODE%%'
21
+ export smtp_authentication='%%MAILER.SMTP.AUTHENTICATION%%'
22
+ export smtp_username='%%MAILER.SMTP.USERNAME%%'
23
+ export smtp_password='%%MAILER.SMTP.PASSWORD%%'
24
+ export mail_from='%%MAILER.FROM%%'
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ source 'https://rubygems.org'
4
+
5
+ gemspec
@@ -0,0 +1,19 @@
1
+ # frozen_string_literal: true
2
+
3
+ $LOAD_PATH.push File.expand_path('lib', __dir__)
4
+
5
+ require 'avm/eac_webapp_base0/version'
6
+
7
+ Gem::Specification.new do |s|
8
+ s.name = 'avm-eac_webapp_base0'
9
+ s.version = Avm::EacWebappBase0::VERSION
10
+ s.authors = ['Put here the authors']
11
+ s.summary = 'Put here de description.'
12
+
13
+ s.files = Dir['{lib}/**/*']
14
+
15
+ s.add_dependency 'avm', '~> 0.1'
16
+ s.add_dependency 'eac_ruby_utils', '~> 0.68'
17
+
18
+ s.add_development_dependency 'eac_ruby_gem_support', '~> 0.2'
19
+ end
@@ -1,9 +1,9 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require 'eac_ruby_utils/require_sub'
4
- ::EacRubyUtils.require_sub(__FILE__)
3
+ require 'eac_ruby_utils/core_ext'
5
4
 
6
5
  module Avm
7
6
  module EacWebappBase0
7
+ require_sub __FILE__
8
8
  end
9
9
  end
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Avm
4
+ module EacWebappBase0
5
+ VERSION = '0.1.0'
6
+ end
7
+ end
@@ -0,0 +1,3 @@
1
+ # frozen_string_literal: true
2
+
3
+ ::EacRubyGemSupport::Rspec.default.describe_rubocop
@@ -0,0 +1,102 @@
1
+ # frozen_string_literal: true
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
+ require 'eac_ruby_gem_support/rspec'
101
+ ::EacRubyGemSupport::Rspec.setup(::File.expand_path('..', __dir__))
102
+ end
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ source 'https://rubygems.org'
4
+
5
+ gemspec
@@ -0,0 +1,22 @@
1
+ # frozen_string_literal: true
2
+
3
+ $LOAD_PATH.push File.expand_path('lib', __dir__)
4
+
5
+ require 'avm/version'
6
+
7
+ Gem::Specification.new do |s|
8
+ s.name = 'avm'
9
+ s.version = Avm::VERSION
10
+ s.authors = ['Eduardo H. Bogoni']
11
+ s.summary = 'Ruby base library for Agora Vai! Methodology (https://avm.esquiloazul.tech).'
12
+
13
+ s.files = Dir['{lib}/**/*']
14
+
15
+ s.add_dependency 'eac_docker', '~> 0.3'
16
+ s.add_dependency 'eac_git', '~> 0.6'
17
+ s.add_dependency 'eac_ruby_utils', '~> 0.68'
18
+ s.add_dependency 'eac_templates', '~> 0.1', '>= 0.1.1'
19
+
20
+ s.add_development_dependency 'aranha-parsers', '~> 0.7', '>= 0.7.2'
21
+ s.add_development_dependency 'eac_ruby_gem_support', '~> 0.2'
22
+ end
@@ -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,9 @@
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,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require 'avm/core_ext'
4
- require 'avm/executables'
3
+ require 'eac_docker/executables'
4
+ require 'eac_ruby_utils/core_ext'
5
5
 
6
6
  module Avm
7
7
  module Docker
@@ -10,7 +10,7 @@ module Avm
10
10
  common_constructor :instance
11
11
 
12
12
  def remove
13
- ::Avm::Executables.docker.command.append(
13
+ ::EacDocker::Executables.docker.command.append(
14
14
  ['rm', '--force', instance.docker_container_name]
15
15
  ).system!
16
16
  end
@@ -28,12 +28,12 @@ module Avm
28
28
 
29
29
  def run_run(options)
30
30
  infom "\"docker run #{instance.docker_container_name}...\""
31
- ::Avm::Executables.docker.command.append(run_run_arguments(options)).system!
31
+ ::EacDocker::Executables.docker.command.append(run_run_arguments(options)).system!
32
32
  end
33
33
 
34
34
  def run_start
35
35
  infom "\"docker start #{instance.docker_container_name}...\""
36
- ::Avm::Executables.docker.command.append(run_start_arguments).system!
36
+ ::EacDocker::Executables.docker.command.append(run_start_arguments).system!
37
37
  end
38
38
 
39
39
  def run_run_arguments(options)
@@ -1,8 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require 'avm/version'
3
4
  require 'eac_ruby_utils/core_ext'
4
- require 'avm/executables'
5
- require 'avm/patches/object/template'
6
5
  require 'eac_docker/images/templatized'
7
6
 
8
7
  module Avm
@@ -25,11 +24,11 @@ module Avm
25
24
  end
26
25
 
27
26
  def generator_version
28
- ::Avm::Tools::VERSION
27
+ ::Avm::VERSION
29
28
  end
30
29
 
31
30
  def push
32
- ::Avm::Executables.docker.command.append(['push', tag]).system!
31
+ ::EacDocker::Executables.docker.command.append(['push', tag]).system!
33
32
  end
34
33
 
35
34
  def read_entry(path, options = {})