eac_tools 0.31.0 → 0.32.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (332) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +54 -49
  3. data/lib/eac_tools/version.rb +1 -1
  4. data/sub/avm/avm.gemspec +4 -4
  5. data/sub/avm/lib/avm/entries/auto_values/entry.rb +11 -4
  6. data/sub/avm/lib/avm/entries/base/uri_components_entries_values/component_factory.rb +42 -0
  7. data/sub/avm/lib/avm/entries/base/uri_components_entries_values/generic_component.rb +52 -0
  8. data/sub/avm/lib/avm/entries/base/uri_components_entries_values/path_component.rb +19 -0
  9. data/sub/avm/lib/avm/entries/base/uri_components_entries_values/url_component.rb +28 -0
  10. data/sub/avm/lib/avm/entries/base/uri_components_entries_values.rb +25 -0
  11. data/sub/avm/lib/avm/entries/base.rb +7 -0
  12. data/sub/avm/lib/avm/entries/jobs/base.rb +62 -0
  13. data/sub/avm/lib/avm/entries/jobs/variables_source/read_entry.rb +50 -0
  14. data/sub/avm/lib/avm/entries/jobs/variables_source.rb +15 -0
  15. data/sub/avm/lib/avm/entries/jobs/with_variables_source.rb +15 -0
  16. data/sub/avm/lib/avm/entries/jobs.rb +11 -0
  17. data/sub/avm/lib/avm/entries/keys_constants_set.rb +43 -0
  18. data/sub/avm/lib/avm/instances/base/entry_keys.rb +1 -1
  19. data/sub/avm/lib/avm/instances/base/install.rb +24 -0
  20. data/sub/avm/lib/avm/instances/base/web.rb +16 -0
  21. data/sub/avm/lib/avm/instances/base.rb +1 -1
  22. data/sub/avm/lib/avm/instances/entry_keys.rb +3 -22
  23. data/sub/avm/lib/avm/rspec/setup.rb +7 -8
  24. data/sub/avm/lib/avm/rspec/shared_examples/entries_values.rb +23 -0
  25. data/sub/avm/lib/avm/version.rb +1 -1
  26. data/sub/avm/spec/lib/avm/instances/base_spec.rb +77 -97
  27. data/sub/avm/spec/lib/avm/instances/{base_spec_configs_storage.yml → base_spec_files/config.yml} +0 -0
  28. data/sub/avm-eac_asciidoctor_base0/avm-eac_asciidoctor_base0.gemspec +2 -2
  29. data/sub/avm-eac_asciidoctor_base0/lib/avm/eac_asciidoctor_base0/instances/apache_host.rb +2 -2
  30. data/sub/avm-eac_asciidoctor_base0/lib/avm/eac_asciidoctor_base0/instances/apache_path.rb +2 -2
  31. data/sub/avm-eac_asciidoctor_base0/lib/avm/eac_asciidoctor_base0/instances/deploy.rb +2 -2
  32. data/sub/avm-eac_asciidoctor_base0/lib/avm/eac_asciidoctor_base0/version.rb +1 -1
  33. data/sub/avm-eac_latex_base0/avm-eac_latex_base0.gemspec +3 -3
  34. data/sub/avm-eac_latex_base0/lib/avm/eac_latex_base0/instances/apache_host.rb +2 -2
  35. data/sub/avm-eac_latex_base0/lib/avm/eac_latex_base0/instances/deploy.rb +2 -2
  36. data/sub/avm-eac_latex_base0/lib/avm/eac_latex_base0/version.rb +1 -1
  37. data/sub/avm-eac_rails_base0/avm-eac_rails_base0.gemspec +2 -2
  38. data/sub/avm-eac_rails_base0/lib/avm/eac_rails_base0/apache_host.rb +2 -2
  39. data/sub/avm-eac_rails_base0/lib/avm/eac_rails_base0/apache_path.rb +2 -2
  40. data/sub/avm-eac_rails_base0/lib/avm/eac_rails_base0/deploy.rb +2 -2
  41. data/sub/avm-eac_rails_base0/lib/avm/eac_rails_base0/version.rb +1 -1
  42. data/sub/avm-eac_rails_base1/avm-eac_rails_base1.gemspec +4 -4
  43. data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/apache_host.rb +19 -0
  44. data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/systemd_unit/service.rb +72 -0
  45. data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/systemd_unit/tasks_scheduler_command.rb +31 -0
  46. data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/systemd_unit.rb +59 -0
  47. data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/runner/tasks_scheduler/systemd_unit.rb +4 -4
  48. data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/version.rb +1 -1
  49. data/sub/avm-eac_rails_base1/template/avm/eac_rails_base1/{systemd_unit → instances/systemd_unit}/tasks_scheduler.service +0 -0
  50. data/sub/avm-eac_rails_base1/template/avm/eac_rails_base1/{systemd_unit → instances/systemd_unit}/tasks_scheduler_command.sh +0 -0
  51. data/sub/avm-eac_redmine_base0/avm-eac_redmine_base0.gemspec +2 -2
  52. data/sub/avm-eac_redmine_base0/lib/avm/eac_redmine_base0/instances/apache_host.rb +2 -2
  53. data/sub/avm-eac_redmine_base0/lib/avm/eac_redmine_base0/instances/base/database.rb +30 -0
  54. data/sub/avm-eac_redmine_base0/lib/avm/eac_redmine_base0/instances/base/gitolite.rb +42 -0
  55. data/sub/avm-eac_redmine_base0/lib/avm/eac_redmine_base0/instances/base/web.rb +20 -0
  56. data/sub/avm-eac_redmine_base0/lib/avm/eac_redmine_base0/instances/base.rb +1 -0
  57. data/sub/avm-eac_redmine_base0/lib/avm/eac_redmine_base0/instances/deploy.rb +2 -2
  58. data/sub/avm-eac_redmine_base0/lib/avm/eac_redmine_base0/instances/docker_image.rb +2 -6
  59. data/sub/avm-eac_redmine_base0/lib/avm/eac_redmine_base0/version.rb +1 -1
  60. data/sub/avm-eac_redmine_base0/spec/lib/avm/eac_redmine_base0/instances/base/gitolite_spec.rb +26 -0
  61. data/sub/avm-eac_redmine_base0/spec/lib/avm/eac_redmine_base0/instances/base/gitolite_spec_files/config.yml +10 -0
  62. data/sub/avm-eac_redmine_base0/template/avm/eac_redmine_base0/instances/deploy/config/install.sh.template +11 -3
  63. data/sub/avm-eac_webapp_base0/avm-eac_webapp_base0.gemspec +2 -2
  64. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/instances/apache_host.rb +85 -0
  65. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/instances/apache_path.rb +54 -0
  66. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/instances/base.rb +1 -1
  67. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/instances/deploy/appended_directories.rb +27 -0
  68. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/instances/deploy/build.rb +50 -0
  69. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/instances/deploy/file_unit.rb +44 -0
  70. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/instances/deploy/git_info.rb +64 -0
  71. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/instances/deploy/version.rb +26 -0
  72. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/instances/deploy/write_on_target.rb +20 -0
  73. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/instances/deploy.rb +75 -0
  74. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/version.rb +1 -1
  75. data/sub/avm-eac_webapp_base0/template/avm/eac_webapp_base0/{apache_host → instances/apache_host}/no_ssl.conf +0 -0
  76. data/sub/avm-eac_webapp_base0/template/avm/eac_webapp_base0/{apache_path → instances/apache_path}/default.conf +0 -0
  77. data/sub/avm-eac_wordpress_base0/avm-eac_wordpress_base0.gemspec +3 -3
  78. data/sub/avm-eac_wordpress_base0/lib/avm/eac_wordpress_base0/instances/apache_host.rb +2 -2
  79. data/sub/avm-eac_wordpress_base0/lib/avm/eac_wordpress_base0/instances/deploy.rb +2 -2
  80. data/sub/avm-eac_wordpress_base0/lib/avm/eac_wordpress_base0/version.rb +1 -1
  81. data/sub/avm-tools/avm-tools.gemspec +2 -2
  82. data/sub/avm-tools/lib/avm/tools/version.rb +1 -1
  83. data/sub/eac_git/Gemfile +8 -0
  84. data/sub/eac_git/eac_git.gemspec +20 -0
  85. data/sub/eac_git/lib/eac_git/executables.rb +48 -0
  86. data/sub/eac_git/lib/eac_git/local/branch.rb +27 -0
  87. data/sub/eac_git/lib/eac_git/local/commit/archive.rb +19 -0
  88. data/sub/eac_git/lib/eac_git/local/commit/changed_file.rb +46 -0
  89. data/sub/eac_git/lib/eac_git/local/commit/diff_tree_line.rb +32 -0
  90. data/sub/eac_git/lib/eac_git/local/commit.rb +73 -0
  91. data/sub/eac_git/lib/eac_git/local/dirty_files.rb +37 -0
  92. data/sub/eac_git/lib/eac_git/local/log.rb +17 -0
  93. data/sub/eac_git/lib/eac_git/local/remote.rb +27 -0
  94. data/sub/eac_git/lib/eac_git/local/remotes.rb +20 -0
  95. data/sub/eac_git/lib/eac_git/local/subrepo/config.rb +43 -0
  96. data/sub/eac_git/lib/eac_git/local/subrepo.rb +49 -0
  97. data/sub/eac_git/lib/eac_git/local.rb +127 -0
  98. data/sub/eac_git/lib/eac_git/remote/ls_result.rb +20 -0
  99. data/sub/eac_git/lib/eac_git/remote.rb +19 -0
  100. data/sub/eac_git/lib/eac_git/rspec/setup.rb +23 -0
  101. data/sub/eac_git/lib/eac_git/rspec/stubbed_git_local_repo.rb +71 -0
  102. data/sub/{avm/lib/avm/jobs.rb → eac_git/lib/eac_git/rspec.rb} +2 -2
  103. data/sub/eac_git/lib/eac_git/version.rb +5 -0
  104. data/sub/eac_git/lib/eac_git.rb +7 -0
  105. data/sub/eac_git/spec/lib/eac_git/executables_spec.rb +13 -0
  106. data/sub/eac_git/spec/lib/eac_git/local/commit/diff_tree_line_spec.rb +13 -0
  107. data/sub/eac_git/spec/lib/eac_git/local/commit/diff_tree_line_spec_files/add.source.out +1 -0
  108. data/sub/eac_git/spec/lib/eac_git/local/commit/diff_tree_line_spec_files/add.target.yaml +7 -0
  109. data/sub/eac_git/spec/lib/eac_git/local/commit/diff_tree_line_spec_files/modify.source.out +1 -0
  110. data/sub/eac_git/spec/lib/eac_git/local/commit/diff_tree_line_spec_files/modify.target.yaml +7 -0
  111. data/sub/eac_git/spec/lib/eac_git/local/commit/diff_tree_line_spec_files/remove.source.out +1 -0
  112. data/sub/eac_git/spec/lib/eac_git/local/commit/diff_tree_line_spec_files/remove.target.yaml +7 -0
  113. data/sub/eac_git/spec/lib/eac_git/local/commit/diff_tree_line_spec_files/rename.source.out +2 -0
  114. data/sub/eac_git/spec/lib/eac_git/local/commit/diff_tree_line_spec_files/rename.target.yaml +13 -0
  115. data/sub/eac_git/spec/lib/eac_git/local/commit/diff_tree_line_spec_files/rename_modify.source.out +2 -0
  116. data/sub/eac_git/spec/lib/eac_git/local/commit/diff_tree_line_spec_files/rename_modify.target.yaml +13 -0
  117. data/sub/eac_git/spec/lib/eac_git/local/commit_spec.rb +58 -0
  118. data/sub/eac_git/spec/rubocop_spec.rb +3 -0
  119. data/sub/eac_git/spec/spec_helper.rb +4 -0
  120. data/sub/eac_git/vendor/git-subrepo/Changes +110 -0
  121. data/sub/eac_git/vendor/git-subrepo/Intro.pod +509 -0
  122. data/sub/eac_git/vendor/git-subrepo/License +21 -0
  123. data/sub/eac_git/vendor/git-subrepo/Makefile +82 -0
  124. data/sub/eac_git/vendor/git-subrepo/Meta +28 -0
  125. data/sub/eac_git/vendor/git-subrepo/ReadMe.pod +698 -0
  126. data/sub/eac_git/vendor/git-subrepo/doc/comparison.swim +35 -0
  127. data/sub/eac_git/vendor/git-subrepo/doc/git-subrepo.swim +608 -0
  128. data/sub/eac_git/vendor/git-subrepo/doc/intro-to-subrepo.swim +387 -0
  129. data/sub/eac_git/vendor/git-subrepo/ext/bashplus/Changes +15 -0
  130. data/sub/eac_git/vendor/git-subrepo/ext/bashplus/License +21 -0
  131. data/sub/eac_git/vendor/git-subrepo/ext/bashplus/Makefile +45 -0
  132. data/sub/eac_git/vendor/git-subrepo/ext/bashplus/Meta +28 -0
  133. data/sub/eac_git/vendor/git-subrepo/ext/bashplus/ReadMe.pod +77 -0
  134. data/sub/eac_git/vendor/git-subrepo/ext/bashplus/bin/bash+ +43 -0
  135. data/sub/eac_git/vendor/git-subrepo/ext/bashplus/doc/bash+.swim +61 -0
  136. data/sub/eac_git/vendor/git-subrepo/ext/bashplus/lib/bash+.bash +92 -0
  137. data/sub/eac_git/vendor/git-subrepo/ext/bashplus/man/man1/bash+.1 +134 -0
  138. data/sub/eac_git/vendor/git-subrepo/ext/bashplus/man/man3/bash+.3 +134 -0
  139. data/sub/eac_git/vendor/git-subrepo/ext/bashplus/test/base.t +12 -0
  140. data/sub/eac_git/vendor/git-subrepo/ext/bashplus/test/fcopy.t +22 -0
  141. data/sub/eac_git/vendor/git-subrepo/ext/bashplus/test/lib/foo/bar.bash +3 -0
  142. data/sub/eac_git/vendor/git-subrepo/ext/bashplus/test/lib/foo/foo.bash +3 -0
  143. data/sub/eac_git/vendor/git-subrepo/ext/bashplus/test/source-bash+-std.t +18 -0
  144. data/sub/eac_git/vendor/git-subrepo/ext/bashplus/test/source-bash+.t +23 -0
  145. data/sub/eac_git/vendor/git-subrepo/ext/bashplus/test/test.bash +70 -0
  146. data/sub/eac_git/vendor/git-subrepo/ext/bashplus/test/use.t +19 -0
  147. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/Changes +15 -0
  148. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/License +21 -0
  149. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/Makefile +20 -0
  150. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/Meta +30 -0
  151. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ReadMe.pod +115 -0
  152. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/doc/test-more.swim +89 -0
  153. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/Changes +15 -0
  154. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/License +21 -0
  155. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/Makefile +45 -0
  156. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/Meta +28 -0
  157. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/ReadMe.pod +77 -0
  158. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/bin/bash+ +43 -0
  159. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/doc/bash+.swim +61 -0
  160. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/lib/bash+.bash +92 -0
  161. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/man/man1/bash+.1 +134 -0
  162. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/man/man3/bash+.3 +134 -0
  163. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/test/base.t +12 -0
  164. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/test/fcopy.t +22 -0
  165. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/test/lib/foo/bar.bash +3 -0
  166. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/test/lib/foo/foo.bash +3 -0
  167. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/test/source-bash+-std.t +18 -0
  168. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/test/source-bash+.t +23 -0
  169. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/test/test.bash +70 -0
  170. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/bashplus/test/use.t +19 -0
  171. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/Changes +15 -0
  172. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/License +21 -0
  173. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/Makefile +37 -0
  174. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/Meta +28 -0
  175. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/ReadMe.pod +66 -0
  176. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/doc/test-tap.swim +48 -0
  177. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/lib/test/tap.bash +153 -0
  178. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/man/man3/test-tap.3 +119 -0
  179. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/test/bail_out.t +13 -0
  180. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/test/done.t +10 -0
  181. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/test/fail.t +20 -0
  182. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/test/fail_fast.t +15 -0
  183. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/test/helper.bash +9 -0
  184. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/test/pass.t +9 -0
  185. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/test/plan.t +10 -0
  186. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/test/skip_all.t +20 -0
  187. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/test/tap.t +13 -0
  188. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/test/test/bail.t +14 -0
  189. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/test/test/fail.t +7 -0
  190. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/test/test/fail_fast.t +12 -0
  191. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/test/test/skip-all-init.t +8 -0
  192. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/ext/test-tap-bash/test/test/skip-all-plan.t +9 -0
  193. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/lib/test/more.bash +95 -0
  194. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/man/man3/test-more.3 +173 -0
  195. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/test/fail.t +20 -0
  196. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/test/more.t +20 -0
  197. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/test/pass.t +9 -0
  198. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/test/setup +8 -0
  199. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/test/skip_all.t +11 -0
  200. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/test/test/fail1.t +12 -0
  201. data/sub/eac_git/vendor/git-subrepo/ext/test-more-bash/test/test/skip_all.t +10 -0
  202. data/sub/eac_git/vendor/git-subrepo/lib/git-subrepo +1903 -0
  203. data/sub/eac_git/vendor/git-subrepo/lib/git-subrepo.d/bash+.bash +1 -0
  204. data/sub/eac_git/vendor/git-subrepo/lib/git-subrepo.d/help-functions.bash +339 -0
  205. data/sub/eac_git/vendor/git-subrepo/man/man1/git-subrepo.1 +743 -0
  206. data/sub/eac_git/vendor/git-subrepo/note/0.4.0 +12 -0
  207. data/sub/eac_git/vendor/git-subrepo/note/AllGitCmds +148 -0
  208. data/sub/eac_git/vendor/git-subrepo/note/Cases +32 -0
  209. data/sub/eac_git/vendor/git-subrepo/note/Commands +33 -0
  210. data/sub/eac_git/vendor/git-subrepo/note/Dags +199 -0
  211. data/sub/eac_git/vendor/git-subrepo/note/Gists +7 -0
  212. data/sub/eac_git/vendor/git-subrepo/note/Links +25 -0
  213. data/sub/eac_git/vendor/git-subrepo/note/Plugins +10 -0
  214. data/sub/eac_git/vendor/git-subrepo/note/Spec +39 -0
  215. data/sub/eac_git/vendor/git-subrepo/note/Story1 +57 -0
  216. data/sub/eac_git/vendor/git-subrepo/note/ToDo +55 -0
  217. data/sub/eac_git/vendor/git-subrepo/note/design.swim +137 -0
  218. data/sub/eac_git/vendor/git-subrepo/note/design2.swim +85 -0
  219. data/sub/eac_git/vendor/git-subrepo/note/init-test +38 -0
  220. data/sub/eac_git/vendor/git-subrepo/note/pull-dance.txt +18 -0
  221. data/sub/eac_git/vendor/git-subrepo/note/recreate-rebase-conflict.sh +56 -0
  222. data/sub/eac_git/vendor/git-subrepo/note/subtree-rebase-fail-example/test.bash +29 -0
  223. data/sub/eac_git/vendor/git-subrepo/note/test-subrepo-push.sh +69 -0
  224. data/sub/eac_git/vendor/git-subrepo/note/test.sh +58 -0
  225. data/sub/eac_git/vendor/git-subrepo/pkg/bin/generate-completion.pl +210 -0
  226. data/sub/eac_git/vendor/git-subrepo/pkg/bin/generate-help-functions.pl +89 -0
  227. data/sub/eac_git/vendor/git-subrepo/share/completion.bash +42 -0
  228. data/sub/eac_git/vendor/git-subrepo/share/enable-completion.sh +50 -0
  229. data/sub/eac_git/vendor/git-subrepo/share/git-completion.bash +2738 -0
  230. data/sub/eac_git/vendor/git-subrepo/share/zsh-completion/_git-subrepo +81 -0
  231. data/sub/eac_git/vendor/git-subrepo/test/branch-all.t +41 -0
  232. data/sub/eac_git/vendor/git-subrepo/test/branch-rev-list-one-path.t +43 -0
  233. data/sub/eac_git/vendor/git-subrepo/test/branch-rev-list.t +47 -0
  234. data/sub/eac_git/vendor/git-subrepo/test/branch.t +52 -0
  235. data/sub/eac_git/vendor/git-subrepo/test/clean.t +43 -0
  236. data/sub/eac_git/vendor/git-subrepo/test/clone-annotated-tag.t +45 -0
  237. data/sub/eac_git/vendor/git-subrepo/test/clone.t +107 -0
  238. data/sub/eac_git/vendor/git-subrepo/test/compile.t +19 -0
  239. data/sub/eac_git/vendor/git-subrepo/test/config.t +58 -0
  240. data/sub/eac_git/vendor/git-subrepo/test/encode.t +91 -0
  241. data/sub/eac_git/vendor/git-subrepo/test/error.t +171 -0
  242. data/sub/eac_git/vendor/git-subrepo/test/fetch.t +43 -0
  243. data/sub/eac_git/vendor/git-subrepo/test/gitignore.t +61 -0
  244. data/sub/eac_git/vendor/git-subrepo/test/init.t +64 -0
  245. data/sub/eac_git/vendor/git-subrepo/test/issue29.t +98 -0
  246. data/sub/eac_git/vendor/git-subrepo/test/issue95.t +98 -0
  247. data/sub/eac_git/vendor/git-subrepo/test/issue96.t +96 -0
  248. data/sub/eac_git/vendor/git-subrepo/test/pull-all.t +38 -0
  249. data/sub/eac_git/vendor/git-subrepo/test/pull-merge.t +113 -0
  250. data/sub/eac_git/vendor/git-subrepo/test/pull-message.t +88 -0
  251. data/sub/eac_git/vendor/git-subrepo/test/pull-new-branch.t +58 -0
  252. data/sub/eac_git/vendor/git-subrepo/test/pull-ours.t +90 -0
  253. data/sub/eac_git/vendor/git-subrepo/test/pull-theirs.t +82 -0
  254. data/sub/eac_git/vendor/git-subrepo/test/pull-twice.t +44 -0
  255. data/sub/eac_git/vendor/git-subrepo/test/pull-worktree.t +40 -0
  256. data/sub/eac_git/vendor/git-subrepo/test/pull.t +99 -0
  257. data/sub/eac_git/vendor/git-subrepo/test/push-after-init.t +51 -0
  258. data/sub/eac_git/vendor/git-subrepo/test/push-force.t +56 -0
  259. data/sub/eac_git/vendor/git-subrepo/test/push-new-branch.t +61 -0
  260. data/sub/eac_git/vendor/git-subrepo/test/push-no-changes.t +29 -0
  261. data/sub/eac_git/vendor/git-subrepo/test/push-squash.t +56 -0
  262. data/sub/eac_git/vendor/git-subrepo/test/push.t +176 -0
  263. data/sub/eac_git/vendor/git-subrepo/test/reclone.t +45 -0
  264. data/sub/eac_git/vendor/git-subrepo/test/repo/bar/HEAD +1 -0
  265. data/sub/eac_git/vendor/git-subrepo/test/repo/bar/config +4 -0
  266. data/sub/eac_git/vendor/git-subrepo/test/repo/bar/objects/1f/0c4b264caed0126814a0ede851a1e0b4e16ae6 +0 -0
  267. data/sub/eac_git/vendor/git-subrepo/test/repo/bar/objects/87/46903fdb1b9c2101377880125917c2e05b4d69 +0 -0
  268. data/sub/eac_git/vendor/git-subrepo/test/repo/bar/objects/94/c86ffc745232d89f78c6f895e11e71272518db +0 -0
  269. data/sub/eac_git/vendor/git-subrepo/test/repo/bar/objects/c6/76c57b6576743fa56278527aa60ebd2e202a7c +0 -0
  270. data/sub/eac_git/vendor/git-subrepo/test/repo/bar/objects/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391 +0 -0
  271. data/sub/eac_git/vendor/git-subrepo/test/repo/bar/objects/f6/2a8ff3feadf39b0a98f1a86ec6d1eb33858ee9 +0 -0
  272. data/sub/eac_git/vendor/git-subrepo/test/repo/bar/refs/heads/master +1 -0
  273. data/sub/eac_git/vendor/git-subrepo/test/repo/bar/refs/tags/A +1 -0
  274. data/sub/eac_git/vendor/git-subrepo/test/repo/foo/HEAD +1 -0
  275. data/sub/eac_git/vendor/git-subrepo/test/repo/foo/config +4 -0
  276. data/sub/eac_git/vendor/git-subrepo/test/repo/foo/objects/a0/f4cdaaf533a936296cdebbed8206c3b9ededa8 +0 -0
  277. data/sub/eac_git/vendor/git-subrepo/test/repo/foo/objects/e2/1291a1ad392a9d4c51dd9586804f1467b28afd +0 -0
  278. data/sub/eac_git/vendor/git-subrepo/test/repo/foo/objects/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391 +0 -0
  279. data/sub/eac_git/vendor/git-subrepo/test/repo/foo/refs/heads/master +1 -0
  280. data/sub/eac_git/vendor/git-subrepo/test/repo/init/HEAD +1 -0
  281. data/sub/eac_git/vendor/git-subrepo/test/repo/init/config +5 -0
  282. data/sub/eac_git/vendor/git-subrepo/test/repo/init/objects/11/523f5dcf03b4c89b592dc8a3d0308f68da2386 +0 -0
  283. data/sub/eac_git/vendor/git-subrepo/test/repo/init/objects/14/2addf8ec5f37334e837440122c62f2c68a29ad +0 -0
  284. data/sub/eac_git/vendor/git-subrepo/test/repo/init/objects/32/5180321750a21cd7a4e7ecda319e557a4f6a09 +2 -0
  285. data/sub/eac_git/vendor/git-subrepo/test/repo/init/objects/3d/918c6901c02f43af5d31779dd5e1f9166aeb36 +0 -0
  286. data/sub/eac_git/vendor/git-subrepo/test/repo/init/objects/3e/4cb596066dce63ba4d047abddb677389b65e19 +0 -0
  287. data/sub/eac_git/vendor/git-subrepo/test/repo/init/objects/4b/6e53022e7a04f07887697e4f3d7c377fd9822b +0 -0
  288. data/sub/eac_git/vendor/git-subrepo/test/repo/init/objects/58/931fc1bd559b59c41ea738fc7ad04f9ad01bd3 +0 -0
  289. data/sub/eac_git/vendor/git-subrepo/test/repo/init/objects/5e/c0c28e1b806f25efdca18fcf7a74b49c3755bd +0 -0
  290. data/sub/eac_git/vendor/git-subrepo/test/repo/init/objects/75/fa6584e748f57eff06eebdc55e9ac21d4fcbf2 +1 -0
  291. data/sub/eac_git/vendor/git-subrepo/test/repo/init/objects/80/2d5edbd5e1cb7fca82b5bd38e7c8a0a496fb20 +0 -0
  292. data/sub/eac_git/vendor/git-subrepo/test/repo/init/objects/94/7b3d714c38791e95ad6f928b48c98bb8708acd +0 -0
  293. data/sub/eac_git/vendor/git-subrepo/test/repo/init/objects/95/e1f2df3f4d5f3d7a60588c25a7ca8a913d3c2a +1 -0
  294. data/sub/eac_git/vendor/git-subrepo/test/repo/init/objects/b1/5f4a7666baf40d949548ead946a3370e273479 +0 -0
  295. data/sub/eac_git/vendor/git-subrepo/test/repo/init/objects/c3/ee8978c4c5d84c3b7d00ba8e5906933d027882 +0 -0
  296. data/sub/eac_git/vendor/git-subrepo/test/repo/init/objects/c8/b0bffbc405ef3fad7354ff833fbec36d67ddfa +3 -0
  297. data/sub/eac_git/vendor/git-subrepo/test/repo/init/objects/dd/8bdb934ec848137f011fe423b185505c343626 +2 -0
  298. data/sub/eac_git/vendor/git-subrepo/test/repo/init/objects/e2/9be58c767cfeb27235c995d293a7d71aac0135 +2 -0
  299. data/sub/eac_git/vendor/git-subrepo/test/repo/init/objects/ee/1224401fc6aac595145fa727dcf6706ac8aec1 +1 -0
  300. data/sub/eac_git/vendor/git-subrepo/test/repo/init/objects/f1/cc1a657b2e805c400f5dcaaa76bd29c6178b1b +0 -0
  301. data/sub/eac_git/vendor/git-subrepo/test/repo/init/refs/heads/master +1 -0
  302. data/sub/eac_git/vendor/git-subrepo/test/setup +205 -0
  303. data/sub/eac_git/vendor/git-subrepo/test/status.t +68 -0
  304. data/sub/eac_git/vendor/git-subrepo/test/submodule.t +45 -0
  305. data/sub/eac_ruby_utils/eac_ruby_utils.gemspec +1 -1
  306. data/sub/eac_ruby_utils/lib/eac_ruby_utils/method_class.rb +4 -2
  307. data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/{module → class}/method_class.rb +0 -0
  308. data/sub/eac_ruby_utils/lib/eac_ruby_utils/patches/class/static_method_class.rb +9 -0
  309. data/sub/eac_ruby_utils/lib/eac_ruby_utils/static_method_class.rb +12 -0
  310. data/sub/eac_ruby_utils/lib/eac_ruby_utils/version.rb +1 -1
  311. data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/{module → class}/method_class_spec.rb +1 -1
  312. data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/class/static_method_class_spec.rb +20 -0
  313. data/sub/eac_ruby_utils/spec/lib/eac_ruby_utils/static_method_class_spec.rb +44 -0
  314. metadata +303 -40
  315. data/sub/avm/lib/avm/instances/base/auto_values/install.rb +0 -47
  316. data/sub/avm/lib/avm/instances/base/auto_values/web.rb +0 -46
  317. data/sub/avm/lib/avm/jobs/base.rb +0 -63
  318. data/sub/avm/lib/avm/jobs/variables_source.rb +0 -22
  319. data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/apache_host.rb +0 -17
  320. data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/systemd_unit/service.rb +0 -70
  321. data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/systemd_unit/tasks_scheduler_command.rb +0 -29
  322. data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/systemd_unit.rb +0 -57
  323. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/apache_host.rb +0 -83
  324. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/apache_path.rb +0 -51
  325. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/deploy/appended_directories.rb +0 -25
  326. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/deploy/build.rb +0 -48
  327. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/deploy/file_unit.rb +0 -42
  328. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/deploy/git_info.rb +0 -62
  329. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/deploy/version.rb +0 -24
  330. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/deploy/write_on_target.rb +0 -18
  331. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/deploy.rb +0 -73
  332. data/sub/avm-tools/lib/avm/tools/runner/eac_webapp_base0.rb +0 -14
@@ -0,0 +1,64 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Avm
4
+ module EacWebappBase0
5
+ module Instances
6
+ class Deploy
7
+ module GitInfo
8
+ def commit_sha1_uncached
9
+ git_fetch
10
+ r = git.rev_parse(git_reference_found)
11
+ return r if r
12
+
13
+ raise ::Avm::Result::Error, "No commit SHA1 found for \"#{git_reference_found}\""
14
+ end
15
+
16
+ def git_fetch_uncached
17
+ infom "Fetching remote \"#{git_remote_name}\" from \"#{git_repository_path}\"..."
18
+ git.fetch(git_remote_name)
19
+ end
20
+
21
+ def git_reference
22
+ options[OPTION_REFERENCE] || DEFAULT_REFERENCE
23
+ end
24
+
25
+ def git_reference_found_uncached
26
+ %w[git_reference instance_branch master_branch].map { |b| send(b) }.find(&:present?) ||
27
+ raise(
28
+ ::Avm::Result::Error,
29
+ 'No git reference found (Searched for option, instance and master)'
30
+ )
31
+ end
32
+
33
+ def git_remote_hashs_uncached
34
+ git.remote_hashs(git_remote_name)
35
+ end
36
+
37
+ def git_remote_name
38
+ ::Avm::Git::DEFAULT_REMOTE_NAME
39
+ end
40
+
41
+ def git_repository_path
42
+ instance.source_instance.read_entry(::Avm::Instances::EntryKeys::INSTALL_PATH)
43
+ end
44
+
45
+ def git_uncached
46
+ ::Avm::Launcher::Git::Base.new(git_repository_path)
47
+ end
48
+
49
+ def instance_branch
50
+ remote_branch(instance.id)
51
+ end
52
+
53
+ def remote_branch(name)
54
+ git_remote_hashs.key?("refs/heads/#{name}") ? "#{git_remote_name}/#{name}" : nil
55
+ end
56
+
57
+ def master_branch
58
+ remote_branch('master')
59
+ end
60
+ end
61
+ end
62
+ end
63
+ end
64
+ end
@@ -0,0 +1,26 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Avm
4
+ module EacWebappBase0
5
+ module Instances
6
+ class Deploy
7
+ module Version
8
+ VERSION_TARGET_PATH = 'VERSION'
9
+
10
+ def version
11
+ ([::Time.now, commit_sha1] + version_git_refs).join('|')
12
+ end
13
+
14
+ def version_git_refs
15
+ git_remote_hashs.select { |_name, sha1| sha1 == commit_sha1 }.keys
16
+ .map { |ref| ref.gsub(%r{\Arefs/}, '') }.reject { |ref| ref == 'HEAD' }
17
+ end
18
+
19
+ def version_target_path
20
+ VERSION_TARGET_PATH
21
+ end
22
+ end
23
+ end
24
+ end
25
+ end
26
+ end
@@ -0,0 +1,20 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'eac_ruby_utils/core_ext'
4
+
5
+ module Avm
6
+ module EacWebappBase0
7
+ module Instances
8
+ class Deploy
9
+ module WriteOnTarget
10
+ def write_on_target
11
+ ::Avm::Files::Deploy.new(
12
+ instance.host_env,
13
+ instance.read_entry(::Avm::Instances::EntryKeys::INSTALL_PATH)
14
+ ).append_plain_directory(build_dir).run
15
+ end
16
+ end
17
+ end
18
+ end
19
+ end
20
+ end
@@ -0,0 +1,75 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'active_support/callbacks'
4
+ require 'avm/entries/jobs/base'
5
+ require 'avm/git'
6
+ require 'eac_ruby_utils/core_ext'
7
+ require 'eac_templates/core_ext'
8
+ require 'avm/launcher/git/base'
9
+ require 'net/http'
10
+
11
+ module Avm
12
+ module EacWebappBase0
13
+ module Instances
14
+ class Deploy
15
+ require_sub __FILE__, include_modules: true
16
+
17
+ DEFAULT_REFERENCE = 'HEAD'
18
+
19
+ REQUEST_TEST_JOB = 'request_test'
20
+ JOBS = (%w[create_build_dir build_content append_instance_content write_on_target
21
+ setup_files_units assert_instance_branch] + [REQUEST_TEST_JOB]).freeze
22
+
23
+ include ::Avm::Entries::Jobs::Base
24
+
25
+ lists.add_symbol :option, :appended_directories, :no_request_test, :reference
26
+
27
+ def option_list
28
+ ::Avm::EacWebappBase0::Instances::Deploy.lists.option
29
+ end
30
+
31
+ def run
32
+ super
33
+ ensure
34
+ remove_build_dir
35
+ end
36
+
37
+ def start_banner
38
+ infov 'Instance', instance
39
+ infov 'Git reference (User)', git_reference.if_present('- BLANK -')
40
+ infov 'Git remote name', git_remote_name
41
+ infov 'Git reference (Found)', git_reference_found
42
+ infov 'Git commit SHA1', commit_sha1
43
+ infov 'Appended directories', appended_directories
44
+ end
45
+
46
+ def setup_files_units
47
+ instance.class.const_get('FILES_UNITS').each do |data_key, fs_path_subpath|
48
+ FileUnit.new(self, data_key, fs_path_subpath).run
49
+ end
50
+ end
51
+
52
+ def assert_instance_branch
53
+ infom 'Setting instance branch...'
54
+ git.execute!('push', git_remote_name, "#{commit_sha1}:refs/heads/#{instance.id}", '-f')
55
+ end
56
+
57
+ def request_test
58
+ infom 'Requesting web interface...'
59
+ uri = URI(instance.read_entry('web.url'))
60
+ response = ::Net::HTTP.get_response(uri)
61
+ infov 'Response status', response.code
62
+ fatal_error "Request to #{uri} failed" unless response.code.to_i == 200
63
+ end
64
+
65
+ protected
66
+
67
+ def jobs
68
+ r = super
69
+ r.delete(REQUEST_TEST_JOB) if options[OPTION_NO_REQUEST_TEST]
70
+ r
71
+ end
72
+ end
73
+ end
74
+ end
75
+ end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Avm
4
4
  module EacWebappBase0
5
- VERSION = '0.8.0'
5
+ VERSION = '0.9.0'
6
6
  end
7
7
  end
@@ -12,9 +12,9 @@ Gem::Specification.new do |s|
12
12
 
13
13
  s.files = Dir['{lib,template}/**/*']
14
14
 
15
- s.add_dependency 'avm', '~> 0.41'
16
- s.add_dependency 'avm-eac_webapp_base0', '~> 0.6'
17
- s.add_dependency 'eac_ruby_utils', '~> 0.102'
15
+ s.add_dependency 'avm', '~> 0.45'
16
+ s.add_dependency 'avm-eac_webapp_base0', '~> 0.9'
17
+ s.add_dependency 'eac_ruby_utils', '~> 0.104'
18
18
 
19
19
  s.add_development_dependency 'eac_ruby_gem_support', '~> 0.5', '>= 0.5.1'
20
20
  end
@@ -1,11 +1,11 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require 'avm/eac_webapp_base0/apache_host'
3
+ require 'avm/eac_webapp_base0/instances/apache_host'
4
4
 
5
5
  module Avm
6
6
  module EacWordpressBase0
7
7
  module Instances
8
- class ApacheHost < ::Avm::EacWebappBase0::ApacheHost
8
+ class ApacheHost < ::Avm::EacWebappBase0::Instances::ApacheHost
9
9
  def document_root
10
10
  instance.read_entry(::Avm::Instances::EntryKeys::INSTALL_PATH)
11
11
  end
@@ -1,11 +1,11 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require 'avm/eac_webapp_base0/deploy'
3
+ require 'avm/eac_webapp_base0/instances/deploy'
4
4
 
5
5
  module Avm
6
6
  module EacWordpressBase0
7
7
  module Instances
8
- class Deploy < ::Avm::EacWebappBase0::Deploy
8
+ class Deploy < ::Avm::EacWebappBase0::Instances::Deploy
9
9
  end
10
10
  end
11
11
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Avm
4
4
  module EacWordpressBase0
5
- VERSION = '0.2.0'
5
+ VERSION = '0.2.1'
6
6
  end
7
7
  end
@@ -15,10 +15,10 @@ Gem::Specification.new do |s|
15
15
  s.executables = s.files.grep(%r{^exe/}) { |f| File.basename(f) }
16
16
 
17
17
  s.add_dependency 'aranha-parsers', '~> 0.14', '>= 0.14.3'
18
- s.add_dependency 'avm', '~> 0.42'
18
+ s.add_dependency 'avm', '~> 0.44'
19
19
  s.add_dependency 'avm-eac_ruby_base1', '~> 0.21'
20
20
  s.add_dependency 'avm-eac_ubuntu_base0', '~> 0.3'
21
- s.add_dependency 'avm-files', '~> 0.4'
21
+ s.add_dependency 'avm-files', '~> 0.4', '>= 0.4.1'
22
22
  s.add_dependency 'avm-git', '~> 0.4'
23
23
  s.add_dependency 'clipboard', '~> 1.3', '>= 1.3.6'
24
24
  s.add_dependency 'curb', '~> 0.9', '>= 0.9.11'
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Avm
4
4
  module Tools
5
- VERSION = '0.136.1'
5
+ VERSION = '0.136.2'
6
6
  end
7
7
  end
@@ -0,0 +1,8 @@
1
+ # frozen_string_literal: true
2
+
3
+ source 'https://rubygems.org'
4
+
5
+ gemspec
6
+
7
+ local_gemfile = ::File.join(::File.dirname(__FILE__), 'Gemfile.local')
8
+ eval_gemfile local_gemfile if ::File.exist?(local_gemfile)
@@ -0,0 +1,20 @@
1
+ # frozen_string_literal: true
2
+
3
+ $LOAD_PATH.push File.expand_path('lib', __dir__)
4
+
5
+ require 'eac_git/version'
6
+
7
+ Gem::Specification.new do |s|
8
+ s.name = 'eac_git'
9
+ s.version = EacGit::VERSION
10
+ s.authors = ['Put here the authors']
11
+ s.summary = 'Put here de description.'
12
+
13
+ s.files = Dir['{lib,vendor}/**/*']
14
+
15
+ s.add_dependency 'eac_ruby_utils', '~> 0.103'
16
+ s.add_dependency 'parseconfig', '~> 1.1', '>= 1.1.2'
17
+
18
+ s.add_development_dependency 'aranha-parsers', '~> 0.8', '>= 0.8.2'
19
+ s.add_development_dependency 'eac_ruby_gem_support', '~> 0.5.1'
20
+ end
@@ -0,0 +1,48 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'eac_ruby_utils/core_ext'
4
+ require 'eac_ruby_utils/envs'
5
+
6
+ module EacGit
7
+ module Executables
8
+ class << self
9
+ include ::EacRubyUtils::SimpleCache
10
+
11
+ def env
12
+ ::EacRubyUtils::Envs.local
13
+ end
14
+
15
+ private
16
+
17
+ def git_uncached
18
+ r = env.executable('git', '--version')
19
+ r.extend(GitCommandExtensions)
20
+ r
21
+ end
22
+
23
+ def tar_uncached
24
+ env.executable('tar', '--version')
25
+ end
26
+
27
+ module GitCommandExtensions
28
+ def command(*args)
29
+ super(*args).envvar('PATH', path_with_git_subrepo)
30
+ end
31
+
32
+ def gem_root
33
+ '../..'.to_pathname.expand_path(__dir__)
34
+ end
35
+
36
+ def git_subrepo_root
37
+ gem_root.join('vendor', 'git-subrepo')
38
+ end
39
+
40
+ def path_with_git_subrepo
41
+ ([git_subrepo_root.join('lib').to_path] +
42
+ ENV['PATH'].if_present('').split(::File::PATH_SEPARATOR))
43
+ .join(::File::PATH_SEPARATOR)
44
+ end
45
+ end
46
+ end
47
+ end
48
+ end
@@ -0,0 +1,27 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'eac_ruby_utils/core_ext'
4
+
5
+ module EacGit
6
+ class Local
7
+ class Branch
8
+ REFS_PREFIX = 'refs/heads/'
9
+
10
+ common_constructor :local, :name
11
+
12
+ # @return [String]
13
+ def current_commit_id
14
+ local.rev_parse(full_ref_name, true)
15
+ end
16
+
17
+ # @return [Boolean]
18
+ def exist?
19
+ local.command('show-ref', '--quiet', full_ref_name).execute.fetch(:exit_code).zero?
20
+ end
21
+
22
+ def full_ref_name
23
+ "#{REFS_PREFIX}#{name}"
24
+ end
25
+ end
26
+ end
27
+ end
@@ -0,0 +1,19 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'eac_ruby_utils/core_ext'
4
+
5
+ module EacGit
6
+ class Local
7
+ class Commit
8
+ module Archive
9
+ # @return [EacRubyUtils::Envs::Command]
10
+ def archive_to_dir(path)
11
+ path = path.to_pathname
12
+ repo.command('archive', '--format=tar', id).pipe(
13
+ ::EacGit::Executables.tar.command('-xC', path)
14
+ )
15
+ end
16
+ end
17
+ end
18
+ end
19
+ end
@@ -0,0 +1,46 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'eac_ruby_utils/core_ext'
4
+ require 'eac_git/local/commit/diff_tree_line'
5
+
6
+ module EacGit
7
+ class Local
8
+ class Commit
9
+ class ChangedFile
10
+ enable_simple_cache
11
+
12
+ attr_reader :commit, :diff_tree
13
+
14
+ # @param commit [EacGit::Local::Commit]
15
+ # @param diff_tree_line [String] A line from command "repo diff-tree --no-commit-id -r
16
+ # --full-index"'s output.
17
+ def initialize(commit, diff_tree_line)
18
+ @commit = commit
19
+ @diff_tree = ::EacGit::Local::Commit::DiffTreeLine.new(diff_tree_line)
20
+ end
21
+
22
+ delegate(*::EacGit::Local::Commit::DiffTreeLine::FIELDS, to: :diff_tree)
23
+
24
+ def to_s
25
+ "#{path}|#{status}"
26
+ end
27
+
28
+ def src_size_uncached
29
+ size(src_sha1)
30
+ end
31
+
32
+ def dst_size_uncached
33
+ size(dst_sha1)
34
+ end
35
+
36
+ private
37
+
38
+ def size(id)
39
+ return 0 if /\A0+\z/.match(id)
40
+
41
+ commit.repo.command('cat-file', '-s', id).execute!.strip.to_i
42
+ end
43
+ end
44
+ end
45
+ end
46
+ end
@@ -0,0 +1,32 @@
1
+ # frozen_string_literal: true
2
+
3
+ module EacGit
4
+ class Local
5
+ class Commit
6
+ class DiffTreeLine
7
+ DIFF_TREE_PATTERN = /\A:(\d{6}) (\d{6}) (\S+) (\S+) (\S+)\t(\S.*)\z/.freeze
8
+ FIELDS = %w[src_mode dst_mode src_sha1 dst_sha1 status path].freeze
9
+ GIT_COMMAND_ARGS = %w[-c core.quotepath=off diff-tree --no-commit-id -r --full-index].freeze
10
+
11
+ attr_reader(*FIELDS)
12
+
13
+ # line: a line of command "git [GIT_COMMAND_ARGS]"'s output.
14
+ # Reference: https://git-scm.com/docs/git-diff-tree
15
+ def initialize(line)
16
+ m = DIFF_TREE_PATTERN.match(line.strip)
17
+ raise "\"#{line}\" did not match pattern" unless m
18
+
19
+ FIELDS.count.times { |i| send("#{FIELDS[i]}=", m[i + 1]) }
20
+ end
21
+
22
+ def fields
23
+ FIELDS.map { |field| [field, send(field)] }.to_h
24
+ end
25
+
26
+ private
27
+
28
+ attr_writer(*FIELDS)
29
+ end
30
+ end
31
+ end
32
+ end
@@ -0,0 +1,73 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'eac_ruby_utils/core_ext'
4
+
5
+ module EacGit
6
+ class Local
7
+ class Commit
8
+ require_sub __FILE__, include_modules: true
9
+ enable_simple_cache
10
+ include ::Comparable
11
+
12
+ FIELDS = {
13
+ author_name: '%an', author_email: '%ae', author_date: '%ai',
14
+ subject: '%s',
15
+ author_all: '%an <%ae>, %ai',
16
+ commit_hash: '%H', abbreviated_commit_hash: '%h',
17
+ commiter_name: '%cn', commiter_email: '%ce', commiter_date: '%ci',
18
+ commiter_all: '%cn <%ce>, %ci',
19
+ raw_body: '%B'
20
+ }.freeze
21
+
22
+ common_constructor :repo, :id
23
+
24
+ def <=>(other)
25
+ [repo, id] <=> [other.repo, other.id]
26
+ end
27
+
28
+ def format(format)
29
+ repo.command('--no-pager', 'log', '-1', "--pretty=format:#{format}", id).execute!.strip
30
+ end
31
+
32
+ FIELDS.each do |field, format|
33
+ define_method(field) { format(format) }
34
+ end
35
+
36
+ def changed_files_uncached
37
+ diff_tree_execute.each_line.map do |line|
38
+ ::EacGit::Local::Commit::ChangedFile.new(self, line)
39
+ end
40
+ end
41
+
42
+ def changed_files_size_uncached
43
+ changed_files.inject(0) { |a, e| a + e.dst_size }
44
+ end
45
+
46
+ # @return [EacGit::Local::Commit, nil]
47
+ def parent
48
+ ps = parents
49
+ raise "#{self} has more than one parent" if ps.count > 2
50
+
51
+ ps.empty? ? nil : ps.first
52
+ end
53
+
54
+ # @return [Array<EacGit::Local::Commit>]
55
+ def parents
56
+ format('%P').each_line.map { |line| repo.commitize(line) }
57
+ end
58
+
59
+ def root_child?
60
+ parents.empty?
61
+ end
62
+
63
+ private
64
+
65
+ def diff_tree_execute
66
+ args = []
67
+ args << '--root' if root_child?
68
+ args << id
69
+ repo.command(*::EacGit::Local::Commit::DiffTreeLine::GIT_COMMAND_ARGS, *args).execute!
70
+ end
71
+ end
72
+ end
73
+ end
@@ -0,0 +1,37 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'eac_ruby_utils/core_ext'
4
+ require 'ostruct'
5
+
6
+ module EacGit
7
+ class Local
8
+ module DirtyFiles
9
+ STATUS_LINE_PATTERN = /\A(.)(.)\s(.+)\z/.freeze
10
+
11
+ def dirty?
12
+ dirty_files.any?
13
+ end
14
+
15
+ def dirty_file?(path)
16
+ absolute_path = path.to_pathname.expand_path(root_path)
17
+ dirty_files.any? do |df|
18
+ df.absolute_path == absolute_path
19
+ end
20
+ end
21
+
22
+ def dirty_files
23
+ command('status', '--porcelain=v1', '--untracked-files', '--no-renames')
24
+ .execute!.each_line.map { |line| parse_status_line(line.gsub(/\n\z/, '')) }
25
+ end
26
+
27
+ private
28
+
29
+ def parse_status_line(line)
30
+ STATUS_LINE_PATTERN.if_match(line) do |m|
31
+ ::OpenStruct.new(index: m[1], worktree: m[2], path: m[3].to_pathname,
32
+ absolute_path: m[3].to_pathname.expand_path(root_path))
33
+ end
34
+ end
35
+ end
36
+ end
37
+ end
@@ -0,0 +1,17 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'eac_git/remote'
4
+ require 'eac_ruby_utils/core_ext'
5
+
6
+ module EacGit
7
+ class Local
8
+ module Log
9
+ def log(until_commit = nil, from_commit = nil)
10
+ until_commit, from_commit = [until_commit, from_commit].map { |c| commitize(c) }
11
+ from_commit ||= head
12
+ command('log', '--format=%H', "#{until_commit.id}..#{from_commit.id}")
13
+ .execute!.each_line.map { |line| commitize(line.strip) }
14
+ end
15
+ end
16
+ end
17
+ end
@@ -0,0 +1,27 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'eac_git/remote'
4
+ require 'eac_ruby_utils/core_ext'
5
+
6
+ module EacGit
7
+ class Local
8
+ class Remote
9
+ NO_SUCH_REMOTE_CODE = 128
10
+
11
+ enable_simple_cache
12
+
13
+ common_constructor :local, :name
14
+
15
+ def exist?
16
+ url
17
+ end
18
+
19
+ # @return [String, nil]
20
+ def url
21
+ local.command('remote', 'get-url', name)
22
+ .execute!(exit_outputs: { NO_SUCH_REMOTE_CODE => nil })
23
+ .if_present(nil, &:strip)
24
+ end
25
+ end
26
+ end
27
+ end
@@ -0,0 +1,20 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'eac_ruby_utils/core_ext'
4
+ require 'eac_git/local/remote'
5
+
6
+ module EacGit
7
+ class Local
8
+ module Remotes
9
+ def remote(name)
10
+ ::EacGit::Local::Remote.new(self, name)
11
+ end
12
+
13
+ def remotes
14
+ command('remote').execute!.each_line.map(&:strip).reject(&:blank?).map do |name|
15
+ remote(name)
16
+ end
17
+ end
18
+ end
19
+ end
20
+ end