eac_tools 0.113.1 → 0.115.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +40 -39
- data/eac_tools.gemspec +9 -7
- data/lib/eac_tools/version.rb +1 -1
- data/sub/avm-eac_ruby_base0/.gitignore +2 -0
- data/sub/avm-eac_ruby_base0/.gitrepo +7 -0
- data/sub/avm-eac_ruby_base0/.rspec +1 -0
- data/sub/avm-eac_ruby_base0/.rubocop.yml +3 -0
- data/sub/avm-eac_ruby_base0/avm-eac_ruby_base0.gemspec +4 -4
- data/sub/avm-eac_ruby_base0/lib/avm/eac_ruby_base0/version.rb +1 -1
- data/sub/avm-eac_ruby_base0/spec/lib/avm/eac_ruby_base0/source_generators/base_spec.rb +1 -1
- data/sub/avm-eac_ruby_base0/spec/lib/avm/eac_ruby_base0/source_generators/base_spec_files/dashed-mygem/.rspec +1 -0
- data/sub/avm-eac_ruby_base0/spec/lib/avm/eac_ruby_base0/source_generators/base_spec_files/dashed-mygem/.rubocop.yml +3 -0
- data/sub/avm-eac_ruby_base0/spec/lib/avm/eac_ruby_base0/source_generators/base_spec_files/dashed-mygem/dashed-mygem.gemspec +1 -1
- data/sub/avm-eac_ruby_base0/spec/lib/avm/eac_ruby_base0/source_generators/base_spec_files/mygem_underscore/.rspec +1 -0
- data/sub/avm-eac_ruby_base0/spec/lib/avm/eac_ruby_base0/source_generators/base_spec_files/mygem_underscore/.rubocop.yml +3 -0
- data/sub/avm-eac_ruby_base0/spec/lib/avm/eac_ruby_base0/source_generators/base_spec_files/mygem_underscore/mygem_underscore.gemspec +1 -1
- data/sub/avm-eac_ruby_base1/.gitignore +2 -0
- data/sub/avm-eac_ruby_base1/.gitrepo +7 -0
- data/sub/avm-eac_ruby_base1/.rspec +1 -0
- data/sub/avm-eac_ruby_base1/.rubocop.yml +3 -0
- data/sub/avm-eac_ruby_base1/avm-eac_ruby_base1.gemspec +4 -4
- data/sub/avm-eac_ruby_base1/lib/avm/eac_ruby_base1/file_formats/base/file_resource_name.rb +2 -2
- data/sub/avm-eac_ruby_base1/lib/avm/eac_ruby_base1/instances/mixin.rb +1 -1
- data/sub/avm-eac_ruby_base1/lib/avm/eac_ruby_base1/launcher/gem/build.rb +2 -2
- data/sub/avm-eac_ruby_base1/lib/avm/eac_ruby_base1/rubocop.rb +2 -2
- data/sub/avm-eac_ruby_base1/lib/avm/eac_ruby_base1/rubygems/version_file.rb +1 -1
- data/sub/avm-eac_ruby_base1/lib/avm/eac_ruby_base1/source_generators/base/gemspec.rb +1 -1
- data/sub/avm-eac_ruby_base1/lib/avm/eac_ruby_base1/sources/base/rake.rb +2 -2
- data/sub/avm-eac_ruby_base1/lib/avm/eac_ruby_base1/sources/runners/bundler/gemfile_lock.rb +2 -2
- data/sub/avm-eac_ruby_base1/lib/avm/eac_ruby_base1/version.rb +1 -1
- data/sub/avm-eac_ruby_base1/spec/lib/avm/eac_ruby_base1/rubygems/gemspec_spec_files/changes1.target.txt +1 -1
- data/sub/avm-eac_ruby_base1/spec/lib/avm/eac_ruby_base1/rubygems/gemspec_spec_files/the_gem.gemspec +1 -1
- data/sub/avm-eac_ruby_base1/spec/lib/avm/eac_ruby_base1/runners/base/rubocop_spec_files/dir1/.avm.yml +4 -0
- data/sub/avm-eac_ruby_base1/spec/lib/avm/eac_ruby_base1/runners/base/rubocop_spec_files/dir4/.avm.yml +4 -0
- data/sub/avm-eac_ruby_base1/spec/lib/avm/eac_ruby_base1/source_generators/base_spec_files/dashed-mygem/.rspec +1 -0
- data/sub/avm-eac_ruby_base1/spec/lib/avm/eac_ruby_base1/source_generators/base_spec_files/dashed-mygem/.rubocop.yml +3 -0
- data/sub/avm-eac_ruby_base1/spec/lib/avm/eac_ruby_base1/source_generators/base_spec_files/dashed-mygem/dashed-mygem.gemspec +1 -1
- data/sub/avm-eac_ruby_base1/spec/lib/avm/eac_ruby_base1/source_generators/base_spec_files/mygem/.rspec +1 -0
- data/sub/avm-eac_ruby_base1/spec/lib/avm/eac_ruby_base1/source_generators/base_spec_files/mygem/.rubocop.yml +3 -0
- data/sub/avm-eac_ruby_base1/spec/lib/avm/eac_ruby_base1/source_generators/base_spec_files/mygem/mygem.gemspec +1 -1
- data/sub/avm-eac_ruby_base1/spec/lib/avm/eac_ruby_base1/sources/base/bundler_spec_files/mygem/mygem.gemspec +1 -1
- data/sub/avm-eac_ruby_base1/template/avm/eac_ruby_base1/source_generators/base/static/.gitignore +2 -0
- data/sub/avm-eac_ruby_base1/template/avm/eac_ruby_base1/source_generators/base/static/.rspec +1 -0
- data/sub/avm-eac_ruby_base1/template/avm/eac_ruby_base1/source_generators/base/static/.rubocop.yml +3 -0
- data/sub/eac_ruby_gem_support/.gitignore +2 -0
- data/sub/eac_ruby_gem_support/.gitrepo +7 -0
- data/sub/eac_ruby_gem_support/.rspec +1 -0
- data/sub/eac_ruby_gem_support/.rubocop.yml +45 -0
- data/sub/eac_ruby_gem_support/eac_ruby_gem_support.gemspec +27 -0
- data/sub/eac_ruby_gem_support/lib/eac_ruby_gem_support/rspec/helpers/filesystem.rb +73 -0
- data/sub/eac_ruby_gem_support/lib/eac_ruby_gem_support/rspec/helpers/utils.rb +22 -0
- data/sub/eac_ruby_gem_support/lib/eac_ruby_gem_support/rspec/setup.rb +51 -0
- data/sub/eac_ruby_gem_support/lib/eac_ruby_gem_support/rspec/shared_examples/source_target_fixtures.rb +73 -0
- data/sub/eac_ruby_gem_support/lib/eac_ruby_gem_support/rspec/shared_examples/spec_paths.rb +11 -0
- data/sub/eac_ruby_gem_support/lib/eac_ruby_gem_support/rspec/source_target_fixtures_controller.rb +29 -0
- data/sub/eac_ruby_gem_support/lib/eac_ruby_gem_support/rspec/spec_paths_controller.rb +27 -0
- data/sub/eac_ruby_gem_support/lib/eac_ruby_gem_support/rspec/specs/rubocop.rb +33 -0
- data/sub/eac_ruby_gem_support/lib/eac_ruby_gem_support/source_target_fixtures/source_target_file.rb +17 -0
- data/sub/eac_ruby_gem_support/lib/eac_ruby_gem_support/source_target_fixtures.rb +72 -0
- data/sub/eac_ruby_gem_support/lib/eac_ruby_gem_support/version.rb +5 -0
- data/sub/eac_ruby_gem_support/lib/eac_ruby_gem_support.rb +14 -0
- data/sub/eac_ruby_gem_support/spec/lib/eac_ruby_gem_support/rspec/helpers/filesystem_spec.rb +30 -0
- data/sub/eac_ruby_gem_support/spec/lib/eac_ruby_gem_support/rspec/shared_examples/source_target_fixtures_spec.rb +11 -0
- data/sub/eac_ruby_gem_support/spec/lib/eac_ruby_gem_support/rspec/shared_examples/source_target_fixtures_spec_files/one.source.yaml +2 -0
- data/sub/eac_ruby_gem_support/spec/lib/eac_ruby_gem_support/rspec/shared_examples/source_target_fixtures_spec_files/one.target.yaml +2 -0
- data/sub/eac_ruby_gem_support/spec/lib/eac_ruby_gem_support/rspec/shared_examples/spec_paths_spec.rb +17 -0
- data/sub/eac_ruby_gem_support/spec/lib/eac_ruby_gem_support/source_target_fixtures_spec.rb +25 -0
- data/sub/eac_ruby_gem_support/spec/lib/eac_ruby_gem_support/source_target_fixtures_spec_files/stub1.source.txt +1 -0
- data/sub/eac_ruby_gem_support/spec/lib/eac_ruby_gem_support/source_target_fixtures_spec_files/stub1.target.html +1 -0
- data/sub/eac_ruby_gem_support/spec/lib/eac_ruby_gem_support/source_target_fixtures_spec_files/stub2.source.html +1 -0
- data/sub/eac_ruby_gem_support/spec/lib/eac_ruby_gem_support/source_target_fixtures_spec_files/stub3.target.yaml +1 -0
- data/sub/{avm → eac_ruby_gem_support}/spec/spec_helper.rb +2 -4
- metadata +68 -262
- data/sub/avm/avm.gemspec +0 -28
- data/sub/avm/lib/avm/application_scms/base.rb +0 -37
- data/sub/avm/lib/avm/application_stereotypes/base.rb +0 -29
- data/sub/avm/lib/avm/applications/base/auto_local_source_path.rb +0 -22
- data/sub/avm/lib/avm/applications/base/local_instance.rb +0 -28
- data/sub/avm/lib/avm/applications/base/local_source.rb +0 -31
- data/sub/avm/lib/avm/applications/base/naming.rb +0 -26
- data/sub/avm/lib/avm/applications/base/organization.rb +0 -27
- data/sub/avm/lib/avm/applications/base/publishing.rb +0 -39
- data/sub/avm/lib/avm/applications/base/scm.rb +0 -24
- data/sub/avm/lib/avm/applications/base/stereotype.rb +0 -29
- data/sub/avm/lib/avm/applications/base.rb +0 -34
- data/sub/avm/lib/avm/data/callbacks.rb +0 -36
- data/sub/avm/lib/avm/data/clearer.rb +0 -17
- data/sub/avm/lib/avm/data/dumper.rb +0 -137
- data/sub/avm/lib/avm/data/loader.rb +0 -23
- data/sub/avm/lib/avm/data/package/base_performer.rb +0 -36
- data/sub/avm/lib/avm/data/package/build_directory.rb +0 -25
- data/sub/avm/lib/avm/data/package/clear.rb +0 -19
- data/sub/avm/lib/avm/data/package/dump.rb +0 -42
- data/sub/avm/lib/avm/data/package/load.rb +0 -33
- data/sub/avm/lib/avm/data/package.rb +0 -64
- data/sub/avm/lib/avm/data/performer.rb +0 -45
- data/sub/avm/lib/avm/data/rotate.rb +0 -106
- data/sub/avm/lib/avm/data/unit.rb +0 -44
- data/sub/avm/lib/avm/data/unit_with_commands.rb +0 -48
- data/sub/avm/lib/avm/docker/container.rb +0 -47
- data/sub/avm/lib/avm/docker/image.rb +0 -70
- data/sub/avm/lib/avm/docker/runner.rb +0 -129
- data/sub/avm/lib/avm/entries/auto_values/entry.rb +0 -36
- data/sub/avm/lib/avm/entries/auto_values/uri_entry.rb +0 -21
- data/sub/avm/lib/avm/entries/base/inherited_entry_value.rb +0 -42
- data/sub/avm/lib/avm/entries/base/uri_component_entry_value/default_value.rb +0 -24
- data/sub/avm/lib/avm/entries/base/uri_component_entry_value/inherited_value.rb +0 -35
- data/sub/avm/lib/avm/entries/base/uri_component_entry_value/url_entry_value.rb +0 -27
- data/sub/avm/lib/avm/entries/base/uri_component_entry_value.rb +0 -40
- data/sub/avm/lib/avm/entries/base/uri_components_entries_values/component_factory.rb +0 -40
- data/sub/avm/lib/avm/entries/base/uri_components_entries_values/generic_component.rb +0 -59
- data/sub/avm/lib/avm/entries/base/uri_components_entries_values/path_component.rb +0 -16
- data/sub/avm/lib/avm/entries/base/uri_components_entries_values/url_component.rb +0 -22
- data/sub/avm/lib/avm/entries/base/uri_components_entries_values.rb +0 -23
- data/sub/avm/lib/avm/entries/base.rb +0 -53
- data/sub/avm/lib/avm/entries/entry/no_context_entry.rb +0 -21
- data/sub/avm/lib/avm/entries/entry.rb +0 -69
- data/sub/avm/lib/avm/entries/jobs/base.rb +0 -58
- data/sub/avm/lib/avm/entries/jobs/variables_source/read_entry.rb +0 -48
- data/sub/avm/lib/avm/entries/jobs/variables_source.rb +0 -13
- data/sub/avm/lib/avm/entries/jobs/with_variables_source.rb +0 -13
- data/sub/avm/lib/avm/entries/keys_constants_set.rb +0 -41
- data/sub/avm/lib/avm/entries/uri_builder.rb +0 -87
- data/sub/avm/lib/avm/executables.rb +0 -21
- data/sub/avm/lib/avm/file_formats/base.rb +0 -34
- data/sub/avm/lib/avm/file_formats/file_result.rb +0 -11
- data/sub/avm/lib/avm/file_formats/search_formatter.rb +0 -83
- data/sub/avm/lib/avm/file_formats/unknown.rb +0 -15
- data/sub/avm/lib/avm/file_formats/utf8_assert.rb +0 -72
- data/sub/avm/lib/avm/files/appendable/file_content.rb +0 -28
- data/sub/avm/lib/avm/files/appendable/plain_directory.rb +0 -27
- data/sub/avm/lib/avm/files/appendable/resource_base.rb +0 -17
- data/sub/avm/lib/avm/files/appendable/tar_output_command.rb +0 -27
- data/sub/avm/lib/avm/files/appendable/templatized_directory.rb +0 -36
- data/sub/avm/lib/avm/files/appendable.rb +0 -51
- data/sub/avm/lib/avm/files/appender.rb +0 -9
- data/sub/avm/lib/avm/files/deploy.rb +0 -70
- data/sub/avm/lib/avm/files/text_replacer/gsub.rb +0 -22
- data/sub/avm/lib/avm/files/text_replacer.rb +0 -29
- data/sub/avm/lib/avm/instances/base/auto_values/data.rb +0 -28
- data/sub/avm/lib/avm/instances/base/auto_values/database.rb +0 -60
- data/sub/avm/lib/avm/instances/base/auto_values/mailer.rb +0 -31
- data/sub/avm/lib/avm/instances/base/auto_values/source.rb +0 -16
- data/sub/avm/lib/avm/instances/base/auto_values.rb +0 -12
- data/sub/avm/lib/avm/instances/base/dockerizable.rb +0 -41
- data/sub/avm/lib/avm/instances/base/entry_keys.rb +0 -25
- data/sub/avm/lib/avm/instances/base/install.rb +0 -28
- data/sub/avm/lib/avm/instances/base/processes.rb +0 -25
- data/sub/avm/lib/avm/instances/base/production.rb +0 -33
- data/sub/avm/lib/avm/instances/base/subcommand_parent.rb +0 -23
- data/sub/avm/lib/avm/instances/base/web.rb +0 -15
- data/sub/avm/lib/avm/instances/base.rb +0 -70
- data/sub/avm/lib/avm/instances/data/files_unit.rb +0 -57
- data/sub/avm/lib/avm/instances/data/loading_denied_error.rb +0 -10
- data/sub/avm/lib/avm/instances/data/package.rb +0 -25
- data/sub/avm/lib/avm/instances/data/unit.rb +0 -36
- data/sub/avm/lib/avm/instances/docker_image.rb +0 -13
- data/sub/avm/lib/avm/instances/entry_keys.rb +0 -39
- data/sub/avm/lib/avm/instances/ids.rb +0 -28
- data/sub/avm/lib/avm/instances/process.rb +0 -29
- data/sub/avm/lib/avm/instances/runner.rb +0 -34
- data/sub/avm/lib/avm/launcher/context/instance_collector.rb +0 -44
- data/sub/avm/lib/avm/launcher/context/instance_discovery/root_instance_paths.rb +0 -51
- data/sub/avm/lib/avm/launcher/context/instance_discovery.rb +0 -53
- data/sub/avm/lib/avm/launcher/context/instance_manager/cached_instance.rb +0 -34
- data/sub/avm/lib/avm/launcher/context/instance_manager/cached_instances.rb +0 -32
- data/sub/avm/lib/avm/launcher/context/instance_manager.rb +0 -74
- data/sub/avm/lib/avm/launcher/context/settings.rb +0 -51
- data/sub/avm/lib/avm/launcher/context.rb +0 -83
- data/sub/avm/lib/avm/launcher/errors/base.rb +0 -10
- data/sub/avm/lib/avm/launcher/errors/non_project.rb +0 -13
- data/sub/avm/lib/avm/launcher/instances/base/cache.rb +0 -43
- data/sub/avm/lib/avm/launcher/instances/base/publishing.rb +0 -53
- data/sub/avm/lib/avm/launcher/instances/base.rb +0 -77
- data/sub/avm/lib/avm/launcher/instances/error.rb +0 -10
- data/sub/avm/lib/avm/launcher/instances/runner_helper.rb +0 -43
- data/sub/avm/lib/avm/launcher/instances/settings.rb +0 -24
- data/sub/avm/lib/avm/launcher/paths/logical.rb +0 -76
- data/sub/avm/lib/avm/launcher/paths/real.rb +0 -44
- data/sub/avm/lib/avm/launcher/project.rb +0 -15
- data/sub/avm/lib/avm/launcher/publish/base.rb +0 -44
- data/sub/avm/lib/avm/launcher/publish/check_result.rb +0 -64
- data/sub/avm/lib/avm/launcher/stereotype.rb +0 -63
- data/sub/avm/lib/avm/patches/eac_config/entry_path.rb +0 -44
- data/sub/avm/lib/avm/path_string.rb +0 -27
- data/sub/avm/lib/avm/registry/application_scms.rb +0 -13
- data/sub/avm/lib/avm/registry/application_stereotypes/build_available.rb +0 -45
- data/sub/avm/lib/avm/registry/application_stereotypes/stereotype_builder.rb +0 -30
- data/sub/avm/lib/avm/registry/application_stereotypes.rb +0 -42
- data/sub/avm/lib/avm/registry/applications.rb +0 -35
- data/sub/avm/lib/avm/registry/base.rb +0 -26
- data/sub/avm/lib/avm/registry/config_objects.rb +0 -15
- data/sub/avm/lib/avm/registry/detection_error.rb +0 -8
- data/sub/avm/lib/avm/registry/file_formats.rb +0 -17
- data/sub/avm/lib/avm/registry/from_gems.rb +0 -67
- data/sub/avm/lib/avm/registry/instances.rb +0 -13
- data/sub/avm/lib/avm/registry/launcher_stereotypes.rb +0 -8
- data/sub/avm/lib/avm/registry/runners.rb +0 -8
- data/sub/avm/lib/avm/registry/scms.rb +0 -8
- data/sub/avm/lib/avm/registry/source_generators.rb +0 -14
- data/sub/avm/lib/avm/registry/sources.rb +0 -38
- data/sub/avm/lib/avm/registry/with_path/cache.rb +0 -28
- data/sub/avm/lib/avm/registry/with_path.rb +0 -44
- data/sub/avm/lib/avm/registry.rb +0 -31
- data/sub/avm/lib/avm/result.rb +0 -80
- data/sub/avm/lib/avm/rspec/launcher_controller.rb +0 -91
- data/sub/avm/lib/avm/rspec/setup/launcher.rb +0 -18
- data/sub/avm/lib/avm/rspec/setup/source_generator.rb +0 -20
- data/sub/avm/lib/avm/rspec/setup.rb +0 -32
- data/sub/avm/lib/avm/rspec/shared_examples/avm_file_format_file_resource_name.rb +0 -13
- data/sub/avm/lib/avm/rspec/shared_examples/avm_file_formats_with_fixtures.rb +0 -28
- data/sub/avm/lib/avm/rspec/shared_examples/avm_source_generated.rb +0 -27
- data/sub/avm/lib/avm/rspec/shared_examples/entries_values.rb +0 -19
- data/sub/avm/lib/avm/rspec/shared_examples/in_avm_registry.rb +0 -9
- data/sub/avm/lib/avm/rspec/shared_examples/not_in_avm_registry.rb +0 -12
- data/sub/avm/lib/avm/rspec/shared_examples/with_config.rb +0 -9
- data/sub/avm/lib/avm/rspec/shared_examples/with_launcher.rb +0 -13
- data/sub/avm/lib/avm/runner_with/file_replacer.rb +0 -28
- data/sub/avm/lib/avm/runner_with/filesystem_renamer.rb +0 -99
- data/sub/avm/lib/avm/runner_with/filesystem_traverser.rb +0 -49
- data/sub/avm/lib/avm/runners/base.rb +0 -25
- data/sub/avm/lib/avm/scms/auto_commit/file_resource_name.rb +0 -47
- data/sub/avm/lib/avm/scms/auto_commit/for_file.rb +0 -79
- data/sub/avm/lib/avm/scms/auto_commit/rules/base.rb +0 -37
- data/sub/avm/lib/avm/scms/auto_commit/rules/last.rb +0 -17
- data/sub/avm/lib/avm/scms/auto_commit/rules/manual.rb +0 -38
- data/sub/avm/lib/avm/scms/auto_commit/rules/new.rb +0 -21
- data/sub/avm/lib/avm/scms/auto_commit/rules/nth.rb +0 -29
- data/sub/avm/lib/avm/scms/auto_commit/rules/unique.rb +0 -19
- data/sub/avm/lib/avm/scms/auto_commit/rules.rb +0 -32
- data/sub/avm/lib/avm/scms/base/branches.rb +0 -20
- data/sub/avm/lib/avm/scms/base/commits.rb +0 -32
- data/sub/avm/lib/avm/scms/base/milestones.rb +0 -19
- data/sub/avm/lib/avm/scms/base/remotes.rb +0 -20
- data/sub/avm/lib/avm/scms/base.rb +0 -59
- data/sub/avm/lib/avm/scms/branch.rb +0 -24
- data/sub/avm/lib/avm/scms/changed_file.rb +0 -46
- data/sub/avm/lib/avm/scms/commit.rb +0 -64
- data/sub/avm/lib/avm/scms/commit_info.rb +0 -37
- data/sub/avm/lib/avm/scms/inflector.rb +0 -22
- data/sub/avm/lib/avm/scms/interval.rb +0 -16
- data/sub/avm/lib/avm/scms/null/commit.rb +0 -11
- data/sub/avm/lib/avm/scms/null.rb +0 -16
- data/sub/avm/lib/avm/scms/remote.rb +0 -9
- data/sub/avm/lib/avm/self/docker_image.rb +0 -11
- data/sub/avm/lib/avm/self/instance/entry_keys.rb +0 -12
- data/sub/avm/lib/avm/self/instance.rb +0 -27
- data/sub/avm/lib/avm/source_generators/base.rb +0 -69
- data/sub/avm/lib/avm/source_generators/option.rb +0 -11
- data/sub/avm/lib/avm/source_generators/option_list.rb +0 -29
- data/sub/avm/lib/avm/source_generators/runner.rb +0 -55
- data/sub/avm/lib/avm/sources/auto_commit/for_file.rb +0 -29
- data/sub/avm/lib/avm/sources/base/application.rb +0 -32
- data/sub/avm/lib/avm/sources/base/configuration.rb +0 -89
- data/sub/avm/lib/avm/sources/base/instance.rb +0 -13
- data/sub/avm/lib/avm/sources/base/locale.rb +0 -30
- data/sub/avm/lib/avm/sources/base/organizational.rb +0 -30
- data/sub/avm/lib/avm/sources/base/parent.rb +0 -26
- data/sub/avm/lib/avm/sources/base/stereotype.rb +0 -16
- data/sub/avm/lib/avm/sources/base/sub/remove.rb +0 -36
- data/sub/avm/lib/avm/sources/base/sub.rb +0 -23
- data/sub/avm/lib/avm/sources/base/subs.rb +0 -63
- data/sub/avm/lib/avm/sources/base/subs_paths.rb +0 -30
- data/sub/avm/lib/avm/sources/base/testing.rb +0 -67
- data/sub/avm/lib/avm/sources/base/update.rb +0 -37
- data/sub/avm/lib/avm/sources/base/update_sub.rb +0 -55
- data/sub/avm/lib/avm/sources/base/update_subs.rb +0 -17
- data/sub/avm/lib/avm/sources/base/version_bump.rb +0 -26
- data/sub/avm/lib/avm/sources/base.rb +0 -56
- data/sub/avm/lib/avm/sources/configuration/rubocop.rb +0 -26
- data/sub/avm/lib/avm/sources/configuration.rb +0 -57
- data/sub/avm/lib/avm/sources/issues/deliver.rb +0 -51
- data/sub/avm/lib/avm/sources/runner.rb +0 -38
- data/sub/avm/lib/avm/sources/tests/builder.rb +0 -91
- data/sub/avm/lib/avm/sources/tests/performer.rb +0 -32
- data/sub/avm/lib/avm/sources/tests/result.rb +0 -13
- data/sub/avm/lib/avm/sources/tests/single.rb +0 -71
- data/sub/avm/lib/avm/sources/update_error.rb +0 -8
- data/sub/avm/lib/avm/sync.rb +0 -90
- data/sub/avm/lib/avm/version.rb +0 -5
- data/sub/avm/lib/avm/version_number.rb +0 -45
- data/sub/avm/lib/avm/with/application_stereotype.rb +0 -29
- data/sub/avm/lib/avm/with/extra_subcommands.rb +0 -41
- data/sub/avm/lib/avm.rb +0 -18
- data/sub/avm/locale/en.yml +0 -6
- data/sub/avm/locale/pt-BR.yml +0 -6
- data/sub/avm/spec/lib/avm/applications/base/entries_spec.rb +0 -29
- data/sub/avm/spec/lib/avm/applications/base/entries_spec_files/config.yml +0 -12
- data/sub/avm/spec/lib/avm/applications/base_spec.rb +0 -21
- data/sub/avm/spec/lib/avm/applications/base_spec_fixture.yml +0 -3
- data/sub/avm/spec/lib/avm/file_formats/base_spec.rb +0 -9
- data/sub/avm/spec/lib/avm/instances/base/entries_spec.rb +0 -78
- data/sub/avm/spec/lib/avm/instances/base/entries_spec_files/config.yml +0 -50
- data/sub/avm/spec/lib/avm/instances/base_spec.rb +0 -29
- data/sub/avm/spec/lib/avm/launcher/context_spec.rb +0 -98
- data/sub/avm/spec/lib/avm/launcher/context_spec.yml +0 -5
- data/sub/avm/spec/lib/avm/launcher/context_spec_files/config.yml +0 -9
- data/sub/avm/spec/lib/avm/launcher/instances/base_spec.rb +0 -39
- data/sub/avm/spec/lib/avm/launcher/instances/base_spec_files/config.yml +0 -5
- data/sub/avm/spec/lib/avm/launcher/instances/base_spec_files/settings.yaml +0 -5
- data/sub/avm/spec/lib/avm/patches/eac_config/entry_path_spec.rb +0 -26
- data/sub/avm/spec/lib/avm/scms/auto_commit/file_resource_name_spec.rb +0 -20
- data/sub/avm/spec/lib/avm/scms/base_spec.rb +0 -5
- data/sub/avm/spec/lib/avm/sources/base_spec.rb +0 -5
- data/sub/avm/spec/lib/avm/sources/runner_spec.rb +0 -7
- data/sub/avm/spec/spec_helper/launcher_context/settings.yml +0 -6
- data/sub/avm/template/avm/rspec/launcher_controller/dummy/avm-tools_stub/avm-tools.gemspec +0 -29
- data/sub/avm/template/avm/rspec/launcher_controller/dummy/avm-tools_stub/lib/avm/tools/version.rb +0 -7
- data/sub/avm/template/avm/rspec/launcher_controller/dummy/avm-tools_stub/lib/avm/tools.rb +0 -6
- data/sub/avm/template/avm/rspec/launcher_controller/dummy/ruby_gem_stub/lib/ruby_gem_stub/version.rb +0 -5
- data/sub/avm/template/avm/rspec/launcher_controller/dummy/ruby_gem_stub/lib/ruby_gem_stub.rb +0 -3
- data/sub/avm/template/avm/rspec/launcher_controller/dummy/ruby_gem_stub/ruby_gem_stub.gemspec +0 -16
- data/sub/avm/template/avm/rspec/launcher_controller/settings.yml +0 -1
- data/sub/avm/template/avm/self/docker_image/Dockerfile +0 -17
- data/sub/avm/template/avm/self/docker_image/entrypoint.sh +0 -12
- /data/sub/{avm → eac_ruby_gem_support}/Gemfile +0 -0
- /data/sub/{avm/spec/meta/rubocop_spec.rb → eac_ruby_gem_support/spec/meta/rubocop_check_spec.rb} +0 -0
|
@@ -1,64 +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
|
-
|
|
6
|
-
module Avm
|
|
7
|
-
module Launcher
|
|
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
|
-
singleton_class.define_method status do |message|
|
|
16
|
-
new(status, message)
|
|
17
|
-
end
|
|
18
|
-
end
|
|
19
|
-
|
|
20
|
-
class << self
|
|
21
|
-
def pending_status?(status)
|
|
22
|
-
[STATUS_PENDING].include?(status)
|
|
23
|
-
end
|
|
24
|
-
|
|
25
|
-
def updated_color
|
|
26
|
-
'green'
|
|
27
|
-
end
|
|
28
|
-
|
|
29
|
-
def pending_color
|
|
30
|
-
'yellow'
|
|
31
|
-
end
|
|
32
|
-
|
|
33
|
-
def blocked_color
|
|
34
|
-
'red'
|
|
35
|
-
end
|
|
36
|
-
|
|
37
|
-
def outdated_color
|
|
38
|
-
'light_blue'
|
|
39
|
-
end
|
|
40
|
-
end
|
|
41
|
-
|
|
42
|
-
attr_reader :status, :message
|
|
43
|
-
|
|
44
|
-
def initialize(status, message)
|
|
45
|
-
raise "Status \"#{status}\" not in #{self.class.lists.status.values}" unless
|
|
46
|
-
self.class.lists.status.values.include?(status)
|
|
47
|
-
|
|
48
|
-
@status = status
|
|
49
|
-
@message = message
|
|
50
|
-
end
|
|
51
|
-
|
|
52
|
-
def to_s
|
|
53
|
-
message.light_white.send("on_#{background_color}")
|
|
54
|
-
end
|
|
55
|
-
|
|
56
|
-
private
|
|
57
|
-
|
|
58
|
-
def background_color
|
|
59
|
-
self.class.send("#{status}_color")
|
|
60
|
-
end
|
|
61
|
-
end
|
|
62
|
-
end
|
|
63
|
-
end
|
|
64
|
-
end
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
require 'active_support/core_ext/string/inflections'
|
|
4
|
-
require 'colorized_string'
|
|
5
|
-
|
|
6
|
-
module Avm
|
|
7
|
-
module Launcher
|
|
8
|
-
module Stereotype
|
|
9
|
-
class << self
|
|
10
|
-
def included(base)
|
|
11
|
-
base.extend(ClassMethods)
|
|
12
|
-
end
|
|
13
|
-
|
|
14
|
-
def git_stereotypes
|
|
15
|
-
stereotypes.select { |c| c.name.demodulize.downcase.match('git') }
|
|
16
|
-
end
|
|
17
|
-
|
|
18
|
-
def nogit_stereotypes
|
|
19
|
-
stereotypes - git_stereotypes
|
|
20
|
-
end
|
|
21
|
-
|
|
22
|
-
def stereotypes
|
|
23
|
-
::Avm::Registry.launcher_stereotypes.available
|
|
24
|
-
end
|
|
25
|
-
end
|
|
26
|
-
|
|
27
|
-
module ClassMethods
|
|
28
|
-
def label
|
|
29
|
-
::ColorizedString.new(stereotype_name).send(color)
|
|
30
|
-
end
|
|
31
|
-
|
|
32
|
-
def stereotype_name
|
|
33
|
-
name.demodulize
|
|
34
|
-
end
|
|
35
|
-
|
|
36
|
-
{
|
|
37
|
-
local_project_mixin: ::Module,
|
|
38
|
-
publish: ::Class,
|
|
39
|
-
update: ::Class,
|
|
40
|
-
version_bump: ::Class,
|
|
41
|
-
warp: ::Class
|
|
42
|
-
}.each do |name, is_a|
|
|
43
|
-
define_method "#{name}_#{is_a.name.underscore}" do
|
|
44
|
-
sub_constant(name.to_s.camelcase, is_a)
|
|
45
|
-
end
|
|
46
|
-
end
|
|
47
|
-
|
|
48
|
-
private
|
|
49
|
-
|
|
50
|
-
def sub_constant(constant_name, is_a)
|
|
51
|
-
return nil unless const_defined?(constant_name)
|
|
52
|
-
|
|
53
|
-
constant = const_get(constant_name)
|
|
54
|
-
unless is_a.if_present(true) { |v| constant.is_a?(v) }
|
|
55
|
-
raise("#{constant} is not a #{is_a}")
|
|
56
|
-
end
|
|
57
|
-
|
|
58
|
-
constant
|
|
59
|
-
end
|
|
60
|
-
end
|
|
61
|
-
end
|
|
62
|
-
end
|
|
63
|
-
end
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module EacConfig
|
|
4
|
-
class EntryPath
|
|
5
|
-
# @return [Symbol]
|
|
6
|
-
def auto_method_name
|
|
7
|
-
method_name('auto_', '')
|
|
8
|
-
end
|
|
9
|
-
|
|
10
|
-
# @return [Symbol]
|
|
11
|
-
def default_method_name
|
|
12
|
-
method_name('', '_default_value')
|
|
13
|
-
end
|
|
14
|
-
|
|
15
|
-
# @return [Symbol]
|
|
16
|
-
def get_method_name # rubocop:disable Naming/AccessorMethodName
|
|
17
|
-
method_name('', '')
|
|
18
|
-
end
|
|
19
|
-
|
|
20
|
-
# @return [Symbol]
|
|
21
|
-
def get_optional_method_name # rubocop:disable Naming/AccessorMethodName
|
|
22
|
-
method_name('', '_optional')
|
|
23
|
-
end
|
|
24
|
-
|
|
25
|
-
# @return [Symbol]
|
|
26
|
-
def inherited_block_method_name
|
|
27
|
-
method_name('', '_inherited_value_proc')
|
|
28
|
-
end
|
|
29
|
-
|
|
30
|
-
# @return [String]
|
|
31
|
-
def variableize
|
|
32
|
-
parts.join('_')
|
|
33
|
-
end
|
|
34
|
-
|
|
35
|
-
private
|
|
36
|
-
|
|
37
|
-
# @param before [String]
|
|
38
|
-
# @param after [String]
|
|
39
|
-
# @return [Symbol]
|
|
40
|
-
def method_name(before, after)
|
|
41
|
-
:"#{before}#{variableize}#{after}"
|
|
42
|
-
end
|
|
43
|
-
end
|
|
44
|
-
end
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
require 'active_support/core_ext/object/blank'
|
|
4
|
-
|
|
5
|
-
module Avm
|
|
6
|
-
# String with paths like PATH variable.
|
|
7
|
-
# Note: the separator is not system dependent.
|
|
8
|
-
class PathString < String
|
|
9
|
-
SEPARATOR = ':'
|
|
10
|
-
|
|
11
|
-
class << self
|
|
12
|
-
# Shortcut for [Avm::Paths.new(string).paths].
|
|
13
|
-
def paths(string)
|
|
14
|
-
new(string).paths
|
|
15
|
-
end
|
|
16
|
-
end
|
|
17
|
-
|
|
18
|
-
def initialize(string = nil)
|
|
19
|
-
super(string.to_s)
|
|
20
|
-
end
|
|
21
|
-
|
|
22
|
-
# @return [Array] List of paths. Blank paths are rejected.
|
|
23
|
-
def paths
|
|
24
|
-
split(SEPARATOR).compact_blank
|
|
25
|
-
end
|
|
26
|
-
end
|
|
27
|
-
end
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module Avm
|
|
4
|
-
module Registry
|
|
5
|
-
class ApplicationScms < ::Avm::Registry::FromGems
|
|
6
|
-
def class_detect(klass, detect_args)
|
|
7
|
-
return nil unless klass.type_name == detect_args.fetch(0).scm_type
|
|
8
|
-
|
|
9
|
-
klass.new(*detect_args)
|
|
10
|
-
end
|
|
11
|
-
end
|
|
12
|
-
end
|
|
13
|
-
end
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module Avm
|
|
4
|
-
module Registry
|
|
5
|
-
class ApplicationStereotypes
|
|
6
|
-
class BuildAvailable
|
|
7
|
-
enable_method_class
|
|
8
|
-
|
|
9
|
-
common_constructor :owner
|
|
10
|
-
|
|
11
|
-
def result
|
|
12
|
-
reset_buffer
|
|
13
|
-
read_registries
|
|
14
|
-
buffer.values.map(&:build)
|
|
15
|
-
end
|
|
16
|
-
|
|
17
|
-
private
|
|
18
|
-
|
|
19
|
-
attr_accessor :buffer
|
|
20
|
-
|
|
21
|
-
def read_object(type, object)
|
|
22
|
-
buffer[object.stereotype_namespace_module] ||=
|
|
23
|
-
::Avm::Registry::ApplicationStereotypes::StereotypeBuilder
|
|
24
|
-
.new(object.stereotype_namespace_module)
|
|
25
|
-
buffer[object.stereotype_namespace_module].add_object(type, object)
|
|
26
|
-
end
|
|
27
|
-
|
|
28
|
-
def read_registries
|
|
29
|
-
::Avm::ApplicationStereotypes::Base.lists.resource.each_value do |resource|
|
|
30
|
-
read_registry(resource)
|
|
31
|
-
end
|
|
32
|
-
end
|
|
33
|
-
|
|
34
|
-
def read_registry(resource)
|
|
35
|
-
::Avm::Registry.send(resource.to_s.pluralize).available
|
|
36
|
-
.each { |obj| read_object(resource, obj) }
|
|
37
|
-
end
|
|
38
|
-
|
|
39
|
-
def reset_buffer
|
|
40
|
-
self.buffer = {}
|
|
41
|
-
end
|
|
42
|
-
end
|
|
43
|
-
end
|
|
44
|
-
end
|
|
45
|
-
end
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module Avm
|
|
4
|
-
module Registry
|
|
5
|
-
class ApplicationStereotypes
|
|
6
|
-
class StereotypeBuilder
|
|
7
|
-
common_constructor :namespace_module
|
|
8
|
-
|
|
9
|
-
def add_object(type, object)
|
|
10
|
-
type = type.to_sym
|
|
11
|
-
raise "#{attr_method} is already present" if resources.key?(type)
|
|
12
|
-
|
|
13
|
-
resources[::Avm::ApplicationStereotypes::Base.lists.resource.value_validate!(type)] =
|
|
14
|
-
object
|
|
15
|
-
end
|
|
16
|
-
|
|
17
|
-
# @return [Avm::ApplicationStereotypes::Base]
|
|
18
|
-
def build
|
|
19
|
-
::Avm::ApplicationStereotypes::Base.new(namespace_module, resources)
|
|
20
|
-
end
|
|
21
|
-
|
|
22
|
-
private
|
|
23
|
-
|
|
24
|
-
def resources
|
|
25
|
-
@resources ||= {}
|
|
26
|
-
end
|
|
27
|
-
end
|
|
28
|
-
end
|
|
29
|
-
end
|
|
30
|
-
end
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module Avm
|
|
4
|
-
module Registry
|
|
5
|
-
class ApplicationStereotypes < ::Avm::Registry::Base
|
|
6
|
-
require_sub __FILE__, require_dependency: true
|
|
7
|
-
enable_simple_cache
|
|
8
|
-
|
|
9
|
-
def available
|
|
10
|
-
@available ||= build_available
|
|
11
|
-
end
|
|
12
|
-
|
|
13
|
-
def detect(obj)
|
|
14
|
-
detect_optional(obj) || raise_not_found(obj)
|
|
15
|
-
end
|
|
16
|
-
|
|
17
|
-
def detect_optional(obj)
|
|
18
|
-
detect_by_instance_class(obj) || detect_by_source_class(obj) || detecy_by_name(obj)
|
|
19
|
-
end
|
|
20
|
-
|
|
21
|
-
private
|
|
22
|
-
|
|
23
|
-
def detect_by_instance_class(obj)
|
|
24
|
-
return nil unless obj.is_a?(::Class) && obj < ::Avm::Instances::Base
|
|
25
|
-
|
|
26
|
-
available.find { |a| a.instance_class == obj }
|
|
27
|
-
end
|
|
28
|
-
|
|
29
|
-
def detecy_by_name(obj)
|
|
30
|
-
return nil unless obj.is_a?(::String)
|
|
31
|
-
|
|
32
|
-
available.find { |a| a.name == obj }
|
|
33
|
-
end
|
|
34
|
-
|
|
35
|
-
def detect_by_source_class(obj)
|
|
36
|
-
return nil unless obj.is_a?(::Class) && obj < ::Avm::Sources::Base
|
|
37
|
-
|
|
38
|
-
available.find { |a| a.source_class == obj }
|
|
39
|
-
end
|
|
40
|
-
end
|
|
41
|
-
end
|
|
42
|
-
end
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module Avm
|
|
4
|
-
module Registry
|
|
5
|
-
class Applications
|
|
6
|
-
def initialize(*args); end
|
|
7
|
-
|
|
8
|
-
# @return [Array<Avm::Applications::Base>]
|
|
9
|
-
def available
|
|
10
|
-
load_config
|
|
11
|
-
detected.values
|
|
12
|
-
end
|
|
13
|
-
|
|
14
|
-
# @return [Avm::Applications::Base]
|
|
15
|
-
def detect(id)
|
|
16
|
-
id = id.to_s
|
|
17
|
-
detected[id] = ::Avm::Applications::Base.new(id) unless detected.key?(id)
|
|
18
|
-
detected[id]
|
|
19
|
-
end
|
|
20
|
-
|
|
21
|
-
private
|
|
22
|
-
|
|
23
|
-
# @return [Hash<String, Avm::Applications::Base>]
|
|
24
|
-
def detected
|
|
25
|
-
@detected ||= {}
|
|
26
|
-
end
|
|
27
|
-
|
|
28
|
-
def load_config
|
|
29
|
-
::Avm::Registry.config_objects.available.each do |id, type|
|
|
30
|
-
detect(id) if type == ::Avm::Applications::Base::AVM_TYPE
|
|
31
|
-
end
|
|
32
|
-
end
|
|
33
|
-
end
|
|
34
|
-
end
|
|
35
|
-
end
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module Avm
|
|
4
|
-
module Registry
|
|
5
|
-
class Base
|
|
6
|
-
acts_as_abstract
|
|
7
|
-
common_constructor :module_suffix
|
|
8
|
-
|
|
9
|
-
def available
|
|
10
|
-
raise_abstract __method__
|
|
11
|
-
end
|
|
12
|
-
|
|
13
|
-
def to_s
|
|
14
|
-
"#{self.class}[#{module_suffix}]"
|
|
15
|
-
end
|
|
16
|
-
|
|
17
|
-
private
|
|
18
|
-
|
|
19
|
-
def raise_not_found(*args)
|
|
20
|
-
raise(::Avm::Registry::DetectionError,
|
|
21
|
-
"No registered module valid for #{args} " \
|
|
22
|
-
"(Module suffix: #{module_suffix}, Available: #{available.join(', ')})")
|
|
23
|
-
end
|
|
24
|
-
end
|
|
25
|
-
end
|
|
26
|
-
end
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module Avm
|
|
4
|
-
module Registry
|
|
5
|
-
class ConfigObjects
|
|
6
|
-
def initialize(*args); end
|
|
7
|
-
|
|
8
|
-
# @return [Array<Avm::Applications::Base>]
|
|
9
|
-
def available
|
|
10
|
-
::EacConfig::Node.context.current.entries('*.avm_type').node_entries
|
|
11
|
-
.map { |ne| [ne.path.first, ne.value] }
|
|
12
|
-
end
|
|
13
|
-
end
|
|
14
|
-
end
|
|
15
|
-
end
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module Avm
|
|
4
|
-
module Registry
|
|
5
|
-
class FileFormats < ::Avm::Registry::FromGems
|
|
6
|
-
# @return [Avm::FileFormats::Base]
|
|
7
|
-
def class_detect(klass, detect_args)
|
|
8
|
-
klass.new if klass.new.match?(detect_args.first)
|
|
9
|
-
end
|
|
10
|
-
|
|
11
|
-
# @return [Avm::FileFormats::Base, Avm::FileFormats::Unknown]
|
|
12
|
-
def detect_optional(*registered_initialize_args)
|
|
13
|
-
super || ::Avm::FileFormats::Unknown.new
|
|
14
|
-
end
|
|
15
|
-
end
|
|
16
|
-
end
|
|
17
|
-
end
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module Avm
|
|
4
|
-
module Registry
|
|
5
|
-
class FromGems < ::Avm::Registry::Base
|
|
6
|
-
enable_abstract_methods
|
|
7
|
-
enable_simple_cache
|
|
8
|
-
|
|
9
|
-
def available
|
|
10
|
-
registered_modules.reject(&:abstract?)
|
|
11
|
-
end
|
|
12
|
-
|
|
13
|
-
def class_detect(_klass, _detect_args)
|
|
14
|
-
raise_abstract_method __method__
|
|
15
|
-
end
|
|
16
|
-
|
|
17
|
-
def detect(*registered_initialize_args)
|
|
18
|
-
detect_optional(*registered_initialize_args) ||
|
|
19
|
-
raise_not_found(*registered_initialize_args)
|
|
20
|
-
end
|
|
21
|
-
|
|
22
|
-
def detect_optional(*registered_initialize_args)
|
|
23
|
-
available.reverse.lazy
|
|
24
|
-
.map { |klass| class_detect(klass, registered_initialize_args) }.find(&:present?)
|
|
25
|
-
end
|
|
26
|
-
|
|
27
|
-
def provider_module_suffix
|
|
28
|
-
"#{module_suffix}::Provider"
|
|
29
|
-
end
|
|
30
|
-
|
|
31
|
-
def single_module_suffix
|
|
32
|
-
"#{module_suffix}::Base"
|
|
33
|
-
end
|
|
34
|
-
|
|
35
|
-
def valid_registered_module?(a_module)
|
|
36
|
-
a_module.is_a?(::Class) && !a_module.abstract?
|
|
37
|
-
end
|
|
38
|
-
|
|
39
|
-
private
|
|
40
|
-
|
|
41
|
-
def registered_modules_uncached
|
|
42
|
-
registered_gems.flat_map { |registry| modules_from_registry(registry) }
|
|
43
|
-
.select { |v| valid_registered_module?(v) }.uniq
|
|
44
|
-
end
|
|
45
|
-
|
|
46
|
-
def modules_from_registry(registry)
|
|
47
|
-
if registry.registry.module_suffix == provider_module_suffix
|
|
48
|
-
registry.registered_module.new.all
|
|
49
|
-
else
|
|
50
|
-
[registry.registered_module]
|
|
51
|
-
end
|
|
52
|
-
end
|
|
53
|
-
|
|
54
|
-
def registered_gems
|
|
55
|
-
(single_instance_registry.registered + provider_registry.registered).sort
|
|
56
|
-
end
|
|
57
|
-
|
|
58
|
-
def single_instance_registry_uncached
|
|
59
|
-
::EacRubyUtils::GemsRegistry.new(single_module_suffix)
|
|
60
|
-
end
|
|
61
|
-
|
|
62
|
-
def provider_registry_uncached
|
|
63
|
-
::EacRubyUtils::GemsRegistry.new(provider_module_suffix)
|
|
64
|
-
end
|
|
65
|
-
end
|
|
66
|
-
end
|
|
67
|
-
end
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module Avm
|
|
4
|
-
module Registry
|
|
5
|
-
class Instances < ::Avm::Registry::FromGems
|
|
6
|
-
# @return [Avm::Instances::Base, nil]
|
|
7
|
-
def class_detect(klass, detect_args)
|
|
8
|
-
r = ::Avm::Instances::Base.by_id(*detect_args)
|
|
9
|
-
r.application.stereotype.instance_class == klass ? klass.by_id(*detect_args) : nil
|
|
10
|
-
end
|
|
11
|
-
end
|
|
12
|
-
end
|
|
13
|
-
end
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module Avm
|
|
4
|
-
module Registry
|
|
5
|
-
class SourceGenerators < ::Avm::Registry::FromGems
|
|
6
|
-
# @return [Avm::Instances::Base, nil]
|
|
7
|
-
def class_detect(klass, detect_args)
|
|
8
|
-
detect_args = detect_args.dup
|
|
9
|
-
stereotype_name = detect_args.shift
|
|
10
|
-
klass.application_stereotype.name == stereotype_name ? klass.new(*detect_args) : nil
|
|
11
|
-
end
|
|
12
|
-
end
|
|
13
|
-
end
|
|
14
|
-
end
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module Avm
|
|
4
|
-
module Registry
|
|
5
|
-
class Sources < ::Avm::Registry::WithPath
|
|
6
|
-
# @return [Avm::ApplicationStereotypes::Base]
|
|
7
|
-
def application_stereotype_by_name(name)
|
|
8
|
-
::Avm::Registry.application_stereotypes.detect(name)
|
|
9
|
-
end
|
|
10
|
-
|
|
11
|
-
# @return [Avm::Sources::Base, nil]
|
|
12
|
-
def detect_optional(*detect_args)
|
|
13
|
-
detect_optional_by_configuration(*detect_args) ||
|
|
14
|
-
detect_optional_by_application_configuration(*detect_args) ||
|
|
15
|
-
super
|
|
16
|
-
end
|
|
17
|
-
|
|
18
|
-
# @return [Avm::Sources::Base, nil]
|
|
19
|
-
def detect_optional_by_application_configuration(path, *detect_args)
|
|
20
|
-
::Avm::Sources::Base.new(path).application.stereotype_by_configuration.if_present do |v|
|
|
21
|
-
v.source_class.new(path, *detect_args)
|
|
22
|
-
end
|
|
23
|
-
end
|
|
24
|
-
|
|
25
|
-
# @return [Avm::Sources::Base, nil]
|
|
26
|
-
def detect_optional_by_configuration(path, *detect_args)
|
|
27
|
-
source_configured_stereotype_name(path).if_present do |v|
|
|
28
|
-
application_stereotype_by_name(v).source_class.new(path, *detect_args)
|
|
29
|
-
end
|
|
30
|
-
end
|
|
31
|
-
|
|
32
|
-
# @return [String]
|
|
33
|
-
def source_configured_stereotype_name(path)
|
|
34
|
-
::Avm::Sources::Base.new(path).stereotype_name_by_configuration
|
|
35
|
-
end
|
|
36
|
-
end
|
|
37
|
-
end
|
|
38
|
-
end
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module Avm
|
|
4
|
-
module Registry
|
|
5
|
-
class WithPath < ::Avm::Registry::FromGems
|
|
6
|
-
class Cache
|
|
7
|
-
enable_simple_cache
|
|
8
|
-
common_constructor :owner
|
|
9
|
-
|
|
10
|
-
def detect_optional(path)
|
|
11
|
-
return nil if path.root?
|
|
12
|
-
return cached_paths.fetch(path) if cached_paths.key?(path)
|
|
13
|
-
|
|
14
|
-
detected = owner.detect_optional(path)
|
|
15
|
-
detected = detect_optional(path.parent) if detected.blank?
|
|
16
|
-
cached_paths[path] = detected
|
|
17
|
-
detected
|
|
18
|
-
end
|
|
19
|
-
|
|
20
|
-
private
|
|
21
|
-
|
|
22
|
-
def cached_paths_uncached
|
|
23
|
-
{}
|
|
24
|
-
end
|
|
25
|
-
end
|
|
26
|
-
end
|
|
27
|
-
end
|
|
28
|
-
end
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module Avm
|
|
4
|
-
module Registry
|
|
5
|
-
class WithPath < ::Avm::Registry::FromGems
|
|
6
|
-
# @return [Object, nil]
|
|
7
|
-
def class_detect(klass, detect_args)
|
|
8
|
-
r = klass.new(*detect_args)
|
|
9
|
-
r.valid? ? r : nil
|
|
10
|
-
end
|
|
11
|
-
|
|
12
|
-
def detect_by_path(path)
|
|
13
|
-
detect_by_path_optional(path) || raise_not_found(path)
|
|
14
|
-
end
|
|
15
|
-
|
|
16
|
-
def detect_by_path_optional(path)
|
|
17
|
-
on_cache do
|
|
18
|
-
cache.detect_optional(path)
|
|
19
|
-
end
|
|
20
|
-
end
|
|
21
|
-
|
|
22
|
-
private
|
|
23
|
-
|
|
24
|
-
attr_accessor :cache
|
|
25
|
-
|
|
26
|
-
def on_cache(&block)
|
|
27
|
-
cache.present? ? on_cache_with_cache(&block) : on_cache_with_no_cache(&block)
|
|
28
|
-
end
|
|
29
|
-
|
|
30
|
-
def on_cache_with_cache(&block)
|
|
31
|
-
block.call
|
|
32
|
-
end
|
|
33
|
-
|
|
34
|
-
def on_cache_with_no_cache(&block)
|
|
35
|
-
self.cache = ::Avm::Registry::WithPath::Cache.new(self)
|
|
36
|
-
begin
|
|
37
|
-
block.call
|
|
38
|
-
ensure
|
|
39
|
-
self.cache = nil
|
|
40
|
-
end
|
|
41
|
-
end
|
|
42
|
-
end
|
|
43
|
-
end
|
|
44
|
-
end
|