grably 0.0.1

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.
Files changed (51) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +202 -0
  3. data/README.md +2 -0
  4. data/exe/grably +2 -0
  5. data/lib/ext/class.rb +28 -0
  6. data/lib/grably.rb +83 -0
  7. data/lib/grably/cli.rb +46 -0
  8. data/lib/grably/core.rb +15 -0
  9. data/lib/grably/core/app/enchancer.rb +36 -0
  10. data/lib/grably/core/application.rb +8 -0
  11. data/lib/grably/core/colors.rb +86 -0
  12. data/lib/grably/core/commands.rb +23 -0
  13. data/lib/grably/core/commands/cp.rb +103 -0
  14. data/lib/grably/core/commands/digest.rb +12 -0
  15. data/lib/grably/core/commands/log.rb +19 -0
  16. data/lib/grably/core/commands/run.rb +85 -0
  17. data/lib/grably/core/commands/serialize.rb +16 -0
  18. data/lib/grably/core/configuration.rb +39 -0
  19. data/lib/grably/core/configuration/pretty_print.rb +22 -0
  20. data/lib/grably/core/digest.rb +93 -0
  21. data/lib/grably/core/dsl.rb +15 -0
  22. data/lib/grably/core/essentials.rb +49 -0
  23. data/lib/grably/core/module.rb +64 -0
  24. data/lib/grably/core/product.rb +301 -0
  25. data/lib/grably/core/task.rb +30 -0
  26. data/lib/grably/core/task/bucket.rb +29 -0
  27. data/lib/grably/core/task/enchancer.rb +50 -0
  28. data/lib/grably/core/task/expand.rb +15 -0
  29. data/lib/grably/core/task/jobs.rb +58 -0
  30. data/lib/grably/job.rb +28 -0
  31. data/lib/grably/job/class.rb +93 -0
  32. data/lib/grably/job/exceptions.rb +0 -0
  33. data/lib/grably/job/instance.rb +159 -0
  34. data/lib/grably/job/manifest.rb +67 -0
  35. data/lib/grably/jobs.rb +4 -0
  36. data/lib/grably/jobs/sync.rb +91 -0
  37. data/lib/grably/jobs/text.rb +4 -0
  38. data/lib/grably/jobs/text/erb.rb +40 -0
  39. data/lib/grably/jobs/text/json.rb +12 -0
  40. data/lib/grably/jobs/text/text.rb +21 -0
  41. data/lib/grably/jobs/text/yaml.rb +12 -0
  42. data/lib/grably/jobs/unzip.rb +1 -0
  43. data/lib/grably/jobs/upload.rb +1 -0
  44. data/lib/grably/jobs/zip.rb +2 -0
  45. data/lib/grably/jobs/zip/unzip.rb +24 -0
  46. data/lib/grably/jobs/zip/zip.rb +46 -0
  47. data/lib/grably/runner.rb +31 -0
  48. data/lib/grably/server.rb +83 -0
  49. data/lib/grably/utils/pretty_printer.rb +63 -0
  50. data/lib/grably/version.rb +12 -0
  51. metadata +164 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 41701d446bc68bcdecc0869b58fff4bec92327532977a25e5a1a3658a75ad27d
4
+ data.tar.gz: b977561e25b0845618600e3ab4e5811a711a09180826e91bae29e5bd2cca09d5
5
+ SHA512:
6
+ metadata.gz: ed117da95ad73b2610d6cffe734c4a42ad2e335bbced98f50b27f2f7f2126b17daf8dd3a006932da296656b729be3624ae143cdfbb7c520717800d972b69c3b8
7
+ data.tar.gz: 611f92bc04e37c083412a6e798f0d01182678f32f033f5e29676b6a3dfdef79befbc9f4e696e1a992d9cf359f68f2db571308d02e79971588fea5e5bc385f618
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
@@ -0,0 +1,2 @@
1
+ # Grably
2
+
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env ruby
2
+ require_relative '../lib/grably/cli'
@@ -0,0 +1,28 @@
1
+ # Special grably specific class extensions
2
+ class Class
3
+ def inherited(cl)
4
+ # We need this, for code changes tracking.
5
+ # For example, if job code changes, we need
6
+ # rebuild it
7
+ files = cl.const_defined?(files_const_name) ? cl.const_get(files_const_name) : []
8
+ cl.const_set(files_const_name, files + [normalize_caller(caller)])
9
+ end
10
+
11
+ # Get all files included in current class
12
+ def class_files
13
+ const_get(files_const_name)
14
+ end
15
+
16
+ private
17
+
18
+ CALLER_FILE_REGEX = /((\w:)?[^:]*):(.*)/
19
+
20
+ # @return [String] containing constant name where files are stored
21
+ def files_const_name
22
+ 'FILES'
23
+ end
24
+
25
+ def normalize_caller(caller)
26
+ caller.first[CALLER_FILE_REGEX, 1].freeze
27
+ end
28
+ end
@@ -0,0 +1,83 @@
1
+ # Grably main module.
2
+ # TBD
3
+ module Grably
4
+ module Core # :nodoc:
5
+ # forward declaration
6
+ end
7
+ include Grably::Core
8
+
9
+ GRABLY_BANNER = '' \
10
+ '__ ______ __ __ __|' \
11
+ '\ \ / ____/________ _/ /_ / /_ __/ /|' \
12
+ ' \ \ / / __/ ___/ __ `/ __ \/ / / / / / |' \
13
+ ' / / / /_/ / / / /_/ / /_/ / / /_/ /_/ |' \
14
+ '/_/ \____/_/ \__,_/_.___/_/\__, (_) |' \
15
+ ' /____/ |'.tr('|', "\n")
16
+
17
+ # Key where required profile is placed.
18
+ # To load grably with profile `foo,bar` one need to
19
+ # run `rake mp=foo,bar task1, task2, ... taskN`
20
+ ENV_PROFILE_KEY = 'mp'.freeze
21
+
22
+ def config
23
+ Grably.config
24
+ end
25
+
26
+ # Handy aliases for config methods
27
+ alias c config
28
+ alias cfg config
29
+ alias conf config
30
+
31
+ class << self
32
+ attr_reader :config
33
+ def init
34
+ profile = (ENV[ENV_PROFILE_KEY] || 'default').split(',')
35
+ puts 'Loding profile ' + profile.join('/')
36
+ @config = Grably::Core::Configuration.load(profile)
37
+ end
38
+
39
+ def server
40
+ @server ||= Grably::Server.new
41
+ end
42
+
43
+ attr_writer :export_path
44
+
45
+ def export_path
46
+ @export_path || ENV['EXPORT']
47
+ end
48
+
49
+ def export_tasks
50
+ @export_tasks ||= (ENV['EXPORT_TASKS'] || '').split(',')
51
+ end
52
+
53
+ def export_tasks=(task_names)
54
+ @export_tasks = task_names.dup.freeze
55
+ end
56
+
57
+ def export?
58
+ # Ensure boolean value
59
+ !!export_path # rubocop:disable Style/DoubleNegation
60
+ end
61
+
62
+ def exports
63
+ @exports ||= []
64
+ end
65
+
66
+ def [](path = Dir.pwd, task = :default)
67
+ Grably::Module.reference(path, task)
68
+ end
69
+ end
70
+ end
71
+
72
+ require_relative 'grably/core'
73
+ require_relative 'grably/job'
74
+ require_relative 'grably/jobs'
75
+ require_relative 'grably/server'
76
+
77
+ # Init grably
78
+ Grably.init
79
+ Rake::TaskManager.record_task_metadata = true
80
+
81
+ puts Grably::GRABLY_BANNER.green.bright unless Grably.export?
82
+ include Grably
83
+ include Grably::DSL
@@ -0,0 +1,46 @@
1
+ require 'thor'
2
+ require 'rake'
3
+ require 'yaml'
4
+
5
+ require_relative 'version'
6
+
7
+ module Grably
8
+ # Grably CLI tool. Gives access to basic grably commands. Allowing to fetch
9
+ # basic infromation about build configuration, grably version and much more
10
+ # in the future.
11
+ class GrablyCLI < Thor
12
+ map %w(--version -v) => :version
13
+ map %w(x) => :exec
14
+
15
+ desc 'exec ...TASKS', 'Execute build tasks'
16
+ option :profile, type: :string, default: 'default', aliases: :'-p', banner: '<profile>'
17
+ def exec(*tasks)
18
+ Rake.application.run(tasks + ["mp=#{options[:profile]}"])
19
+ end
20
+
21
+ desc 'tasks', 'Print defined task descriptions (unimplemented)'
22
+ option :all, type: :boolean, aliases: '-a'
23
+ def tasks
24
+ args = %w(-T)
25
+ args << '-A' if options[:all]
26
+ Rake.application.run(args)
27
+ end
28
+
29
+ desc 'config', 'Pretty print current configuration'
30
+ option :profile, type: :string, default: 'default', aliases: :'-p', banner: '<profile>'
31
+ def config
32
+ app = Rake.application
33
+ app.init
34
+ app.load_rakefile
35
+ Grably.config.pretty_print
36
+ end
37
+
38
+ desc 'version', 'Show version.'
39
+ def version
40
+ puts "grably v. #{Grably.version}"
41
+ exit 1
42
+ end
43
+ end
44
+ end
45
+
46
+ Grably::GrablyCLI.start(ARGV)
@@ -0,0 +1,15 @@
1
+ require 'powerpack/string/strip_indent'
2
+
3
+ require_relative '../ext/class'
4
+
5
+ require_relative 'core/essentials'
6
+ require_relative 'core/digest'
7
+ require_relative 'core/configuration'
8
+ require_relative 'core/product'
9
+ require_relative 'core/colors'
10
+
11
+ require_relative 'core/task'
12
+ require_relative 'core/application'
13
+ require_relative 'core/commands'
14
+ require_relative 'core/module'
15
+ require_relative 'core/dsl'
@@ -0,0 +1,36 @@
1
+ module Grably
2
+ module Core
3
+ # Wraps top_level method. To hook start/finish
4
+ module ApplicationEnchancer
5
+ class << self
6
+ def included(other_class) # rubocop:disable Metrics/AbcSize, Metrics/MethodLength
7
+ other_class.class_eval do
8
+ alias_method :old_top, :top_level
9
+
10
+ def top_level(*_args)
11
+ puts 'Building profile '.yellow.bright + c.profile.join('/')
12
+ if Grably.export?
13
+ old_top
14
+ export(Grably.export_path)
15
+ else
16
+ measure_time { old_top }
17
+ end
18
+ end
19
+ end
20
+ end
21
+ end
22
+
23
+ def export(path)
24
+ return unless path
25
+ save_obj(Grably.export_path, Grably.exports)
26
+ end
27
+
28
+ def measure_time
29
+ ts = Time.now
30
+ yield
31
+ te = Time.now
32
+ puts "Total time: #{te - ts} seconds (#{ts} -> #{te})".yellow.bright
33
+ end
34
+ end
35
+ end
36
+ end
@@ -0,0 +1,8 @@
1
+ require_relative 'app/enchancer'
2
+
3
+ module Rake
4
+ # Rake application extensions
5
+ class Application
6
+ include Grably::Core::ApplicationEnchancer
7
+ end
8
+ end
@@ -0,0 +1,86 @@
1
+ module Grably
2
+ COLOR_CODES = {
3
+ normal: 0,
4
+ bright: 1,
5
+ light: 1, # light is synonym for bright for us
6
+ dim: 2,
7
+ underscore: 4,
8
+ blink: 5,
9
+ reverse: 7,
10
+ hidden: 8,
11
+
12
+ black: 30,
13
+ red: 31,
14
+ green: 32,
15
+ yellow: 33,
16
+ blue: 34,
17
+ magenta: 35,
18
+ cyan: 36,
19
+ white: 37,
20
+ default: 39,
21
+
22
+ bg_black: 40,
23
+ bg_red: 41,
24
+ bg_green: 42,
25
+ bg_yellow: 43,
26
+ bg_blue: 44,
27
+ bg_magenta: 45,
28
+ bg_cyan: 46,
29
+ bg_white: 47,
30
+ bg_default: 49
31
+ }.freeze
32
+
33
+ # Contains escape symbols for colors representation in *nix shells.
34
+ # If used adds coloring methods to String object. This module is intendet to
35
+ # be included in String class
36
+ module ShellColors
37
+ class << self
38
+ # Generates color codes sequence to create color effect
39
+ # @param [String | Symbol] args color settigns
40
+ # @return [String] color control sequence
41
+ def color(*args)
42
+ codes = args.map { |a| COLOR_CODES[a.to_sym] }.compact
43
+ "\e[#{codes.join(';')}m"
44
+ end
45
+ end
46
+
47
+ # Color code sequence which resets colors to default state. Which is
48
+ # normal (0), default (39) and bg_default (49)
49
+ COLOR_RESET = color(:normal, :default, :bg_default)
50
+
51
+ def color(*args)
52
+ Grably::ShellColors.color(*args)
53
+ end
54
+
55
+ # This generates color methods inside module. When module is included all of
56
+ # them will be included too
57
+ COLOR_CODES.each_key do |color_key|
58
+ # rubocop:disable Security/Eval
59
+ eval("def #{color_key}; color(:#{color_key}) + to_s + \"#{COLOR_RESET}\"; end")
60
+ # rubocop:enable Security/Eval
61
+ end
62
+ end
63
+
64
+ # Fake colors module. Generates no-op methods for string color modifications
65
+ module FakeColors
66
+ class << self
67
+ # This generates color methods inside module. When module is included all of
68
+ # them will be included too
69
+ COLOR_CODES.each_key do |color_key|
70
+ # rubocop:disable Security/Eval
71
+ eval("def #{color_key}; self; end")
72
+ # rubocop:enable Security/Eval
73
+ end
74
+ end
75
+ end
76
+ end
77
+
78
+ # Grably specific String extensions
79
+ class String
80
+ case Grably::PLATFORM
81
+ when :linux, :mac
82
+ include Grably::ShellColors
83
+ else
84
+ include Grably::FakeColors
85
+ end
86
+ end