avm-tools 0.98.0 → 0.99.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/avm/configs.rb +2 -2
- data/lib/avm/data/package/dump.rb +2 -2
- data/lib/avm/data/package/load.rb +1 -1
- data/lib/avm/data/unit.rb +1 -1
- data/lib/avm/docker/container.rb +2 -2
- data/lib/avm/docker/runner.rb +1 -1
- data/lib/avm/eac_redmine_base0/core_update.rb +1 -1
- data/lib/avm/eac_webapp_base0/runner/data/load.rb +1 -1
- data/lib/avm/eac_writings_base0/project_build.rb +1 -1
- data/lib/avm/files/appendable/templatized_directory.rb +1 -1
- data/lib/avm/files/formatter.rb +1 -1
- data/lib/avm/git/auto_commit/rules/manual.rb +1 -1
- data/lib/avm/git/file_auto_fixup.rb +1 -1
- data/lib/avm/git/issue/complete.rb +2 -2
- data/lib/avm/git/issue/deliver.rb +56 -0
- data/lib/avm/git/revision_test.rb +1 -1
- data/lib/avm/git/subrepo_check.rb +1 -1
- data/lib/avm/git/subrepo_checks.rb +1 -1
- data/lib/avm/instances/entries.rb +1 -1
- data/lib/avm/instances/entry.rb +1 -1
- data/lib/avm/launcher/context/instance_manager/cached_instance.rb +1 -1
- data/lib/avm/launcher/instances/base.rb +1 -1
- data/lib/avm/patches/object/template.rb +2 -2
- data/lib/avm/projects/stereotypes/git/update.rb +1 -1
- data/lib/avm/projects/stereotypes/git/update/subrepo.rb +1 -1
- data/lib/avm/projects/stereotypes/ruby_gem/publish.rb +2 -2
- data/lib/avm/projects/stereotypes/ruby_gem/update.rb +1 -1
- data/lib/avm/projects/stereotypes/ruby_gem/version_bump.rb +1 -1
- data/lib/avm/ruby/gems/generator.rb +3 -3
- data/lib/avm/ruby/rubocop.rb +1 -1
- data/lib/avm/tools/runner/git.rb +6 -2
- data/lib/avm/tools/runner/git/commit.rb +1 -1
- data/lib/avm/tools/runner/git/issue.rb +17 -13
- data/lib/avm/tools/version.rb +1 -1
- data/lib/eac_launcher/context.rb +2 -2
- data/lib/eac_launcher/git/publish_base.rb +1 -1
- data/lib/eac_launcher/ruby/gem/build.rb +2 -2
- data/vendor/avm-apps/lib/avm/apps/jobs/base.rb +1 -1
- data/vendor/avm-apps/lib/avm/apps/sources/configuration.rb +2 -2
- data/vendor/avm-apps/lib/avm/apps/sources/configuration/_locale.rb +1 -1
- data/vendor/avm-apps/lib/avm/apps/sources/configuration/_rubocop.rb +1 -1
- data/vendor/avm-apps/lib/avm/apps/sources/configuration/_tests.rb +1 -1
- data/vendor/avm-apps/lib/avm/apps/version.rb +1 -1
- data/vendor/avm-eac_asciidoctor_base0/avm-eac_asciidoctor_base0.gemspec +1 -0
- data/vendor/avm-eac_asciidoctor_base0/lib/avm/eac_asciidoctor_base0/sources/build.rb +1 -1
- data/vendor/avm-eac_asciidoctor_base0/lib/avm/eac_asciidoctor_base0/sources/build/file.rb +1 -1
- data/vendor/avm-eac_asciidoctor_base0/lib/avm/eac_asciidoctor_base0/version.rb +1 -1
- data/vendor/eac_cli/eac_cli.gemspec +4 -1
- data/vendor/eac_cli/lib/eac_cli/default_runner.rb +1 -1
- data/vendor/eac_cli/lib/eac_cli/definition/help_formatter.rb +2 -2
- data/vendor/eac_cli/lib/eac_cli/docopt/doc_builder.rb +1 -1
- data/vendor/eac_cli/lib/eac_cli/docopt/doc_builder/alternative.rb +3 -3
- data/vendor/eac_cli/lib/eac_cli/docopt/runner_extension.rb +2 -2
- data/vendor/eac_cli/lib/eac_cli/docopt_runner.rb +43 -0
- data/vendor/eac_cli/lib/eac_cli/docopt_runner/_class_methods.rb +16 -0
- data/vendor/eac_cli/lib/eac_cli/docopt_runner/_doc.rb +23 -0
- data/vendor/eac_cli/lib/eac_cli/docopt_runner/_settings.rb +17 -0
- data/vendor/eac_cli/lib/eac_cli/docopt_runner/_subcommands.rb +152 -0
- data/vendor/eac_cli/lib/eac_cli/old_configs.rb +36 -0
- data/vendor/eac_cli/lib/eac_cli/old_configs/entry_reader.rb +80 -0
- data/vendor/eac_cli/lib/eac_cli/old_configs/password_entry_reader.rb +16 -0
- data/vendor/eac_cli/lib/eac_cli/old_configs/read_entry_options.rb +44 -0
- data/vendor/eac_cli/lib/eac_cli/old_configs/store_passwords_entry_reader.rb +25 -0
- data/vendor/eac_cli/lib/eac_cli/patches/module.rb +4 -0
- data/vendor/eac_cli/lib/eac_cli/patches/module/speaker.rb +10 -0
- data/vendor/eac_cli/lib/eac_cli/patches/object/runner_with.rb +1 -1
- data/vendor/eac_cli/lib/eac_cli/runner_with/subcommands.rb +5 -1
- data/vendor/eac_cli/lib/eac_cli/runner_with/subcommands/definition_concern.rb +10 -0
- data/vendor/eac_cli/lib/eac_cli/speaker.rb +131 -0
- data/vendor/eac_cli/lib/eac_cli/speaker/_class_methods.rb +37 -0
- data/vendor/eac_cli/lib/eac_cli/speaker/_constants.rb +12 -0
- data/vendor/eac_cli/lib/eac_cli/speaker/list.rb +61 -0
- data/vendor/eac_cli/lib/eac_cli/speaker/node.rb +24 -0
- data/vendor/eac_cli/lib/eac_cli/version.rb +1 -1
- data/vendor/eac_cli/spec/lib/eac_cli/docopt/runner_extension_spec.rb +1 -1
- data/vendor/{eac_ruby_utils/spec/lib/eac_ruby_utils/console → eac_cli/spec/lib/eac_cli}/docopt_runner_spec.rb +5 -5
- data/vendor/{eac_ruby_utils/spec/lib/eac_ruby_utils/console/configs_spec.rb → eac_cli/spec/lib/eac_cli/old_configs_spec.rb} +2 -2
- data/vendor/eac_cli/spec/lib/eac_cli/runner_spec.rb +1 -1
- data/vendor/{eac_ruby_utils/spec/lib/eac_ruby_utils/console → eac_cli/spec/lib/eac_cli}/speaker_spec.rb +2 -2
- data/vendor/eac_cli/spec/lib/module/speaker_spec.rb +13 -0
- data/vendor/eac_config/Gemfile +5 -0
- data/vendor/eac_config/eac_config.gemspec +19 -0
- data/vendor/eac_config/lib/eac_config.rb +7 -0
- data/vendor/eac_config/lib/eac_config/entry.rb +43 -0
- data/vendor/eac_config/lib/eac_config/entry_path.rb +41 -0
- data/vendor/eac_config/lib/eac_config/load_nodes_search.rb +39 -0
- data/vendor/eac_config/lib/eac_config/load_path.rb +36 -0
- data/vendor/eac_config/lib/eac_config/node.rb +53 -0
- data/vendor/eac_config/lib/eac_config/node_entry.rb +39 -0
- data/vendor/{eac_ruby_utils/lib/eac_ruby_utils/configs.rb → eac_config/lib/eac_config/old_configs.rb} +5 -5
- data/vendor/{eac_ruby_utils/lib/eac_ruby_utils/configs → eac_config/lib/eac_config/old_configs}/base.rb +5 -5
- data/vendor/{eac_ruby_utils/lib/eac_ruby_utils/configs → eac_config/lib/eac_config/old_configs}/file.rb +4 -4
- data/vendor/{eac_ruby_utils/lib/eac_ruby_utils → eac_config/lib/eac_config}/paths_hash.rb +8 -8
- data/vendor/{eac_ruby_utils/lib/eac_ruby_utils → eac_config/lib/eac_config}/paths_hash/entry_key_error.rb +1 -1
- data/vendor/{eac_ruby_utils/lib/eac_ruby_utils → eac_config/lib/eac_config}/paths_hash/node.rb +2 -2
- data/vendor/{eac_ruby_utils/lib/eac_ruby_utils → eac_config/lib/eac_config}/paths_hash/path_search.rb +4 -4
- data/vendor/eac_config/lib/eac_config/version.rb +5 -0
- data/vendor/eac_config/lib/eac_config/yaml_file_node.rb +41 -0
- data/vendor/eac_config/spec/lib/eac_config/entry_path_spec.rb +30 -0
- data/vendor/{eac_ruby_utils/spec/lib/eac_ruby_utils/configs_spec.rb → eac_config/spec/lib/eac_config/old_configs_spec.rb} +2 -2
- data/vendor/{eac_ruby_utils/spec/lib/eac_ruby_utils → eac_config/spec/lib/eac_config}/paths_hash_spec.rb +6 -6
- data/vendor/eac_config/spec/lib/eac_config/yaml_file_node_spec.rb +52 -0
- data/vendor/eac_config/spec/lib/eac_config/yaml_file_node_spec_files/storage1.yaml +4 -0
- data/vendor/eac_config/spec/lib/eac_config/yaml_file_node_spec_files/storage1_1.yaml +2 -0
- data/vendor/eac_config/spec/lib/eac_config/yaml_file_node_spec_files/storage1_2.yaml +3 -0
- data/vendor/eac_config/spec/lib/eac_config/yaml_file_node_spec_files/storage1_2/storage1_2_1.yaml +2 -0
- data/vendor/eac_config/spec/rubocop_spec.rb +3 -0
- data/vendor/eac_config/spec/spec_helper.rb +17 -0
- data/vendor/eac_docker/eac_docker.gemspec +2 -1
- data/vendor/eac_docker/lib/eac_docker/images/templatized.rb +1 -0
- data/vendor/eac_docker/lib/eac_docker/version.rb +1 -1
- data/vendor/eac_docker/spec/lib/eac_docker/images/templatized_spec.rb +2 -1
- data/vendor/eac_ruby_base0/eac_ruby_base0.gemspec +1 -1
- data/vendor/eac_ruby_base0/lib/eac_ruby_base0/jobs_runner.rb +2 -2
- data/vendor/eac_ruby_base0/lib/eac_ruby_base0/runner.rb +2 -2
- data/vendor/eac_ruby_base0/lib/eac_ruby_base0/version.rb +1 -1
- data/vendor/eac_ruby_gems_utils/lib/eac_ruby_gems_utils/tests/multiple.rb +1 -1
- data/vendor/eac_ruby_gems_utils/lib/eac_ruby_gems_utils/tests/multiple/decorated_gem.rb +1 -1
- data/vendor/eac_ruby_gems_utils/lib/eac_ruby_gems_utils/version.rb +1 -1
- data/vendor/eac_ruby_utils/eac_ruby_utils.gemspec +0 -2
- data/vendor/eac_ruby_utils/lib/eac_ruby_utils/envs/command.rb +10 -5
- data/vendor/eac_ruby_utils/lib/eac_ruby_utils/patches/module/common_concern.rb +0 -1
- data/vendor/eac_ruby_utils/lib/eac_ruby_utils/rspec/conditional.rb +1 -4
- data/vendor/eac_ruby_utils/lib/eac_ruby_utils/version.rb +1 -1
- data/vendor/eac_templates/Gemfile +5 -0
- data/vendor/eac_templates/eac_templates.gemspec +19 -0
- data/vendor/eac_templates/lib/eac_templates.rb +7 -0
- data/vendor/eac_templates/lib/eac_templates/directory.rb +108 -0
- data/vendor/eac_templates/lib/eac_templates/file.rb +48 -0
- data/vendor/eac_templates/lib/eac_templates/patches/module/template.rb +10 -0
- data/vendor/{eac_ruby_utils/lib/eac_ruby_utils → eac_templates/lib/eac_templates}/patches/object/template.rb +1 -1
- data/vendor/eac_templates/lib/eac_templates/searcher.rb +53 -0
- data/vendor/eac_templates/lib/eac_templates/variable_not_found_error.rb +5 -0
- data/vendor/eac_templates/lib/eac_templates/variable_providers.rb +23 -0
- data/vendor/eac_templates/lib/eac_templates/variable_providers/base.rb +21 -0
- data/vendor/eac_templates/lib/eac_templates/variable_providers/entries_reader.rb +23 -0
- data/vendor/eac_templates/lib/eac_templates/variable_providers/generic.rb +23 -0
- data/vendor/eac_templates/lib/eac_templates/variable_providers/hash.rb +27 -0
- data/vendor/eac_templates/lib/eac_templates/version.rb +5 -0
- data/vendor/{eac_ruby_utils/spec/lib/eac_ruby_utils/templates → eac_templates/spec/lib/eac_templates}/file_spec.rb +4 -4
- data/vendor/{eac_ruby_utils/spec/lib/eac_ruby_utils/templates → eac_templates/spec/lib/eac_templates}/file_spec_files/expected_content +0 -0
- data/vendor/{eac_ruby_utils/spec/lib/eac_ruby_utils/templates → eac_templates/spec/lib/eac_templates}/file_spec_files/source.template +0 -0
- data/vendor/{eac_ruby_utils/spec/lib/eac_ruby_utils/templates → eac_templates/spec/lib/eac_templates}/searcher_spec.rb +5 -5
- data/vendor/{eac_ruby_utils/spec/lib/eac_ruby_utils/templates → eac_templates/spec/lib/eac_templates}/searcher_spec_files/path1/subdir1/file1.template +0 -0
- data/vendor/{eac_ruby_utils/spec/lib/eac_ruby_utils/templates → eac_templates/spec/lib/eac_templates}/searcher_spec_files/path1/subdir1/file2 +0 -0
- data/vendor/{eac_ruby_utils/spec/lib/eac_ruby_utils/templates → eac_templates/spec/lib/eac_templates}/searcher_spec_files/path2/subdir1/file3.template +0 -0
- data/vendor/eac_templates/spec/lib/object/template_spec.rb +23 -0
- data/vendor/eac_templates/spec/lib/object/template_spec_files/path/my_stub_with_template +1 -0
- data/vendor/eac_templates/spec/rubocop_spec.rb +3 -0
- data/vendor/eac_templates/spec/spec_helper.rb +102 -0
- metadata +90 -71
- data/vendor/eac_ruby_utils/lib/eac_ruby_utils/console.rb +0 -5
- data/vendor/eac_ruby_utils/lib/eac_ruby_utils/console/configs.rb +0 -38
- data/vendor/eac_ruby_utils/lib/eac_ruby_utils/console/configs/entry_reader.rb +0 -81
- data/vendor/eac_ruby_utils/lib/eac_ruby_utils/console/configs/password_entry_reader.rb +0 -18
- data/vendor/eac_ruby_utils/lib/eac_ruby_utils/console/configs/read_entry_options.rb +0 -46
- data/vendor/eac_ruby_utils/lib/eac_ruby_utils/console/configs/store_passwords_entry_reader.rb +0 -27
- data/vendor/eac_ruby_utils/lib/eac_ruby_utils/console/docopt_runner.rb +0 -45
- data/vendor/eac_ruby_utils/lib/eac_ruby_utils/console/docopt_runner/_class_methods.rb +0 -18
- data/vendor/eac_ruby_utils/lib/eac_ruby_utils/console/docopt_runner/_doc.rb +0 -25
- data/vendor/eac_ruby_utils/lib/eac_ruby_utils/console/docopt_runner/_settings.rb +0 -19
- data/vendor/eac_ruby_utils/lib/eac_ruby_utils/console/docopt_runner/_subcommands.rb +0 -154
- data/vendor/eac_ruby_utils/lib/eac_ruby_utils/console/speaker.rb +0 -133
- data/vendor/eac_ruby_utils/lib/eac_ruby_utils/console/speaker/_class_methods.rb +0 -39
- data/vendor/eac_ruby_utils/lib/eac_ruby_utils/console/speaker/_constants.rb +0 -14
- data/vendor/eac_ruby_utils/lib/eac_ruby_utils/console/speaker/list.rb +0 -63
- data/vendor/eac_ruby_utils/lib/eac_ruby_utils/console/speaker/node.rb +0 -26
- data/vendor/eac_ruby_utils/lib/eac_ruby_utils/patches/module/console_speaker.rb +0 -10
- data/vendor/eac_ruby_utils/lib/eac_ruby_utils/patches/module/template.rb +0 -10
- data/vendor/eac_ruby_utils/lib/eac_ruby_utils/templates.rb +0 -9
- data/vendor/eac_ruby_utils/lib/eac_ruby_utils/templates/directory.rb +0 -110
- data/vendor/eac_ruby_utils/lib/eac_ruby_utils/templates/file.rb +0 -50
- data/vendor/eac_ruby_utils/lib/eac_ruby_utils/templates/searcher.rb +0 -55
- data/vendor/eac_ruby_utils/lib/eac_ruby_utils/templates/variable_not_found_error.rb +0 -7
- data/vendor/eac_ruby_utils/lib/eac_ruby_utils/templates/variable_providers.rb +0 -25
- data/vendor/eac_ruby_utils/lib/eac_ruby_utils/templates/variable_providers/base.rb +0 -23
- data/vendor/eac_ruby_utils/lib/eac_ruby_utils/templates/variable_providers/entries_reader.rb +0 -25
- data/vendor/eac_ruby_utils/lib/eac_ruby_utils/templates/variable_providers/generic.rb +0 -25
- data/vendor/eac_ruby_utils/lib/eac_ruby_utils/templates/variable_providers/hash.rb +0 -29
- data/vendor/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/module/console_speaker_spec.rb +0 -13
- data/vendor/eac_ruby_utils/spec/lib/eac_ruby_utils/patches/object/template_spec.rb +0 -23
@@ -0,0 +1,61 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require 'active_support/hash_with_indifferent_access'
|
4
|
+
require 'ostruct'
|
5
|
+
|
6
|
+
module EacCli
|
7
|
+
module Speaker
|
8
|
+
class List
|
9
|
+
class << self
|
10
|
+
def build(list)
|
11
|
+
return List.new(hash_to_values(list)) if list.is_a?(::Hash)
|
12
|
+
return List.new(array_to_values(list)) if list.is_a?(::Array)
|
13
|
+
|
14
|
+
raise "Invalid list: #{list} (#{list.class})"
|
15
|
+
end
|
16
|
+
|
17
|
+
private
|
18
|
+
|
19
|
+
def hash_to_values(list)
|
20
|
+
list.map { |key, value| ::OpenStruct.new(key: key, label: key, value: value) }
|
21
|
+
end
|
22
|
+
|
23
|
+
def array_to_values(list)
|
24
|
+
list.map { |value| ::OpenStruct.new(key: value, label: value, value: value) }
|
25
|
+
end
|
26
|
+
end
|
27
|
+
|
28
|
+
attr_reader :values
|
29
|
+
|
30
|
+
def initialize(values)
|
31
|
+
@values = values.map do |v|
|
32
|
+
::OpenStruct.new(key: to_key(v.key), label: to_label(v.label), value: v.value)
|
33
|
+
end
|
34
|
+
end
|
35
|
+
|
36
|
+
def valid_labels
|
37
|
+
values.map(&:label)
|
38
|
+
end
|
39
|
+
|
40
|
+
def valid_value?(value)
|
41
|
+
values.any? { |v| v.key == to_key(value) }
|
42
|
+
end
|
43
|
+
|
44
|
+
def to_key(value)
|
45
|
+
to_label(value).downcase
|
46
|
+
end
|
47
|
+
|
48
|
+
def to_label(value)
|
49
|
+
value.to_s.strip
|
50
|
+
end
|
51
|
+
|
52
|
+
def build_value(value)
|
53
|
+
key = to_key(value)
|
54
|
+
values.each do |v| # rubocop:disable Style/HashEachMethods
|
55
|
+
return v.value if v.key == key
|
56
|
+
end
|
57
|
+
raise "Value not found: \"#{value}\" (#{values})"
|
58
|
+
end
|
59
|
+
end
|
60
|
+
end
|
61
|
+
end
|
@@ -0,0 +1,24 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require 'eac_ruby_utils/patches/object/if_present'
|
4
|
+
require 'eac_cli/speaker/_constants'
|
5
|
+
|
6
|
+
module EacCli
|
7
|
+
module Speaker
|
8
|
+
class Node
|
9
|
+
attr_accessor :stdin, :stdout, :stderr, :stderr_line_prefix
|
10
|
+
|
11
|
+
def initialize(parent = nil)
|
12
|
+
self.stdin = parent.if_present(::EacCli::Speaker::STDIN, &:stdin)
|
13
|
+
self.stdout = parent.if_present(::EacCli::Speaker::STDOUT, &:stdout)
|
14
|
+
self.stderr = parent.if_present(::EacCli::Speaker::STDERR, &:stderr)
|
15
|
+
self.stderr_line_prefix = parent.if_present('', &:stderr_line_prefix)
|
16
|
+
end
|
17
|
+
|
18
|
+
def configure
|
19
|
+
yield(self)
|
20
|
+
self
|
21
|
+
end
|
22
|
+
end
|
23
|
+
end
|
24
|
+
end
|
@@ -4,7 +4,7 @@ require 'eac_cli/docopt/runner_extension'
|
|
4
4
|
|
5
5
|
RSpec.describe ::EacCli::Docopt::RunnerExtension do
|
6
6
|
let(:stub_runner) do
|
7
|
-
r = Class.new(::
|
7
|
+
r = Class.new(::EacCli::DocoptRunner) do
|
8
8
|
def run; end
|
9
9
|
end
|
10
10
|
r.include ::EacCli::Runner
|
@@ -1,10 +1,10 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
require '
|
3
|
+
require 'eac_cli/docopt_runner'
|
4
4
|
|
5
|
-
RSpec.describe ::
|
5
|
+
RSpec.describe ::EacCli::DocoptRunner do
|
6
6
|
context 'runner without DOC constant' do
|
7
|
-
class RunnerWithoutDocConstant < ::
|
7
|
+
class RunnerWithoutDocConstant < ::EacCli::DocoptRunner
|
8
8
|
def run
|
9
9
|
# Do nothing
|
10
10
|
end
|
@@ -35,7 +35,7 @@ RSpec.describe ::EacRubyUtils::Console::DocoptRunner do
|
|
35
35
|
end
|
36
36
|
|
37
37
|
context 'doc with subcommands' do
|
38
|
-
class RunnerWithSubcommands < ::
|
38
|
+
class RunnerWithSubcommands < ::EacCli::DocoptRunner
|
39
39
|
attr_accessor :subarg_value, :suboption_value
|
40
40
|
|
41
41
|
DOC = <<~DOCUMENT
|
@@ -49,7 +49,7 @@ RSpec.describe ::EacRubyUtils::Console::DocoptRunner do
|
|
49
49
|
options.fetch('<parent-arg>')
|
50
50
|
end
|
51
51
|
|
52
|
-
class MySubCommand < ::
|
52
|
+
class MySubCommand < ::EacCli::DocoptRunner
|
53
53
|
DOC = <<~DOCUMENT
|
54
54
|
A root runner with subcommands.
|
55
55
|
|
@@ -1,8 +1,8 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
require '
|
3
|
+
require 'eac_cli/old_configs'
|
4
4
|
|
5
|
-
RSpec.describe ::
|
5
|
+
RSpec.describe ::EacCli::OldConfigs do
|
6
6
|
describe '#entry_key_to_envvar_name' do
|
7
7
|
{
|
8
8
|
'a.entry.value' => 'A_ENTRY_VALUE',
|
@@ -1,8 +1,8 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
require '
|
3
|
+
require 'eac_cli/speaker'
|
4
4
|
|
5
|
-
RSpec.describe ::
|
5
|
+
RSpec.describe ::EacCli::Speaker do
|
6
6
|
let(:instance) do
|
7
7
|
r = ::Object.new
|
8
8
|
r.extend(described_class)
|
@@ -0,0 +1,13 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require 'eac_cli/patches/module/speaker'
|
4
|
+
|
5
|
+
RSpec.describe ::Module do
|
6
|
+
class StubClass # rubocop:disable RSpec/LeakyConstantDeclaration
|
7
|
+
enable_speaker
|
8
|
+
end
|
9
|
+
|
10
|
+
describe '#enable_speaker' do
|
11
|
+
it { expect(StubClass.included_modules).to include(::EacCli::Speaker) }
|
12
|
+
end
|
13
|
+
end
|
@@ -0,0 +1,19 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
$LOAD_PATH.push File.expand_path('lib', __dir__)
|
4
|
+
|
5
|
+
require 'eac_config/version'
|
6
|
+
|
7
|
+
Gem::Specification.new do |s|
|
8
|
+
s.name = 'eac_config'
|
9
|
+
s.version = EacConfig::VERSION
|
10
|
+
s.authors = ['Put here the authors']
|
11
|
+
s.summary = 'Put here de description.'
|
12
|
+
|
13
|
+
s.files = Dir['{lib}/**/*']
|
14
|
+
|
15
|
+
s.add_dependency 'addressable'
|
16
|
+
s.add_dependency 'eac_ruby_utils', '~> 0.64'
|
17
|
+
|
18
|
+
s.add_development_dependency 'eac_ruby_gem_support', '~> 0.2'
|
19
|
+
end
|
@@ -0,0 +1,43 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require 'eac_config/entry_path'
|
4
|
+
require 'eac_ruby_utils/core_ext'
|
5
|
+
|
6
|
+
module EacConfig
|
7
|
+
class Entry
|
8
|
+
enable_simple_cache
|
9
|
+
common_constructor :root_node, :path do
|
10
|
+
self.path = ::EacConfig::EntryPath.assert(path)
|
11
|
+
end
|
12
|
+
|
13
|
+
def found?
|
14
|
+
node_entry.if_present(false, &:found?)
|
15
|
+
end
|
16
|
+
|
17
|
+
def found_node
|
18
|
+
node_entry.if_present(&:node)
|
19
|
+
end
|
20
|
+
|
21
|
+
def value
|
22
|
+
node_entry.if_present(&:value)
|
23
|
+
end
|
24
|
+
|
25
|
+
delegate :value=, to: :root_node
|
26
|
+
|
27
|
+
private
|
28
|
+
|
29
|
+
def node_entry_uncached
|
30
|
+
node_entry_from_root || node_entry_from_load_path
|
31
|
+
end
|
32
|
+
|
33
|
+
def node_entry_from_load_path_uncached
|
34
|
+
root_node.recursive_loaded_nodes.lazy.map { |loaded_node| loaded_node.self_entry(path) }
|
35
|
+
.find(&:found?)
|
36
|
+
end
|
37
|
+
|
38
|
+
def node_entry_from_root_uncached
|
39
|
+
e = root_node.self_entry(path)
|
40
|
+
e.found? ? e : nil
|
41
|
+
end
|
42
|
+
end
|
43
|
+
end
|
@@ -0,0 +1,41 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require 'eac_ruby_utils/core_ext'
|
4
|
+
|
5
|
+
module EacConfig
|
6
|
+
class EntryPath
|
7
|
+
PART_SEPARATOR = '.'
|
8
|
+
|
9
|
+
class << self
|
10
|
+
def assert(source)
|
11
|
+
source.is_a?(self) ? source : new(build_parts(source))
|
12
|
+
end
|
13
|
+
|
14
|
+
def build_parts(source)
|
15
|
+
return validate_parts!(source.split(PART_SEPARATOR)) if source.is_a?(::String)
|
16
|
+
return validate_parts!(source.flat_map { |part| build_parts(part) }) if
|
17
|
+
source.is_a?(::Enumerable)
|
18
|
+
|
19
|
+
build_parts(source.to_s)
|
20
|
+
end
|
21
|
+
|
22
|
+
def validate_parts!(parts)
|
23
|
+
parts.assert_argument(::Enumerable, 'parts')
|
24
|
+
parts.each_with_index do |part, index|
|
25
|
+
raise ::ArgumentError, "Part #{index} of #{parts} is blank" if part.blank?
|
26
|
+
raise ::ArgumentError, "Part #{index} is not a string" unless part.is_a?(::String)
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
30
|
+
|
31
|
+
attr_reader :parts
|
32
|
+
|
33
|
+
def initialize(parts)
|
34
|
+
@parts = parts.to_a.freeze
|
35
|
+
end
|
36
|
+
|
37
|
+
def to_s
|
38
|
+
"#{self.class}[#{parts.join(PART_SEPARATOR)}]"
|
39
|
+
end
|
40
|
+
end
|
41
|
+
end
|
@@ -0,0 +1,39 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require 'eac_ruby_utils/core_ext'
|
4
|
+
|
5
|
+
module EacConfig
|
6
|
+
class LoadNodesSearch
|
7
|
+
common_constructor :root_node do
|
8
|
+
add_next_pending until pending.empty?
|
9
|
+
end
|
10
|
+
|
11
|
+
def result
|
12
|
+
added
|
13
|
+
end
|
14
|
+
|
15
|
+
private
|
16
|
+
|
17
|
+
def added
|
18
|
+
@added ||= []
|
19
|
+
end
|
20
|
+
|
21
|
+
def add_next_pending
|
22
|
+
current = pending.pop
|
23
|
+
current.self_loaded_nodes.each do |loaded_node|
|
24
|
+
next if added.include?(loaded_node)
|
25
|
+
|
26
|
+
added << loaded_node
|
27
|
+
pending.push(loaded_node)
|
28
|
+
end
|
29
|
+
end
|
30
|
+
|
31
|
+
def pending
|
32
|
+
@pending ||= begin
|
33
|
+
r = Queue.new
|
34
|
+
r.push(root_node)
|
35
|
+
r
|
36
|
+
end
|
37
|
+
end
|
38
|
+
end
|
39
|
+
end
|
@@ -0,0 +1,36 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require 'eac_config/entry_path'
|
4
|
+
require 'eac_ruby_utils/core_ext'
|
5
|
+
|
6
|
+
module EacConfig
|
7
|
+
class LoadPath
|
8
|
+
ENTRY_PATH = ::EacConfig::EntryPath.assert(%w[load_path])
|
9
|
+
PATH_SEPARATOR = ':'
|
10
|
+
|
11
|
+
class << self
|
12
|
+
def paths_to_string(paths)
|
13
|
+
paths.map(&:to_s).join(PATH_SEPARATOR)
|
14
|
+
end
|
15
|
+
|
16
|
+
def string_to_paths(string)
|
17
|
+
string.to_s.split(PATH_SEPARATOR)
|
18
|
+
end
|
19
|
+
end
|
20
|
+
|
21
|
+
common_constructor :node
|
22
|
+
|
23
|
+
def entry
|
24
|
+
node.self_entry(ENTRY_PATH)
|
25
|
+
end
|
26
|
+
|
27
|
+
# @return [Array<String>]
|
28
|
+
def paths
|
29
|
+
self.class.string_to_paths(entry.value)
|
30
|
+
end
|
31
|
+
|
32
|
+
def push(new_path)
|
33
|
+
entry.value = self.class.paths_to_string(paths + [new_path])
|
34
|
+
end
|
35
|
+
end
|
36
|
+
end
|
@@ -0,0 +1,53 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require 'eac_config/entry'
|
4
|
+
require 'eac_config/entry_path'
|
5
|
+
require 'eac_config/load_path'
|
6
|
+
require 'eac_config/load_nodes_search'
|
7
|
+
require 'eac_config/node_entry'
|
8
|
+
require 'eac_ruby_utils/core_ext'
|
9
|
+
|
10
|
+
module EacConfig
|
11
|
+
module Node
|
12
|
+
common_concern do
|
13
|
+
enable_abstract_methods
|
14
|
+
include ::Comparable
|
15
|
+
end
|
16
|
+
|
17
|
+
def entry(path)
|
18
|
+
::EacConfig::Entry.new(self, path)
|
19
|
+
end
|
20
|
+
|
21
|
+
# @return [[EacConfig::IncludePath]]
|
22
|
+
def load_path
|
23
|
+
@load_path ||= ::EacConfig::LoadPath.new(self)
|
24
|
+
end
|
25
|
+
|
26
|
+
# @return [Addressable::URI]
|
27
|
+
def url
|
28
|
+
raise_abstract_method(__method__)
|
29
|
+
end
|
30
|
+
|
31
|
+
# Return a entry which search values only in the self node.
|
32
|
+
# @return [EacConfig::NodeEntry]
|
33
|
+
def self_entry(path)
|
34
|
+
::EacConfig::NodeEntry.new(self, path)
|
35
|
+
end
|
36
|
+
|
37
|
+
# @return [Array<EacConfig::Node>]
|
38
|
+
def self_loaded_nodes
|
39
|
+
load_path.paths.map { |node_path| load_node(node_path) }
|
40
|
+
end
|
41
|
+
|
42
|
+
# @return [Array<EacConfig::Node>]
|
43
|
+
def recursive_loaded_nodes
|
44
|
+
::EacConfig::LoadNodesSearch.new(self).result
|
45
|
+
end
|
46
|
+
|
47
|
+
private
|
48
|
+
|
49
|
+
def load_node(node_path)
|
50
|
+
self.class.new(node_path.to_pathname.expand_path(path.parent))
|
51
|
+
end
|
52
|
+
end
|
53
|
+
end
|
@@ -0,0 +1,39 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require 'eac_config/entry_path'
|
4
|
+
require 'eac_config/paths_hash'
|
5
|
+
require 'eac_ruby_utils/core_ext'
|
6
|
+
|
7
|
+
module EacConfig
|
8
|
+
# A entry which search values only in the source node.
|
9
|
+
class NodeEntry
|
10
|
+
enable_simple_cache
|
11
|
+
common_constructor :node, :path do
|
12
|
+
self.path = ::EacConfig::EntryPath.assert(path)
|
13
|
+
end
|
14
|
+
|
15
|
+
def found?
|
16
|
+
paths_hash.key?(to_paths_hash_key)
|
17
|
+
end
|
18
|
+
|
19
|
+
def value
|
20
|
+
paths_hash[to_paths_hash_key]
|
21
|
+
end
|
22
|
+
|
23
|
+
def value=(a_value)
|
24
|
+
paths_hash[to_paths_hash_key] = a_value
|
25
|
+
node.persist_data(paths_hash.root.to_h)
|
26
|
+
end
|
27
|
+
|
28
|
+
private
|
29
|
+
|
30
|
+
# @return [EacConfig::PathsHash]
|
31
|
+
def paths_hash_uncached
|
32
|
+
::EacConfig::PathsHash.new(node.data)
|
33
|
+
end
|
34
|
+
|
35
|
+
def to_paths_hash_key
|
36
|
+
path.parts.join('.')
|
37
|
+
end
|
38
|
+
end
|
39
|
+
end
|