avm-tools 0.70.1 → 0.74.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (78) hide show
  1. checksums.yaml +4 -4
  2. data/lib/avm/data/instance/files_unit.rb +1 -0
  3. data/lib/avm/{stereotypes/eac_rails_base0.rb → eac_rails_base0.rb} +1 -3
  4. data/lib/avm/eac_rails_base0/instance.rb +2 -2
  5. data/lib/avm/eac_redmine_base0.rb +9 -0
  6. data/lib/avm/eac_redmine_base0/instance.rb +2 -2
  7. data/lib/avm/{stereotypes/eac_webapp_base0.rb → eac_webapp_base0.rb} +1 -3
  8. data/lib/avm/eac_writings_base0.rb +9 -0
  9. data/lib/avm/eac_writings_base0/commons.rb +12 -0
  10. data/lib/avm/eac_writings_base0/file_build.rb +45 -0
  11. data/lib/avm/eac_writings_base0/file_build/base_stereotype.rb +19 -0
  12. data/lib/avm/eac_writings_base0/file_build/chapter_index.rb +23 -0
  13. data/lib/avm/eac_writings_base0/file_build/tex_source.rb +33 -0
  14. data/lib/avm/eac_writings_base0/project.rb +33 -0
  15. data/lib/avm/eac_writings_base0/project_build.rb +117 -0
  16. data/lib/avm/eac_writings_base0/project_build/chapters_content.rb +47 -0
  17. data/lib/avm/eac_writings_base0/project_build/copy_files.rb +42 -0
  18. data/lib/avm/executables.rb +1 -1
  19. data/lib/avm/instances/application.rb +4 -0
  20. data/lib/avm/instances/base.rb +2 -1
  21. data/lib/avm/instances/base/auto_values.rb +2 -1
  22. data/lib/avm/instances/base/auto_values/access.rb +5 -4
  23. data/lib/avm/instances/base/auto_values/admin.rb +2 -2
  24. data/lib/avm/instances/base/auto_values/database.rb +1 -1
  25. data/lib/avm/instances/base/auto_values/filesystem.rb +6 -2
  26. data/lib/avm/instances/base/auto_values/mailer.rb +34 -0
  27. data/lib/avm/instances/base/auto_values/ruby.rb +1 -1
  28. data/lib/avm/instances/base/auto_values/system.rb +2 -2
  29. data/lib/avm/instances/entry.rb +7 -1
  30. data/lib/avm/instances/entry_keys.rb +42 -7
  31. data/lib/avm/projects/stereotypes/git_subtree/publish.rb +2 -0
  32. data/lib/avm/projects/stereotypes/git_subtree/warp.rb +3 -0
  33. data/lib/avm/rails/instance.rb +19 -0
  34. data/lib/avm/tools/runner/eac_rails_base0/rails_server.rb +41 -0
  35. data/lib/avm/tools/runner/instance.rb +28 -0
  36. data/lib/avm/tools/runner/instance/info.rb +44 -0
  37. data/lib/avm/tools/runner/local_project/eac_writings_base0.rb +35 -0
  38. data/lib/avm/tools/runner/local_project/eac_writings_base0/build_chapters.rb +48 -0
  39. data/lib/avm/tools/runner/local_project/eac_writings_base0/build_single.rb +37 -0
  40. data/lib/avm/tools/runner/local_project/eac_writings_base0/info.rb +36 -0
  41. data/lib/avm/tools/version.rb +1 -1
  42. data/template/avm/eac_rails_base0/deploy/config/envvars.d/email.yml.template +11 -0
  43. data/template/avm/eac_writings_base0/commons/all.tex +5 -0
  44. data/template/avm/eac_writings_base0/commons/ebook.tex +11 -0
  45. data/template/avm/eac_writings_base0/commons/images.tex +11 -0
  46. data/template/avm/eac_writings_base0/commons/links.tex +2 -0
  47. data/template/avm/eac_writings_base0/commons/portuguese.tex +8 -0
  48. data/template/avm/eac_writings_base0/commons/source_code.tex +21 -0
  49. data/template/avm/eac_writings_base0/commons/source_code/java.tex +15 -0
  50. data/template/avm/eac_writings_base0/commons/utils.tex +6 -0
  51. data/vendor/eac_cli/lib/eac_cli/runner.rb +1 -1
  52. data/vendor/eac_cli/lib/eac_cli/runner/context.rb +19 -2
  53. data/vendor/eac_cli/lib/eac_cli/version.rb +1 -1
  54. data/vendor/eac_ruby_base0/lib/eac_ruby_base0/runner.rb +12 -0
  55. data/vendor/eac_ruby_base0/lib/eac_ruby_base0/version.rb +1 -1
  56. data/vendor/eac_ruby_gems_utils/lib/eac_ruby_gems_utils/gem.rb +2 -1
  57. data/vendor/eac_ruby_gems_utils/lib/eac_ruby_gems_utils/gem/command.rb +1 -1
  58. data/vendor/eac_ruby_gems_utils/lib/eac_ruby_gems_utils/tests/multiple/decorated_gem.rb +10 -6
  59. data/vendor/eac_ruby_gems_utils/lib/eac_ruby_gems_utils/version.rb +1 -1
  60. data/vendor/eac_ruby_gems_utils/spec/{rubocop_check_spec.rb → code/rubocop_check_spec.rb} +0 -0
  61. data/vendor/eac_ruby_utils/lib/eac_ruby_utils/blank_not_blank.rb +19 -0
  62. data/vendor/eac_ruby_utils/lib/eac_ruby_utils/configs/base.rb +43 -0
  63. data/vendor/eac_ruby_utils/lib/eac_ruby_utils/configs/file.rb +12 -31
  64. data/vendor/eac_ruby_utils/lib/eac_ruby_utils/console/configs.rb +4 -1
  65. data/vendor/eac_ruby_utils/lib/eac_ruby_utils/fs/clearable_directory.rb +57 -0
  66. data/vendor/eac_ruby_utils/lib/eac_ruby_utils/paths_hash.rb +21 -58
  67. data/vendor/eac_ruby_utils/lib/eac_ruby_utils/paths_hash/entry_key_error.rb +8 -0
  68. data/vendor/eac_ruby_utils/lib/eac_ruby_utils/paths_hash/node.rb +67 -0
  69. data/vendor/eac_ruby_utils/lib/eac_ruby_utils/paths_hash/path_search.rb +39 -0
  70. data/vendor/eac_ruby_utils/lib/eac_ruby_utils/ruby/command.rb +2 -1
  71. data/vendor/eac_ruby_utils/lib/eac_ruby_utils/struct.rb +4 -0
  72. data/vendor/eac_ruby_utils/lib/eac_ruby_utils/version.rb +1 -1
  73. data/vendor/eac_ruby_utils/spec/lib/eac_ruby_utils/blank_not_blank_spec.rb +16 -0
  74. data/vendor/eac_ruby_utils/spec/lib/eac_ruby_utils/configs_spec.rb +15 -0
  75. data/vendor/eac_ruby_utils/spec/lib/eac_ruby_utils/paths_hash_spec.rb +52 -13
  76. metadata +41 -7
  77. data/lib/avm/stereotypes/eac_redmine_base0.rb +0 -11
  78. data/lib/avm/stereotypes/rails/instance.rb +0 -20
@@ -0,0 +1,48 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'avm/eac_writings_base0/project_build'
4
+ require 'eac_cli/core_ext'
5
+ require 'eac_ruby_utils/console/docopt_runner'
6
+
7
+ module Avm
8
+ module Tools
9
+ class Runner < ::EacRubyUtils::Console::DocoptRunner
10
+ class LocalProject < ::EacRubyUtils::Console::DocoptRunner
11
+ class EacWritingsBase0 < ::EacRubyUtils::Console::DocoptRunner
12
+ class BuildChapters
13
+ runner_with
14
+
15
+ runner_definition do
16
+ arg_opt '-o', '--output-dir', 'Output chapters to specific directory.'
17
+ end
18
+
19
+ def run
20
+ runner_context.call(:project_banner)
21
+ output_dir.mkpath
22
+ project.chapters.each_with_index do |c, i|
23
+ ::Avm::EacWritingsBase0::ProjectBuild.new(project, chapter_build_options(c, i))
24
+ end
25
+ end
26
+
27
+ private
28
+
29
+ def chapter_build_options(chapter, index)
30
+ output_name = "#{(index + 1).to_s.rjust(3, '0')}_#{chapter}.pdf"
31
+ { output_file: output_dir.join(output_name), chapter: chapter }
32
+ end
33
+
34
+ def output_dir_uncached
35
+ (
36
+ parsed.output_dir || project.default_output_dir.join('chapters')
37
+ ).to_pathname
38
+ end
39
+
40
+ def project
41
+ runner_context.call(:project)
42
+ end
43
+ end
44
+ end
45
+ end
46
+ end
47
+ end
48
+ end
@@ -0,0 +1,37 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'avm/eac_writings_base0/project_build'
4
+ require 'eac_cli/core_ext'
5
+ require 'eac_ruby_utils/console/docopt_runner'
6
+
7
+ module Avm
8
+ module Tools
9
+ class Runner < ::EacRubyUtils::Console::DocoptRunner
10
+ class LocalProject < ::EacRubyUtils::Console::DocoptRunner
11
+ class EacWritingsBase0 < ::EacRubyUtils::Console::DocoptRunner
12
+ class BuildSingle
13
+ runner_with
14
+ runner_definition do
15
+ arg_opt '-s', '--source-dir', 'Write .tex source code in specific directory.'
16
+ arg_opt '-f', '--output-file', 'Output to specific file.'
17
+ arg_opt '-c', '--chapter', 'Write only the chapter <chapter>.'
18
+ bool_opt '-o', '--open', 'Open the file after build.'
19
+ end
20
+
21
+ def run
22
+ runner_context.call(:project_banner)
23
+ infov 'Build options', build_options
24
+ ::Avm::EacWritingsBase0::ProjectBuild.new(runner_context.call(:project), parsed)
25
+ end
26
+
27
+ private
28
+
29
+ def build_options
30
+ parsed.slice_fetch(:output_file, :open, :chapter, :source_dir)
31
+ end
32
+ end
33
+ end
34
+ end
35
+ end
36
+ end
37
+ end
@@ -0,0 +1,36 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'avm/eac_writings_base0/project_build'
4
+ require 'eac_cli/core_ext'
5
+ require 'eac_ruby_utils/console/docopt_runner'
6
+
7
+ module Avm
8
+ module Tools
9
+ class Runner < ::EacRubyUtils::Console::DocoptRunner
10
+ class LocalProject < ::EacRubyUtils::Console::DocoptRunner
11
+ class EacWritingsBase0 < ::EacRubyUtils::Console::DocoptRunner
12
+ class Info
13
+ runner_with
14
+ runner_definition do
15
+ desc 'Information about a loca EacRailsBase0 local project.'
16
+ end
17
+
18
+ def run
19
+ runner_context.call(:project_banner)
20
+ infov 'Chapters', project.chapters.count
21
+ project.chapters.each_with_index do |chapter, index|
22
+ infov " * #{index + 1}", chapter
23
+ end
24
+ end
25
+
26
+ private
27
+
28
+ def project
29
+ runner_context.call(:project)
30
+ end
31
+ end
32
+ end
33
+ end
34
+ end
35
+ end
36
+ end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Avm
4
4
  module Tools
5
- VERSION = '0.70.1'
5
+ VERSION = '0.74.0'
6
6
  end
7
7
  end
@@ -0,0 +1,11 @@
1
+ ---
2
+ action_mailer_smtp_address: '%%MAILER.SMTP.ADDRESS%%'
3
+ action_mailer_smtp_port: '%%MAILER.SMTP.PORT%%'
4
+ action_mailer_smtp_domain: '%%MAILER.SMTP.DOMAIN%%'
5
+ action_mailer_smtp_username: '%%MAILER.SMTP.USERNAME%%'
6
+ action_mailer_smtp_password: '%%MAILER.SMTP.PASSWORD%%'
7
+ action_mailer_smtp_authentication: '%%MAILER.SMTP.AUTHENTICATION%%'
8
+ action_mailer_smtp_enable_starttls_auto: '%%MAILER.SMTP.STARTTLS_AUTO%%'
9
+ action_mailer_default_options_from: '%%MAILER.FROM%%'
10
+ action_mailer_default_options_reply_to: '%%MAILER.REPLY_TO%%'
11
+ action_mailer_default_url_host: '%%WEB.URL%%'
@@ -0,0 +1,5 @@
1
+ \input{commons/links}
2
+ \input{commons/portuguese}
3
+ \input{commons/source_code}
4
+ \input{commons/utils}
5
+ \input{commons/images}
@@ -0,0 +1,11 @@
1
+ \documentclass[a4paper,twoside,final,12pt,openany]{memoir}
2
+ \input{commons/all}
3
+ \setlength{\parindent}{0em}
4
+ \setlength{\parskip}{1em}
5
+ \setlrmarginsandblock{1cm}{1cm}{*}
6
+ \setulmarginsandblock{2cm}{2cm}{*}
7
+ \checkandfixthelayout
8
+
9
+ \newcommand{\chapref}[1] {
10
+ Cap. \ref{chap:#1} - \nameref{chap:#1}
11
+ }
@@ -0,0 +1,11 @@
1
+ \usepackage{graphicx}
2
+ \usepackage[font=small,labelfont=bf]{caption}
3
+
4
+ \newcommand{\inputimage}[2] {
5
+ \begin{minipage}{\linewidth}
6
+ \begin{center}
7
+ \includegraphics{#1}
8
+ \captionof{figure}{#2}
9
+ \end{center}
10
+ \end{minipage}
11
+ }
@@ -0,0 +1,2 @@
1
+ \usepackage{hyperref}
2
+ \hypersetup{colorlinks=true}
@@ -0,0 +1,8 @@
1
+ \usepackage[utf8]{inputenc}
2
+ \usepackage[portuguese]{babel}
3
+ \usepackage{listings}
4
+ \lstset{
5
+ inputencoding=utf8,
6
+ extendedchars=true,
7
+ literate={á}{{\'a}}1 {à}{{\`a}}1 {ã}{{\~a}}1 {â}{{\^a}}1 {é}{{\'e}}1 {ê}{{\^e}}1 {ë}{{\"e}}1 {í}{{\'i}}1 {ç}{{\c{c}}}1 {Ç}{{\c{C}}}1 {õ}{{\~o}}1 {Õ}{{\~O}}1 {ó}{{\'o}}1 {ô}{{\^o}}1 {ú}{{\'u}}1
8
+ }
@@ -0,0 +1,21 @@
1
+ \usepackage[dvipsnames]{xcolor}
2
+ \usepackage{listings}
3
+ \usepackage{courier}
4
+ \usepackage[T1]{fontenc}
5
+ \usepackage{textcomp}
6
+ \definecolor{code_background}{rgb}{0.95,0.95,0.95}
7
+ \lstset{
8
+ backgroundcolor=\color{code_background},
9
+ breakatwhitespace=false,
10
+ breaklines=true,
11
+ basicstyle=\ttfamily\color{black},
12
+ commentstyle = \ttfamily\color{gray},
13
+ keywordstyle=\ttfamily\color{blue},
14
+ stringstyle=\color{orange},
15
+ showstringspaces=false,
16
+ frame=single,
17
+ basicstyle=\ttfamily\tiny,
18
+ columns=flexible,
19
+ upquote=true,
20
+ }
21
+ \input{commons/source_code/java}
@@ -0,0 +1,15 @@
1
+ \lstloadlanguages{Java}
2
+ \newcommand{\java}[1] {
3
+ \lstinline[language=Java]{#1}
4
+ }
5
+ \newcommand{\javafile}[1] {
6
+ \begin{minipage}{\linewidth}
7
+ \lstinputlisting[language=Java,caption=$#1$]{#1}
8
+ \end{minipage}
9
+ }
10
+ \lstnewenvironment{javaenv} {
11
+ \lstset{language=Java}
12
+ \minipage\linewidth
13
+ } {
14
+ \endminipage
15
+ }
@@ -0,0 +1,6 @@
1
+ \newcommand{\todo}[0] {
2
+ \textcolor{red}{\textbf{TO-DO}}
3
+ }
4
+ \newcommand{\dq}[1] {
5
+ ``#1''
6
+ }
@@ -45,7 +45,7 @@ module EacCli
45
45
  module AfterClassMethods
46
46
  def create(*runner_context_args)
47
47
  r = new
48
- r.runner_context = ::EacCli::Runner::Context.new(*runner_context_args)
48
+ r.runner_context = ::EacCli::Runner::Context.new(r, *runner_context_args)
49
49
  r
50
50
  end
51
51
 
@@ -5,13 +5,30 @@ require 'eac_ruby_utils/core_ext'
5
5
  module EacCli
6
6
  module Runner
7
7
  class Context
8
- attr_reader :argv, :parent, :program_name
8
+ attr_reader :argv, :parent, :program_name, :runner
9
9
 
10
- def initialize(*context_args)
10
+ def initialize(runner, *context_args)
11
11
  options = context_args.extract_options!
12
12
  @argv = (context_args[0] || options.delete(:argv) || ARGV).dup.freeze
13
13
  @parent = context_args[1] || options.delete(:parent)
14
14
  @program_name = options.delete(:program_name)
15
+ @runner = runner
16
+ end
17
+
18
+ # Call a method in the runner or in one of it ancestors.
19
+ def call(method_name, *args)
20
+ return runner.send(method_name, *args) if runner.respond_to?(method_name)
21
+ return parent_call(method_name, *args) if parent.present?
22
+
23
+ raise ::NameError, "No method \"#{method_name}\" found in #{runner} or in its ancestors"
24
+ end
25
+
26
+ protected
27
+
28
+ def parent_call(method_name, *args)
29
+ return parent.context(method_name, *args) if parent.respond_to?(:context)
30
+
31
+ parent.runner_context.call(method_name, *args)
15
32
  end
16
33
  end
17
34
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EacCli
4
- VERSION = '0.8.0'
4
+ VERSION = '0.9.0'
5
5
  end
@@ -10,6 +10,7 @@ module EacRubyBase0
10
10
  include ::EacCli::DefaultRunner
11
11
  runner_definition do
12
12
  bool_opt '-q', '--quiet', 'Quiet mode.'
13
+ bool_opt '-I', '--no-input', 'Fail if a input is requested.'
13
14
  subcommands
14
15
  alt do
15
16
  bool_opt '-V', '--version', 'Show version.'
@@ -20,6 +21,7 @@ module EacRubyBase0
20
21
  def run
21
22
  on_speaker_node do |node|
22
23
  node.stderr = ::StringIO.new if options.fetch('--quiet')
24
+ node.stdin = FailIfRequestInput.new if options.fetch('--no-input')
23
25
  if options.fetch('--version')
24
26
  show_version
25
27
  else
@@ -35,5 +37,15 @@ module EacRubyBase0
35
37
  def show_version
36
38
  out("#{application_version}\n")
37
39
  end
40
+
41
+ class FailIfRequestInput
42
+ enable_console_speaker
43
+
44
+ %w[gets noecho].each do |method|
45
+ define_method(method) do
46
+ raise "Input method requested (\"#{method}\") and option --no-input is set"
47
+ end
48
+ end
49
+ end
38
50
  end
39
51
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EacRubyBase0
4
- VERSION = '0.1.1'
4
+ VERSION = '0.2.0'
5
5
  end
@@ -11,8 +11,9 @@ module EacRubyGemsUtils
11
11
 
12
12
  GEMSPEC_EXTNAME = '.gemspec'
13
13
 
14
- common_constructor :root do
14
+ common_constructor :root, :host_env, default: [nil] do
15
15
  @root = ::Pathname.new(root).expand_path
16
+ self.host_env ||= ::EacRubyUtils::Envs.local
16
17
  end
17
18
 
18
19
  def to_s
@@ -11,7 +11,7 @@ module EacRubyGemsUtils
11
11
 
12
12
  def initialize(gem, command_args, extra_options = {})
13
13
  @gem = gem
14
- super(command_args, extra_options)
14
+ super(command_args, extra_options.merge(host_env: gem.host_env))
15
15
  end
16
16
 
17
17
  # Changes current directory to the gem's directory.
@@ -12,14 +12,12 @@ module EacRubyGemsUtils
12
12
  log('running "bundle install"...')
13
13
  return if bundle('install').execute.fetch(:exit_code).zero?
14
14
 
15
- if can_remove_gemfile_lock?
16
- log('"bundle install" failed, removing Gemfile.lock and trying again...')
17
- gemfile_lock_path.unlink if gemfile_lock_path.exist?
18
- bundle('install').execute!
19
- else
15
+ unless can_remove_gemfile_lock?
20
16
  raise '"bundle install" failed and the Gemfile.lock is part of gem' \
21
- '(Should be changed by developer)'
17
+ '(Should be changed by developer)'
22
18
  end
19
+
20
+ prepare_with_removable_gemfile_lock
23
21
  end
24
22
 
25
23
  def tests
@@ -33,6 +31,12 @@ module EacRubyGemsUtils
33
31
  infov self, message
34
32
  end
35
33
 
34
+ def prepare_with_removable_gemfile_lock
35
+ log('"bundle install" failed, removing Gemfile.lock and trying again...')
36
+ gemfile_lock_path.unlink if gemfile_lock_path.exist?
37
+ bundle('install').execute!
38
+ end
39
+
36
40
  def can_remove_gemfile_lock?
37
41
  !files.include?(gemfile_lock_path.relative_path_from(root))
38
42
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EacRubyGemsUtils
4
- VERSION = '0.7.2'
4
+ VERSION = '0.8.0'
5
5
  end
@@ -0,0 +1,19 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'active_support/core_ext/object/blank'
4
+ require 'singleton'
5
+
6
+ module EacRubyUtils
7
+ # A blank string which returns +false+ for +blank?+ method.
8
+ class BlankNotBlank < String
9
+ include ::Singleton
10
+
11
+ def initialize
12
+ super('')
13
+ end
14
+
15
+ def blank?
16
+ false
17
+ end
18
+ end
19
+ end
@@ -0,0 +1,43 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'eac_ruby_utils/blank_not_blank'
4
+ require 'eac_ruby_utils/core_ext'
5
+ require 'eac_ruby_utils/paths_hash'
6
+
7
+ module EacRubyUtils
8
+ class Configs
9
+ class Base
10
+ enable_simple_cache
11
+
12
+ common_constructor :data, default: [{}] do
13
+ self.data = ::EacRubyUtils::PathsHash.new(data)
14
+ end
15
+
16
+ def []=(entry_key, entry_value)
17
+ write(entry_key, entry_value)
18
+ end
19
+
20
+ def [](entry_key)
21
+ read(entry_key)
22
+ end
23
+
24
+ def clear
25
+ replace({})
26
+ end
27
+
28
+ def read(entry_key)
29
+ return nil unless data.key?(entry_key)
30
+
31
+ data.fetch(entry_key).if_present(::EacRubyUtils::BlankNotBlank.instance)
32
+ end
33
+
34
+ def replace(new_data)
35
+ self.data = ::EacRubyUtils::PathsHash.new(new_data)
36
+ end
37
+
38
+ def write(entry_key, entry_value)
39
+ data[entry_key] = entry_value
40
+ end
41
+ end
42
+ end
43
+ end