avm-tools 0.99.0 → 0.99.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/avm/app_src.rb +4 -4
- data/lib/avm/eac_webapp_base0/deploy.rb +1 -1
- data/lib/avm/eac_webapp_base0/deploy/git_info.rb +1 -1
- data/lib/avm/git/commit/file.rb +1 -1
- data/lib/avm/git/issue/complete.rb +2 -2
- data/lib/avm/git/subrepo_check.rb +1 -1
- data/lib/avm/git/subrepo_check/show_result.rb +1 -1
- data/lib/avm/git/subrepo_checks.rb +1 -1
- data/lib/avm/launcher/context.rb +83 -0
- data/lib/avm/launcher/context/instance_discovery.rb +56 -0
- data/lib/avm/launcher/context/instance_manager.rb +3 -3
- data/lib/avm/launcher/context/instance_manager/cached_instance.rb +1 -1
- data/lib/avm/launcher/context/settings.rb +53 -0
- data/lib/avm/launcher/git.rb +7 -0
- data/lib/avm/launcher/git/base.rb +86 -0
- data/lib/avm/launcher/git/base/class_methods.rb +28 -0
- data/lib/avm/launcher/git/base/dirty_files.rb +23 -0
- data/lib/avm/launcher/git/base/remotes.rb +40 -0
- data/lib/avm/launcher/git/base/subrepo.rb +44 -0
- data/lib/avm/launcher/git/base/underlying.rb +63 -0
- data/lib/avm/launcher/git/error.rb +13 -0
- data/lib/avm/launcher/git/mirror_update.rb +38 -0
- data/lib/avm/launcher/git/publish_base.rb +121 -0
- data/lib/avm/launcher/git/remote.rb +55 -0
- data/lib/avm/launcher/git/sub_warp_base.rb +33 -0
- data/lib/avm/launcher/git/warp_base.rb +56 -0
- data/lib/{eac_launcher → avm/launcher}/instances.rb +1 -1
- data/lib/avm/launcher/instances/base.rb +3 -3
- data/lib/avm/launcher/instances/base/cache.rb +1 -1
- data/lib/avm/launcher/instances/runner_helper.rb +1 -1
- data/lib/avm/launcher/paths.rb +4 -0
- data/lib/avm/launcher/paths/logical.rb +82 -0
- data/lib/avm/launcher/paths/real.rb +44 -0
- data/lib/avm/launcher/project.rb +18 -0
- data/lib/avm/launcher/publish.rb +4 -0
- data/lib/avm/launcher/publish/base.rb +47 -0
- data/lib/avm/launcher/publish/check_result.rb +67 -0
- data/lib/avm/launcher/ruby.rb +3 -0
- data/lib/avm/launcher/ruby/gem.rb +4 -0
- data/lib/avm/launcher/ruby/gem/build.rb +125 -0
- data/lib/avm/launcher/ruby/gem/specification.rb +63 -0
- data/lib/avm/launcher/vendor.rb +3 -0
- data/lib/avm/launcher/vendor/github.rb +20 -0
- data/lib/avm/projects/stereotypes/git/publish.rb +2 -2
- data/lib/avm/projects/stereotypes/git/update/subrepo.rb +2 -2
- data/lib/avm/projects/stereotypes/git/warp.rb +2 -2
- data/lib/avm/projects/stereotypes/git_subrepo.rb +2 -2
- data/lib/avm/projects/stereotypes/git_subrepo/publish.rb +2 -2
- data/lib/avm/projects/stereotypes/git_subrepo/warp.rb +11 -11
- data/lib/avm/projects/stereotypes/git_subtree/publish.rb +2 -2
- data/lib/avm/projects/stereotypes/git_subtree/warp.rb +4 -4
- data/lib/avm/projects/stereotypes/ruby_gem.rb +2 -2
- data/lib/avm/projects/stereotypes/ruby_gem/publish.rb +11 -11
- data/lib/avm/tools/runner/files/format.rb +2 -2
- data/lib/avm/tools/runner/git.rb +2 -2
- data/lib/avm/tools/runner/git/commit.rb +2 -2
- data/lib/avm/tools/runner/git/deploy.rb +2 -2
- data/lib/avm/tools/runner/launcher/instances.rb +1 -1
- data/lib/avm/tools/runner/launcher/projects.rb +3 -3
- data/lib/avm/tools/runner/launcher/publish.rb +2 -2
- data/lib/avm/tools/version.rb +1 -1
- metadata +32 -34
- data/lib/eac_launcher.rb +0 -13
- data/lib/eac_launcher/context.rb +0 -81
- data/lib/eac_launcher/context/instance_discovery.rb +0 -54
- data/lib/eac_launcher/context/settings.rb +0 -51
- data/lib/eac_launcher/git.rb +0 -7
- data/lib/eac_launcher/git/base.rb +0 -84
- data/lib/eac_launcher/git/base/class_methods.rb +0 -26
- data/lib/eac_launcher/git/base/dirty_files.rb +0 -21
- data/lib/eac_launcher/git/base/remotes.rb +0 -38
- data/lib/eac_launcher/git/base/subrepo.rb +0 -42
- data/lib/eac_launcher/git/base/underlying.rb +0 -61
- data/lib/eac_launcher/git/error.rb +0 -11
- data/lib/eac_launcher/git/mirror_update.rb +0 -36
- data/lib/eac_launcher/git/publish_base.rb +0 -119
- data/lib/eac_launcher/git/remote.rb +0 -53
- data/lib/eac_launcher/git/sub_warp_base.rb +0 -31
- data/lib/eac_launcher/git/warp_base.rb +0 -54
- data/lib/eac_launcher/paths.rb +0 -4
- data/lib/eac_launcher/paths/logical.rb +0 -80
- data/lib/eac_launcher/paths/real.rb +0 -42
- data/lib/eac_launcher/project.rb +0 -16
- data/lib/eac_launcher/publish.rb +0 -4
- data/lib/eac_launcher/publish/base.rb +0 -45
- data/lib/eac_launcher/publish/check_result.rb +0 -65
- data/lib/eac_launcher/ruby.rb +0 -3
- data/lib/eac_launcher/ruby/gem.rb +0 -4
- data/lib/eac_launcher/ruby/gem/build.rb +0 -123
- data/lib/eac_launcher/ruby/gem/specification.rb +0 -61
- data/lib/eac_launcher/vendor.rb +0 -3
- data/lib/eac_launcher/vendor/github.rb +0 -18
- data/lib/eac_launcher/version.rb +0 -5
@@ -1,54 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'eac_launcher/git/mirror_update'
|
4
|
-
require 'eac_launcher/vendor/github'
|
5
|
-
require 'avm/projects/stereotypes/git/publish'
|
6
|
-
|
7
|
-
module EacLauncher
|
8
|
-
module Git
|
9
|
-
# Métodos abstratos:
|
10
|
-
# * source_instance
|
11
|
-
# * source_remote_name
|
12
|
-
# * current_ref
|
13
|
-
class WarpBase < ::EacLauncher::Paths::Real
|
14
|
-
include ::EacRubyUtils::SimpleCache
|
15
|
-
|
16
|
-
TARGET_REMOTE = ::Avm::Projects::Stereotypes::Git::Publish::PUBLISH_GIT_REMOTE_NAME
|
17
|
-
|
18
|
-
def initialize(instance)
|
19
|
-
@instance = instance
|
20
|
-
cache_git.git.reset_hard(current_ref)
|
21
|
-
cache_git.remote(TARGET_REMOTE).url = target_remote_url
|
22
|
-
super(path)
|
23
|
-
end
|
24
|
-
|
25
|
-
protected
|
26
|
-
|
27
|
-
attr_reader :instance
|
28
|
-
|
29
|
-
def update
|
30
|
-
::EacLauncher::Git::MirrorUpdate.new(
|
31
|
-
path,
|
32
|
-
source_instance.real,
|
33
|
-
source_instance.options.git_current_revision
|
34
|
-
)
|
35
|
-
end
|
36
|
-
|
37
|
-
def path
|
38
|
-
instance.cache_path('git_repository')
|
39
|
-
end
|
40
|
-
|
41
|
-
def source_git_uncached
|
42
|
-
::EacLauncher::Git::Base.new(source_instance.real)
|
43
|
-
end
|
44
|
-
|
45
|
-
def cache_git_uncached
|
46
|
-
::EacLauncher::Git::Base.new(update)
|
47
|
-
end
|
48
|
-
|
49
|
-
def target_remote_url
|
50
|
-
::EacLauncher::Vendor::Github.to_ssh_url(source_git.git.remote(source_remote_name).url)
|
51
|
-
end
|
52
|
-
end
|
53
|
-
end
|
54
|
-
end
|
data/lib/eac_launcher/paths.rb
DELETED
@@ -1,80 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'avm/projects/stereotypes'
|
4
|
-
require 'eac_launcher/paths/real'
|
5
|
-
|
6
|
-
module EacLauncher
|
7
|
-
module Paths
|
8
|
-
class Logical
|
9
|
-
include ::EacRubyUtils::SimpleCache
|
10
|
-
|
11
|
-
class << self
|
12
|
-
def from_h(context, hash)
|
13
|
-
parent_path = hash[:parent_path] ? from_h(context, hash[:parent_path]) : nil
|
14
|
-
new(context, parent_path, hash[:real], hash[:logical])
|
15
|
-
end
|
16
|
-
end
|
17
|
-
|
18
|
-
attr_reader :context, :real, :logical, :parent_path
|
19
|
-
|
20
|
-
def initialize(context, parent_path, real, logical)
|
21
|
-
@context = context
|
22
|
-
@parent_path = parent_path
|
23
|
-
@real = ::EacLauncher::Paths::Real.new(real)
|
24
|
-
@logical = logical
|
25
|
-
end
|
26
|
-
|
27
|
-
def to_s
|
28
|
-
logical
|
29
|
-
end
|
30
|
-
|
31
|
-
def to_h
|
32
|
-
{ logical: logical, real: real.to_s, parent_path: parent_path ? parent_path.to_h : nil }
|
33
|
-
end
|
34
|
-
|
35
|
-
def project?
|
36
|
-
stereotypes.any?
|
37
|
-
end
|
38
|
-
|
39
|
-
def children
|
40
|
-
r = []
|
41
|
-
Dir.entries(warped).each do |c|
|
42
|
-
c_path = ::File.join(warped, c)
|
43
|
-
next unless ::File.directory?(c_path)
|
44
|
-
next if c.start_with?('.')
|
45
|
-
|
46
|
-
r << build_child(c)
|
47
|
-
end
|
48
|
-
r
|
49
|
-
end
|
50
|
-
|
51
|
-
def included?
|
52
|
-
!context.settings.excluded_paths.include?(logical)
|
53
|
-
end
|
54
|
-
|
55
|
-
private
|
56
|
-
|
57
|
-
def stereotypes_uncached
|
58
|
-
::Avm::Projects::Stereotype.stereotypes.select { |s| s.match?(self) }
|
59
|
-
end
|
60
|
-
|
61
|
-
def build_child(name)
|
62
|
-
::EacLauncher::Paths::Logical.new(
|
63
|
-
context,
|
64
|
-
self,
|
65
|
-
::File.join(warped, name),
|
66
|
-
::File.join(logical, name)
|
67
|
-
)
|
68
|
-
end
|
69
|
-
|
70
|
-
def warped_uncached
|
71
|
-
if is_a?(::Avm::Launcher::Instances::Base)
|
72
|
-
stereotypes.each do |s|
|
73
|
-
return s.warp_class.new(self) if s.warp_class
|
74
|
-
end
|
75
|
-
end
|
76
|
-
real
|
77
|
-
end
|
78
|
-
end
|
79
|
-
end
|
80
|
-
end
|
@@ -1,42 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
module EacLauncher
|
4
|
-
module Paths
|
5
|
-
class Real < String
|
6
|
-
def initialize(path)
|
7
|
-
raise "Argument path is not a string: \"#{path}\"|#{path.class}" unless path.is_a?(String)
|
8
|
-
|
9
|
-
super(path)
|
10
|
-
end
|
11
|
-
|
12
|
-
def subpath(relative_path)
|
13
|
-
::EacLauncher::Paths::Real.new(::File.expand_path(relative_path, self))
|
14
|
-
end
|
15
|
-
|
16
|
-
def basename
|
17
|
-
::File.basename(self)
|
18
|
-
end
|
19
|
-
|
20
|
-
def dirname
|
21
|
-
return nil if self == '/'
|
22
|
-
|
23
|
-
self.class.new(::File.dirname(self))
|
24
|
-
end
|
25
|
-
|
26
|
-
def find_file_with_extension(extension)
|
27
|
-
r = find_files_with_extension(extension)
|
28
|
-
return r.first if r.any?
|
29
|
-
|
30
|
-
raise "Extension \"#{extension}\" not found in directory \"#{self}\""
|
31
|
-
end
|
32
|
-
|
33
|
-
def find_files_with_extension(extension)
|
34
|
-
r = []
|
35
|
-
::Dir.entries(self).each do |i|
|
36
|
-
r << ::File.expand_path(i, self) if i =~ /#{::Regexp.quote(extension)}\z/
|
37
|
-
end
|
38
|
-
r
|
39
|
-
end
|
40
|
-
end
|
41
|
-
end
|
42
|
-
end
|
data/lib/eac_launcher/project.rb
DELETED
data/lib/eac_launcher/publish.rb
DELETED
@@ -1,45 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'avm/launcher/errors/base'
|
4
|
-
|
5
|
-
module EacLauncher
|
6
|
-
module Publish
|
7
|
-
class Base
|
8
|
-
attr_reader :instance
|
9
|
-
|
10
|
-
def initialize(instance)
|
11
|
-
@instance = instance
|
12
|
-
end
|
13
|
-
|
14
|
-
def run
|
15
|
-
s = check
|
16
|
-
info("Check: #{s}")
|
17
|
-
return unless s.status == ::EacLauncher::Publish::CheckResult::STATUS_PENDING
|
18
|
-
|
19
|
-
publish
|
20
|
-
end
|
21
|
-
|
22
|
-
def check
|
23
|
-
s = check_with_rescue
|
24
|
-
::EacLauncher::Context.current.instance_manager.publish_state_set(
|
25
|
-
instance, stereotype.stereotype_name, s.status
|
26
|
-
)
|
27
|
-
s
|
28
|
-
end
|
29
|
-
|
30
|
-
private
|
31
|
-
|
32
|
-
def stereotype
|
33
|
-
self.class.name.deconstantize.constantize
|
34
|
-
end
|
35
|
-
|
36
|
-
def check_with_rescue
|
37
|
-
internal_check
|
38
|
-
rescue ::Avm::Launcher::Errors::Base => e
|
39
|
-
::EacLauncher::Publish::CheckResult.blocked("Error: #{e}")
|
40
|
-
rescue ::EacLauncher::Git::Error => e
|
41
|
-
::EacLauncher::Publish::CheckResult.blocked("Git error: #{e}")
|
42
|
-
end
|
43
|
-
end
|
44
|
-
end
|
45
|
-
end
|
@@ -1,65 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'active_support/concern' # Missing on "eac/listable"
|
4
|
-
require 'active_support/hash_with_indifferent_access'
|
5
|
-
require 'eac_ruby_utils/listable'
|
6
|
-
|
7
|
-
module EacLauncher
|
8
|
-
module Publish
|
9
|
-
class CheckResult
|
10
|
-
include ::EacRubyUtils::Listable
|
11
|
-
|
12
|
-
lists.add_string :status, :updated, :pending, :blocked, :outdated
|
13
|
-
|
14
|
-
lists.status.values.each do |status| # rubocop:disable Style/HashEachMethods
|
15
|
-
class_eval <<-RUBY_EVAL, __FILE__, __LINE__ + 1
|
16
|
-
def self.#{status}(message)
|
17
|
-
new('#{status}', message)
|
18
|
-
end
|
19
|
-
RUBY_EVAL
|
20
|
-
end
|
21
|
-
|
22
|
-
class << self
|
23
|
-
def pending_status?(status)
|
24
|
-
[STATUS_PENDING].include?(status)
|
25
|
-
end
|
26
|
-
|
27
|
-
def updated_color
|
28
|
-
'green'
|
29
|
-
end
|
30
|
-
|
31
|
-
def pending_color
|
32
|
-
'yellow'
|
33
|
-
end
|
34
|
-
|
35
|
-
def blocked_color
|
36
|
-
'red'
|
37
|
-
end
|
38
|
-
|
39
|
-
def outdated_color
|
40
|
-
'light_blue'
|
41
|
-
end
|
42
|
-
end
|
43
|
-
|
44
|
-
attr_reader :status, :message
|
45
|
-
|
46
|
-
def initialize(status, message)
|
47
|
-
raise "Status \"#{status}\" not in #{self.class.lists.status.values}" unless
|
48
|
-
self.class.lists.status.values.include?(status)
|
49
|
-
|
50
|
-
@status = status
|
51
|
-
@message = message
|
52
|
-
end
|
53
|
-
|
54
|
-
def to_s
|
55
|
-
message.light_white.send("on_#{background_color}")
|
56
|
-
end
|
57
|
-
|
58
|
-
private
|
59
|
-
|
60
|
-
def background_color
|
61
|
-
self.class.send("#{status}_color")
|
62
|
-
end
|
63
|
-
end
|
64
|
-
end
|
65
|
-
end
|
data/lib/eac_launcher/ruby.rb
DELETED
@@ -1,123 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'tmpdir'
|
4
|
-
require 'eac_cli/speaker'
|
5
|
-
require 'eac_ruby_utils/envs'
|
6
|
-
require 'eac_launcher/ruby/gem/specification'
|
7
|
-
|
8
|
-
module EacLauncher
|
9
|
-
module Ruby
|
10
|
-
module Gem
|
11
|
-
class Build
|
12
|
-
include ::EacCli::Speaker
|
13
|
-
|
14
|
-
def initialize(original_gem_root)
|
15
|
-
@original_gem_root = original_gem_root
|
16
|
-
end
|
17
|
-
|
18
|
-
def output_file
|
19
|
-
return nil unless @gem_root
|
20
|
-
|
21
|
-
@gem_root.find_files_with_extension('.gem').first
|
22
|
-
end
|
23
|
-
|
24
|
-
def builded?
|
25
|
-
output_file.present? && ::File.exist?(output_file)
|
26
|
-
end
|
27
|
-
|
28
|
-
def build
|
29
|
-
return if builded?
|
30
|
-
|
31
|
-
copy_gem_files
|
32
|
-
build_gem
|
33
|
-
check_gem_empty_size
|
34
|
-
check_gem_version
|
35
|
-
end
|
36
|
-
|
37
|
-
def close
|
38
|
-
::FileUtils.remove_entry(@gem_root) if @gem_root && ::File.directory?(@gem_root)
|
39
|
-
@gem_root = nil
|
40
|
-
end
|
41
|
-
|
42
|
-
private
|
43
|
-
|
44
|
-
def copy_gem_files
|
45
|
-
@gem_root = ::EacLauncher::Paths::Real.new(::Dir.mktmpdir)
|
46
|
-
FileUtils.cp_r "#{@original_gem_root}/.", @gem_root
|
47
|
-
end
|
48
|
-
|
49
|
-
def build_gem
|
50
|
-
info("Building gemspec #{gemspec_file}...")
|
51
|
-
clear_gems
|
52
|
-
Dir.chdir @gem_root do
|
53
|
-
isolated_build_gem
|
54
|
-
end
|
55
|
-
end
|
56
|
-
|
57
|
-
def isolated_build_gem
|
58
|
-
on_clean_ruby do
|
59
|
-
EacRubyUtils::Envs.local.command('gem', 'build', gemspec_file).execute!
|
60
|
-
end
|
61
|
-
end
|
62
|
-
|
63
|
-
def check_gem_empty_size
|
64
|
-
Dir.mktmpdir do |dir|
|
65
|
-
Dir.chdir dir do
|
66
|
-
EacRubyUtils::Envs.local.command('gem', 'unpack', gem).system
|
67
|
-
gs = File.join(dir, File.basename(gem, '.gem'))
|
68
|
-
if (Dir.entries(gs) - %w[. ..]).empty?
|
69
|
-
raise "\"#{dir}\" (Unpacked from #{gem}) has no source code"
|
70
|
-
end
|
71
|
-
end
|
72
|
-
end
|
73
|
-
end
|
74
|
-
|
75
|
-
def clear_gems
|
76
|
-
@gem_root.find_files_with_extension('.gem').each do |f|
|
77
|
-
FileUtils.rm_rf(f)
|
78
|
-
end
|
79
|
-
end
|
80
|
-
|
81
|
-
def gemspec_file
|
82
|
-
@gem_root.find_file_with_extension('.gemspec')
|
83
|
-
end
|
84
|
-
|
85
|
-
def gem
|
86
|
-
@gem_root.find_file_with_extension('.gem')
|
87
|
-
end
|
88
|
-
|
89
|
-
def check_gem_version
|
90
|
-
spec = ::EacLauncher::Ruby::Gem::Specification.new(gemspec_file)
|
91
|
-
return if ::File.basename(output_file, '.gem') == spec.full_name
|
92
|
-
|
93
|
-
raise("Builded gem is not the same version of gemspec (#{spec}, #{output_file})")
|
94
|
-
end
|
95
|
-
|
96
|
-
def bundle_dependencies
|
97
|
-
gemfile = @gem_root.subpath('Gemfile')
|
98
|
-
return unless ::File.exist?(gemfile)
|
99
|
-
|
100
|
-
Dir.chdir(@gem_root) do
|
101
|
-
EacRubyUtils::Envs.local.command('bundle', 'install').execute!
|
102
|
-
end
|
103
|
-
end
|
104
|
-
|
105
|
-
def on_clean_ruby
|
106
|
-
on_clear_envvars('BUNDLE', 'RUBY') { yield }
|
107
|
-
end
|
108
|
-
|
109
|
-
def on_clear_envvars(*start_with_vars)
|
110
|
-
old_values = envvars_starting_with(start_with_vars)
|
111
|
-
old_values.each_key { |k| ENV.delete(k) }
|
112
|
-
yield
|
113
|
-
ensure
|
114
|
-
old_values&.each { |k, v| ENV[k] = v }
|
115
|
-
end
|
116
|
-
|
117
|
-
def envvars_starting_with(start_with_vars)
|
118
|
-
ENV.select { |k, _v| start_with_vars.any? { |var| k.start_with?(var) } }
|
119
|
-
end
|
120
|
-
end
|
121
|
-
end
|
122
|
-
end
|
123
|
-
end
|