eac_tools 0.84.0 → 0.84.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (261) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +58 -82
  3. data/lib/eac_tools/version.rb +1 -1
  4. data/sub/avm/lib/avm/instances/base/entry_keys.rb +1 -1
  5. data/sub/avm/lib/avm/version.rb +1 -1
  6. data/sub/avm-eac_generic_base0/avm-eac_generic_base0.gemspec +3 -3
  7. data/sub/avm-eac_generic_base0/lib/avm/eac_generic_base0/version.rb +1 -1
  8. data/sub/avm-eac_webapp_base0/Gemfile +2 -2
  9. data/sub/avm-eac_webapp_base0/avm-eac_webapp_base0.gemspec +6 -5
  10. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/executables.rb +1 -1
  11. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/instances/apache_host.rb +2 -2
  12. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/instances/apache_path.rb +1 -1
  13. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/instances/base/apache.rb +1 -1
  14. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/instances/deploy/version.rb +1 -1
  15. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/instances/deploy.rb +1 -1
  16. data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/version.rb +1 -1
  17. data/sub/avm-eac_webapp_base0/spec/lib/avm/eac_webapp_base0/file_formats/css_spec.rb +1 -1
  18. data/sub/avm-eac_webapp_base0/spec/lib/avm/eac_webapp_base0/file_formats/html_spec.rb +1 -1
  19. data/sub/avm-eac_webapp_base0/spec/lib/avm/eac_webapp_base0/file_formats/javascript_spec.rb +1 -1
  20. data/sub/avm-eac_webapp_base0/spec/lib/avm/eac_webapp_base0/file_formats/json_spec.rb +1 -1
  21. data/sub/avm-eac_webapp_base0/spec/lib/avm/eac_webapp_base0/file_formats/xml_spec.rb +1 -1
  22. data/sub/avm-eac_webapp_base0/spec/lib/avm/eac_webapp_base0/instances/base_spec.rb +1 -1
  23. data/sub/avm-eac_webapp_base0/spec/lib/avm/eac_webapp_base0/sources/base_spec.rb +1 -1
  24. data/sub/avm-eac_webapp_base0/spec/rubocop_spec.rb +1 -1
  25. data/sub/avm-eac_webapp_base0/spec/spec_helper.rb +1 -1
  26. data/sub/eac_git/Gemfile +2 -2
  27. data/sub/eac_git/eac_git.gemspec +3 -3
  28. data/sub/eac_git/lib/eac_git/local/commit/diff_tree_line.rb +1 -1
  29. data/sub/eac_git/lib/eac_git/local/dirty_files.rb +13 -2
  30. data/sub/eac_git/lib/eac_git/local/remotes.rb +1 -1
  31. data/sub/eac_git/lib/eac_git/local/subrepo/config.rb +2 -2
  32. data/sub/eac_git/lib/eac_git/local.rb +3 -3
  33. data/sub/eac_git/lib/eac_git/remote.rb +2 -2
  34. data/sub/eac_git/lib/eac_git/remote_like/ls_result.rb +2 -2
  35. data/sub/eac_git/lib/eac_git/rspec/stubbed_git_local_repo/directory.rb +36 -0
  36. data/sub/eac_git/lib/eac_git/rspec/stubbed_git_local_repo/file.rb +22 -0
  37. data/sub/eac_git/lib/eac_git/rspec/stubbed_git_local_repo/fs_object.rb +27 -0
  38. data/sub/eac_git/lib/eac_git/rspec/stubbed_git_local_repo/repository.rb +34 -0
  39. data/sub/eac_git/lib/eac_git/rspec/stubbed_git_local_repo.rb +3 -45
  40. data/sub/eac_git/lib/eac_git/version.rb +1 -1
  41. data/sub/eac_git/spec/lib/eac_git/executables_spec.rb +1 -1
  42. data/sub/eac_git/spec/lib/eac_git/local/commit/diff_tree_line_spec.rb +2 -2
  43. data/sub/eac_git/spec/lib/eac_git/local/commit_spec.rb +4 -4
  44. data/sub/eac_git/spec/lib/eac_git/local/dirty_files_spec.rb +20 -0
  45. data/sub/eac_git/spec/rubocop_spec.rb +1 -1
  46. data/sub/eac_git/spec/spec_helper.rb +1 -1
  47. metadata +27 -222
  48. data/sub/avm-eac_github_base0/Gemfile +0 -8
  49. data/sub/avm-eac_github_base0/avm-eac_github_base0.gemspec +0 -22
  50. data/sub/avm-eac_github_base0/lib/avm/eac_github_base0/api/entity.rb +0 -24
  51. data/sub/avm-eac_github_base0/lib/avm/eac_github_base0/api/organization.rb +0 -19
  52. data/sub/avm-eac_github_base0/lib/avm/eac_github_base0/api/repository.rb +0 -14
  53. data/sub/avm-eac_github_base0/lib/avm/eac_github_base0/api/root.rb +0 -20
  54. data/sub/avm-eac_github_base0/lib/avm/eac_github_base0/api.rb +0 -18
  55. data/sub/avm-eac_github_base0/lib/avm/eac_github_base0/application_scms/base.rb +0 -41
  56. data/sub/avm-eac_github_base0/lib/avm/eac_github_base0/application_scms.rb +0 -11
  57. data/sub/avm-eac_github_base0/lib/avm/eac_github_base0/version.rb +0 -7
  58. data/sub/avm-eac_github_base0/lib/avm/eac_github_base0.rb +0 -9
  59. data/sub/avm-eac_github_base0/spec/lib/avm/eac_github_base0/application_scms/base_spec.rb +0 -40
  60. data/sub/avm-eac_github_base0/spec/rubocop_spec.rb +0 -3
  61. data/sub/avm-eac_github_base0/spec/spec_helper.rb +0 -4
  62. data/sub/avm-eac_gitlab_base0/Gemfile +0 -8
  63. data/sub/avm-eac_gitlab_base0/avm-eac_gitlab_base0.gemspec +0 -20
  64. data/sub/avm-eac_gitlab_base0/lib/avm/eac_gitlab_base0/api/base_entity.rb +0 -72
  65. data/sub/avm-eac_gitlab_base0/lib/avm/eac_gitlab_base0/api/file.rb +0 -33
  66. data/sub/avm-eac_gitlab_base0/lib/avm/eac_gitlab_base0/api/group.rb +0 -49
  67. data/sub/avm-eac_gitlab_base0/lib/avm/eac_gitlab_base0/api/member.rb +0 -25
  68. data/sub/avm-eac_gitlab_base0/lib/avm/eac_gitlab_base0/api/node.rb +0 -20
  69. data/sub/avm-eac_gitlab_base0/lib/avm/eac_gitlab_base0/api/nodes_set.rb +0 -118
  70. data/sub/avm-eac_gitlab_base0/lib/avm/eac_gitlab_base0/api/project.rb +0 -65
  71. data/sub/avm-eac_gitlab_base0/lib/avm/eac_gitlab_base0/api/root.rb +0 -30
  72. data/sub/avm-eac_gitlab_base0/lib/avm/eac_gitlab_base0/api.rb +0 -43
  73. data/sub/avm-eac_gitlab_base0/lib/avm/eac_gitlab_base0/application_scms/base.rb +0 -13
  74. data/sub/avm-eac_gitlab_base0/lib/avm/eac_gitlab_base0/application_scms.rb +0 -11
  75. data/sub/avm-eac_gitlab_base0/lib/avm/eac_gitlab_base0/instances/base.rb +0 -18
  76. data/sub/avm-eac_gitlab_base0/lib/avm/eac_gitlab_base0/version.rb +0 -7
  77. data/sub/avm-eac_gitlab_base0/lib/avm/eac_gitlab_base0.rb +0 -9
  78. data/sub/avm-eac_gitlab_base0/spec/lib/avm/eac_gitlab_base0/application_scms/base_spec.rb +0 -7
  79. data/sub/avm-eac_gitlab_base0/spec/rubocop_spec.rb +0 -3
  80. data/sub/avm-eac_gitlab_base0/spec/spec_helper.rb +0 -4
  81. data/sub/avm-eac_rails_base0/Gemfile +0 -8
  82. data/sub/avm-eac_rails_base0/avm-eac_rails_base0.gemspec +0 -20
  83. data/sub/avm-eac_rails_base0/lib/avm/eac_rails_base0/instances/apache_host.rb +0 -12
  84. data/sub/avm-eac_rails_base0/lib/avm/eac_rails_base0/instances/apache_path.rb +0 -13
  85. data/sub/avm-eac_rails_base0/lib/avm/eac_rails_base0/instances/base.rb +0 -24
  86. data/sub/avm-eac_rails_base0/lib/avm/eac_rails_base0/instances/deploy.rb +0 -55
  87. data/sub/avm-eac_rails_base0/lib/avm/eac_rails_base0/instances.rb +0 -11
  88. data/sub/avm-eac_rails_base0/lib/avm/eac_rails_base0/source_generators/base.rb +0 -13
  89. data/sub/avm-eac_rails_base0/lib/avm/eac_rails_base0/sources/base.rb +0 -40
  90. data/sub/avm-eac_rails_base0/lib/avm/eac_rails_base0/version.rb +0 -7
  91. data/sub/avm-eac_rails_base0/lib/avm/eac_rails_base0.rb +0 -9
  92. data/sub/avm-eac_rails_base0/spec/lib/avm/eac_rails_base0/instances/apache_host_spec.rb +0 -22
  93. data/sub/avm-eac_rails_base0/spec/lib/avm/eac_rails_base0/instances/apache_host_spec_files/apache_host_spec_no_ssl_content.conf +0 -11
  94. data/sub/avm-eac_rails_base0/spec/lib/avm/eac_rails_base0/instances/apache_path_spec.rb +0 -23
  95. data/sub/avm-eac_rails_base0/spec/lib/avm/eac_rails_base0/instances/apache_path_spec_files/stub-app_0_apache_path.conf +0 -12
  96. data/sub/avm-eac_rails_base0/spec/rubocop_spec.rb +0 -3
  97. data/sub/avm-eac_rails_base0/spec/spec_helper.rb +0 -5
  98. data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/instances/deploy/config/database.yml.template +0 -21
  99. data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/instances/deploy/config/envvars.d/email.yml.template +0 -11
  100. data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/Gemfile +0 -11
  101. data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/Rakefile +0 -8
  102. data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/app/assets/config/manifest.js +0 -3
  103. data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/app/assets/javascripts/application.js +0 -1
  104. data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/app/assets/stylesheets/application.scss +0 -1
  105. data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/app/controllers/application_controller.rb +0 -4
  106. data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/app/controllers/welcome_controller.rb +0 -5
  107. data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/app/views/welcome/index.html.erb +0 -1
  108. data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/bin/bundle +0 -5
  109. data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/bin/rails +0 -11
  110. data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/bin/rake +0 -11
  111. data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/bin/yarn +0 -11
  112. data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/config/application.rb +0 -11
  113. data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/config/boot.rb +0 -5
  114. data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/config/cable.yml +0 -8
  115. data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/config/credentials.yml.enc +0 -1
  116. data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/config/environment.rb +0 -7
  117. data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/config/puma.rb +0 -39
  118. data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/config/routes.rb +0 -5
  119. data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/config/spring.rb +0 -8
  120. data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/config.ru +0 -7
  121. data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/db/schema.rb +0 -1
  122. data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/lib/ability.rb +0 -20
  123. data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/lib/ability_mapping.rb +0 -10
  124. data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/public/favicon.ico +0 -0
  125. data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/spec/code/rubocop_spec.rb +0 -3
  126. data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/spec/spec_helper.rb +0 -8
  127. data/sub/avm-eac_rails_base1/Gemfile +0 -8
  128. data/sub/avm-eac_rails_base1/avm-eac_rails_base1.gemspec +0 -22
  129. data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/apache_base.rb +0 -16
  130. data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/apache_host.rb +0 -18
  131. data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/apache_path.rb +0 -21
  132. data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/base.rb +0 -50
  133. data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/deploy.rb +0 -23
  134. data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/processes/daemon.rb +0 -39
  135. data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/processes/tasks_scheduler.rb +0 -27
  136. data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/processes.rb +0 -13
  137. data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/runners/bundle.rb +0 -28
  138. data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/runners/code_runner.rb +0 -28
  139. data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/runners/log.rb +0 -45
  140. data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/runners/logs/clear.rb +0 -27
  141. data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/runners/logs.rb +0 -19
  142. data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/runners/rails_server.rb +0 -34
  143. data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/runners/tasks_scheduler/systemd_unit.rb +0 -48
  144. data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/runners/tasks_scheduler.rb +0 -19
  145. data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/runners.rb +0 -13
  146. data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/systemd_unit/service.rb +0 -72
  147. data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/systemd_unit/tasks_scheduler_command.rb +0 -31
  148. data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/systemd_unit.rb +0 -59
  149. data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances.rb +0 -11
  150. data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/runner_with/bundle.rb +0 -27
  151. data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/runner_with/rails_environment.rb +0 -47
  152. data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/sources/base.rb +0 -43
  153. data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/version.rb +0 -7
  154. data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1.rb +0 -9
  155. data/sub/avm-eac_rails_base1/spec/rubocop_spec.rb +0 -3
  156. data/sub/avm-eac_rails_base1/spec/spec_helper.rb +0 -4
  157. data/sub/avm-eac_rails_base1/template/avm/eac_rails_base1/instances/apache_path/extra_content.conf +0 -5
  158. data/sub/avm-eac_rails_base1/template/avm/eac_rails_base1/instances/systemd_unit/tasks_scheduler.service +0 -12
  159. data/sub/avm-eac_rails_base1/template/avm/eac_rails_base1/instances/systemd_unit/tasks_scheduler_command.sh +0 -6
  160. data/sub/avm-git/Gemfile +0 -8
  161. data/sub/avm-git/avm-git.gemspec +0 -23
  162. data/sub/avm-git/lib/avm/git/application_scms/base/assert_main_at.rb +0 -49
  163. data/sub/avm-git/lib/avm/git/application_scms/base.rb +0 -21
  164. data/sub/avm-git/lib/avm/git/application_scms.rb +0 -11
  165. data/sub/avm-git/lib/avm/git/commit/class_methods.rb +0 -31
  166. data/sub/avm-git/lib/avm/git/commit/diff_tree_line.rb +0 -32
  167. data/sub/avm-git/lib/avm/git/commit/file.rb +0 -46
  168. data/sub/avm-git/lib/avm/git/commit.rb +0 -59
  169. data/sub/avm-git/lib/avm/git/issue/complete/commits.rb +0 -42
  170. data/sub/avm-git/lib/avm/git/issue/complete/git_subrepos.rb +0 -23
  171. data/sub/avm-git/lib/avm/git/issue/complete/local_branch.rb +0 -61
  172. data/sub/avm-git/lib/avm/git/issue/complete/local_tag.rb +0 -39
  173. data/sub/avm-git/lib/avm/git/issue/complete/push.rb +0 -60
  174. data/sub/avm-git/lib/avm/git/issue/complete/remote.rb +0 -33
  175. data/sub/avm-git/lib/avm/git/issue/complete/test.rb +0 -40
  176. data/sub/avm-git/lib/avm/git/issue/complete/tracker.rb +0 -28
  177. data/sub/avm-git/lib/avm/git/issue/complete/validation.rb +0 -39
  178. data/sub/avm-git/lib/avm/git/issue/complete/validations.rb +0 -53
  179. data/sub/avm-git/lib/avm/git/issue/complete/working_tree.rb +0 -19
  180. data/sub/avm-git/lib/avm/git/issue/complete.rb +0 -66
  181. data/sub/avm-git/lib/avm/git/issue/deliver.rb +0 -56
  182. data/sub/avm-git/lib/avm/git/issue.rb +0 -11
  183. data/sub/avm-git/lib/avm/git/launcher/base/class_methods.rb +0 -28
  184. data/sub/avm-git/lib/avm/git/launcher/base/dirty_files.rb +0 -23
  185. data/sub/avm-git/lib/avm/git/launcher/base/remotes.rb +0 -40
  186. data/sub/avm-git/lib/avm/git/launcher/base/subrepo.rb +0 -44
  187. data/sub/avm-git/lib/avm/git/launcher/base/underlying.rb +0 -59
  188. data/sub/avm-git/lib/avm/git/launcher/base.rb +0 -87
  189. data/sub/avm-git/lib/avm/git/launcher/error.rb +0 -15
  190. data/sub/avm-git/lib/avm/git/launcher/mirror_update.rb +0 -38
  191. data/sub/avm-git/lib/avm/git/launcher/publish_base.rb +0 -131
  192. data/sub/avm-git/lib/avm/git/launcher/remote.rb +0 -55
  193. data/sub/avm-git/lib/avm/git/launcher/sub_warp_base.rb +0 -33
  194. data/sub/avm-git/lib/avm/git/launcher/warp_base.rb +0 -68
  195. data/sub/avm-git/lib/avm/git/launcher.rb +0 -7
  196. data/sub/avm-git/lib/avm/git/launcher_stereotypes/git/local_project_mixin.rb +0 -19
  197. data/sub/avm-git/lib/avm/git/launcher_stereotypes/git/publish.rb +0 -15
  198. data/sub/avm-git/lib/avm/git/launcher_stereotypes/git/warp.rb +0 -27
  199. data/sub/avm-git/lib/avm/git/launcher_stereotypes/git.rb +0 -25
  200. data/sub/avm-git/lib/avm/git/launcher_stereotypes/git_subrepo/publish.rb +0 -31
  201. data/sub/avm-git/lib/avm/git/launcher_stereotypes/git_subrepo/warp.rb +0 -88
  202. data/sub/avm-git/lib/avm/git/launcher_stereotypes/git_subrepo.rb +0 -36
  203. data/sub/avm-git/lib/avm/git/launcher_stereotypes/git_subtree/publish.rb +0 -14
  204. data/sub/avm-git/lib/avm/git/launcher_stereotypes/git_subtree/warp.rb +0 -32
  205. data/sub/avm-git/lib/avm/git/launcher_stereotypes/git_subtree.rb +0 -51
  206. data/sub/avm-git/lib/avm/git/launcher_stereotypes/provider.rb +0 -22
  207. data/sub/avm-git/lib/avm/git/launcher_stereotypes.rb +0 -11
  208. data/sub/avm-git/lib/avm/git/organize/reference_update.rb +0 -34
  209. data/sub/avm-git/lib/avm/git/organize/repository.rb +0 -77
  210. data/sub/avm-git/lib/avm/git/organize.rb +0 -11
  211. data/sub/avm-git/lib/avm/git/revision_test.rb +0 -105
  212. data/sub/avm-git/lib/avm/git/scms/git/change_tracker.rb +0 -36
  213. data/sub/avm-git/lib/avm/git/scms/git/changed_file.rb +0 -16
  214. data/sub/avm-git/lib/avm/git/scms/git/changed_files.rb +0 -24
  215. data/sub/avm-git/lib/avm/git/scms/git/commit/deploy.rb +0 -43
  216. data/sub/avm-git/lib/avm/git/scms/git/commit/deploy_methods.rb +0 -30
  217. data/sub/avm-git/lib/avm/git/scms/git/commit.rb +0 -67
  218. data/sub/avm-git/lib/avm/git/scms/git/commit_dirty.rb +0 -36
  219. data/sub/avm-git/lib/avm/git/scms/git/commits.rb +0 -47
  220. data/sub/avm-git/lib/avm/git/scms/git/interval.rb +0 -31
  221. data/sub/avm-git/lib/avm/git/scms/git/milestones.rb +0 -21
  222. data/sub/avm-git/lib/avm/git/scms/git/run_commit.rb +0 -57
  223. data/sub/avm-git/lib/avm/git/scms/git.rb +0 -44
  224. data/sub/avm-git/lib/avm/git/scms/git_sub_base/changed_file.rb +0 -21
  225. data/sub/avm-git/lib/avm/git/scms/git_sub_base/commit.rb +0 -27
  226. data/sub/avm-git/lib/avm/git/scms/git_sub_base/interval.rb +0 -28
  227. data/sub/avm-git/lib/avm/git/scms/git_sub_base.rb +0 -33
  228. data/sub/avm-git/lib/avm/git/scms/git_subrepo.rb +0 -37
  229. data/sub/avm-git/lib/avm/git/scms/git_subtree.rb +0 -26
  230. data/sub/avm-git/lib/avm/git/scms/provider.rb +0 -21
  231. data/sub/avm-git/lib/avm/git/scms.rb +0 -11
  232. data/sub/avm-git/lib/avm/git/subrepo_check/parent.rb +0 -51
  233. data/sub/avm-git/lib/avm/git/subrepo_check/remote.rb +0 -89
  234. data/sub/avm-git/lib/avm/git/subrepo_check/show_result.rb +0 -32
  235. data/sub/avm-git/lib/avm/git/subrepo_check.rb +0 -38
  236. data/sub/avm-git/lib/avm/git/subrepo_checks.rb +0 -60
  237. data/sub/avm-git/lib/avm/git/vendor/github.rb +0 -20
  238. data/sub/avm-git/lib/avm/git/vendor.rb +0 -11
  239. data/sub/avm-git/lib/avm/git/version.rb +0 -7
  240. data/sub/avm-git/lib/avm/git.rb +0 -9
  241. data/sub/avm-git/locale/en.yml +0 -6
  242. data/sub/avm-git/locale/pt-BR.yml +0 -6
  243. data/sub/avm-git/spec/lib/avm/git/commit/diff_tree_line_spec.rb +0 -13
  244. data/sub/avm-git/spec/lib/avm/git/commit/diff_tree_line_spec_files/add.source.out +0 -1
  245. data/sub/avm-git/spec/lib/avm/git/commit/diff_tree_line_spec_files/add.target.yaml +0 -7
  246. data/sub/avm-git/spec/lib/avm/git/commit/diff_tree_line_spec_files/modify.source.out +0 -1
  247. data/sub/avm-git/spec/lib/avm/git/commit/diff_tree_line_spec_files/modify.target.yaml +0 -7
  248. data/sub/avm-git/spec/lib/avm/git/commit/diff_tree_line_spec_files/remove.source.out +0 -1
  249. data/sub/avm-git/spec/lib/avm/git/commit/diff_tree_line_spec_files/remove.target.yaml +0 -7
  250. data/sub/avm-git/spec/lib/avm/git/commit/diff_tree_line_spec_files/rename.source.out +0 -2
  251. data/sub/avm-git/spec/lib/avm/git/commit/diff_tree_line_spec_files/rename.target.yaml +0 -13
  252. data/sub/avm-git/spec/lib/avm/git/commit/diff_tree_line_spec_files/rename_modify.source.out +0 -2
  253. data/sub/avm-git/spec/lib/avm/git/commit/diff_tree_line_spec_files/rename_modify.target.yaml +0 -13
  254. data/sub/avm-git/spec/lib/avm/git/commit_spec.rb +0 -56
  255. data/sub/avm-git/spec/lib/avm/git/launcher/base_spec.rb +0 -45
  256. data/sub/avm-git/spec/lib/avm/git/scms/git/commit/deploy_spec.rb +0 -92
  257. data/sub/avm-git/spec/lib/avm/git/scms/git_spec.rb +0 -8
  258. data/sub/avm-git/spec/lib/avm/git/scms/git_subrepo_spec.rb +0 -8
  259. data/sub/avm-git/spec/lib/avm/git/vendor/github_spec.rb +0 -23
  260. data/sub/avm-git/spec/rubocop_spec.rb +0 -3
  261. data/sub/avm-git/spec/spec_helper.rb +0 -4
@@ -1,12 +0,0 @@
1
- [Unit]
2
- Description='%%description%%'
3
- After=postgresql.service
4
-
5
- [Service]
6
- Type=forking
7
- %%service_exec_lines%%
8
- Restart=%%restart%%
9
- User=%%user%%
10
-
11
- [Install]
12
- WantedBy=multi-user.target
@@ -1,6 +0,0 @@
1
- #!/bin/bash
2
-
3
- set -e
4
-
5
- source "$HOME/.rvm/scripts/rvm"
6
- ( cd '%%install.path%%'; RAILS_ENV=production bundle exec tasks_scheduler "$@" )
data/sub/avm-git/Gemfile DELETED
@@ -1,8 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- source 'https://rubygems.org'
4
-
5
- gemspec
6
-
7
- local_gemfile = File.join(File.dirname(__FILE__), 'Gemfile.local')
8
- eval_gemfile local_gemfile if File.exist?(local_gemfile)
@@ -1,23 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- $LOAD_PATH.push File.expand_path('lib', __dir__)
4
-
5
- require 'avm/git/version'
6
-
7
- Gem::Specification.new do |s|
8
- s.name = 'avm-git'
9
- s.version = Avm::Git::VERSION
10
- s.authors = ['Put here the authors']
11
- s.summary = 'Put here de description.'
12
-
13
- s.files = Dir['{lib,locale}/**/*']
14
- s.required_ruby_version = '>= 2.7'
15
-
16
- s.add_dependency 'avm', '~> 0.82'
17
- s.add_dependency 'avm-files', '~> 0.6', '>= 0.6.2'
18
- s.add_dependency 'eac_git', '~> 0.14', '>= 0.14.1'
19
- s.add_dependency 'eac_ruby_utils', '~> 0.119', '>= 0.119.2'
20
- s.add_dependency 'git', '~> 1.18'
21
-
22
- s.add_development_dependency 'eac_ruby_gem_support', '~> 0.9'
23
- end
@@ -1,49 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'avm/application_scms/base'
4
- require 'eac_git/local'
5
- require 'eac_git/remote'
6
- require 'eac_ruby_utils/core_ext'
7
-
8
- module Avm
9
- module Git
10
- module ApplicationScms
11
- class Base < ::Avm::ApplicationScms::Base
12
- class AssertMainAt
13
- MAIN_REFERENCE = 'HEAD'
14
-
15
- acts_as_instance_method
16
- enable_simple_cache
17
- common_constructor :base, :path
18
-
19
- # @return [Pathname]
20
- def result
21
- local_repos.remote(base.git_https_url).fetch
22
- local_repos.command('checkout', remote_head_commit_id).execute!
23
- path
24
- end
25
-
26
- private
27
-
28
- # @return [String]
29
- def remote_head_commit_id
30
- remote_repos.ls.fetch(MAIN_REFERENCE)
31
- end
32
-
33
- # @return [EacGit::Local]
34
- def local_repos_uncached
35
- path.mkpath
36
- r = ::EacGit::Local.new(path)
37
- r.command('init').execute! unless r.root_path.join('.git').exist?
38
- r
39
- end
40
-
41
- # @return [EacGit::Remote]
42
- def remote_repos_uncached
43
- ::EacGit::Remote.new(base.git_https_url)
44
- end
45
- end
46
- end
47
- end
48
- end
49
- end
@@ -1,21 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'avm/application_scms/base'
4
- require 'eac_ruby_utils/core_ext'
5
-
6
- module Avm
7
- module Git
8
- module ApplicationScms
9
- class Base < ::Avm::ApplicationScms::Base
10
- acts_as_abstract
11
-
12
- # @return [Addressable::URI]
13
- def git_https_url
14
- raise_abstract_method __method__
15
- end
16
-
17
- require_sub __FILE__, require_mode: :kernel
18
- end
19
- end
20
- end
21
- end
@@ -1,11 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'eac_ruby_utils/core_ext'
4
-
5
- module Avm
6
- module Git
7
- module ApplicationScms
8
- require_sub __FILE__
9
- end
10
- end
11
- end
@@ -1,31 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'eac_ruby_utils/core_ext'
4
-
5
- module Avm
6
- module Git
7
- class Commit
8
- module ClassMethods
9
- common_concern
10
-
11
- module ClassMethods
12
- def target_url_to_env_path(target_url)
13
- uri = ::Addressable::URI.parse(target_url)
14
- uri.scheme = 'file' if uri.scheme.blank?
15
- [uri_to_env(uri), uri.path]
16
- end
17
-
18
- private
19
-
20
- def uri_to_env(uri)
21
- case uri.scheme
22
- when 'file' then ::EacRubyUtils::Envs.local
23
- when 'ssh' then ::EacRubyUtils::Envs.ssh(uri)
24
- else "Invalid schema \"#{uri.schema}\" (URI: #{uri})"
25
- end
26
- end
27
- end
28
- end
29
- end
30
- end
31
- end
@@ -1,32 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- module Avm
4
- module Git
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.index_with { |field| send(field) }
24
- end
25
-
26
- private
27
-
28
- attr_writer(*FIELDS)
29
- end
30
- end
31
- end
32
- end
@@ -1,46 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'active_support/core_ext/module/delegation'
4
- require 'eac_ruby_utils/simple_cache'
5
- require 'avm/git/commit/diff_tree_line'
6
-
7
- module Avm
8
- module Git
9
- class Commit
10
- class File
11
- include ::EacRubyUtils::SimpleCache
12
-
13
- attr_reader :git, :diff_tree
14
-
15
- # git: [EacGit::Local]
16
- # diff_tree_tree: a line of command "git diff-tree --no-commit-id -r --full-index"'s output
17
- def initialize(git, diff_tree_line)
18
- @git = git
19
- @diff_tree = ::Avm::Git::Commit::DiffTreeLine.new(diff_tree_line)
20
- end
21
-
22
- delegate(*::Avm::Git::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(sha1)
39
- return 0 if /\A0+\z/.match(sha1)
40
-
41
- git.command('cat-file', '-s', sha1).execute!.strip.to_i
42
- end
43
- end
44
- end
45
- end
46
- end
@@ -1,59 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'eac_ruby_utils/core_ext'
4
-
5
- module Avm
6
- module Git
7
- class Commit
8
- require_sub __FILE__, include_modules: true
9
- enable_simple_cache
10
-
11
- FIELDS = {
12
- author_name: '%an', author_email: '%ae', author_date: '%ai',
13
- subject: '%s',
14
- author_all: '%an <%ae>, %ai',
15
- commiter_name: '%cn', commiter_email: '%ce', commiter_date: '%ci',
16
- commiter_all: '%cn <%ce>, %ci'
17
- }.freeze
18
-
19
- attr_reader :git, :sha1
20
-
21
- # @param git [EacGit::Local]
22
- def initialize(git, sha1)
23
- @git = git
24
- @sha1 = sha1
25
- end
26
-
27
- def format(format)
28
- git.command('--no-pager', 'log', '-1', "--pretty=format:#{format}", sha1).execute!.strip
29
- end
30
-
31
- FIELDS.each do |field, format|
32
- define_method field do
33
- format(format)
34
- end
35
- end
36
-
37
- def files_uncached
38
- diff_tree_execute.each_line.map { |line| ::Avm::Git::Commit::File.new(git, line) }
39
- end
40
-
41
- def files_size_uncached
42
- files.inject(0) { |a, e| a + e.dst_size }
43
- end
44
-
45
- def root_child?
46
- format('%P').blank?
47
- end
48
-
49
- private
50
-
51
- def diff_tree_execute
52
- args = []
53
- args << '--root' if root_child?
54
- args << sha1
55
- git.command(*::Avm::Git::Commit::DiffTreeLine::GIT_COMMAND_ARGS, *args).execute!
56
- end
57
- end
58
- end
59
- end
@@ -1,42 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'avm/result'
4
-
5
- module Avm
6
- module Git
7
- module Issue
8
- class Complete
9
- module Commits
10
- def commits_result
11
- ::Avm::Result.success_or_error(commits.any?, 'yes', 'none')
12
- end
13
-
14
- def commits_uncached
15
- return [] unless branch_hash && follow_master?
16
-
17
- interval = remote_master_hash ? "#{remote_master_hash}..#{branch_hash}" : branch_hash
18
- launcher_git.execute!('rev-list', interval).each_line.map(&:strip)
19
- end
20
-
21
- def bifurcations_result
22
- commits.each do |commit|
23
- if multiple_parents?(commit)
24
- return ::Avm::Result.error("#{commit} has multiple parents")
25
- end
26
- end
27
- ::Avm::Result.success('no')
28
- end
29
-
30
- def multiple_parents?(commit)
31
- commit_parents(commit).count > 1
32
- end
33
-
34
- def commit_parents(commit)
35
- launcher_git.execute!('log', '--pretty=%P', '-n', '1', commit).split.map(&:strip)
36
- .select(&:present?)
37
- end
38
- end
39
- end
40
- end
41
- end
42
- end
@@ -1,23 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'avm/git/subrepo_checks'
4
- require 'eac_git/local'
5
-
6
- module Avm
7
- module Git
8
- module Issue
9
- class Complete
10
- module GitSubrepos
11
- def git_subrepos_result
12
- return ::Avm::Result.error('Unclean workspace') unless clean_workspace?
13
-
14
- infom 'Checking Git subrepos...'
15
- r = ::Avm::Git::SubrepoChecks.new(::EacGit::Local.new(launcher_git)).add_all_subrepos
16
- r.check_remote = true
17
- r.result
18
- end
19
- end
20
- end
21
- end
22
- end
23
- end
@@ -1,61 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'avm/result'
4
-
5
- module Avm
6
- module Git
7
- module Issue
8
- class Complete
9
- module LocalBranch
10
- NO_CURRENT_BRANCH_NAME = 'none'
11
-
12
- # Retrieves the current local branch.
13
- #
14
- # @return [EacGit::Local::Branch, nil]
15
- def branch_uncached
16
- eac_git.current_branch
17
- end
18
-
19
- def branch_hash_uncached
20
- branch.if_present(&:current_commit_id)
21
- end
22
-
23
- def branch_name
24
- branch.if_present(NO_CURRENT_BRANCH_NAME, &:name)
25
- end
26
-
27
- def branch_name_result
28
- ::Avm::Result.success_or_error(issue_id.present?, branch_name)
29
- end
30
-
31
- def branch_hash_result
32
- ::Avm::Result.success_or_error(
33
- branch_hash.present?,
34
- branch_hash
35
- )
36
- end
37
-
38
- def follow_master_result
39
- return ::Avm::Result.neutral('No branch hash') unless branch_hash
40
-
41
- r = follow_master?
42
- ::Avm::Result.success_or_error(r, 'yes', 'no')
43
- end
44
-
45
- def follow_master?
46
- remote_master_hash ? launcher_git.descendant?(branch_hash, remote_master_hash) : true
47
- end
48
-
49
- def remove_local_branch
50
- return unless branch
51
-
52
- info 'Removendo branch local...'
53
- bn = branch_name
54
- git_execute(['checkout', branch_hash])
55
- git_execute(['branch', '-D', bn])
56
- end
57
- end
58
- end
59
- end
60
- end
61
- end
@@ -1,39 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'avm/result'
4
-
5
- module Avm
6
- module Git
7
- module Issue
8
- class Complete
9
- module LocalTag
10
- def assert_tag
11
- if tag_hash
12
- return if tag_hash == branch_hash
13
-
14
- delete_tag
15
- end
16
- create_tag
17
- end
18
-
19
- def delete_tag
20
- info 'Removendo tag...'
21
- git_execute(['tag', '-d', branch_name])
22
- end
23
-
24
- def tag
25
- "refs/tags/#{branch_name}"
26
- end
27
-
28
- def tag_hash
29
- launcher_git.rev_parse(tag)
30
- end
31
-
32
- def create_tag
33
- git_execute(['tag', branch_name, branch_hash])
34
- end
35
- end
36
- end
37
- end
38
- end
39
- end
@@ -1,60 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- module Avm
4
- module Git
5
- module Issue
6
- class Complete
7
- module Push
8
- def dry_push_args
9
- %w[push --dry-run] + [remote_name] + pushs
10
- end
11
-
12
- def dry_push_result
13
- return ::Avm::Result.error('Nothing to push') if pushs.empty?
14
-
15
- dry_push_execution_result
16
- end
17
-
18
- def push
19
- if pushs.empty?
20
- info 'PUSH: Nada a enviar'
21
- else
22
- info "PUSH: enviando \"#{pushs}\"..."
23
- git_execute(%w[push origin] + pushs)
24
- end
25
- end
26
-
27
- def pushs_uncached
28
- [master_push, remove_branch_push, tag_push].compact
29
- end
30
-
31
- def master_push
32
- remote_master_hash == branch_hash ? nil : "#{branch_hash}:refs/heads/master"
33
- end
34
-
35
- def remove_branch_push
36
- remote_branch_hash ? ":refs/heads/#{branch.name}" : nil
37
- end
38
-
39
- def tag_push
40
- return nil unless !remote_tag_hash || remote_tag_hash != branch_hash
41
-
42
- "#{branch_hash}:#{tag}"
43
- end
44
-
45
- private
46
-
47
- def dry_push_execution_result
48
- r = launcher_git.execute(dry_push_args)
49
- message = if r.fetch(:exit_code).zero?
50
- 'ok'
51
- else
52
- r.fetch(:stderr) + "\n#{::Shellwords.join(dry_push_args)}"
53
- end
54
- ::Avm::Result.success_or_error(r.fetch(:exit_code).zero?, message)
55
- end
56
- end
57
- end
58
- end
59
- end
60
- end
@@ -1,33 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- module Avm
4
- module Git
5
- module Issue
6
- class Complete
7
- module Remote
8
- def remote_master_hash
9
- remote_hashs['refs/heads/master']
10
- end
11
-
12
- def remote_branch_hash
13
- remote_hashs["refs/heads/#{branch.name}"]
14
- end
15
-
16
- def remote_tag_hash
17
- remote_hashs[tag]
18
- end
19
-
20
- private
21
-
22
- def remote_name
23
- 'origin'
24
- end
25
-
26
- def remote_hashs_uncached
27
- launcher_git.remote_hashs(remote_name)
28
- end
29
- end
30
- end
31
- end
32
- end
33
- end
@@ -1,40 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'avm/sources/configuration'
4
- require 'avm/result'
5
- require 'avm/sources/base'
6
- require 'avm/sources/tests/builder'
7
- require 'eac_ruby_utils/fs/temp'
8
-
9
- module Avm
10
- module Git
11
- module Issue
12
- class Complete
13
- module Test
14
- def test_result
15
- infom 'Running tests...'
16
- test_performer.units.each do |single|
17
- return ::Avm::Result.error(test_failed_result_message(single)) if single.failed?
18
- end
19
- ::Avm::Result.success('all passed')
20
- end
21
-
22
- private
23
-
24
- def test_failed_result_message(single)
25
- { 'Source' => single, 'STDOUT' => single.logs[:stdout],
26
- 'STDERR' => single.logs[:stderr] }.map { |k, v| "#{k}: #{v}" }.join(', ')
27
- end
28
-
29
- def test_performer
30
- ::Avm::Sources::Tests::Builder
31
- .new(::Avm::Registry.sources.detect(launcher_git))
32
- .include_main(true)
33
- .include_subs(true)
34
- .performer
35
- end
36
- end
37
- end
38
- end
39
- end
40
- end
@@ -1,28 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'clipboard'
4
-
5
- module Avm
6
- module Git
7
- module Issue
8
- class Complete
9
- module Tracker
10
- def clipboard_copy_tracker_message
11
- ::Clipboard.copy(textile_tracker_message)
12
- infov 'Copied to clipboard', textile_tracker_message
13
- end
14
-
15
- private
16
-
17
- def textile_tracker_message_uncached
18
- "Revisado para commit:#{branch_short_hash}, ok."
19
- end
20
-
21
- def branch_short_hash
22
- git_execute(['log', '--pretty=format:%h', '-1', '-q', branch_hash])
23
- end
24
- end
25
- end
26
- end
27
- end
28
- end
@@ -1,39 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'avm/result'
4
- require 'eac_ruby_utils/core_ext'
5
-
6
- module Avm
7
- module Git
8
- module Issue
9
- class Complete
10
- class Validation
11
- enable_simple_cache
12
- common_constructor :parent, :key, :label
13
-
14
- SKIPPED_RESULT_MESSAGE = 'skipped'
15
-
16
- def skip?
17
- parent.skip_validations.include?(key)
18
- end
19
-
20
- private
21
-
22
- def result_uncached
23
- skip? ? skipped_result : validation_result
24
- end
25
-
26
- def skipped_result
27
- ::Avm::Result.neutral(SKIPPED_RESULT_MESSAGE)
28
- end
29
-
30
- def validation_result
31
- parent.send("#{key}_result")
32
- rescue ::RuntimeError => e
33
- ::Avm::Result.error("error raised: #{e.message}")
34
- end
35
- end
36
- end
37
- end
38
- end
39
- end