engineyard-serverside 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- data/LICENSE +19 -0
- data/bin/engineyard-serverside +10 -0
- data/lib/engineyard-serverside.rb +49 -0
- data/lib/engineyard-serverside/bundle_installer.rb +4 -0
- data/lib/engineyard-serverside/cli.rb +146 -0
- data/lib/engineyard-serverside/configuration.rb +130 -0
- data/lib/engineyard-serverside/default_maintenance_page.html +29 -0
- data/lib/engineyard-serverside/deploy.rb +321 -0
- data/lib/engineyard-serverside/deploy_hook.rb +80 -0
- data/lib/engineyard-serverside/lockfile_parser.rb +55 -0
- data/lib/engineyard-serverside/logged_output.rb +78 -0
- data/lib/engineyard-serverside/server.rb +70 -0
- data/lib/engineyard-serverside/strategies/git.rb +136 -0
- data/lib/engineyard-serverside/task.rb +62 -0
- data/lib/engineyard-serverside/version.rb +3 -0
- data/lib/vendor/dataflow/HISTORY +52 -0
- data/lib/vendor/dataflow/LICENSE +19 -0
- data/lib/vendor/dataflow/README.textile +290 -0
- data/lib/vendor/dataflow/Rakefile +36 -0
- data/lib/vendor/dataflow/dataflow.rb +120 -0
- data/lib/vendor/dataflow/dataflow/actor.rb +22 -0
- data/lib/vendor/dataflow/dataflow/equality.rb +28 -0
- data/lib/vendor/dataflow/dataflow/future_queue.rb +24 -0
- data/lib/vendor/dataflow/dataflow/port.rb +54 -0
- data/lib/vendor/dataflow/examples/barrier.rb +9 -0
- data/lib/vendor/dataflow/examples/data_driven.rb +17 -0
- data/lib/vendor/dataflow/examples/dataflow_http_gets.rb +13 -0
- data/lib/vendor/dataflow/examples/flow.rb +20 -0
- data/lib/vendor/dataflow/examples/future_http_gets.rb +12 -0
- data/lib/vendor/dataflow/examples/future_queue.rb +11 -0
- data/lib/vendor/dataflow/examples/instance_variables.rb +15 -0
- data/lib/vendor/dataflow/examples/laziness.rb +9 -0
- data/lib/vendor/dataflow/examples/local_variables.rb +11 -0
- data/lib/vendor/dataflow/examples/messages.rb +26 -0
- data/lib/vendor/dataflow/examples/port_http_gets.rb +13 -0
- data/lib/vendor/dataflow/examples/port_send.rb +10 -0
- data/lib/vendor/dataflow/examples/ring.rb +21 -0
- data/lib/vendor/dataflow/spec/actor_spec.rb +28 -0
- data/lib/vendor/dataflow/spec/anonymous_variables_spec.rb +21 -0
- data/lib/vendor/dataflow/spec/barrier_spec.rb +25 -0
- data/lib/vendor/dataflow/spec/by_need_spec.rb +55 -0
- data/lib/vendor/dataflow/spec/dataflow_spec.rb +151 -0
- data/lib/vendor/dataflow/spec/equality_spec.rb +40 -0
- data/lib/vendor/dataflow/spec/flow_spec.rb +25 -0
- data/lib/vendor/dataflow/spec/forker_spec.rb +28 -0
- data/lib/vendor/dataflow/spec/future_queue_spec.rb +31 -0
- data/lib/vendor/dataflow/spec/inspect_spec.rb +19 -0
- data/lib/vendor/dataflow/spec/need_later_spec.rb +12 -0
- data/lib/vendor/dataflow/spec/port_spec.rb +26 -0
- data/lib/vendor/dataflow/spec/spec.opts +1 -0
- data/lib/vendor/dataflow/spec/spec_helper.rb +10 -0
- data/lib/vendor/escape/Readme +21 -0
- data/lib/vendor/escape/doc_include/template/qualitysmith.rb +631 -0
- data/lib/vendor/escape/lib/escape.rb +247 -0
- data/lib/vendor/json_pure/CHANGES +166 -0
- data/lib/vendor/json_pure/COPYING +58 -0
- data/lib/vendor/json_pure/GPL +340 -0
- data/lib/vendor/json_pure/README +358 -0
- data/lib/vendor/json_pure/Rakefile +292 -0
- data/lib/vendor/json_pure/TODO +1 -0
- data/lib/vendor/json_pure/VERSION +1 -0
- data/lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkComparison.log +52 -0
- data/lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt#generator_fast-autocorrelation.dat +1000 -0
- data/lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt#generator_fast.dat +1001 -0
- data/lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt#generator_pretty-autocorrelation.dat +900 -0
- data/lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt#generator_pretty.dat +901 -0
- data/lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt#generator_safe-autocorrelation.dat +1000 -0
- data/lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt#generator_safe.dat +1001 -0
- data/lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt.log +261 -0
- data/lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkPure#generator_fast-autocorrelation.dat +1000 -0
- data/lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkPure#generator_fast.dat +1001 -0
- data/lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkPure#generator_pretty-autocorrelation.dat +1000 -0
- data/lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkPure#generator_pretty.dat +1001 -0
- data/lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkPure#generator_safe-autocorrelation.dat +1000 -0
- data/lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkPure#generator_safe.dat +1001 -0
- data/lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkPure.log +262 -0
- data/lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkRails#generator-autocorrelation.dat +1000 -0
- data/lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkRails#generator.dat +1001 -0
- data/lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkRails.log +82 -0
- data/lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkComparison.log +34 -0
- data/lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkExt#parser-autocorrelation.dat +900 -0
- data/lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkExt#parser.dat +901 -0
- data/lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkExt.log +81 -0
- data/lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkPure#parser-autocorrelation.dat +1000 -0
- data/lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkPure#parser.dat +1001 -0
- data/lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkPure.log +82 -0
- data/lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkRails#parser-autocorrelation.dat +1000 -0
- data/lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkRails#parser.dat +1001 -0
- data/lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkRails.log +82 -0
- data/lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkYAML#parser-autocorrelation.dat +1000 -0
- data/lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkYAML#parser.dat +1001 -0
- data/lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkYAML.log +82 -0
- data/lib/vendor/json_pure/benchmarks/generator2_benchmark.rb +222 -0
- data/lib/vendor/json_pure/benchmarks/generator_benchmark.rb +224 -0
- data/lib/vendor/json_pure/benchmarks/ohai.json +1216 -0
- data/lib/vendor/json_pure/benchmarks/ohai.ruby +1 -0
- data/lib/vendor/json_pure/benchmarks/parser2_benchmark.rb +251 -0
- data/lib/vendor/json_pure/benchmarks/parser_benchmark.rb +259 -0
- data/lib/vendor/json_pure/bin/edit_json.rb +9 -0
- data/lib/vendor/json_pure/bin/prettify_json.rb +75 -0
- data/lib/vendor/json_pure/data/example.json +1 -0
- data/lib/vendor/json_pure/data/index.html +38 -0
- data/lib/vendor/json_pure/data/prototype.js +4184 -0
- data/lib/vendor/json_pure/ext/json/ext/generator/extconf.rb +16 -0
- data/lib/vendor/json_pure/ext/json/ext/generator/generator.c +1323 -0
- data/lib/vendor/json_pure/ext/json/ext/generator/generator.h +170 -0
- data/lib/vendor/json_pure/ext/json/ext/parser/extconf.rb +15 -0
- data/lib/vendor/json_pure/ext/json/ext/parser/parser.c +1935 -0
- data/lib/vendor/json_pure/ext/json/ext/parser/parser.h +71 -0
- data/lib/vendor/json_pure/ext/json/ext/parser/parser.rl +792 -0
- data/lib/vendor/json_pure/install.rb +26 -0
- data/lib/vendor/json_pure/lib/json.rb +10 -0
- data/lib/vendor/json_pure/lib/json/Array.xpm +21 -0
- data/lib/vendor/json_pure/lib/json/FalseClass.xpm +21 -0
- data/lib/vendor/json_pure/lib/json/Hash.xpm +21 -0
- data/lib/vendor/json_pure/lib/json/Key.xpm +73 -0
- data/lib/vendor/json_pure/lib/json/NilClass.xpm +21 -0
- data/lib/vendor/json_pure/lib/json/Numeric.xpm +28 -0
- data/lib/vendor/json_pure/lib/json/String.xpm +96 -0
- data/lib/vendor/json_pure/lib/json/TrueClass.xpm +21 -0
- data/lib/vendor/json_pure/lib/json/add/core.rb +148 -0
- data/lib/vendor/json_pure/lib/json/add/rails.rb +58 -0
- data/lib/vendor/json_pure/lib/json/common.rb +397 -0
- data/lib/vendor/json_pure/lib/json/editor.rb +1371 -0
- data/lib/vendor/json_pure/lib/json/ext.rb +15 -0
- data/lib/vendor/json_pure/lib/json/json.xpm +1499 -0
- data/lib/vendor/json_pure/lib/json/pure.rb +77 -0
- data/lib/vendor/json_pure/lib/json/pure/generator.rb +452 -0
- data/lib/vendor/json_pure/lib/json/pure/parser.rb +307 -0
- data/lib/vendor/json_pure/lib/json/version.rb +8 -0
- data/lib/vendor/json_pure/tests/fixtures/fail1.json +1 -0
- data/lib/vendor/json_pure/tests/fixtures/fail10.json +1 -0
- data/lib/vendor/json_pure/tests/fixtures/fail11.json +1 -0
- data/lib/vendor/json_pure/tests/fixtures/fail12.json +1 -0
- data/lib/vendor/json_pure/tests/fixtures/fail13.json +1 -0
- data/lib/vendor/json_pure/tests/fixtures/fail14.json +1 -0
- data/lib/vendor/json_pure/tests/fixtures/fail18.json +1 -0
- data/lib/vendor/json_pure/tests/fixtures/fail19.json +1 -0
- data/lib/vendor/json_pure/tests/fixtures/fail2.json +1 -0
- data/lib/vendor/json_pure/tests/fixtures/fail20.json +1 -0
- data/lib/vendor/json_pure/tests/fixtures/fail21.json +1 -0
- data/lib/vendor/json_pure/tests/fixtures/fail22.json +1 -0
- data/lib/vendor/json_pure/tests/fixtures/fail23.json +1 -0
- data/lib/vendor/json_pure/tests/fixtures/fail24.json +1 -0
- data/lib/vendor/json_pure/tests/fixtures/fail25.json +1 -0
- data/lib/vendor/json_pure/tests/fixtures/fail27.json +2 -0
- data/lib/vendor/json_pure/tests/fixtures/fail28.json +2 -0
- data/lib/vendor/json_pure/tests/fixtures/fail3.json +1 -0
- data/lib/vendor/json_pure/tests/fixtures/fail4.json +1 -0
- data/lib/vendor/json_pure/tests/fixtures/fail5.json +1 -0
- data/lib/vendor/json_pure/tests/fixtures/fail6.json +1 -0
- data/lib/vendor/json_pure/tests/fixtures/fail7.json +1 -0
- data/lib/vendor/json_pure/tests/fixtures/fail8.json +1 -0
- data/lib/vendor/json_pure/tests/fixtures/fail9.json +1 -0
- data/lib/vendor/json_pure/tests/fixtures/pass1.json +56 -0
- data/lib/vendor/json_pure/tests/fixtures/pass15.json +1 -0
- data/lib/vendor/json_pure/tests/fixtures/pass16.json +1 -0
- data/lib/vendor/json_pure/tests/fixtures/pass17.json +1 -0
- data/lib/vendor/json_pure/tests/fixtures/pass2.json +1 -0
- data/lib/vendor/json_pure/tests/fixtures/pass26.json +1 -0
- data/lib/vendor/json_pure/tests/fixtures/pass3.json +6 -0
- data/lib/vendor/json_pure/tests/test_json.rb +361 -0
- data/lib/vendor/json_pure/tests/test_json_addition.rb +162 -0
- data/lib/vendor/json_pure/tests/test_json_encoding.rb +68 -0
- data/lib/vendor/json_pure/tests/test_json_fixtures.rb +34 -0
- data/lib/vendor/json_pure/tests/test_json_generate.rb +122 -0
- data/lib/vendor/json_pure/tests/test_json_rails.rb +144 -0
- data/lib/vendor/json_pure/tests/test_json_unicode.rb +76 -0
- data/lib/vendor/json_pure/tools/fuzz.rb +139 -0
- data/lib/vendor/json_pure/tools/server.rb +61 -0
- data/lib/vendor/open4/lib/open4.rb +403 -0
- data/lib/vendor/thor/CHANGELOG.rdoc +89 -0
- data/lib/vendor/thor/LICENSE +20 -0
- data/lib/vendor/thor/README.rdoc +297 -0
- data/lib/vendor/thor/Thorfile +69 -0
- data/lib/vendor/thor/bin/rake2thor +86 -0
- data/lib/vendor/thor/bin/thor +6 -0
- data/lib/vendor/thor/lib/thor.rb +244 -0
- data/lib/vendor/thor/lib/thor/actions.rb +275 -0
- data/lib/vendor/thor/lib/thor/actions/create_file.rb +103 -0
- data/lib/vendor/thor/lib/thor/actions/directory.rb +91 -0
- data/lib/vendor/thor/lib/thor/actions/empty_directory.rb +134 -0
- data/lib/vendor/thor/lib/thor/actions/file_manipulation.rb +223 -0
- data/lib/vendor/thor/lib/thor/actions/inject_into_file.rb +104 -0
- data/lib/vendor/thor/lib/thor/base.rb +540 -0
- data/lib/vendor/thor/lib/thor/core_ext/file_binary_read.rb +9 -0
- data/lib/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb +75 -0
- data/lib/vendor/thor/lib/thor/core_ext/ordered_hash.rb +100 -0
- data/lib/vendor/thor/lib/thor/error.rb +30 -0
- data/lib/vendor/thor/lib/thor/group.rb +271 -0
- data/lib/vendor/thor/lib/thor/invocation.rb +180 -0
- data/lib/vendor/thor/lib/thor/parser.rb +4 -0
- data/lib/vendor/thor/lib/thor/parser/argument.rb +67 -0
- data/lib/vendor/thor/lib/thor/parser/arguments.rb +150 -0
- data/lib/vendor/thor/lib/thor/parser/option.rb +128 -0
- data/lib/vendor/thor/lib/thor/parser/options.rb +169 -0
- data/lib/vendor/thor/lib/thor/rake_compat.rb +66 -0
- data/lib/vendor/thor/lib/thor/runner.rb +314 -0
- data/lib/vendor/thor/lib/thor/shell.rb +83 -0
- data/lib/vendor/thor/lib/thor/shell/basic.rb +239 -0
- data/lib/vendor/thor/lib/thor/shell/color.rb +108 -0
- data/lib/vendor/thor/lib/thor/task.rb +102 -0
- data/lib/vendor/thor/lib/thor/util.rb +230 -0
- data/lib/vendor/thor/lib/thor/version.rb +3 -0
- data/lib/vendor/thor/thor.gemspec +120 -0
- data/spec/custom_deploy_spec.rb +95 -0
- data/spec/deploy_hook_spec.rb +211 -0
- data/spec/fixtures/gitrepo.tar.gz +0 -0
- data/spec/fixtures/gitrepo/foo +0 -0
- data/spec/fixtures/invalid_hook.rb +1 -0
- data/spec/fixtures/valid_hook.rb +1 -0
- data/spec/git_strategy_spec.rb +22 -0
- data/spec/lockfile_parser_spec.rb +30 -0
- data/spec/spec_helper.rb +37 -0
- data/spec/support/lockfiles/0.9-no-bundler +111 -0
- data/spec/support/lockfiles/0.9-with-bundler +117 -0
- data/spec/support/lockfiles/1.0-no-bundler +54 -0
- data/spec/support/lockfiles/1.0.0.rc.1-with-bundler +162 -0
- data/spec/support/lockfiles/not-a-lockfile +10 -0
- metadata +279 -0
@@ -0,0 +1,103 @@
|
|
1
|
+
require 'thor/actions/empty_directory'
|
2
|
+
|
3
|
+
class Thor
|
4
|
+
module Actions
|
5
|
+
|
6
|
+
# Create a new file relative to the destination root with the given data,
|
7
|
+
# which is the return value of a block or a data string.
|
8
|
+
#
|
9
|
+
# ==== Parameters
|
10
|
+
# destination<String>:: the relative path to the destination root.
|
11
|
+
# data<String|NilClass>:: the data to append to the file.
|
12
|
+
# config<Hash>:: give :verbose => false to not log the status.
|
13
|
+
#
|
14
|
+
# ==== Examples
|
15
|
+
#
|
16
|
+
# create_file "lib/fun_party.rb" do
|
17
|
+
# hostname = ask("What is the virtual hostname I should use?")
|
18
|
+
# "vhost.name = #{hostname}"
|
19
|
+
# end
|
20
|
+
#
|
21
|
+
# create_file "config/apach.conf", "your apache config"
|
22
|
+
#
|
23
|
+
def create_file(destination, data=nil, config={}, &block)
|
24
|
+
action CreateFile.new(self, destination, block || data.to_s, config)
|
25
|
+
end
|
26
|
+
alias :add_file :create_file
|
27
|
+
|
28
|
+
# AddFile is a subset of Template, which instead of rendering a file with
|
29
|
+
# ERB, it gets the content from the user.
|
30
|
+
#
|
31
|
+
class CreateFile < EmptyDirectory #:nodoc:
|
32
|
+
attr_reader :data
|
33
|
+
|
34
|
+
def initialize(base, destination, data, config={})
|
35
|
+
@data = data
|
36
|
+
super(base, destination, config)
|
37
|
+
end
|
38
|
+
|
39
|
+
# Checks if the content of the file at the destination is identical to the rendered result.
|
40
|
+
#
|
41
|
+
# ==== Returns
|
42
|
+
# Boolean:: true if it is identical, false otherwise.
|
43
|
+
#
|
44
|
+
def identical?
|
45
|
+
exists? && File.binread(destination) == render
|
46
|
+
end
|
47
|
+
|
48
|
+
# Holds the content to be added to the file.
|
49
|
+
#
|
50
|
+
def render
|
51
|
+
@render ||= if data.is_a?(Proc)
|
52
|
+
data.call
|
53
|
+
else
|
54
|
+
data
|
55
|
+
end
|
56
|
+
end
|
57
|
+
|
58
|
+
def invoke!
|
59
|
+
invoke_with_conflict_check do
|
60
|
+
FileUtils.mkdir_p(File.dirname(destination))
|
61
|
+
File.open(destination, 'wb') { |f| f.write render }
|
62
|
+
end
|
63
|
+
given_destination
|
64
|
+
end
|
65
|
+
|
66
|
+
protected
|
67
|
+
|
68
|
+
# Now on conflict we check if the file is identical or not.
|
69
|
+
#
|
70
|
+
def on_conflict_behavior(&block)
|
71
|
+
if identical?
|
72
|
+
say_status :identical, :blue
|
73
|
+
else
|
74
|
+
options = base.options.merge(config)
|
75
|
+
force_or_skip_or_conflict(options[:force], options[:skip], &block)
|
76
|
+
end
|
77
|
+
end
|
78
|
+
|
79
|
+
# If force is true, run the action, otherwise check if it's not being
|
80
|
+
# skipped. If both are false, show the file_collision menu, if the menu
|
81
|
+
# returns true, force it, otherwise skip.
|
82
|
+
#
|
83
|
+
def force_or_skip_or_conflict(force, skip, &block)
|
84
|
+
if force
|
85
|
+
say_status :force, :yellow
|
86
|
+
block.call unless pretend?
|
87
|
+
elsif skip
|
88
|
+
say_status :skip, :yellow
|
89
|
+
else
|
90
|
+
say_status :conflict, :red
|
91
|
+
force_or_skip_or_conflict(force_on_collision?, true, &block)
|
92
|
+
end
|
93
|
+
end
|
94
|
+
|
95
|
+
# Shows the file collision menu to the user and gets the result.
|
96
|
+
#
|
97
|
+
def force_on_collision?
|
98
|
+
base.shell.file_collision(destination){ render }
|
99
|
+
end
|
100
|
+
|
101
|
+
end
|
102
|
+
end
|
103
|
+
end
|
@@ -0,0 +1,91 @@
|
|
1
|
+
require 'thor/actions/empty_directory'
|
2
|
+
|
3
|
+
class Thor
|
4
|
+
module Actions
|
5
|
+
|
6
|
+
# Copies recursively the files from source directory to root directory.
|
7
|
+
# If any of the files finishes with .tt, it's considered to be a template
|
8
|
+
# and is placed in the destination without the extension .tt. If any
|
9
|
+
# empty directory is found, it's copied and all .empty_directory files are
|
10
|
+
# ignored. Remember that file paths can also be encoded, let's suppose a doc
|
11
|
+
# directory with the following files:
|
12
|
+
#
|
13
|
+
# doc/
|
14
|
+
# components/.empty_directory
|
15
|
+
# README
|
16
|
+
# rdoc.rb.tt
|
17
|
+
# %app_name%.rb
|
18
|
+
#
|
19
|
+
# When invoked as:
|
20
|
+
#
|
21
|
+
# directory "doc"
|
22
|
+
#
|
23
|
+
# It will create a doc directory in the destination with the following
|
24
|
+
# files (assuming that the app_name is "blog"):
|
25
|
+
#
|
26
|
+
# doc/
|
27
|
+
# components/
|
28
|
+
# README
|
29
|
+
# rdoc.rb
|
30
|
+
# blog.rb
|
31
|
+
#
|
32
|
+
# ==== Parameters
|
33
|
+
# source<String>:: the relative path to the source root.
|
34
|
+
# destination<String>:: the relative path to the destination root.
|
35
|
+
# config<Hash>:: give :verbose => false to not log the status.
|
36
|
+
# If :recursive => false, does not look for paths recursively.
|
37
|
+
#
|
38
|
+
# ==== Examples
|
39
|
+
#
|
40
|
+
# directory "doc"
|
41
|
+
# directory "doc", "docs", :recursive => false
|
42
|
+
#
|
43
|
+
def directory(source, destination=nil, config={}, &block)
|
44
|
+
action Directory.new(self, source, destination || source, config, &block)
|
45
|
+
end
|
46
|
+
|
47
|
+
class Directory < EmptyDirectory #:nodoc:
|
48
|
+
attr_reader :source
|
49
|
+
|
50
|
+
def initialize(base, source, destination=nil, config={}, &block)
|
51
|
+
@source = File.expand_path(base.find_in_source_paths(source.to_s))
|
52
|
+
@block = block
|
53
|
+
super(base, destination, { :recursive => true }.merge(config))
|
54
|
+
end
|
55
|
+
|
56
|
+
def invoke!
|
57
|
+
base.empty_directory given_destination, config
|
58
|
+
execute!
|
59
|
+
end
|
60
|
+
|
61
|
+
def revoke!
|
62
|
+
execute!
|
63
|
+
end
|
64
|
+
|
65
|
+
protected
|
66
|
+
|
67
|
+
def execute!
|
68
|
+
lookup = config[:recursive] ? File.join(source, '**') : source
|
69
|
+
lookup = File.join(lookup, '{*,.[a-z]*}')
|
70
|
+
|
71
|
+
Dir[lookup].each do |file_source|
|
72
|
+
next if File.directory?(file_source)
|
73
|
+
file_destination = File.join(given_destination, file_source.gsub(source, '.'))
|
74
|
+
file_destination.gsub!('/./', '/')
|
75
|
+
|
76
|
+
case file_source
|
77
|
+
when /\.empty_directory$/
|
78
|
+
dirname = File.dirname(file_destination).gsub(/\/\.$/, '')
|
79
|
+
next if dirname == given_destination
|
80
|
+
base.empty_directory(dirname, config)
|
81
|
+
when /\.tt$/
|
82
|
+
destination = base.template(file_source, file_destination[0..-4], config, &@block)
|
83
|
+
else
|
84
|
+
destination = base.copy_file(file_source, file_destination, config, &@block)
|
85
|
+
end
|
86
|
+
end
|
87
|
+
end
|
88
|
+
|
89
|
+
end
|
90
|
+
end
|
91
|
+
end
|
@@ -0,0 +1,134 @@
|
|
1
|
+
class Thor
|
2
|
+
module Actions
|
3
|
+
|
4
|
+
# Creates an empty directory.
|
5
|
+
#
|
6
|
+
# ==== Parameters
|
7
|
+
# destination<String>:: the relative path to the destination root.
|
8
|
+
# config<Hash>:: give :verbose => false to not log the status.
|
9
|
+
#
|
10
|
+
# ==== Examples
|
11
|
+
#
|
12
|
+
# empty_directory "doc"
|
13
|
+
#
|
14
|
+
def empty_directory(destination, config={})
|
15
|
+
action EmptyDirectory.new(self, destination, config)
|
16
|
+
end
|
17
|
+
|
18
|
+
# Class which holds create directory logic. This is the base class for
|
19
|
+
# other actions like create_file and directory.
|
20
|
+
#
|
21
|
+
# This implementation is based in Templater actions, created by Jonas Nicklas
|
22
|
+
# and Michael S. Klishin under MIT LICENSE.
|
23
|
+
#
|
24
|
+
class EmptyDirectory #:nodoc:
|
25
|
+
attr_reader :base, :destination, :given_destination, :relative_destination, :config
|
26
|
+
|
27
|
+
# Initializes given the source and destination.
|
28
|
+
#
|
29
|
+
# ==== Parameters
|
30
|
+
# base<Thor::Base>:: A Thor::Base instance
|
31
|
+
# source<String>:: Relative path to the source of this file
|
32
|
+
# destination<String>:: Relative path to the destination of this file
|
33
|
+
# config<Hash>:: give :verbose => false to not log the status.
|
34
|
+
#
|
35
|
+
def initialize(base, destination, config={})
|
36
|
+
@base, @config = base, { :verbose => true }.merge(config)
|
37
|
+
self.destination = destination
|
38
|
+
end
|
39
|
+
|
40
|
+
# Checks if the destination file already exists.
|
41
|
+
#
|
42
|
+
# ==== Returns
|
43
|
+
# Boolean:: true if the file exists, false otherwise.
|
44
|
+
#
|
45
|
+
def exists?
|
46
|
+
::File.exists?(destination)
|
47
|
+
end
|
48
|
+
|
49
|
+
def invoke!
|
50
|
+
invoke_with_conflict_check do
|
51
|
+
::FileUtils.mkdir_p(destination)
|
52
|
+
end
|
53
|
+
end
|
54
|
+
|
55
|
+
def revoke!
|
56
|
+
say_status :remove, :red
|
57
|
+
::FileUtils.rm_rf(destination) if !pretend? && exists?
|
58
|
+
given_destination
|
59
|
+
end
|
60
|
+
|
61
|
+
protected
|
62
|
+
|
63
|
+
# Shortcut for pretend.
|
64
|
+
#
|
65
|
+
def pretend?
|
66
|
+
base.options[:pretend]
|
67
|
+
end
|
68
|
+
|
69
|
+
# Sets the absolute destination value from a relative destination value.
|
70
|
+
# It also stores the given and relative destination. Let's suppose our
|
71
|
+
# script is being executed on "dest", it sets the destination root to
|
72
|
+
# "dest". The destination, given_destination and relative_destination
|
73
|
+
# are related in the following way:
|
74
|
+
#
|
75
|
+
# inside "bar" do
|
76
|
+
# empty_directory "baz"
|
77
|
+
# end
|
78
|
+
#
|
79
|
+
# destination #=> dest/bar/baz
|
80
|
+
# relative_destination #=> bar/baz
|
81
|
+
# given_destination #=> baz
|
82
|
+
#
|
83
|
+
def destination=(destination)
|
84
|
+
if destination
|
85
|
+
@given_destination = convert_encoded_instructions(destination.to_s)
|
86
|
+
@destination = ::File.expand_path(@given_destination, base.destination_root)
|
87
|
+
@relative_destination = base.relative_to_original_destination_root(@destination)
|
88
|
+
end
|
89
|
+
end
|
90
|
+
|
91
|
+
# Filenames in the encoded form are converted. If you have a file:
|
92
|
+
#
|
93
|
+
# %class_name%.rb
|
94
|
+
#
|
95
|
+
# It gets the class name from the base and replace it:
|
96
|
+
#
|
97
|
+
# user.rb
|
98
|
+
#
|
99
|
+
def convert_encoded_instructions(filename)
|
100
|
+
filename.gsub(/%(.*?)%/) do |string|
|
101
|
+
instruction = $1.strip
|
102
|
+
base.respond_to?(instruction) ? base.send(instruction) : string
|
103
|
+
end
|
104
|
+
end
|
105
|
+
|
106
|
+
# Receives a hash of options and just execute the block if some
|
107
|
+
# conditions are met.
|
108
|
+
#
|
109
|
+
def invoke_with_conflict_check(&block)
|
110
|
+
if exists?
|
111
|
+
on_conflict_behavior(&block)
|
112
|
+
else
|
113
|
+
say_status :create, :green
|
114
|
+
block.call unless pretend?
|
115
|
+
end
|
116
|
+
|
117
|
+
destination
|
118
|
+
end
|
119
|
+
|
120
|
+
# What to do when the destination file already exists.
|
121
|
+
#
|
122
|
+
def on_conflict_behavior(&block)
|
123
|
+
say_status :exist, :blue
|
124
|
+
end
|
125
|
+
|
126
|
+
# Shortcut to say_status shell method.
|
127
|
+
#
|
128
|
+
def say_status(status, color)
|
129
|
+
base.shell.say_status status, relative_destination, color if config[:verbose]
|
130
|
+
end
|
131
|
+
|
132
|
+
end
|
133
|
+
end
|
134
|
+
end
|
@@ -0,0 +1,223 @@
|
|
1
|
+
require 'erb'
|
2
|
+
require 'open-uri'
|
3
|
+
|
4
|
+
class Thor
|
5
|
+
module Actions
|
6
|
+
|
7
|
+
# Copies the file from the relative source to the relative destination. If
|
8
|
+
# the destination is not given it's assumed to be equal to the source.
|
9
|
+
#
|
10
|
+
# ==== Parameters
|
11
|
+
# source<String>:: the relative path to the source root.
|
12
|
+
# destination<String>:: the relative path to the destination root.
|
13
|
+
# config<Hash>:: give :verbose => false to not log the status.
|
14
|
+
#
|
15
|
+
# ==== Examples
|
16
|
+
#
|
17
|
+
# copy_file "README", "doc/README"
|
18
|
+
#
|
19
|
+
# copy_file "doc/README"
|
20
|
+
#
|
21
|
+
def copy_file(source, destination=nil, config={}, &block)
|
22
|
+
destination ||= source
|
23
|
+
source = File.expand_path(find_in_source_paths(source.to_s))
|
24
|
+
|
25
|
+
create_file destination, nil, config do
|
26
|
+
content = File.binread(source)
|
27
|
+
content = block.call(content) if block
|
28
|
+
content
|
29
|
+
end
|
30
|
+
end
|
31
|
+
|
32
|
+
# Gets the content at the given address and places it at the given relative
|
33
|
+
# destination. If a block is given instead of destination, the content of
|
34
|
+
# the url is yielded and used as location.
|
35
|
+
#
|
36
|
+
# ==== Parameters
|
37
|
+
# source<String>:: the address of the given content.
|
38
|
+
# destination<String>:: the relative path to the destination root.
|
39
|
+
# config<Hash>:: give :verbose => false to not log the status.
|
40
|
+
#
|
41
|
+
# ==== Examples
|
42
|
+
#
|
43
|
+
# get "http://gist.github.com/103208", "doc/README"
|
44
|
+
#
|
45
|
+
# get "http://gist.github.com/103208" do |content|
|
46
|
+
# content.split("\n").first
|
47
|
+
# end
|
48
|
+
#
|
49
|
+
def get(source, destination=nil, config={}, &block)
|
50
|
+
source = File.expand_path(find_in_source_paths(source.to_s)) unless source =~ /^http\:\/\//
|
51
|
+
render = open(source).binmode.read
|
52
|
+
|
53
|
+
destination ||= if block_given?
|
54
|
+
block.arity == 1 ? block.call(render) : block.call
|
55
|
+
else
|
56
|
+
File.basename(source)
|
57
|
+
end
|
58
|
+
|
59
|
+
create_file destination, render, config
|
60
|
+
end
|
61
|
+
|
62
|
+
# Gets an ERB template at the relative source, executes it and makes a copy
|
63
|
+
# at the relative destination. If the destination is not given it's assumed
|
64
|
+
# to be equal to the source removing .tt from the filename.
|
65
|
+
#
|
66
|
+
# ==== Parameters
|
67
|
+
# source<String>:: the relative path to the source root.
|
68
|
+
# destination<String>:: the relative path to the destination root.
|
69
|
+
# config<Hash>:: give :verbose => false to not log the status.
|
70
|
+
#
|
71
|
+
# ==== Examples
|
72
|
+
#
|
73
|
+
# template "README", "doc/README"
|
74
|
+
#
|
75
|
+
# template "doc/README"
|
76
|
+
#
|
77
|
+
def template(source, destination=nil, config={}, &block)
|
78
|
+
destination ||= source
|
79
|
+
source = File.expand_path(find_in_source_paths(source.to_s))
|
80
|
+
context = instance_eval('binding')
|
81
|
+
|
82
|
+
create_file destination, nil, config do
|
83
|
+
content = ERB.new(::File.binread(source), nil, '-').result(context)
|
84
|
+
content = block.call(content) if block
|
85
|
+
content
|
86
|
+
end
|
87
|
+
end
|
88
|
+
|
89
|
+
# Changes the mode of the given file or directory.
|
90
|
+
#
|
91
|
+
# ==== Parameters
|
92
|
+
# mode<Integer>:: the file mode
|
93
|
+
# path<String>:: the name of the file to change mode
|
94
|
+
# config<Hash>:: give :verbose => false to not log the status.
|
95
|
+
#
|
96
|
+
# ==== Example
|
97
|
+
#
|
98
|
+
# chmod "script/*", 0755
|
99
|
+
#
|
100
|
+
def chmod(path, mode, config={})
|
101
|
+
return unless behavior == :invoke
|
102
|
+
path = File.expand_path(path, destination_root)
|
103
|
+
say_status :chmod, relative_to_original_destination_root(path), config.fetch(:verbose, true)
|
104
|
+
FileUtils.chmod_R(mode, path) unless options[:pretend]
|
105
|
+
end
|
106
|
+
|
107
|
+
# Prepend text to a file. Since it depends on inject_into_file, it's reversible.
|
108
|
+
#
|
109
|
+
# ==== Parameters
|
110
|
+
# path<String>:: path of the file to be changed
|
111
|
+
# data<String>:: the data to prepend to the file, can be also given as a block.
|
112
|
+
# config<Hash>:: give :verbose => false to not log the status.
|
113
|
+
#
|
114
|
+
# ==== Example
|
115
|
+
#
|
116
|
+
# prepend_file 'config/environments/test.rb', 'config.gem "rspec"'
|
117
|
+
#
|
118
|
+
# prepend_file 'config/environments/test.rb' do
|
119
|
+
# 'config.gem "rspec"'
|
120
|
+
# end
|
121
|
+
#
|
122
|
+
def prepend_file(path, *args, &block)
|
123
|
+
config = args.last.is_a?(Hash) ? args.pop : {}
|
124
|
+
config.merge!(:after => /\A/)
|
125
|
+
inject_into_file(path, *(args << config), &block)
|
126
|
+
end
|
127
|
+
|
128
|
+
# Append text to a file. Since it depends on inject_into_file, it's reversible.
|
129
|
+
#
|
130
|
+
# ==== Parameters
|
131
|
+
# path<String>:: path of the file to be changed
|
132
|
+
# data<String>:: the data to append to the file, can be also given as a block.
|
133
|
+
# config<Hash>:: give :verbose => false to not log the status.
|
134
|
+
#
|
135
|
+
# ==== Example
|
136
|
+
#
|
137
|
+
# append_file 'config/environments/test.rb', 'config.gem "rspec"'
|
138
|
+
#
|
139
|
+
# append_file 'config/environments/test.rb' do
|
140
|
+
# 'config.gem "rspec"'
|
141
|
+
# end
|
142
|
+
#
|
143
|
+
def append_file(path, *args, &block)
|
144
|
+
config = args.last.is_a?(Hash) ? args.pop : {}
|
145
|
+
config.merge!(:before => /\z/)
|
146
|
+
inject_into_file(path, *(args << config), &block)
|
147
|
+
end
|
148
|
+
|
149
|
+
# Injects text right after the class definition. Since it depends on
|
150
|
+
# inject_into_file, it's reversible.
|
151
|
+
#
|
152
|
+
# ==== Parameters
|
153
|
+
# path<String>:: path of the file to be changed
|
154
|
+
# klass<String|Class>:: the class to be manipulated
|
155
|
+
# data<String>:: the data to append to the class, can be also given as a block.
|
156
|
+
# config<Hash>:: give :verbose => false to not log the status.
|
157
|
+
#
|
158
|
+
# ==== Examples
|
159
|
+
#
|
160
|
+
# inject_into_class "app/controllers/application_controller.rb", " filter_parameter :password\n"
|
161
|
+
#
|
162
|
+
# inject_into_class "app/controllers/application_controller.rb", ApplicationController do
|
163
|
+
# " filter_parameter :password\n"
|
164
|
+
# end
|
165
|
+
#
|
166
|
+
def inject_into_class(path, klass, *args, &block)
|
167
|
+
config = args.last.is_a?(Hash) ? args.pop : {}
|
168
|
+
config.merge!(:after => /class #{klass}\n|class #{klass} .*\n/)
|
169
|
+
inject_into_file(path, *(args << config), &block)
|
170
|
+
end
|
171
|
+
|
172
|
+
# Run a regular expression replacement on a file.
|
173
|
+
#
|
174
|
+
# ==== Parameters
|
175
|
+
# path<String>:: path of the file to be changed
|
176
|
+
# flag<Regexp|String>:: the regexp or string to be replaced
|
177
|
+
# replacement<String>:: the replacement, can be also given as a block
|
178
|
+
# config<Hash>:: give :verbose => false to not log the status.
|
179
|
+
#
|
180
|
+
# ==== Example
|
181
|
+
#
|
182
|
+
# gsub_file 'app/controllers/application_controller.rb', /#\s*(filter_parameter_logging :password)/, '\1'
|
183
|
+
#
|
184
|
+
# gsub_file 'README', /rake/, :green do |match|
|
185
|
+
# match << " no more. Use thor!"
|
186
|
+
# end
|
187
|
+
#
|
188
|
+
def gsub_file(path, flag, *args, &block)
|
189
|
+
return unless behavior == :invoke
|
190
|
+
config = args.last.is_a?(Hash) ? args.pop : {}
|
191
|
+
|
192
|
+
path = File.expand_path(path, destination_root)
|
193
|
+
say_status :gsub, relative_to_original_destination_root(path), config.fetch(:verbose, true)
|
194
|
+
|
195
|
+
unless options[:pretend]
|
196
|
+
content = File.binread(path)
|
197
|
+
content.gsub!(flag, *args, &block)
|
198
|
+
File.open(path, 'wb') { |file| file.write(content) }
|
199
|
+
end
|
200
|
+
end
|
201
|
+
|
202
|
+
# Removes a file at the given location.
|
203
|
+
#
|
204
|
+
# ==== Parameters
|
205
|
+
# path<String>:: path of the file to be changed
|
206
|
+
# config<Hash>:: give :verbose => false to not log the status.
|
207
|
+
#
|
208
|
+
# ==== Example
|
209
|
+
#
|
210
|
+
# remove_file 'README'
|
211
|
+
# remove_file 'app/controllers/application_controller.rb'
|
212
|
+
#
|
213
|
+
def remove_file(path, config={})
|
214
|
+
return unless behavior == :invoke
|
215
|
+
path = File.expand_path(path, destination_root)
|
216
|
+
|
217
|
+
say_status :remove, relative_to_original_destination_root(path), config.fetch(:verbose, true)
|
218
|
+
::FileUtils.rm_rf(path) if !options[:pretend] && File.exists?(path)
|
219
|
+
end
|
220
|
+
alias :remove_dir :remove_file
|
221
|
+
|
222
|
+
end
|
223
|
+
end
|