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,53 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'avm/git/issue/complete/validation'
|
4
|
-
require 'avm/result'
|
5
|
-
require 'ostruct'
|
6
|
-
|
7
|
-
module Avm
|
8
|
-
module Git
|
9
|
-
module Issue
|
10
|
-
class Complete
|
11
|
-
module Validations
|
12
|
-
VALIDATIONS = {
|
13
|
-
clean_workspace: 'Clean workspace?',
|
14
|
-
branch_name: 'Branch name',
|
15
|
-
branch_hash: 'Branch hash',
|
16
|
-
follow_master: 'Follow master?',
|
17
|
-
commits: 'Commits?',
|
18
|
-
bifurcations: 'Bifurcations?',
|
19
|
-
dry_push: 'Dry push?',
|
20
|
-
git_subrepos: 'Git subrepos ok?',
|
21
|
-
test: 'Test ok?'
|
22
|
-
}.with_indifferent_access.freeze
|
23
|
-
|
24
|
-
def valid?
|
25
|
-
validations.map(&:result).none?(&:error?)
|
26
|
-
end
|
27
|
-
|
28
|
-
def validations_banner
|
29
|
-
validations.each do |v|
|
30
|
-
infov "[#{v.key}] #{v.label}", v.result.label
|
31
|
-
end
|
32
|
-
end
|
33
|
-
|
34
|
-
def validate_skip_validations
|
35
|
-
skip_validations.each do |validation|
|
36
|
-
next if VALIDATIONS.keys.include?(validation)
|
37
|
-
|
38
|
-
raise "\"#{validation}\" is not a registered validation"
|
39
|
-
end
|
40
|
-
end
|
41
|
-
|
42
|
-
private
|
43
|
-
|
44
|
-
def validations_uncached
|
45
|
-
VALIDATIONS.map do |key, label|
|
46
|
-
::Avm::Git::Issue::Complete::Validation.new(self, key, label)
|
47
|
-
end
|
48
|
-
end
|
49
|
-
end
|
50
|
-
end
|
51
|
-
end
|
52
|
-
end
|
53
|
-
end
|
@@ -1,19 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
module Avm
|
4
|
-
module Git
|
5
|
-
module Issue
|
6
|
-
class Complete
|
7
|
-
module WorkingTree
|
8
|
-
def clean_workspace_result
|
9
|
-
::Avm::Result.success_or_error(clean_workspace?, 'yes', 'no')
|
10
|
-
end
|
11
|
-
|
12
|
-
def clean_workspace?
|
13
|
-
launcher_git.dirty_files.none?
|
14
|
-
end
|
15
|
-
end
|
16
|
-
end
|
17
|
-
end
|
18
|
-
end
|
19
|
-
end
|
@@ -1,66 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'avm/tools/core_ext'
|
4
|
-
require 'eac_git/local'
|
5
|
-
|
6
|
-
module Avm
|
7
|
-
module Git
|
8
|
-
module Issue
|
9
|
-
class Complete
|
10
|
-
require_sub __FILE__, include_modules: true
|
11
|
-
enable_simple_cache
|
12
|
-
enable_speaker
|
13
|
-
|
14
|
-
BRANCH_NAME_ISSUE_ID_PATTERN =
|
15
|
-
|
16
|
-
attr_reader :dir, :skip_validations
|
17
|
-
|
18
|
-
def initialize(options)
|
19
|
-
consumer = ::EacRubyUtils::OptionsConsumer.new(options)
|
20
|
-
@dir, @skip_validations = consumer.consume_all(:dir, :skip_validations)
|
21
|
-
validate_skip_validations
|
22
|
-
consumer.validate
|
23
|
-
end
|
24
|
-
|
25
|
-
def start_banner
|
26
|
-
validations_banner
|
27
|
-
end
|
28
|
-
|
29
|
-
def run
|
30
|
-
return false unless valid?
|
31
|
-
|
32
|
-
assert_tag
|
33
|
-
push
|
34
|
-
remove_local_branch
|
35
|
-
clipboard_copy_tracker_message
|
36
|
-
true
|
37
|
-
end
|
38
|
-
|
39
|
-
def issue_id
|
40
|
-
branch ? issue_id_parser.parse(branch_name) : nil
|
41
|
-
end
|
42
|
-
|
43
|
-
# @return [EacRubyUtils::RegexpParser]
|
44
|
-
def issue_id_parser
|
45
|
-
/\A#{Regexp.quote('issue_')}(\d+)\z/.to_parser { |m| m[1].to_i }
|
46
|
-
end
|
47
|
-
|
48
|
-
private
|
49
|
-
|
50
|
-
# @return [EacGit::Local]
|
51
|
-
def eac_git_uncached
|
52
|
-
::EacGit::Local.new(dir)
|
53
|
-
end
|
54
|
-
|
55
|
-
def git_execute(args, exit_outputs = {})
|
56
|
-
r = launcher_git.execute!(args, exit_outputs: exit_outputs)
|
57
|
-
r.is_a?(String) ? r.strip : r
|
58
|
-
end
|
59
|
-
|
60
|
-
def launcher_git_uncached
|
61
|
-
::Avm::Git::Launcher::Base.new(dir)
|
62
|
-
end
|
63
|
-
end
|
64
|
-
end
|
65
|
-
end
|
66
|
-
end
|
@@ -1,56 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'avm/tools/core_ext'
|
4
|
-
require 'clipboard'
|
5
|
-
|
6
|
-
module Avm
|
7
|
-
module Git
|
8
|
-
module Issue
|
9
|
-
class Deliver
|
10
|
-
enable_simple_cache
|
11
|
-
enable_speaker
|
12
|
-
|
13
|
-
common_constructor :git_repo
|
14
|
-
|
15
|
-
def run
|
16
|
-
push
|
17
|
-
clipboard_copy_tracker_message
|
18
|
-
true
|
19
|
-
end
|
20
|
-
|
21
|
-
def start_banner
|
22
|
-
infov 'Branch name', branch_name
|
23
|
-
infov 'Commit ID', branch_commit_id
|
24
|
-
infov 'Push arguments', ::Shellwords.join(push_args)
|
25
|
-
end
|
26
|
-
|
27
|
-
private
|
28
|
-
|
29
|
-
def branch_commit_id
|
30
|
-
git_repo.rev_parse(branch_name)
|
31
|
-
end
|
32
|
-
|
33
|
-
def branch_name_uncached
|
34
|
-
git_repo.command('rev-parse', '--abbrev-ref', 'HEAD').execute!.strip
|
35
|
-
end
|
36
|
-
|
37
|
-
def clipboard_copy_tracker_message
|
38
|
-
::Clipboard.copy(textile_tracker_message)
|
39
|
-
infov 'Copied to clipboard', textile_tracker_message
|
40
|
-
end
|
41
|
-
|
42
|
-
def push
|
43
|
-
git_repo.command(*push_args).system!
|
44
|
-
end
|
45
|
-
|
46
|
-
def push_args
|
47
|
-
%w[push origin --force] + ["#{branch_name}:refs/heads/#{branch_name}"]
|
48
|
-
end
|
49
|
-
|
50
|
-
def textile_tracker_message
|
51
|
-
"#{branch_name}: commit:#{branch_commit_id}."
|
52
|
-
end
|
53
|
-
end
|
54
|
-
end
|
55
|
-
end
|
56
|
-
end
|
@@ -1,28 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
module Avm
|
4
|
-
module Git
|
5
|
-
module Launcher
|
6
|
-
class Base < ::Avm::Launcher::Paths::Real
|
7
|
-
module ClassMethods
|
8
|
-
# @return [Avm::Git::Launcher::Base]
|
9
|
-
def by_root(search_base_path)
|
10
|
-
new(find_root(search_base_path).to_path)
|
11
|
-
end
|
12
|
-
|
13
|
-
# Searches the root path for the Git repository which includes +search_base_path+.
|
14
|
-
# @return [Pathname]
|
15
|
-
def find_root(search_base_path)
|
16
|
-
path = search_base_path.to_pathname.expand_path
|
17
|
-
loop do
|
18
|
-
return path if path.join('.git').exist?
|
19
|
-
raise "\".git\" not found for \"#{search_base_path}\"" if path.parent.root?
|
20
|
-
|
21
|
-
path = path.parent
|
22
|
-
end
|
23
|
-
end
|
24
|
-
end
|
25
|
-
end
|
26
|
-
end
|
27
|
-
end
|
28
|
-
end
|
@@ -1,23 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'eac_ruby_utils/core_ext'
|
4
|
-
|
5
|
-
module Avm
|
6
|
-
module Git
|
7
|
-
module Launcher
|
8
|
-
class Base < ::Avm::Launcher::Paths::Real
|
9
|
-
module DirtyFiles
|
10
|
-
delegate :dirty?, to: :eac_git
|
11
|
-
|
12
|
-
# @return [Array<Struct>]
|
13
|
-
def dirty_files
|
14
|
-
eac_git.dirty_files.map do |df|
|
15
|
-
df.to_h.merge(path: df.path.to_path, absolute_path: df.absolute_path.to_path)
|
16
|
-
.to_struct
|
17
|
-
end
|
18
|
-
end
|
19
|
-
end
|
20
|
-
end
|
21
|
-
end
|
22
|
-
end
|
23
|
-
end
|
@@ -1,40 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'eac_ruby_utils/core_ext'
|
4
|
-
require 'avm/git/launcher/remote'
|
5
|
-
|
6
|
-
module Avm
|
7
|
-
module Git
|
8
|
-
module Launcher
|
9
|
-
class Base < ::Avm::Launcher::Paths::Real
|
10
|
-
module Remotes
|
11
|
-
# @return [Avm::Git::Launcher::Remote]
|
12
|
-
def remote(name)
|
13
|
-
::Avm::Git::Launcher::Remote.new(self, name)
|
14
|
-
end
|
15
|
-
|
16
|
-
def remote_hashs(remote_name)
|
17
|
-
remote(remote_name).ls
|
18
|
-
end
|
19
|
-
|
20
|
-
def remote_exist?(remote_name)
|
21
|
-
remote(remote_name).exist?
|
22
|
-
end
|
23
|
-
|
24
|
-
def assert_remote_url(remote_name, url)
|
25
|
-
r = git.remote(remote_name)
|
26
|
-
if !r.url || r.url != url
|
27
|
-
r.remove if r.url
|
28
|
-
git.add_remote(remote_name, url)
|
29
|
-
end
|
30
|
-
r
|
31
|
-
end
|
32
|
-
|
33
|
-
def remote_branch_sha(remote_name, branch_name)
|
34
|
-
remote_hashs(remote_name)["refs/heads/#{branch_name}"]
|
35
|
-
end
|
36
|
-
end
|
37
|
-
end
|
38
|
-
end
|
39
|
-
end
|
40
|
-
end
|
@@ -1,44 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'active_support/core_ext/object'
|
4
|
-
|
5
|
-
module Avm
|
6
|
-
module Git
|
7
|
-
module Launcher
|
8
|
-
class Base < ::Avm::Launcher::Paths::Real
|
9
|
-
module Subrepo
|
10
|
-
def subrepo_status(subrepo_path)
|
11
|
-
s = execute!('subrepo', 'status', subrepo_path.gsub(%r{\A/}, ''))
|
12
|
-
raise s.strip.to_s if s.include?('is not a subrepo')
|
13
|
-
|
14
|
-
r = subrepo_status_parse_output(s)
|
15
|
-
raise "Empty subrepo status for |#{s}|\n" unless r.any?
|
16
|
-
|
17
|
-
r
|
18
|
-
end
|
19
|
-
|
20
|
-
def subrepo_remote_url(subrepo_path)
|
21
|
-
h = subrepo_status(subrepo_path)
|
22
|
-
url = h['Remote URL']
|
23
|
-
return url if url.present?
|
24
|
-
|
25
|
-
raise "Remote URL is blank for subrepo \"#{subrepo_path}\" (Subrepo status: #{h})"
|
26
|
-
end
|
27
|
-
|
28
|
-
private
|
29
|
-
|
30
|
-
def subrepo_status_parse_output(output)
|
31
|
-
r = {}.with_indifferent_access
|
32
|
-
output.each_line do |l|
|
33
|
-
m = /\A([^\:]+):(.*)\z/.match(l.strip)
|
34
|
-
next unless m && m[2].present?
|
35
|
-
|
36
|
-
r[m[1].strip] = m[2].strip
|
37
|
-
end
|
38
|
-
r
|
39
|
-
end
|
40
|
-
end
|
41
|
-
end
|
42
|
-
end
|
43
|
-
end
|
44
|
-
end
|
@@ -1,59 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'eac_git/executables'
|
4
|
-
require 'eac_ruby_utils/envs'
|
5
|
-
require 'git'
|
6
|
-
require 'avm/launcher/paths/real'
|
7
|
-
|
8
|
-
module Avm
|
9
|
-
module Git
|
10
|
-
module Launcher
|
11
|
-
class Base < ::Avm::Launcher::Paths::Real
|
12
|
-
module Underlying
|
13
|
-
def command(*args)
|
14
|
-
args, options = build_args(args)
|
15
|
-
r = ::EacGit::Executables.git.command(*args)
|
16
|
-
(options[:exit_outputs] || {}).each do |status_code, result|
|
17
|
-
r = r.status_result(status_code, result)
|
18
|
-
end
|
19
|
-
r
|
20
|
-
end
|
21
|
-
|
22
|
-
%w[execute execute! system system!].each do |exec_type|
|
23
|
-
define_method exec_type do |*args|
|
24
|
-
command(*args).send(exec_type)
|
25
|
-
rescue ::EacRubyUtils::Envs::ExecutionError
|
26
|
-
raise ::Avm::Git::Launcher::Error
|
27
|
-
end
|
28
|
-
end
|
29
|
-
|
30
|
-
def init
|
31
|
-
git
|
32
|
-
self
|
33
|
-
end
|
34
|
-
|
35
|
-
private
|
36
|
-
|
37
|
-
def build_args(args)
|
38
|
-
options = {}
|
39
|
-
if args.last.is_a?(Hash)
|
40
|
-
options = args.last
|
41
|
-
args.pop
|
42
|
-
end
|
43
|
-
args = args.first if args.first.is_a?(Array)
|
44
|
-
[['-C', self, '--no-pager'] + args, options]
|
45
|
-
end
|
46
|
-
|
47
|
-
def git_uncached
|
48
|
-
FileUtils.mkdir_p(self)
|
49
|
-
if File.exist?(subpath('.git'))
|
50
|
-
::Git.open(self)
|
51
|
-
else
|
52
|
-
::Git.init(self)
|
53
|
-
end
|
54
|
-
end
|
55
|
-
end
|
56
|
-
end
|
57
|
-
end
|
58
|
-
end
|
59
|
-
end
|
@@ -1,87 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'eac_git/local'
|
4
|
-
require 'eac_ruby_utils/core_ext'
|
5
|
-
require 'eac_ruby_utils/envs'
|
6
|
-
require 'avm/launcher/paths/real'
|
7
|
-
require 'avm/git/launcher/error'
|
8
|
-
|
9
|
-
module Avm
|
10
|
-
module Git
|
11
|
-
module Launcher
|
12
|
-
class Base < ::Avm::Launcher::Paths::Real
|
13
|
-
require_sub __FILE__
|
14
|
-
enable_simple_cache
|
15
|
-
extend ::Avm::Git::Launcher::Base::ClassMethods
|
16
|
-
include ::Avm::Git::Launcher::Base::DirtyFiles
|
17
|
-
include ::Avm::Git::Launcher::Base::Remotes
|
18
|
-
include ::Avm::Git::Launcher::Base::Subrepo
|
19
|
-
include ::Avm::Git::Launcher::Base::Underlying
|
20
|
-
|
21
|
-
attr_reader :eac_git
|
22
|
-
|
23
|
-
delegate :descendant?, :merge_base, :rev_parse, to: :eac_git
|
24
|
-
|
25
|
-
def initialize(path)
|
26
|
-
super(path)
|
27
|
-
|
28
|
-
@eac_git = ::EacGit::Local.new(path)
|
29
|
-
end
|
30
|
-
|
31
|
-
def init_bare
|
32
|
-
FileUtils.mkdir_p(self)
|
33
|
-
::EacRubyUtils::Envs.local.command('git', 'init', '--bare', self).execute! unless
|
34
|
-
File.exist?(subpath('.git'))
|
35
|
-
end
|
36
|
-
|
37
|
-
# @return [Pathname]
|
38
|
-
def root_path
|
39
|
-
@root_path ||= self.class.find_root(to_s)
|
40
|
-
end
|
41
|
-
|
42
|
-
def descendant?(descendant, ancestor)
|
43
|
-
base = merge_base(descendant, ancestor)
|
44
|
-
return false if base.blank?
|
45
|
-
|
46
|
-
revparse = execute!('rev-parse', '--verify', ancestor).strip
|
47
|
-
base == revparse
|
48
|
-
end
|
49
|
-
|
50
|
-
def subtree_split(prefix)
|
51
|
-
execute!('subtree', '-q', 'split', '-P', prefix).strip
|
52
|
-
end
|
53
|
-
|
54
|
-
def push(remote_name, refspecs, options = {})
|
55
|
-
refspecs = [refspecs] unless refspecs.is_a?(Array)
|
56
|
-
args = ['push']
|
57
|
-
args << '--dry-run' if options[:dryrun]
|
58
|
-
args << '--force' if options[:force]
|
59
|
-
system!(args + [remote_name] + refspecs)
|
60
|
-
end
|
61
|
-
|
62
|
-
def push_all(remote_name)
|
63
|
-
system!('push', '--all', remote_name)
|
64
|
-
system!('push', '--tags', remote_name)
|
65
|
-
end
|
66
|
-
|
67
|
-
def fetch(remote_name, options = {})
|
68
|
-
args = ['fetch', '-p', remote_name]
|
69
|
-
args += %w[--tags --prune-tags --force] if options[:tags]
|
70
|
-
execute!(*args)
|
71
|
-
end
|
72
|
-
|
73
|
-
def current_branch
|
74
|
-
execute!(%w[symbolic-ref -q HEAD]).gsub(%r{\Arefs/heads/}, '').strip
|
75
|
-
end
|
76
|
-
|
77
|
-
def reset_hard(ref)
|
78
|
-
execute!('reset', '--hard', ref)
|
79
|
-
end
|
80
|
-
|
81
|
-
def raise(message)
|
82
|
-
::Kernel.raise Avm::Git::Launcher::Error.new(self, message)
|
83
|
-
end
|
84
|
-
end
|
85
|
-
end
|
86
|
-
end
|
87
|
-
end
|
@@ -1,15 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'avm/launcher/errors/base'
|
4
|
-
|
5
|
-
module Avm
|
6
|
-
module Git
|
7
|
-
module Launcher
|
8
|
-
class Error < ::Avm::Launcher::Errors::Base
|
9
|
-
def initialize(git_instance, message)
|
10
|
-
super("#{message} (Repository: #{git_instance})")
|
11
|
-
end
|
12
|
-
end
|
13
|
-
end
|
14
|
-
end
|
15
|
-
end
|
@@ -1,38 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'avm/git/launcher/base'
|
4
|
-
|
5
|
-
module Avm
|
6
|
-
module Git
|
7
|
-
module Launcher
|
8
|
-
class MirrorUpdate < ::Avm::Launcher::Paths::Real
|
9
|
-
include ::EacRubyUtils::SimpleCache
|
10
|
-
|
11
|
-
def initialize(target_path, source_path, source_rev)
|
12
|
-
super(target_path)
|
13
|
-
@target_git = ::Avm::Git::Launcher::Base.new(self)
|
14
|
-
@source_git = ::Avm::Git::Launcher::Base.new(source_path)
|
15
|
-
@source_rev = source_rev
|
16
|
-
run
|
17
|
-
end
|
18
|
-
|
19
|
-
private
|
20
|
-
|
21
|
-
def run
|
22
|
-
fetch_remote_source
|
23
|
-
reset_source_rev
|
24
|
-
end
|
25
|
-
|
26
|
-
def fetch_remote_source
|
27
|
-
@target_git.git
|
28
|
-
@target_git.assert_remote_url('origin', @source_git)
|
29
|
-
@target_git.fetch('origin', tags: true)
|
30
|
-
end
|
31
|
-
|
32
|
-
def reset_source_rev
|
33
|
-
@target_git.reset_hard(@source_git.rev_parse(@source_rev, true))
|
34
|
-
end
|
35
|
-
end
|
36
|
-
end
|
37
|
-
end
|
38
|
-
end
|
@@ -1,131 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'eac_ruby_utils/simple_cache'
|
4
|
-
require 'avm/launcher/publish/base'
|
5
|
-
require 'avm/launcher/publish/check_result'
|
6
|
-
|
7
|
-
module Avm
|
8
|
-
module Git
|
9
|
-
module Launcher
|
10
|
-
class PublishBase < ::Avm::Launcher::Publish::Base
|
11
|
-
include ::EacRubyUtils::SimpleCache
|
12
|
-
enable_speaker
|
13
|
-
|
14
|
-
CHECKERS = %w[remote_url remote_fetch publish_remote_no_exist remote_equal remote_following
|
15
|
-
local_following].freeze
|
16
|
-
|
17
|
-
DEFAULT_REMOTE_REF = 'master'
|
18
|
-
|
19
|
-
REMOTE_UNAVAILABLE_MESSAGES = ['could not resolve host', 'connection timed out',
|
20
|
-
'no route to host'].map(&:downcase).freeze
|
21
|
-
|
22
|
-
protected
|
23
|
-
|
24
|
-
def internal_check
|
25
|
-
CHECKERS.each do |checker|
|
26
|
-
result = send("#{checker}_check_result")
|
27
|
-
return result if result
|
28
|
-
end
|
29
|
-
divergent_result_check_result
|
30
|
-
rescue ::Avm::Launcher::Instances::Error => e
|
31
|
-
::Avm::Launcher::Publish::CheckResult.blocked(e.message)
|
32
|
-
rescue ::StandardError => e
|
33
|
-
raise e unless remote_unavailable_error?(e)
|
34
|
-
|
35
|
-
::Avm::Launcher::Publish::CheckResult.blocked(e.message)
|
36
|
-
end
|
37
|
-
|
38
|
-
private
|
39
|
-
|
40
|
-
def remote_url_check_result
|
41
|
-
remote = sgit.remote(remote_name)
|
42
|
-
return if remote.exist? && remote.url.present?
|
43
|
-
|
44
|
-
::Avm::Launcher::Publish::CheckResult.blocked("Remote \"#{remote_name}\" has blank path")
|
45
|
-
end
|
46
|
-
|
47
|
-
def remote_fetch_check_result
|
48
|
-
remote_fetch
|
49
|
-
nil
|
50
|
-
end
|
51
|
-
|
52
|
-
def remote_unavailable_error?(error)
|
53
|
-
error_message = error.message.downcase
|
54
|
-
REMOTE_UNAVAILABLE_MESSAGES.any? do |message|
|
55
|
-
error_message.include?(message)
|
56
|
-
end
|
57
|
-
end
|
58
|
-
|
59
|
-
def publish_remote_no_exist_check_result
|
60
|
-
return nil if sgit.remote_exist?(remote_name)
|
61
|
-
|
62
|
-
::Avm::Launcher::Publish::CheckResult.blocked('Remote does not exist')
|
63
|
-
end
|
64
|
-
|
65
|
-
def remote_equal_check_result
|
66
|
-
return nil unless remote_sha.present? && remote_sha == local_sha
|
67
|
-
|
68
|
-
::Avm::Launcher::Publish::CheckResult.updated('Remote equal')
|
69
|
-
end
|
70
|
-
|
71
|
-
def remote_following_check_result
|
72
|
-
return nil unless remote_sha.present? && sgit.descendant?(remote_sha, local_sha)
|
73
|
-
|
74
|
-
::Avm::Launcher::Publish::CheckResult.outdated('Remote following')
|
75
|
-
end
|
76
|
-
|
77
|
-
def divergent_result_check_result
|
78
|
-
::Avm::Launcher::Publish::CheckResult.blocked(
|
79
|
-
"Divergent (L: #{local_sha}, R: #{remote_sha})"
|
80
|
-
)
|
81
|
-
end
|
82
|
-
|
83
|
-
def local_following?
|
84
|
-
return true if remote_sha.blank?
|
85
|
-
|
86
|
-
sgit.descendant?(local_sha, remote_sha)
|
87
|
-
end
|
88
|
-
|
89
|
-
def local_following_check_result
|
90
|
-
return nil unless local_following?
|
91
|
-
|
92
|
-
::Avm::Launcher::Publish::CheckResult.pending('Local following')
|
93
|
-
end
|
94
|
-
|
95
|
-
def sgit_uncached
|
96
|
-
::Avm::Git::Launcher::Base.new(instance.warped)
|
97
|
-
end
|
98
|
-
|
99
|
-
def publish
|
100
|
-
info 'Pushing...'
|
101
|
-
sgit.push(remote_name, 'HEAD:master',
|
102
|
-
dryrun: !::Avm::Launcher::Context.current.publish_options[:confirm])
|
103
|
-
info 'Pushed!'
|
104
|
-
end
|
105
|
-
|
106
|
-
def local_sha
|
107
|
-
sgit.git.object('HEAD').sha
|
108
|
-
end
|
109
|
-
|
110
|
-
def remote_sha_uncached
|
111
|
-
remote_fetch
|
112
|
-
b = sgit.git.branches["#{remote_name}/#{remote_ref}"]
|
113
|
-
b&.gcommit&.sha
|
114
|
-
end
|
115
|
-
|
116
|
-
def remote_fetch_uncached
|
117
|
-
sgit.fetch(remote_name)
|
118
|
-
end
|
119
|
-
|
120
|
-
def remote_name
|
121
|
-
::Avm::Git::Launcher::WarpBase::TARGET_REMOTE
|
122
|
-
end
|
123
|
-
|
124
|
-
# @return [String]
|
125
|
-
def remote_ref
|
126
|
-
DEFAULT_REMOTE_REF
|
127
|
-
end
|
128
|
-
end
|
129
|
-
end
|
130
|
-
end
|
131
|
-
end
|