eac_tools 0.84.0 → 0.84.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +36 -60
- data/lib/eac_tools/version.rb +1 -1
- data/sub/avm/lib/avm/instances/base/entry_keys.rb +1 -1
- data/sub/avm/lib/avm/version.rb +1 -1
- data/sub/avm-eac_generic_base0/avm-eac_generic_base0.gemspec +3 -3
- data/sub/avm-eac_generic_base0/lib/avm/eac_generic_base0/version.rb +1 -1
- data/sub/avm-eac_webapp_base0/Gemfile +2 -2
- data/sub/avm-eac_webapp_base0/avm-eac_webapp_base0.gemspec +6 -5
- data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/executables.rb +1 -1
- data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/instances/apache_host.rb +2 -2
- data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/instances/apache_path.rb +1 -1
- data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/instances/base/apache.rb +1 -1
- data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/instances/deploy/version.rb +1 -1
- data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/instances/deploy.rb +1 -1
- data/sub/avm-eac_webapp_base0/lib/avm/eac_webapp_base0/version.rb +1 -1
- data/sub/avm-eac_webapp_base0/spec/lib/avm/eac_webapp_base0/file_formats/css_spec.rb +1 -1
- data/sub/avm-eac_webapp_base0/spec/lib/avm/eac_webapp_base0/file_formats/html_spec.rb +1 -1
- data/sub/avm-eac_webapp_base0/spec/lib/avm/eac_webapp_base0/file_formats/javascript_spec.rb +1 -1
- data/sub/avm-eac_webapp_base0/spec/lib/avm/eac_webapp_base0/file_formats/json_spec.rb +1 -1
- data/sub/avm-eac_webapp_base0/spec/lib/avm/eac_webapp_base0/file_formats/xml_spec.rb +1 -1
- data/sub/avm-eac_webapp_base0/spec/lib/avm/eac_webapp_base0/instances/base_spec.rb +1 -1
- data/sub/avm-eac_webapp_base0/spec/lib/avm/eac_webapp_base0/sources/base_spec.rb +1 -1
- data/sub/avm-eac_webapp_base0/spec/rubocop_spec.rb +1 -1
- data/sub/avm-eac_webapp_base0/spec/spec_helper.rb +1 -1
- metadata +22 -222
- data/sub/avm-eac_github_base0/Gemfile +0 -8
- data/sub/avm-eac_github_base0/avm-eac_github_base0.gemspec +0 -22
- data/sub/avm-eac_github_base0/lib/avm/eac_github_base0/api/entity.rb +0 -24
- data/sub/avm-eac_github_base0/lib/avm/eac_github_base0/api/organization.rb +0 -19
- data/sub/avm-eac_github_base0/lib/avm/eac_github_base0/api/repository.rb +0 -14
- data/sub/avm-eac_github_base0/lib/avm/eac_github_base0/api/root.rb +0 -20
- data/sub/avm-eac_github_base0/lib/avm/eac_github_base0/api.rb +0 -18
- data/sub/avm-eac_github_base0/lib/avm/eac_github_base0/application_scms/base.rb +0 -41
- data/sub/avm-eac_github_base0/lib/avm/eac_github_base0/application_scms.rb +0 -11
- data/sub/avm-eac_github_base0/lib/avm/eac_github_base0/version.rb +0 -7
- data/sub/avm-eac_github_base0/lib/avm/eac_github_base0.rb +0 -9
- data/sub/avm-eac_github_base0/spec/lib/avm/eac_github_base0/application_scms/base_spec.rb +0 -40
- data/sub/avm-eac_github_base0/spec/rubocop_spec.rb +0 -3
- data/sub/avm-eac_github_base0/spec/spec_helper.rb +0 -4
- data/sub/avm-eac_gitlab_base0/Gemfile +0 -8
- data/sub/avm-eac_gitlab_base0/avm-eac_gitlab_base0.gemspec +0 -20
- data/sub/avm-eac_gitlab_base0/lib/avm/eac_gitlab_base0/api/base_entity.rb +0 -72
- data/sub/avm-eac_gitlab_base0/lib/avm/eac_gitlab_base0/api/file.rb +0 -33
- data/sub/avm-eac_gitlab_base0/lib/avm/eac_gitlab_base0/api/group.rb +0 -49
- data/sub/avm-eac_gitlab_base0/lib/avm/eac_gitlab_base0/api/member.rb +0 -25
- data/sub/avm-eac_gitlab_base0/lib/avm/eac_gitlab_base0/api/node.rb +0 -20
- data/sub/avm-eac_gitlab_base0/lib/avm/eac_gitlab_base0/api/nodes_set.rb +0 -118
- data/sub/avm-eac_gitlab_base0/lib/avm/eac_gitlab_base0/api/project.rb +0 -65
- data/sub/avm-eac_gitlab_base0/lib/avm/eac_gitlab_base0/api/root.rb +0 -30
- data/sub/avm-eac_gitlab_base0/lib/avm/eac_gitlab_base0/api.rb +0 -43
- data/sub/avm-eac_gitlab_base0/lib/avm/eac_gitlab_base0/application_scms/base.rb +0 -13
- data/sub/avm-eac_gitlab_base0/lib/avm/eac_gitlab_base0/application_scms.rb +0 -11
- data/sub/avm-eac_gitlab_base0/lib/avm/eac_gitlab_base0/instances/base.rb +0 -18
- data/sub/avm-eac_gitlab_base0/lib/avm/eac_gitlab_base0/version.rb +0 -7
- data/sub/avm-eac_gitlab_base0/lib/avm/eac_gitlab_base0.rb +0 -9
- data/sub/avm-eac_gitlab_base0/spec/lib/avm/eac_gitlab_base0/application_scms/base_spec.rb +0 -7
- data/sub/avm-eac_gitlab_base0/spec/rubocop_spec.rb +0 -3
- data/sub/avm-eac_gitlab_base0/spec/spec_helper.rb +0 -4
- data/sub/avm-eac_rails_base0/Gemfile +0 -8
- data/sub/avm-eac_rails_base0/avm-eac_rails_base0.gemspec +0 -20
- data/sub/avm-eac_rails_base0/lib/avm/eac_rails_base0/instances/apache_host.rb +0 -12
- data/sub/avm-eac_rails_base0/lib/avm/eac_rails_base0/instances/apache_path.rb +0 -13
- data/sub/avm-eac_rails_base0/lib/avm/eac_rails_base0/instances/base.rb +0 -24
- data/sub/avm-eac_rails_base0/lib/avm/eac_rails_base0/instances/deploy.rb +0 -55
- data/sub/avm-eac_rails_base0/lib/avm/eac_rails_base0/instances.rb +0 -11
- data/sub/avm-eac_rails_base0/lib/avm/eac_rails_base0/source_generators/base.rb +0 -13
- data/sub/avm-eac_rails_base0/lib/avm/eac_rails_base0/sources/base.rb +0 -40
- data/sub/avm-eac_rails_base0/lib/avm/eac_rails_base0/version.rb +0 -7
- data/sub/avm-eac_rails_base0/lib/avm/eac_rails_base0.rb +0 -9
- data/sub/avm-eac_rails_base0/spec/lib/avm/eac_rails_base0/instances/apache_host_spec.rb +0 -22
- 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
- data/sub/avm-eac_rails_base0/spec/lib/avm/eac_rails_base0/instances/apache_path_spec.rb +0 -23
- 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
- data/sub/avm-eac_rails_base0/spec/rubocop_spec.rb +0 -3
- data/sub/avm-eac_rails_base0/spec/spec_helper.rb +0 -5
- data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/instances/deploy/config/database.yml.template +0 -21
- data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/instances/deploy/config/envvars.d/email.yml.template +0 -11
- data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/Gemfile +0 -11
- data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/Rakefile +0 -8
- data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/app/assets/config/manifest.js +0 -3
- data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/app/assets/javascripts/application.js +0 -1
- data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/app/assets/stylesheets/application.scss +0 -1
- data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/app/controllers/application_controller.rb +0 -4
- data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/app/controllers/welcome_controller.rb +0 -5
- data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/app/views/welcome/index.html.erb +0 -1
- data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/bin/bundle +0 -5
- data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/bin/rails +0 -11
- data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/bin/rake +0 -11
- data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/bin/yarn +0 -11
- data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/config/application.rb +0 -11
- data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/config/boot.rb +0 -5
- data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/config/cable.yml +0 -8
- data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/config/credentials.yml.enc +0 -1
- data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/config/environment.rb +0 -7
- data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/config/puma.rb +0 -39
- data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/config/routes.rb +0 -5
- data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/config/spring.rb +0 -8
- data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/config.ru +0 -7
- data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/db/schema.rb +0 -1
- data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/lib/ability.rb +0 -20
- data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/lib/ability_mapping.rb +0 -10
- data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/public/favicon.ico +0 -0
- data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/spec/code/rubocop_spec.rb +0 -3
- data/sub/avm-eac_rails_base0/template/avm/eac_rails_base0/source_generators/base/spec/spec_helper.rb +0 -8
- data/sub/avm-eac_rails_base1/Gemfile +0 -8
- data/sub/avm-eac_rails_base1/avm-eac_rails_base1.gemspec +0 -22
- data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/apache_base.rb +0 -16
- data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/apache_host.rb +0 -18
- data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/apache_path.rb +0 -21
- data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/base.rb +0 -50
- data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/deploy.rb +0 -23
- data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/processes/daemon.rb +0 -39
- data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/processes/tasks_scheduler.rb +0 -27
- data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/processes.rb +0 -13
- data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/runners/bundle.rb +0 -28
- data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/runners/code_runner.rb +0 -28
- data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/runners/log.rb +0 -45
- data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/runners/logs/clear.rb +0 -27
- data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/runners/logs.rb +0 -19
- data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/runners/rails_server.rb +0 -34
- data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/runners/tasks_scheduler/systemd_unit.rb +0 -48
- data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/runners/tasks_scheduler.rb +0 -19
- data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/runners.rb +0 -13
- data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/systemd_unit/service.rb +0 -72
- data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/systemd_unit/tasks_scheduler_command.rb +0 -31
- data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances/systemd_unit.rb +0 -59
- data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/instances.rb +0 -11
- data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/runner_with/bundle.rb +0 -27
- data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/runner_with/rails_environment.rb +0 -47
- data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/sources/base.rb +0 -43
- data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1/version.rb +0 -7
- data/sub/avm-eac_rails_base1/lib/avm/eac_rails_base1.rb +0 -9
- data/sub/avm-eac_rails_base1/spec/rubocop_spec.rb +0 -3
- data/sub/avm-eac_rails_base1/spec/spec_helper.rb +0 -4
- data/sub/avm-eac_rails_base1/template/avm/eac_rails_base1/instances/apache_path/extra_content.conf +0 -5
- data/sub/avm-eac_rails_base1/template/avm/eac_rails_base1/instances/systemd_unit/tasks_scheduler.service +0 -12
- data/sub/avm-eac_rails_base1/template/avm/eac_rails_base1/instances/systemd_unit/tasks_scheduler_command.sh +0 -6
- data/sub/avm-git/Gemfile +0 -8
- data/sub/avm-git/avm-git.gemspec +0 -23
- data/sub/avm-git/lib/avm/git/application_scms/base/assert_main_at.rb +0 -49
- data/sub/avm-git/lib/avm/git/application_scms/base.rb +0 -21
- data/sub/avm-git/lib/avm/git/application_scms.rb +0 -11
- data/sub/avm-git/lib/avm/git/commit/class_methods.rb +0 -31
- data/sub/avm-git/lib/avm/git/commit/diff_tree_line.rb +0 -32
- data/sub/avm-git/lib/avm/git/commit/file.rb +0 -46
- data/sub/avm-git/lib/avm/git/commit.rb +0 -59
- data/sub/avm-git/lib/avm/git/issue/complete/commits.rb +0 -42
- data/sub/avm-git/lib/avm/git/issue/complete/git_subrepos.rb +0 -23
- data/sub/avm-git/lib/avm/git/issue/complete/local_branch.rb +0 -61
- data/sub/avm-git/lib/avm/git/issue/complete/local_tag.rb +0 -39
- data/sub/avm-git/lib/avm/git/issue/complete/push.rb +0 -60
- data/sub/avm-git/lib/avm/git/issue/complete/remote.rb +0 -33
- data/sub/avm-git/lib/avm/git/issue/complete/test.rb +0 -40
- data/sub/avm-git/lib/avm/git/issue/complete/tracker.rb +0 -28
- data/sub/avm-git/lib/avm/git/issue/complete/validation.rb +0 -39
- data/sub/avm-git/lib/avm/git/issue/complete/validations.rb +0 -53
- data/sub/avm-git/lib/avm/git/issue/complete/working_tree.rb +0 -19
- data/sub/avm-git/lib/avm/git/issue/complete.rb +0 -66
- data/sub/avm-git/lib/avm/git/issue/deliver.rb +0 -56
- data/sub/avm-git/lib/avm/git/issue.rb +0 -11
- data/sub/avm-git/lib/avm/git/launcher/base/class_methods.rb +0 -28
- data/sub/avm-git/lib/avm/git/launcher/base/dirty_files.rb +0 -23
- data/sub/avm-git/lib/avm/git/launcher/base/remotes.rb +0 -40
- data/sub/avm-git/lib/avm/git/launcher/base/subrepo.rb +0 -44
- data/sub/avm-git/lib/avm/git/launcher/base/underlying.rb +0 -59
- data/sub/avm-git/lib/avm/git/launcher/base.rb +0 -87
- data/sub/avm-git/lib/avm/git/launcher/error.rb +0 -15
- data/sub/avm-git/lib/avm/git/launcher/mirror_update.rb +0 -38
- data/sub/avm-git/lib/avm/git/launcher/publish_base.rb +0 -131
- data/sub/avm-git/lib/avm/git/launcher/remote.rb +0 -55
- data/sub/avm-git/lib/avm/git/launcher/sub_warp_base.rb +0 -33
- data/sub/avm-git/lib/avm/git/launcher/warp_base.rb +0 -68
- data/sub/avm-git/lib/avm/git/launcher.rb +0 -7
- data/sub/avm-git/lib/avm/git/launcher_stereotypes/git/local_project_mixin.rb +0 -19
- data/sub/avm-git/lib/avm/git/launcher_stereotypes/git/publish.rb +0 -15
- data/sub/avm-git/lib/avm/git/launcher_stereotypes/git/warp.rb +0 -27
- data/sub/avm-git/lib/avm/git/launcher_stereotypes/git.rb +0 -25
- data/sub/avm-git/lib/avm/git/launcher_stereotypes/git_subrepo/publish.rb +0 -31
- data/sub/avm-git/lib/avm/git/launcher_stereotypes/git_subrepo/warp.rb +0 -88
- data/sub/avm-git/lib/avm/git/launcher_stereotypes/git_subrepo.rb +0 -36
- data/sub/avm-git/lib/avm/git/launcher_stereotypes/git_subtree/publish.rb +0 -14
- data/sub/avm-git/lib/avm/git/launcher_stereotypes/git_subtree/warp.rb +0 -32
- data/sub/avm-git/lib/avm/git/launcher_stereotypes/git_subtree.rb +0 -51
- data/sub/avm-git/lib/avm/git/launcher_stereotypes/provider.rb +0 -22
- data/sub/avm-git/lib/avm/git/launcher_stereotypes.rb +0 -11
- data/sub/avm-git/lib/avm/git/organize/reference_update.rb +0 -34
- data/sub/avm-git/lib/avm/git/organize/repository.rb +0 -77
- data/sub/avm-git/lib/avm/git/organize.rb +0 -11
- data/sub/avm-git/lib/avm/git/revision_test.rb +0 -105
- data/sub/avm-git/lib/avm/git/scms/git/change_tracker.rb +0 -36
- data/sub/avm-git/lib/avm/git/scms/git/changed_file.rb +0 -16
- data/sub/avm-git/lib/avm/git/scms/git/changed_files.rb +0 -24
- data/sub/avm-git/lib/avm/git/scms/git/commit/deploy.rb +0 -43
- data/sub/avm-git/lib/avm/git/scms/git/commit/deploy_methods.rb +0 -30
- data/sub/avm-git/lib/avm/git/scms/git/commit.rb +0 -67
- data/sub/avm-git/lib/avm/git/scms/git/commit_dirty.rb +0 -36
- data/sub/avm-git/lib/avm/git/scms/git/commits.rb +0 -47
- data/sub/avm-git/lib/avm/git/scms/git/interval.rb +0 -31
- data/sub/avm-git/lib/avm/git/scms/git/milestones.rb +0 -21
- data/sub/avm-git/lib/avm/git/scms/git/run_commit.rb +0 -57
- data/sub/avm-git/lib/avm/git/scms/git.rb +0 -44
- data/sub/avm-git/lib/avm/git/scms/git_sub_base/changed_file.rb +0 -21
- data/sub/avm-git/lib/avm/git/scms/git_sub_base/commit.rb +0 -27
- data/sub/avm-git/lib/avm/git/scms/git_sub_base/interval.rb +0 -28
- data/sub/avm-git/lib/avm/git/scms/git_sub_base.rb +0 -33
- data/sub/avm-git/lib/avm/git/scms/git_subrepo.rb +0 -37
- data/sub/avm-git/lib/avm/git/scms/git_subtree.rb +0 -26
- data/sub/avm-git/lib/avm/git/scms/provider.rb +0 -21
- data/sub/avm-git/lib/avm/git/scms.rb +0 -11
- data/sub/avm-git/lib/avm/git/subrepo_check/parent.rb +0 -51
- data/sub/avm-git/lib/avm/git/subrepo_check/remote.rb +0 -89
- data/sub/avm-git/lib/avm/git/subrepo_check/show_result.rb +0 -32
- data/sub/avm-git/lib/avm/git/subrepo_check.rb +0 -38
- data/sub/avm-git/lib/avm/git/subrepo_checks.rb +0 -60
- data/sub/avm-git/lib/avm/git/vendor/github.rb +0 -20
- data/sub/avm-git/lib/avm/git/vendor.rb +0 -11
- data/sub/avm-git/lib/avm/git/version.rb +0 -7
- data/sub/avm-git/lib/avm/git.rb +0 -9
- data/sub/avm-git/locale/en.yml +0 -6
- data/sub/avm-git/locale/pt-BR.yml +0 -6
- data/sub/avm-git/spec/lib/avm/git/commit/diff_tree_line_spec.rb +0 -13
- data/sub/avm-git/spec/lib/avm/git/commit/diff_tree_line_spec_files/add.source.out +0 -1
- data/sub/avm-git/spec/lib/avm/git/commit/diff_tree_line_spec_files/add.target.yaml +0 -7
- data/sub/avm-git/spec/lib/avm/git/commit/diff_tree_line_spec_files/modify.source.out +0 -1
- data/sub/avm-git/spec/lib/avm/git/commit/diff_tree_line_spec_files/modify.target.yaml +0 -7
- data/sub/avm-git/spec/lib/avm/git/commit/diff_tree_line_spec_files/remove.source.out +0 -1
- data/sub/avm-git/spec/lib/avm/git/commit/diff_tree_line_spec_files/remove.target.yaml +0 -7
- data/sub/avm-git/spec/lib/avm/git/commit/diff_tree_line_spec_files/rename.source.out +0 -2
- data/sub/avm-git/spec/lib/avm/git/commit/diff_tree_line_spec_files/rename.target.yaml +0 -13
- data/sub/avm-git/spec/lib/avm/git/commit/diff_tree_line_spec_files/rename_modify.source.out +0 -2
- data/sub/avm-git/spec/lib/avm/git/commit/diff_tree_line_spec_files/rename_modify.target.yaml +0 -13
- data/sub/avm-git/spec/lib/avm/git/commit_spec.rb +0 -56
- data/sub/avm-git/spec/lib/avm/git/launcher/base_spec.rb +0 -45
- data/sub/avm-git/spec/lib/avm/git/scms/git/commit/deploy_spec.rb +0 -92
- data/sub/avm-git/spec/lib/avm/git/scms/git_spec.rb +0 -8
- data/sub/avm-git/spec/lib/avm/git/scms/git_subrepo_spec.rb +0 -8
- data/sub/avm-git/spec/lib/avm/git/vendor/github_spec.rb +0 -23
- data/sub/avm-git/spec/rubocop_spec.rb +0 -3
- data/sub/avm-git/spec/spec_helper.rb +0 -4
@@ -1,37 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'avm/git/scms/git_sub_base'
|
4
|
-
require 'eac_git/local'
|
5
|
-
require 'eac_ruby_utils/core_ext'
|
6
|
-
|
7
|
-
module Avm
|
8
|
-
module Git
|
9
|
-
module Scms
|
10
|
-
class GitSubrepo < ::Avm::Git::Scms::GitSubBase
|
11
|
-
def update
|
12
|
-
git_subrepo.command('clean').execute!
|
13
|
-
git_subrepo.command('pull').execute!
|
14
|
-
end
|
15
|
-
|
16
|
-
# @return [EacGit::Local]
|
17
|
-
def git_repo
|
18
|
-
@git_repo ||= ::EacGit::Local.find(path)
|
19
|
-
end
|
20
|
-
|
21
|
-
# @return [EacGit::Local::Subrepo]
|
22
|
-
def git_subrepo
|
23
|
-
@git_subrepo ||= git_repo.subrepo(subpath)
|
24
|
-
end
|
25
|
-
|
26
|
-
# @return [Pathname]
|
27
|
-
def subpath
|
28
|
-
path.expand_path.relative_path_from(git_repo.root_path.expand_path)
|
29
|
-
end
|
30
|
-
|
31
|
-
def valid?
|
32
|
-
path.join('.gitrepo').file?
|
33
|
-
end
|
34
|
-
end
|
35
|
-
end
|
36
|
-
end
|
37
|
-
end
|
@@ -1,26 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'avm/git/scms/provider'
|
4
|
-
require 'avm/git/scms/git_sub_base'
|
5
|
-
require 'avm/scms/base'
|
6
|
-
require 'eac_ruby_utils/core_ext'
|
7
|
-
|
8
|
-
module Avm
|
9
|
-
module Git
|
10
|
-
module Scms
|
11
|
-
class GitSubtree < ::Avm::Git::Scms::GitSubBase
|
12
|
-
def update
|
13
|
-
# Do nothing
|
14
|
-
end
|
15
|
-
|
16
|
-
def valid?
|
17
|
-
return false unless ::Avm::Git::Scms::Provider
|
18
|
-
.new.all.any? { |scm_class| parent_scm.is_a?(scm_class) }
|
19
|
-
|
20
|
-
(::Avm::Git::Scms::Provider.new.all - [self.class])
|
21
|
-
.lazy.map { |scm_class| scm_class.new(path) }.none?(&:valid?)
|
22
|
-
end
|
23
|
-
end
|
24
|
-
end
|
25
|
-
end
|
26
|
-
end
|
@@ -1,21 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'avm/git/scms/git'
|
4
|
-
require 'avm/git/scms/git_subrepo'
|
5
|
-
require 'avm/git/scms/git_subtree'
|
6
|
-
require 'eac_ruby_utils/core_ext'
|
7
|
-
|
8
|
-
module Avm
|
9
|
-
module Git
|
10
|
-
module Scms
|
11
|
-
class Provider
|
12
|
-
SCMS = [::Avm::Git::Scms::Git, ::Avm::Git::Scms::GitSubrepo,
|
13
|
-
::Avm::Git::Scms::GitSubtree].freeze
|
14
|
-
|
15
|
-
def all
|
16
|
-
SCMS
|
17
|
-
end
|
18
|
-
end
|
19
|
-
end
|
20
|
-
end
|
21
|
-
end
|
@@ -1,51 +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
|
-
class SubrepoCheck
|
9
|
-
module Parent
|
10
|
-
def fix_parent
|
11
|
-
return if parent_result.success?
|
12
|
-
|
13
|
-
info(' Fixing...')
|
14
|
-
self.parent_hash = expected_parent_hash
|
15
|
-
info_banner
|
16
|
-
end
|
17
|
-
|
18
|
-
private
|
19
|
-
|
20
|
-
def expected_parent_hash_uncached
|
21
|
-
subrepo.local.rev_parse("#{last_file_change_rev}^")
|
22
|
-
end
|
23
|
-
|
24
|
-
def last_file_change_rev
|
25
|
-
subrepo.local.command('log', '-n', '1', '--pretty=format:%H', '--',
|
26
|
-
subrepo.config_relative_path.to_path).execute!.strip
|
27
|
-
end
|
28
|
-
|
29
|
-
def parent_hash
|
30
|
-
subrepo.parent_commit_id
|
31
|
-
end
|
32
|
-
|
33
|
-
def parent_hash=(new_hash)
|
34
|
-
subrepo.config.parent_commit_id = new_hash
|
35
|
-
subrepo.write_config
|
36
|
-
end
|
37
|
-
|
38
|
-
def parent_hash_ok?
|
39
|
-
return false if expected_parent_hash.blank? || parent_hash.blank?
|
40
|
-
|
41
|
-
expected_parent_hash == parent_hash
|
42
|
-
end
|
43
|
-
|
44
|
-
def parent_result_uncached
|
45
|
-
::Avm::Result.success_or_error(parent_hash_ok?,
|
46
|
-
parent_hash.presence || blank_text)
|
47
|
-
end
|
48
|
-
end
|
49
|
-
end
|
50
|
-
end
|
51
|
-
end
|
@@ -1,89 +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
|
-
class SubrepoCheck
|
9
|
-
module Remote
|
10
|
-
private
|
11
|
-
|
12
|
-
def fetch_uncached
|
13
|
-
subrepo.command('clean').execute!
|
14
|
-
subrepo.command('fetch').execute!
|
15
|
-
end
|
16
|
-
|
17
|
-
def check_remote_disabled?
|
18
|
-
!check_remote?
|
19
|
-
end
|
20
|
-
|
21
|
-
def check_remote_disabled_result
|
22
|
-
::Avm::Result.neutral('Check remote disabled')
|
23
|
-
end
|
24
|
-
|
25
|
-
def local_descend_remote?
|
26
|
-
local_id.present? && remote_id.present? && subrepo.local.descendant?(local_id, remote_id)
|
27
|
-
end
|
28
|
-
|
29
|
-
def local_descend_remote_result
|
30
|
-
::Avm::Result.pending(remote_result_value)
|
31
|
-
end
|
32
|
-
|
33
|
-
def local_id_uncached
|
34
|
-
fetch
|
35
|
-
subrepo.command('branch', '--force').execute!
|
36
|
-
subrepo.local.rev_parse("subrepo/#{subrepo.subpath}")
|
37
|
-
end
|
38
|
-
|
39
|
-
def remote_descend_local?
|
40
|
-
local_id.present? && remote_id.present? && subrepo.local.descendant?(remote_id, local_id)
|
41
|
-
end
|
42
|
-
|
43
|
-
def remote_descend_local_result
|
44
|
-
::Avm::Result.outdated(remote_result_value)
|
45
|
-
end
|
46
|
-
|
47
|
-
def remote_branches
|
48
|
-
['', 'refs/heads/', 'refs/tags/'].map { |prefix| "#{prefix}#{subrepo.remote_branch}" }
|
49
|
-
end
|
50
|
-
|
51
|
-
def remote_id_uncached
|
52
|
-
ls_result = subrepo.remote.ls
|
53
|
-
remote_branches.each do |b|
|
54
|
-
return ls_result[b] if ls_result[b].present?
|
55
|
-
end
|
56
|
-
nil
|
57
|
-
end
|
58
|
-
|
59
|
-
def remote_result_uncached
|
60
|
-
%w[check_remote_disabled same_ids local_descend_remote remote_descend_local]
|
61
|
-
.each do |condition|
|
62
|
-
return send("#{condition}_result") if send("#{condition}?")
|
63
|
-
end
|
64
|
-
|
65
|
-
::Avm::Result.error(remote_result_value)
|
66
|
-
end
|
67
|
-
|
68
|
-
def remote_result_value
|
69
|
-
local_s = local_id.presence || blank_text
|
70
|
-
remote_s = remote_id.presence || blank_text
|
71
|
-
|
72
|
-
if local_s == remote_s
|
73
|
-
"[L/R=#{local_s}]"
|
74
|
-
else
|
75
|
-
"[L=#{local_s}, R=#{remote_s}]"
|
76
|
-
end
|
77
|
-
end
|
78
|
-
|
79
|
-
def same_ids?
|
80
|
-
local_id.present? && remote_id.present? && local_id == remote_id
|
81
|
-
end
|
82
|
-
|
83
|
-
def same_ids_result
|
84
|
-
::Avm::Result.success(remote_result_value)
|
85
|
-
end
|
86
|
-
end
|
87
|
-
end
|
88
|
-
end
|
89
|
-
end
|
@@ -1,32 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'eac_ruby_utils/core_ext'
|
4
|
-
|
5
|
-
module Avm
|
6
|
-
module Git
|
7
|
-
class SubrepoCheck
|
8
|
-
module ShowResult
|
9
|
-
def show_result
|
10
|
-
out(subrepo.subpath.to_path.cyan)
|
11
|
-
out_attr('parent', parent_result.label)
|
12
|
-
run_fix_parent
|
13
|
-
out_attr('remote', remote_result.label)
|
14
|
-
out("\n")
|
15
|
-
end
|
16
|
-
|
17
|
-
def run_fix_parent
|
18
|
-
return unless fix_parent?
|
19
|
-
return unless parent_result.error?
|
20
|
-
|
21
|
-
out('|Fixing...'.white)
|
22
|
-
self.parent_hash = expected_parent_hash
|
23
|
-
out_attr('new parent', parent_result.label)
|
24
|
-
end
|
25
|
-
|
26
|
-
def out_attr(key, value)
|
27
|
-
out("|#{"#{key}=".white}#{value}")
|
28
|
-
end
|
29
|
-
end
|
30
|
-
end
|
31
|
-
end
|
32
|
-
end
|
@@ -1,38 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'eac_ruby_utils/core_ext'
|
4
|
-
|
5
|
-
module Avm
|
6
|
-
module Git
|
7
|
-
class SubrepoCheck
|
8
|
-
require_sub __FILE__, include_modules: true
|
9
|
-
enable_speaker
|
10
|
-
enable_simple_cache
|
11
|
-
|
12
|
-
BLANK_TEXT = 'BLANK'
|
13
|
-
|
14
|
-
common_constructor :subrepo, :options
|
15
|
-
|
16
|
-
def blank_text
|
17
|
-
BLANK_TEXT
|
18
|
-
end
|
19
|
-
|
20
|
-
def check_remote?
|
21
|
-
options.fetch(:check_remote) ? true : false
|
22
|
-
end
|
23
|
-
|
24
|
-
def fix_parent?
|
25
|
-
options.fetch(:fix_parent) ? true : false
|
26
|
-
end
|
27
|
-
|
28
|
-
private
|
29
|
-
|
30
|
-
def result_uncached
|
31
|
-
return ::Avm::Result.error('Parent failed') if parent_result.error?
|
32
|
-
return ::Avm::Result.error('Remote failed') if remote_result.error?
|
33
|
-
|
34
|
-
::Avm::Result.success('Parent and remote ok')
|
35
|
-
end
|
36
|
-
end
|
37
|
-
end
|
38
|
-
end
|
@@ -1,60 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'avm/git/subrepo_check'
|
4
|
-
require 'eac_ruby_utils/core_ext'
|
5
|
-
|
6
|
-
module Avm
|
7
|
-
module Git
|
8
|
-
class SubrepoChecks
|
9
|
-
enable_speaker
|
10
|
-
enable_simple_cache
|
11
|
-
attr_accessor :check_remote, :fix_parent
|
12
|
-
|
13
|
-
common_constructor :repository
|
14
|
-
|
15
|
-
def add_all_subrepos
|
16
|
-
add_subrepos(
|
17
|
-
*repository.command('subrepo', '-q', 'status').execute!.split("\n").map(&:strip)
|
18
|
-
.select(&:present?)
|
19
|
-
)
|
20
|
-
end
|
21
|
-
|
22
|
-
def add_subrepos(*subpath_list)
|
23
|
-
subpath_list.each do |subpath|
|
24
|
-
subpaths.add(subpath)
|
25
|
-
end
|
26
|
-
reset_cache
|
27
|
-
self
|
28
|
-
end
|
29
|
-
|
30
|
-
def check_options
|
31
|
-
{ fix_parent: fix_parent, check_remote: check_remote }
|
32
|
-
end
|
33
|
-
|
34
|
-
def show_result
|
35
|
-
checks.each(&:show_result)
|
36
|
-
infov 'Result', result.label
|
37
|
-
end
|
38
|
-
|
39
|
-
private
|
40
|
-
|
41
|
-
def checks_uncached
|
42
|
-
subpaths.map do |subpath|
|
43
|
-
::Avm::Git::SubrepoCheck.new(repository.subrepo(subpath), check_options)
|
44
|
-
end
|
45
|
-
end
|
46
|
-
|
47
|
-
def result_uncached
|
48
|
-
error_count = checks.count { |check| check.result.error? }
|
49
|
-
::Avm::Result.success_or_error(
|
50
|
-
error_count.zero?,
|
51
|
-
"#{error_count} of #{checks.count} subrepos failed"
|
52
|
-
)
|
53
|
-
end
|
54
|
-
|
55
|
-
def subpaths
|
56
|
-
@subpaths ||= ::Set.new
|
57
|
-
end
|
58
|
-
end
|
59
|
-
end
|
60
|
-
end
|
@@ -1,20 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
module Avm
|
4
|
-
module Git
|
5
|
-
module Vendor
|
6
|
-
module Github
|
7
|
-
class << self
|
8
|
-
def to_ssh_url(url)
|
9
|
-
return nil if url.blank?
|
10
|
-
|
11
|
-
url_no_dot_git = url.gsub(/\.git\z/, '')
|
12
|
-
|
13
|
-
m = %r{\Ahttps://github.com/([^/]+)/([^/]+)\z}.match(url_no_dot_git.to_s)
|
14
|
-
m ? "git@github.com:#{m[1]}/#{m[2]}.git" : url
|
15
|
-
end
|
16
|
-
end
|
17
|
-
end
|
18
|
-
end
|
19
|
-
end
|
20
|
-
end
|
data/sub/avm-git/lib/avm/git.rb
DELETED
data/sub/avm-git/locale/en.yml
DELETED
@@ -1,13 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'avm/git/commit/diff_tree_line'
|
4
|
-
|
5
|
-
RSpec.describe Avm::Git::Commit::DiffTreeLine, :git do
|
6
|
-
include_examples 'source_target_fixtures', __FILE__ do
|
7
|
-
def source_data(source_file)
|
8
|
-
File.read(source_file).each_line.map do |line|
|
9
|
-
described_class.new(line).fields
|
10
|
-
end
|
11
|
-
end
|
12
|
-
end
|
13
|
-
end
|
@@ -1 +0,0 @@
|
|
1
|
-
:000000 100644 0000000000000000000000000000000000000000 f380aec0bd8dd777edac43b11636e46cad04273a A nomes.txt
|
@@ -1 +0,0 @@
|
|
1
|
-
:100644 100644 40bcdecb4214cd8a3fcf96cd25a2beb87e7e7cd8 4a30dfae816b984f05cfb594e0d5958bb8c387ae M nomes.txt
|
@@ -1 +0,0 @@
|
|
1
|
-
:100644 000000 10728718a2915256ab162f1e05178ebff9efa6ce 0000000000000000000000000000000000000000 D nomes3.txt
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
- src_mode: '100644'
|
3
|
-
dst_mode: '000000'
|
4
|
-
src_sha1: 4a30dfae816b984f05cfb594e0d5958bb8c387ae
|
5
|
-
dst_sha1: '0000000000000000000000000000000000000000'
|
6
|
-
status: D
|
7
|
-
path: nomes.txt
|
8
|
-
- src_mode: '000000'
|
9
|
-
dst_mode: '100644'
|
10
|
-
src_sha1: '0000000000000000000000000000000000000000'
|
11
|
-
dst_sha1: 4a30dfae816b984f05cfb594e0d5958bb8c387ae
|
12
|
-
status: A
|
13
|
-
path: nomes2.txt
|
data/sub/avm-git/spec/lib/avm/git/commit/diff_tree_line_spec_files/rename_modify.target.yaml
DELETED
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
- src_mode: '100644'
|
3
|
-
dst_mode: '000000'
|
4
|
-
src_sha1: 4a30dfae816b984f05cfb594e0d5958bb8c387ae
|
5
|
-
dst_sha1: '0000000000000000000000000000000000000000'
|
6
|
-
status: D
|
7
|
-
path: nomes2.txt
|
8
|
-
- src_mode: '000000'
|
9
|
-
dst_mode: '100644'
|
10
|
-
src_sha1: '0000000000000000000000000000000000000000'
|
11
|
-
dst_sha1: 10728718a2915256ab162f1e05178ebff9efa6ce
|
12
|
-
status: A
|
13
|
-
path: nomes3.txt
|
@@ -1,56 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'avm/git/commit'
|
4
|
-
|
5
|
-
RSpec.describe Avm::Git::Commit, :git do
|
6
|
-
let(:git) { stubbed_git_local_repo }
|
7
|
-
|
8
|
-
let(:first_commit_sha1) do
|
9
|
-
git.file('a.txt').write('AAA')
|
10
|
-
git.file('b.txt').write('BBB')
|
11
|
-
git.command('add', '.').execute!
|
12
|
-
git.command('commit', '-m', 'First commit.').execute!
|
13
|
-
git.rev_parse('HEAD')
|
14
|
-
end
|
15
|
-
|
16
|
-
let(:second_commit_sha1) do
|
17
|
-
first_commit_sha1
|
18
|
-
git.file('a.txt').write('AAAAA')
|
19
|
-
git.file('b.txt').delete
|
20
|
-
git.file('ç.txt').write('CCC')
|
21
|
-
git.command('add', '.').execute!
|
22
|
-
git.command('commit', '-m', 'Second commit.').execute!
|
23
|
-
git.rev_parse('HEAD')
|
24
|
-
end
|
25
|
-
|
26
|
-
let(:first_commit) { described_class.new(git, first_commit_sha1) }
|
27
|
-
let(:second_commit) { described_class.new(git, second_commit_sha1) }
|
28
|
-
|
29
|
-
describe '#files' do
|
30
|
-
it { expect(first_commit.files.count).to eq(2) }
|
31
|
-
it { expect(second_commit.files.count).to eq(3) }
|
32
|
-
|
33
|
-
{
|
34
|
-
'first_commit' => %w[a.txt b.txt],
|
35
|
-
'second_commit' => %w[a.txt b.txt ç.txt]
|
36
|
-
}.each do |commit_name, filenames|
|
37
|
-
filenames.each do |filename|
|
38
|
-
it "find file \"#{filename}\" in commit \"#{commit_name}\"" do
|
39
|
-
commit = send(commit_name)
|
40
|
-
file = commit.files.find { |f| f.path == filename }
|
41
|
-
expect(file).to be_a(Avm::Git::Commit::File)
|
42
|
-
end
|
43
|
-
end
|
44
|
-
end
|
45
|
-
end
|
46
|
-
|
47
|
-
describe '#files_size' do
|
48
|
-
it { expect(first_commit.files_size).to eq(6) }
|
49
|
-
it { expect(second_commit.files_size).to eq(8) }
|
50
|
-
end
|
51
|
-
|
52
|
-
describe '#root_child?' do
|
53
|
-
it { expect(first_commit.root_child?).to be(true) }
|
54
|
-
it { expect(second_commit.root_child?).to be(false) }
|
55
|
-
end
|
56
|
-
end
|
@@ -1,45 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'avm/git/launcher/base'
|
4
|
-
|
5
|
-
RSpec.describe Avm::Git::Launcher::Base do
|
6
|
-
context 'new non-bare repository' do # rubocop:disable RSpec/ContextWording
|
7
|
-
let(:repo) do
|
8
|
-
r = described_class.new(Dir.mktmpdir)
|
9
|
-
r.git
|
10
|
-
r
|
11
|
-
end
|
12
|
-
|
13
|
-
describe '#remote_exist?' do
|
14
|
-
it { expect(repo.remote_exist?('origin')).to be(false) }
|
15
|
-
|
16
|
-
context 'after remote added' do # rubocop:disable RSpec/ContextWording, :
|
17
|
-
before { repo.execute!('remote', 'add', 'origin', 'file:///path/to/remote') }
|
18
|
-
|
19
|
-
it { expect(repo.remote_exist?('origin')).to be(true) }
|
20
|
-
|
21
|
-
context 'after remote removed' do # rubocop:disable RSpec/ContextWording, :
|
22
|
-
before { repo.execute!('remote', 'remove', 'origin') }
|
23
|
-
|
24
|
-
it { expect(repo.remote_exist?('origin')).to be(false) }
|
25
|
-
end
|
26
|
-
end
|
27
|
-
end
|
28
|
-
|
29
|
-
describe '#assert_remote_url' do
|
30
|
-
it { expect(repo.remote_exist?('origin')).to be(false) }
|
31
|
-
|
32
|
-
context 'after asserted remote URL "/remote1"' do # rubocop:disable RSpec/ContextWording, :
|
33
|
-
before { repo.assert_remote_url('origin', '/remote1') }
|
34
|
-
|
35
|
-
it { expect(repo.git.remote('origin').url).to eq('/remote1') }
|
36
|
-
|
37
|
-
context 'after asserted remote URL "/remote2"' do # rubocop:disable RSpec/ContextWording, :
|
38
|
-
before { repo.assert_remote_url('origin', '/remote2') }
|
39
|
-
|
40
|
-
it { expect(repo.git.remote('origin').url).to eq('/remote2') }
|
41
|
-
end
|
42
|
-
end
|
43
|
-
end
|
44
|
-
end
|
45
|
-
end
|