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,83 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module Avm
|
|
4
|
-
module FileFormats
|
|
5
|
-
class SearchFormatter
|
|
6
|
-
include ::EacFs::Traversable
|
|
7
|
-
|
|
8
|
-
enable_simple_cache
|
|
9
|
-
enable_speaker
|
|
10
|
-
enable_listable
|
|
11
|
-
lists.add_symbol :option, :apply, :recursive, :verbose
|
|
12
|
-
common_constructor :source_paths, :options, default: [{}] do
|
|
13
|
-
options.assert_valid_keys(self.class.lists.option.values)
|
|
14
|
-
end
|
|
15
|
-
|
|
16
|
-
def run
|
|
17
|
-
clear
|
|
18
|
-
search_files
|
|
19
|
-
apply
|
|
20
|
-
show_results
|
|
21
|
-
end
|
|
22
|
-
|
|
23
|
-
private
|
|
24
|
-
|
|
25
|
-
def apply
|
|
26
|
-
speak(:infom, "Applying #{@formats_files.count} format(s)... ")
|
|
27
|
-
@formats_files.each do |format, files|
|
|
28
|
-
speak(:infom, "Applying format #{format.name} (Files matched: #{files.count})...")
|
|
29
|
-
next unless options[OPTION_APPLY]
|
|
30
|
-
|
|
31
|
-
@result += format.apply(files)
|
|
32
|
-
end
|
|
33
|
-
end
|
|
34
|
-
|
|
35
|
-
def traverser_check_file(file)
|
|
36
|
-
format = find_format(file)
|
|
37
|
-
speak(:infov, file, format ? format.class : '-')
|
|
38
|
-
return unless format
|
|
39
|
-
|
|
40
|
-
@formats_files[format] ||= []
|
|
41
|
-
@formats_files[format] << file
|
|
42
|
-
end
|
|
43
|
-
|
|
44
|
-
def clear
|
|
45
|
-
@formats_files = {}
|
|
46
|
-
@result = []
|
|
47
|
-
end
|
|
48
|
-
|
|
49
|
-
# @return [Avm::FileFormats::Base, nil]
|
|
50
|
-
def find_format(file)
|
|
51
|
-
::Avm::Registry.file_formats.detect_optional(file)
|
|
52
|
-
end
|
|
53
|
-
|
|
54
|
-
def search_files
|
|
55
|
-
speak(:infov, 'Directories to search', source_paths.count)
|
|
56
|
-
source_paths.each do |source_path|
|
|
57
|
-
speak(:infom, "Searching files on \"#{source_path}\"...")
|
|
58
|
-
traverser_check_path(source_path)
|
|
59
|
-
end
|
|
60
|
-
end
|
|
61
|
-
|
|
62
|
-
def show_results
|
|
63
|
-
changed = @result.select(&:changed)
|
|
64
|
-
changed.each do |h|
|
|
65
|
-
speak(:out, h.file.to_s.cyan)
|
|
66
|
-
speak(:out, " (#{h.format})".yellow)
|
|
67
|
-
speak(:puts, ' changed'.green)
|
|
68
|
-
end
|
|
69
|
-
speak(:infov, 'Files changed', "#{changed.count}/#{@result.count}")
|
|
70
|
-
end
|
|
71
|
-
|
|
72
|
-
def traverser_recursive
|
|
73
|
-
options[OPTION_RECURSIVE]
|
|
74
|
-
end
|
|
75
|
-
|
|
76
|
-
def speak(method, *method_args)
|
|
77
|
-
return unless options[OPTION_VERBOSE].to_bool
|
|
78
|
-
|
|
79
|
-
send(method, *method_args)
|
|
80
|
-
end
|
|
81
|
-
end
|
|
82
|
-
end
|
|
83
|
-
end
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module Avm
|
|
4
|
-
module FileFormats
|
|
5
|
-
class Unknown < ::Avm::FileFormats::Base
|
|
6
|
-
# @params files [Enumerable<Pathname>]
|
|
7
|
-
# @return [Enumerable<Avm::FileFormats::FileResult>]
|
|
8
|
-
def apply(files)
|
|
9
|
-
files.map do |file|
|
|
10
|
-
::Avm::FileFormats::FileResult.new(file, self.class, false)
|
|
11
|
-
end
|
|
12
|
-
end
|
|
13
|
-
end
|
|
14
|
-
end
|
|
15
|
-
end
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
require 'tempfile'
|
|
4
|
-
|
|
5
|
-
module Avm
|
|
6
|
-
module FileFormats
|
|
7
|
-
class Utf8Assert
|
|
8
|
-
UTF8_CHARSET = 'utf-8'
|
|
9
|
-
UTF8_CHARSETS = [UTF8_CHARSET, 'us-ascii'].freeze
|
|
10
|
-
|
|
11
|
-
class << self
|
|
12
|
-
def assert_files(files)
|
|
13
|
-
asserters = files.map { |file| new(file) }
|
|
14
|
-
begin
|
|
15
|
-
asserters.each(&:assert)
|
|
16
|
-
yield
|
|
17
|
-
ensure
|
|
18
|
-
asserters.each(&:revert)
|
|
19
|
-
end
|
|
20
|
-
end
|
|
21
|
-
end
|
|
22
|
-
|
|
23
|
-
enable_simple_cache
|
|
24
|
-
common_constructor :path
|
|
25
|
-
|
|
26
|
-
def assert
|
|
27
|
-
return if original_utf8?
|
|
28
|
-
|
|
29
|
-
convert_self(original_charset, UTF8_CHARSET)
|
|
30
|
-
end
|
|
31
|
-
|
|
32
|
-
def revert
|
|
33
|
-
return if original_utf8?
|
|
34
|
-
|
|
35
|
-
convert_self(UTF8_CHARSET, original_charset)
|
|
36
|
-
end
|
|
37
|
-
|
|
38
|
-
private
|
|
39
|
-
|
|
40
|
-
def original_info_uncached
|
|
41
|
-
::EacFs::FileInfo.new(path)
|
|
42
|
-
end
|
|
43
|
-
|
|
44
|
-
def original_charset_uncached
|
|
45
|
-
return original_info.content_type.charset if original_info.content_type.charset.present?
|
|
46
|
-
|
|
47
|
-
raise 'No charset found'
|
|
48
|
-
rescue StandardError => e
|
|
49
|
-
raise "Unable to determine the charset of #{path} (#{e.message})"
|
|
50
|
-
end
|
|
51
|
-
|
|
52
|
-
def original_utf8?
|
|
53
|
-
UTF8_CHARSETS.include?(original_charset)
|
|
54
|
-
end
|
|
55
|
-
|
|
56
|
-
def convert_file(from_path, from_charset, to_path, to_charset)
|
|
57
|
-
File.open(from_path, "r:#{from_charset}") do |input|
|
|
58
|
-
File.open(to_path, "w:#{to_charset}") do |output|
|
|
59
|
-
output.write(input.read)
|
|
60
|
-
end
|
|
61
|
-
end
|
|
62
|
-
end
|
|
63
|
-
|
|
64
|
-
def convert_self(from_charset, to_charset)
|
|
65
|
-
temp = ::Tempfile.new
|
|
66
|
-
temp.close
|
|
67
|
-
convert_file(path, from_charset, temp.path, to_charset)
|
|
68
|
-
::FileUtils.mv(temp.path, path)
|
|
69
|
-
end
|
|
70
|
-
end
|
|
71
|
-
end
|
|
72
|
-
end
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module Avm
|
|
4
|
-
module Files
|
|
5
|
-
module Appendable
|
|
6
|
-
class FileContent < ::Avm::Files::Appendable::ResourceBase
|
|
7
|
-
attr_reader :target_path, :content
|
|
8
|
-
|
|
9
|
-
def initialize(deploy, target_path, content)
|
|
10
|
-
super(deploy)
|
|
11
|
-
@target_path = target_path
|
|
12
|
-
@content = content
|
|
13
|
-
end
|
|
14
|
-
|
|
15
|
-
def write_on(target_dir)
|
|
16
|
-
target_dir.join(target_path).write(content)
|
|
17
|
-
end
|
|
18
|
-
|
|
19
|
-
protected
|
|
20
|
-
|
|
21
|
-
# @return [Enumerable<Symbol>]
|
|
22
|
-
def to_s_attributes
|
|
23
|
-
%i[target_path content]
|
|
24
|
-
end
|
|
25
|
-
end
|
|
26
|
-
end
|
|
27
|
-
end
|
|
28
|
-
end
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module Avm
|
|
4
|
-
module Files
|
|
5
|
-
module Appendable
|
|
6
|
-
class PlainDirectory < ::Avm::Files::Appendable::ResourceBase
|
|
7
|
-
attr_reader :source_path
|
|
8
|
-
|
|
9
|
-
def initialize(appender, source_path)
|
|
10
|
-
super(appender)
|
|
11
|
-
@source_path = source_path.to_pathname
|
|
12
|
-
end
|
|
13
|
-
|
|
14
|
-
def write_on(target_dir)
|
|
15
|
-
raise "\"#{source_path}\" is not a directory" unless source_path.directory?
|
|
16
|
-
|
|
17
|
-
::FileUtils.cp_r("#{source_path}/.", target_dir.to_path)
|
|
18
|
-
end
|
|
19
|
-
|
|
20
|
-
# @return [Enumerable<Symbol>]
|
|
21
|
-
def to_s_attributes
|
|
22
|
-
[:source_path]
|
|
23
|
-
end
|
|
24
|
-
end
|
|
25
|
-
end
|
|
26
|
-
end
|
|
27
|
-
end
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module Avm
|
|
4
|
-
module Files
|
|
5
|
-
module Appendable
|
|
6
|
-
class ResourceBase
|
|
7
|
-
acts_as_abstract :to_s_attributes
|
|
8
|
-
common_constructor :appender
|
|
9
|
-
|
|
10
|
-
def to_s
|
|
11
|
-
v_to_s = to_s_attributes.map { |k| "#{k}: #{send(k)}" }.join(', ')
|
|
12
|
-
"#{self.class.name}[#{v_to_s}]"
|
|
13
|
-
end
|
|
14
|
-
end
|
|
15
|
-
end
|
|
16
|
-
end
|
|
17
|
-
end
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module Avm
|
|
4
|
-
module Files
|
|
5
|
-
module Appendable
|
|
6
|
-
class TarOutputCommand < ::Avm::Files::Appendable::ResourceBase
|
|
7
|
-
attr_reader :command
|
|
8
|
-
|
|
9
|
-
def initialize(appender, command)
|
|
10
|
-
super(appender)
|
|
11
|
-
@command = command
|
|
12
|
-
end
|
|
13
|
-
|
|
14
|
-
def write_on(target_dir)
|
|
15
|
-
command.pipe(
|
|
16
|
-
::EacRubyUtils::Envs.local.command('tar', '-xf', '-', '-C', target_dir)
|
|
17
|
-
).execute!
|
|
18
|
-
end
|
|
19
|
-
|
|
20
|
-
# @return [Enumerable<Symbol>]
|
|
21
|
-
def to_s_attributes
|
|
22
|
-
[:command]
|
|
23
|
-
end
|
|
24
|
-
end
|
|
25
|
-
end
|
|
26
|
-
end
|
|
27
|
-
end
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module Avm
|
|
4
|
-
module Files
|
|
5
|
-
module Appendable
|
|
6
|
-
class TemplatizedDirectory < ::Avm::Files::Appendable::ResourceBase
|
|
7
|
-
common_constructor :appender, :source_path, super_args: -> { [appender] }
|
|
8
|
-
|
|
9
|
-
# @return [Object]
|
|
10
|
-
def applier
|
|
11
|
-
return source_path if source_path.respond_to?(:apply)
|
|
12
|
-
|
|
13
|
-
applier_from_path
|
|
14
|
-
end
|
|
15
|
-
|
|
16
|
-
# @return [EacTemplates::Variables::Directory]
|
|
17
|
-
def applier_from_path
|
|
18
|
-
raise "\"#{source_path}\" is not a directory" unless ::File.directory?(source_path)
|
|
19
|
-
|
|
20
|
-
::EacTemplates::Variables::Directory.new(source_path)
|
|
21
|
-
end
|
|
22
|
-
|
|
23
|
-
def write_on(target_dir)
|
|
24
|
-
raise 'Variables source not set' if appender.variables_source.blank?
|
|
25
|
-
|
|
26
|
-
applier.apply(appender.variables_source, target_dir)
|
|
27
|
-
end
|
|
28
|
-
|
|
29
|
-
# @return [Enumerable<Symbol>]
|
|
30
|
-
def to_s_attributes
|
|
31
|
-
[:source_path]
|
|
32
|
-
end
|
|
33
|
-
end
|
|
34
|
-
end
|
|
35
|
-
end
|
|
36
|
-
end
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module Avm
|
|
4
|
-
module Files
|
|
5
|
-
module Appendable
|
|
6
|
-
attr_reader :variables_source
|
|
7
|
-
|
|
8
|
-
def appended
|
|
9
|
-
@appended ||= []
|
|
10
|
-
end
|
|
11
|
-
|
|
12
|
-
def append_templatized_directories(directories)
|
|
13
|
-
directories.each { |directory| append_templatized_directory(directory) }
|
|
14
|
-
self
|
|
15
|
-
end
|
|
16
|
-
|
|
17
|
-
def append_plain_directory(directory)
|
|
18
|
-
appended << ::Avm::Files::Appendable::PlainDirectory.new(self, directory)
|
|
19
|
-
self
|
|
20
|
-
end
|
|
21
|
-
|
|
22
|
-
def append_tar_output_command(tar_command)
|
|
23
|
-
appended << ::Avm::Files::Appendable::TarOutputCommand.new(self, tar_command)
|
|
24
|
-
self
|
|
25
|
-
end
|
|
26
|
-
|
|
27
|
-
def append_templatized_directory(directory)
|
|
28
|
-
appended << ::Avm::Files::Appendable::TemplatizedDirectory.new(self, directory)
|
|
29
|
-
self
|
|
30
|
-
end
|
|
31
|
-
|
|
32
|
-
def append_file_content(target_path, content)
|
|
33
|
-
appended << ::Avm::Files::Appendable::FileContent
|
|
34
|
-
.new(self, target_path, content)
|
|
35
|
-
self
|
|
36
|
-
end
|
|
37
|
-
|
|
38
|
-
def variables_source_set(source)
|
|
39
|
-
@variables_source = source
|
|
40
|
-
self
|
|
41
|
-
end
|
|
42
|
-
|
|
43
|
-
def write_appended_on(target_dir)
|
|
44
|
-
target_dir = target_dir.to_pathname
|
|
45
|
-
raise "\"#{target_dir}\" is not a directory" unless target_dir.directory?
|
|
46
|
-
|
|
47
|
-
appended.each { |append| append.write_on(target_dir) }
|
|
48
|
-
end
|
|
49
|
-
end
|
|
50
|
-
end
|
|
51
|
-
end
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
require 'addressable'
|
|
4
|
-
|
|
5
|
-
module Avm
|
|
6
|
-
module Files
|
|
7
|
-
class Deploy
|
|
8
|
-
include ::Avm::Files::Appendable
|
|
9
|
-
|
|
10
|
-
enable_simple_cache
|
|
11
|
-
|
|
12
|
-
attr_reader :build_dir, :target_env, :target_path
|
|
13
|
-
|
|
14
|
-
common_constructor :target_env, :target_path
|
|
15
|
-
|
|
16
|
-
def run
|
|
17
|
-
on_build_dir do
|
|
18
|
-
copy_content_to_build_dir
|
|
19
|
-
mkdir_target
|
|
20
|
-
clear_content
|
|
21
|
-
send_untar_package
|
|
22
|
-
set_target_permission
|
|
23
|
-
end
|
|
24
|
-
end
|
|
25
|
-
|
|
26
|
-
private
|
|
27
|
-
|
|
28
|
-
def on_build_dir
|
|
29
|
-
@build_dir = ::Dir.mktmpdir
|
|
30
|
-
yield
|
|
31
|
-
ensure
|
|
32
|
-
::FileUtils.rm_rf(@build_dir)
|
|
33
|
-
end
|
|
34
|
-
|
|
35
|
-
def copy_content_to_build_dir
|
|
36
|
-
write_appended_on(build_dir)
|
|
37
|
-
end
|
|
38
|
-
|
|
39
|
-
def mkdir_target
|
|
40
|
-
target_env.command('mkdir', '-p', target_path).execute!
|
|
41
|
-
end
|
|
42
|
-
|
|
43
|
-
def clear_content
|
|
44
|
-
target_env.command(
|
|
45
|
-
'find', target_path, '-mindepth', '1', '-maxdepth', '1', '-exec', 'rm', '-rf', '{}', ';'
|
|
46
|
-
).execute!
|
|
47
|
-
end
|
|
48
|
-
|
|
49
|
-
def send_untar_package
|
|
50
|
-
tar_build_command.pipe(untar_build_command).execute!
|
|
51
|
-
end
|
|
52
|
-
|
|
53
|
-
def set_target_permission
|
|
54
|
-
target_env.command('chmod', '755', target_path).execute!
|
|
55
|
-
end
|
|
56
|
-
|
|
57
|
-
def tar_build_command
|
|
58
|
-
source_env.command('tar', '-czO', '-C', build_dir, '.')
|
|
59
|
-
end
|
|
60
|
-
|
|
61
|
-
def untar_build_command
|
|
62
|
-
target_env.command('tar', '-xzf', '-', '-C', target_path)
|
|
63
|
-
end
|
|
64
|
-
|
|
65
|
-
def source_env
|
|
66
|
-
::EacRubyUtils::Envs.local
|
|
67
|
-
end
|
|
68
|
-
end
|
|
69
|
-
end
|
|
70
|
-
end
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module Avm
|
|
4
|
-
module Files
|
|
5
|
-
class TextReplacer
|
|
6
|
-
class Gsub
|
|
7
|
-
common_constructor :from, :to do
|
|
8
|
-
self.from = from
|
|
9
|
-
self.to = to
|
|
10
|
-
end
|
|
11
|
-
|
|
12
|
-
def apply(input)
|
|
13
|
-
input.gsub(from, to)
|
|
14
|
-
end
|
|
15
|
-
|
|
16
|
-
def to_s
|
|
17
|
-
"\"#{from}\" => \"#{to}\""
|
|
18
|
-
end
|
|
19
|
-
end
|
|
20
|
-
end
|
|
21
|
-
end
|
|
22
|
-
end
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module Avm
|
|
4
|
-
module Files
|
|
5
|
-
class TextReplacer
|
|
6
|
-
enable_immutable
|
|
7
|
-
|
|
8
|
-
immutable_accessor :replacement, type: :array
|
|
9
|
-
|
|
10
|
-
def apply(input)
|
|
11
|
-
replacements.inject(input) { |a, e| e.apply(a) }
|
|
12
|
-
end
|
|
13
|
-
|
|
14
|
-
def file_apply(file) # rubocop:disable Naming/PredicateMethod
|
|
15
|
-
file = file.to_pathname
|
|
16
|
-
input = file.read
|
|
17
|
-
output = apply(file.read)
|
|
18
|
-
return false if output == input
|
|
19
|
-
|
|
20
|
-
file.write(output)
|
|
21
|
-
true
|
|
22
|
-
end
|
|
23
|
-
|
|
24
|
-
def gsub(from, to)
|
|
25
|
-
replacement(::Avm::Files::TextReplacer::Gsub.new(from, to))
|
|
26
|
-
end
|
|
27
|
-
end
|
|
28
|
-
end
|
|
29
|
-
end
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module Avm
|
|
4
|
-
module Instances
|
|
5
|
-
class Base
|
|
6
|
-
module AutoValues
|
|
7
|
-
module Data
|
|
8
|
-
def auto_data_default_dump_path
|
|
9
|
-
::Avm::Self::Instance
|
|
10
|
-
.default
|
|
11
|
-
.read_entry_optional(::Avm::Self::Instance::EntryKeys::DATA_DEFAULT_PATH)
|
|
12
|
-
.if_present do |v|
|
|
13
|
-
::File.join(
|
|
14
|
-
v,
|
|
15
|
-
"#{id}#{data_package.data_file_extension}"
|
|
16
|
-
)
|
|
17
|
-
end
|
|
18
|
-
end
|
|
19
|
-
|
|
20
|
-
# @return [Boolean]
|
|
21
|
-
def auto_data_allow_loading # rubocop:disable Naming/PredicateMethod
|
|
22
|
-
local? || !production?
|
|
23
|
-
end
|
|
24
|
-
end
|
|
25
|
-
end
|
|
26
|
-
end
|
|
27
|
-
end
|
|
28
|
-
end
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module Avm
|
|
4
|
-
module Instances
|
|
5
|
-
class Base
|
|
6
|
-
module AutoValues
|
|
7
|
-
module Database
|
|
8
|
-
LOCAL_ADDRESS = '127.0.0.1'
|
|
9
|
-
LOCAL_ADDRESSES = [LOCAL_ADDRESS, '::1', 'localhost'].freeze
|
|
10
|
-
DEFAULT_EXTRA = ''
|
|
11
|
-
DEFAULT_HOSTNAME = LOCAL_ADDRESS
|
|
12
|
-
DEFAULT_LIMIT = 5
|
|
13
|
-
DEFAULT_PORTS = {
|
|
14
|
-
'postgresql' => 5432,
|
|
15
|
-
'mysql' => 3306,
|
|
16
|
-
'oracle' => 1521,
|
|
17
|
-
'sqlserver' => 1433
|
|
18
|
-
}.freeze
|
|
19
|
-
DEFAULT_SYSTEM = 'postgresql'
|
|
20
|
-
DEFAULT_TIMEOUT = 5000
|
|
21
|
-
|
|
22
|
-
%w[extra hostname limit system timeout].each do |attr|
|
|
23
|
-
define_method "auto_database_#{attr}" do
|
|
24
|
-
database_auto_common(attr) || self.class.const_get("default_#{attr}".upcase)
|
|
25
|
-
end
|
|
26
|
-
end
|
|
27
|
-
|
|
28
|
-
%w[username password].each do |attr|
|
|
29
|
-
define_method "auto_database_#{attr}" do
|
|
30
|
-
database_auto_common(attr) || id
|
|
31
|
-
end
|
|
32
|
-
end
|
|
33
|
-
|
|
34
|
-
def auto_database_name
|
|
35
|
-
inherited_entry_value(::Avm::Instances::EntryKeys::DATABASE_ID,
|
|
36
|
-
::Avm::Instances::EntryKeys::DATABASE_NAME) || id
|
|
37
|
-
end
|
|
38
|
-
|
|
39
|
-
def auto_database_port
|
|
40
|
-
database_auto_common('port') || database_port_by_system
|
|
41
|
-
end
|
|
42
|
-
|
|
43
|
-
private
|
|
44
|
-
|
|
45
|
-
def database_auto_common(suffix)
|
|
46
|
-
database_key = ::Avm::Instances::EntryKeys.const_get("database_#{suffix}".upcase)
|
|
47
|
-
inherited_entry_value(::Avm::Instances::EntryKeys::DATABASE_ID, database_key) ||
|
|
48
|
-
inherited_entry_value(::Avm::Instances::EntryKeys::INSTALL_ID, database_key)
|
|
49
|
-
end
|
|
50
|
-
|
|
51
|
-
def database_port_by_system
|
|
52
|
-
read_entry_optional(::Avm::Instances::EntryKeys::DATABASE_SYSTEM).if_present do |v|
|
|
53
|
-
DEFAULT_PORTS.fetch(v)
|
|
54
|
-
end
|
|
55
|
-
end
|
|
56
|
-
end
|
|
57
|
-
end
|
|
58
|
-
end
|
|
59
|
-
end
|
|
60
|
-
end
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module Avm
|
|
4
|
-
module Instances
|
|
5
|
-
class Base
|
|
6
|
-
module AutoValues
|
|
7
|
-
module Mailer
|
|
8
|
-
::Avm::Instances::EntryKeys.all.select { |c| c.to_s.start_with?('mailer.') }
|
|
9
|
-
.reject { |c| c == ::Avm::Instances::EntryKeys::MAILER_ID }
|
|
10
|
-
.each do |mailer_key|
|
|
11
|
-
define_method ::Avm::Entries::AutoValues::Entry.auto_value_method_name(mailer_key) do
|
|
12
|
-
mailer_auto_common(mailer_key)
|
|
13
|
-
end
|
|
14
|
-
end
|
|
15
|
-
|
|
16
|
-
def auto_mailer_id
|
|
17
|
-
inherited_entry_value(::Avm::Instances::EntryKeys::INSTALL_ID,
|
|
18
|
-
::Avm::Instances::EntryKeys::MAILER_ID) ||
|
|
19
|
-
read_entry_optional(::Avm::Instances::EntryKeys::INSTALL_ID)
|
|
20
|
-
end
|
|
21
|
-
|
|
22
|
-
private
|
|
23
|
-
|
|
24
|
-
def mailer_auto_common(mailer_key)
|
|
25
|
-
inherited_entry_value(::Avm::Instances::EntryKeys::MAILER_ID, mailer_key)
|
|
26
|
-
end
|
|
27
|
-
end
|
|
28
|
-
end
|
|
29
|
-
end
|
|
30
|
-
end
|
|
31
|
-
end
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module Avm
|
|
4
|
-
module Instances
|
|
5
|
-
class Base
|
|
6
|
-
module AutoValues
|
|
7
|
-
module Source
|
|
8
|
-
def auto_source_instance_id
|
|
9
|
-
[application.id, ::Avm::Applications::Base::LocalInstance::LOCAL_INSTANCE_SUFFIX]
|
|
10
|
-
.join('_')
|
|
11
|
-
end
|
|
12
|
-
end
|
|
13
|
-
end
|
|
14
|
-
end
|
|
15
|
-
end
|
|
16
|
-
end
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
# frozen_string_literal: true
|
|
2
|
-
|
|
3
|
-
module Avm
|
|
4
|
-
module Instances
|
|
5
|
-
class Base
|
|
6
|
-
module Dockerizable
|
|
7
|
-
enable_simple_cache
|
|
8
|
-
attr_reader :docker_image_options
|
|
9
|
-
|
|
10
|
-
def docker_image_options=(options)
|
|
11
|
-
@docker_image_options = ::ActiveSupport::HashWithIndifferentAccess.new(options)
|
|
12
|
-
reset_cache
|
|
13
|
-
end
|
|
14
|
-
|
|
15
|
-
def docker_container_exist?
|
|
16
|
-
::EacDocker::Executables.docker.command.append(
|
|
17
|
-
['ps', '-qaf', "name=#{docker_container_name}"]
|
|
18
|
-
).execute!.present?
|
|
19
|
-
end
|
|
20
|
-
|
|
21
|
-
def docker_container_name
|
|
22
|
-
id
|
|
23
|
-
end
|
|
24
|
-
|
|
25
|
-
private
|
|
26
|
-
|
|
27
|
-
def docker_container_uncached
|
|
28
|
-
::Avm::Docker::Container.new(self)
|
|
29
|
-
end
|
|
30
|
-
|
|
31
|
-
def docker_image_uncached
|
|
32
|
-
r = docker_image_class.new(docker_image_options.fetch(:registry))
|
|
33
|
-
r.instance = self if r.respond_to?(:instance)
|
|
34
|
-
r.version = docker_image_options[:version] if docker_image_options.key?(:version)
|
|
35
|
-
r.snapshot = docker_image_options[:snapshot] if docker_image_options.key?(:snapshot)
|
|
36
|
-
r
|
|
37
|
-
end
|
|
38
|
-
end
|
|
39
|
-
end
|
|
40
|
-
end
|
|
41
|
-
end
|