engineyard-serverside 2.8.0.pre → 2.8.0.pre2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/bin/engineyard-serverside-execute-service-hook +1 -1
- data/lib/engineyard-serverside/version.rb +1 -1
- metadata +208 -577
- data/spec/archive_deploy_spec.rb +0 -53
- data/spec/basic_deploy_spec.rb +0 -26
- data/spec/bundler_deploy_spec.rb +0 -160
- data/spec/configuration_spec.rb +0 -206
- data/spec/custom_deploy_spec.rb +0 -128
- data/spec/deploy_hook_spec.rb +0 -378
- data/spec/deprecation_spec.rb +0 -23
- data/spec/ey_yml_customized_deploy_spec.rb +0 -99
- data/spec/fixtures/gitrepo.tar.gz +0 -0
- data/spec/fixtures/invalid_hook.rb +0 -1
- data/spec/fixtures/lockfiles/0.9-no-bundler +0 -111
- data/spec/fixtures/lockfiles/0.9-with-bundler +0 -117
- data/spec/fixtures/lockfiles/1.0-no-bundler +0 -54
- data/spec/fixtures/lockfiles/1.0.0.rc.1-with-bundler +0 -162
- data/spec/fixtures/lockfiles/1.0.18-do_mysql +0 -88
- data/spec/fixtures/lockfiles/1.0.18-do_postgres +0 -79
- data/spec/fixtures/lockfiles/1.0.18-mysql +0 -43
- data/spec/fixtures/lockfiles/1.0.18-mysql2 +0 -43
- data/spec/fixtures/lockfiles/1.0.18-pg +0 -43
- data/spec/fixtures/lockfiles/1.0.6-no-bundler +0 -51
- data/spec/fixtures/lockfiles/1.0.6-with-any-bundler +0 -52
- data/spec/fixtures/lockfiles/1.0.6-with-bundler +0 -52
- data/spec/fixtures/lockfiles/1.15.1-no-bundler +0 -51
- data/spec/fixtures/lockfiles/1.3.1-rails-3.2.13 +0 -112
- data/spec/fixtures/lockfiles/not-a-lockfile +0 -1
- data/spec/fixtures/repos/assets_detected/Gemfile +0 -5
- data/spec/fixtures/repos/assets_detected/Gemfile.lock +0 -88
- data/spec/fixtures/repos/assets_detected/README +0 -1
- data/spec/fixtures/repos/assets_detected/Rakefile +0 -5
- data/spec/fixtures/repos/assets_detected/app/assets/empty +0 -0
- data/spec/fixtures/repos/assets_detected/config/application.rb +0 -5
- data/spec/fixtures/repos/assets_detected/config/ey.yml +0 -3
- data/spec/fixtures/repos/assets_disabled/Gemfile +0 -5
- data/spec/fixtures/repos/assets_disabled/Gemfile.lock +0 -88
- data/spec/fixtures/repos/assets_disabled/README +0 -1
- data/spec/fixtures/repos/assets_disabled/Rakefile +0 -6
- data/spec/fixtures/repos/assets_disabled/app/assets/empty +0 -0
- data/spec/fixtures/repos/assets_disabled/config/application.rb +0 -5
- data/spec/fixtures/repos/assets_disabled/config/ey.yml +0 -3
- data/spec/fixtures/repos/assets_disabled_in_ey_yml/Gemfile +0 -5
- data/spec/fixtures/repos/assets_disabled_in_ey_yml/Gemfile.lock +0 -88
- data/spec/fixtures/repos/assets_disabled_in_ey_yml/README +0 -1
- data/spec/fixtures/repos/assets_disabled_in_ey_yml/Rakefile +0 -6
- data/spec/fixtures/repos/assets_disabled_in_ey_yml/app/assets/empty +0 -0
- data/spec/fixtures/repos/assets_disabled_in_ey_yml/config/application.rb +0 -5
- data/spec/fixtures/repos/assets_disabled_in_ey_yml/config/ey.yml +0 -5
- data/spec/fixtures/repos/assets_disabled_utf8/Gemfile +0 -5
- data/spec/fixtures/repos/assets_disabled_utf8/Gemfile.lock +0 -88
- data/spec/fixtures/repos/assets_disabled_utf8/README +0 -3
- data/spec/fixtures/repos/assets_disabled_utf8/Rakefile +0 -5
- data/spec/fixtures/repos/assets_disabled_utf8/app/assets/empty +0 -0
- data/spec/fixtures/repos/assets_disabled_utf8/config/application.rb +0 -7
- data/spec/fixtures/repos/assets_disabled_utf8/config/ey.yml +0 -3
- data/spec/fixtures/repos/assets_enabled_all/Gemfile +0 -5
- data/spec/fixtures/repos/assets_enabled_all/Gemfile.lock +0 -88
- data/spec/fixtures/repos/assets_enabled_all/README +0 -1
- data/spec/fixtures/repos/assets_enabled_all/app/assets/empty +0 -0
- data/spec/fixtures/repos/assets_enabled_all/config/application.rb +0 -5
- data/spec/fixtures/repos/assets_enabled_all/config/ey.yml +0 -6
- data/spec/fixtures/repos/assets_enabled_all/script/assets +0 -5
- data/spec/fixtures/repos/assets_enabled_all/tmp/obstruction +0 -1
- data/spec/fixtures/repos/assets_enabled_in_ey_yml/Gemfile +0 -3
- data/spec/fixtures/repos/assets_enabled_in_ey_yml/Gemfile.lock +0 -10
- data/spec/fixtures/repos/assets_enabled_in_ey_yml/README +0 -1
- data/spec/fixtures/repos/assets_enabled_in_ey_yml/Rakefile +0 -8
- data/spec/fixtures/repos/assets_enabled_in_ey_yml/config/ey.yml +0 -4
- data/spec/fixtures/repos/assets_enabled_util_only/Gemfile +0 -5
- data/spec/fixtures/repos/assets_enabled_util_only/Gemfile.lock +0 -88
- data/spec/fixtures/repos/assets_enabled_util_only/README +0 -1
- data/spec/fixtures/repos/assets_enabled_util_only/Rakefile +0 -6
- data/spec/fixtures/repos/assets_enabled_util_only/app/assets/empty +0 -0
- data/spec/fixtures/repos/assets_enabled_util_only/config/application.rb +0 -5
- data/spec/fixtures/repos/assets_enabled_util_only/config/ey.yml +0 -6
- data/spec/fixtures/repos/assets_error/Gemfile +0 -5
- data/spec/fixtures/repos/assets_error/Gemfile.lock +0 -88
- data/spec/fixtures/repos/assets_error/README +0 -1
- data/spec/fixtures/repos/assets_error/Rakefile +0 -4
- data/spec/fixtures/repos/assets_error/app/assets/empty +0 -0
- data/spec/fixtures/repos/assets_error/config/application.rb +0 -5
- data/spec/fixtures/repos/assets_error/config/ey.yml +0 -4
- data/spec/fixtures/repos/assets_in_hook/Gemfile +0 -5
- data/spec/fixtures/repos/assets_in_hook/Gemfile.lock +0 -88
- data/spec/fixtures/repos/assets_in_hook/README +0 -2
- data/spec/fixtures/repos/assets_in_hook/Rakefile +0 -5
- data/spec/fixtures/repos/assets_in_hook/app/assets/empty +0 -0
- data/spec/fixtures/repos/assets_in_hook/config/application.rb +0 -5
- data/spec/fixtures/repos/assets_in_hook/config/ey.yml +0 -3
- data/spec/fixtures/repos/assets_in_hook/deploy/before_compile_assets.rb +0 -2
- data/spec/fixtures/repos/bundle_fails/Gemfile +0 -1
- data/spec/fixtures/repos/bundle_fails/README +0 -1
- data/spec/fixtures/repos/bundle_fails/deploy/after_bundle.rb +0 -1
- data/spec/fixtures/repos/bundler_disabled/Gemfile +0 -4
- data/spec/fixtures/repos/bundler_disabled/Gemfile.lock +0 -12
- data/spec/fixtures/repos/bundler_disabled/README +0 -1
- data/spec/fixtures/repos/bundler_disabled/config/ey.yml +0 -2
- data/spec/fixtures/repos/bundler_disabled/deploy/after_bundle.rb +0 -1
- data/spec/fixtures/repos/bundler_disabled/deploy/before_bundle.rb +0 -1
- data/spec/fixtures/repos/bundler_old/Gemfile +0 -5
- data/spec/fixtures/repos/bundler_old/Gemfile.lock +0 -15
- data/spec/fixtures/repos/bundler_old/README +0 -1
- data/spec/fixtures/repos/default/Gemfile +0 -4
- data/spec/fixtures/repos/default/Gemfile.lock +0 -12
- data/spec/fixtures/repos/default/README +0 -5
- data/spec/fixtures/repos/default/ey.yml +0 -3
- data/spec/fixtures/repos/executable_hooks/README +0 -1
- data/spec/fixtures/repos/executable_hooks/deploy/before_restart +0 -72
- data/spec/fixtures/repos/executable_hooks_not_executable/README +0 -3
- data/spec/fixtures/repos/executable_hooks_not_executable/deploy/before_restart +0 -3
- data/spec/fixtures/repos/ey_yml/Gemfile +0 -4
- data/spec/fixtures/repos/ey_yml/Gemfile.lock +0 -12
- data/spec/fixtures/repos/ey_yml/README +0 -1
- data/spec/fixtures/repos/ey_yml/config/ey.yml +0 -18
- data/spec/fixtures/repos/ey_yml/deploy/before_migrate.rb +0 -6
- data/spec/fixtures/repos/ey_yml_alt/Gemfile +0 -4
- data/spec/fixtures/repos/ey_yml_alt/Gemfile.lock +0 -12
- data/spec/fixtures/repos/ey_yml_alt/README +0 -1
- data/spec/fixtures/repos/ey_yml_alt/deploy/before_migrate.rb +0 -6
- data/spec/fixtures/repos/ey_yml_alt/ey.yml +0 -12
- data/spec/fixtures/repos/hook_fails/README +0 -1
- data/spec/fixtures/repos/hook_fails/deploy/before_deploy.rb +0 -1
- data/spec/fixtures/repos/hooks/README +0 -1
- data/spec/fixtures/repos/hooks/deploy/after_bundle.rb +0 -1
- data/spec/fixtures/repos/hooks/deploy/after_compile_assets.rb +0 -1
- data/spec/fixtures/repos/hooks/deploy/after_deploy.rb +0 -1
- data/spec/fixtures/repos/hooks/deploy/after_migrate.rb +0 -1
- data/spec/fixtures/repos/hooks/deploy/after_restart.rb +0 -1
- data/spec/fixtures/repos/hooks/deploy/after_symlink.rb +0 -1
- data/spec/fixtures/repos/hooks/deploy/before_bundle.rb +0 -1
- data/spec/fixtures/repos/hooks/deploy/before_compile_assets.rb +0 -1
- data/spec/fixtures/repos/hooks/deploy/before_deploy.rb +0 -1
- data/spec/fixtures/repos/hooks/deploy/before_migrate.rb +0 -1
- data/spec/fixtures/repos/hooks/deploy/before_restart.rb +0 -1
- data/spec/fixtures/repos/hooks/deploy/before_symlink.rb +0 -1
- data/spec/fixtures/repos/multi_dep_manager/README +0 -1
- data/spec/fixtures/repos/multi_dep_manager/composer.json +0 -5
- data/spec/fixtures/repos/multi_dep_manager/composer.lock +0 -462
- data/spec/fixtures/repos/multi_dep_manager/package.json +0 -7
- data/spec/fixtures/repos/multi_dep_manager/public/index.php +0 -4
- data/spec/fixtures/repos/no_ey_config/Gemfile +0 -3
- data/spec/fixtures/repos/no_ey_config/Gemfile.lock +0 -10
- data/spec/fixtures/repos/no_ey_config/README +0 -1
- data/spec/fixtures/repos/no_ey_config/ey.yml +0 -3
- data/spec/fixtures/repos/no_ey_config_no_warning/Gemfile +0 -3
- data/spec/fixtures/repos/no_ey_config_no_warning/Gemfile.lock +0 -10
- data/spec/fixtures/repos/no_ey_config_no_warning/README +0 -1
- data/spec/fixtures/repos/no_ey_config_no_warning/ey.yml +0 -5
- data/spec/fixtures/repos/no_gemfile_lock/Gemfile +0 -4
- data/spec/fixtures/repos/no_gemfile_lock/README +0 -1
- data/spec/fixtures/repos/no_gemfile_lock/ey.yml +0 -3
- data/spec/fixtures/repos/nodejs/README +0 -1
- data/spec/fixtures/repos/nodejs/package.json +0 -7
- data/spec/fixtures/repos/not_bundled/README +0 -1
- data/spec/fixtures/repos/npm_disabled/README +0 -1
- data/spec/fixtures/repos/npm_disabled/config/ey.yml +0 -2
- data/spec/fixtures/repos/npm_disabled/package.json +0 -7
- data/spec/fixtures/repos/php_composer_disabled/README +0 -1
- data/spec/fixtures/repos/php_composer_disabled/composer.json +0 -5
- data/spec/fixtures/repos/php_composer_disabled/composer.lock +0 -462
- data/spec/fixtures/repos/php_composer_disabled/config/ey.yml +0 -2
- data/spec/fixtures/repos/php_composer_disabled/public/index.php +0 -4
- data/spec/fixtures/repos/php_composer_lock/README +0 -1
- data/spec/fixtures/repos/php_composer_lock/composer.json +0 -5
- data/spec/fixtures/repos/php_composer_lock/composer.lock +0 -462
- data/spec/fixtures/repos/php_composer_lock/public/index.php +0 -4
- data/spec/fixtures/repos/php_no_composer_lock/README +0 -1
- data/spec/fixtures/repos/php_no_composer_lock/composer.json +0 -21
- data/spec/fixtures/repos/php_no_composer_lock/public/index.php +0 -4
- data/spec/fixtures/repos/public_system/Gemfile +0 -4
- data/spec/fixtures/repos/public_system/Gemfile.lock +0 -12
- data/spec/fixtures/repos/public_system/README +0 -5
- data/spec/fixtures/repos/public_system/ey.yml +0 -3
- data/spec/fixtures/repos/public_system/public/system/cant_touch_this.txt +0 -3
- data/spec/fixtures/repos/sqlite3/Gemfile +0 -4
- data/spec/fixtures/repos/sqlite3/Gemfile.lock +0 -89
- data/spec/fixtures/repos/sqlite3/README +0 -1
- data/spec/fixtures/retwisj.war +0 -0
- data/spec/fixtures/valid_hook.rb +0 -1
- data/spec/git_strategy_spec.rb +0 -34
- data/spec/lockfile_parser_spec.rb +0 -126
- data/spec/maintenance_spec.rb +0 -44
- data/spec/multi_dependency_manager_spec.rb +0 -25
- data/spec/nodejs_deploy_spec.rb +0 -30
- data/spec/php_deploy_spec.rb +0 -81
- data/spec/platform_configure_spec.rb +0 -61
- data/spec/rails31_deploy_spec.rb +0 -172
- data/spec/restart_spec.rb +0 -43
- data/spec/rollback_spec.rb +0 -87
- data/spec/server_spec.rb +0 -70
- data/spec/services_deploy_spec.rb +0 -165
- data/spec/shell_spec.rb +0 -57
- data/spec/source/archive_spec.rb +0 -33
- data/spec/source/git_spec.rb +0 -44
- data/spec/spec_helper.rb +0 -361
- data/spec/sqlite3_deploy_spec.rb +0 -38
- data/spec/support/integration.rb +0 -103
- data/spec/support/source_doubles.rb +0 -28
- data/spec/support/timecop.rb +0 -5
- data/spec/symlink_spec.rb +0 -15
data/spec/sqlite3_deploy_spec.rb
DELETED
@@ -1,38 +0,0 @@
|
|
1
|
-
require 'spec_helper'
|
2
|
-
|
3
|
-
describe "Deploying an application with sqlite3 as the only DB adapter in the Gemfile.lock" do
|
4
|
-
before(:all) do
|
5
|
-
@release_path = nil
|
6
|
-
@shared_path = nil
|
7
|
-
@framework_env = nil
|
8
|
-
|
9
|
-
deploy_test_application('sqlite3')
|
10
|
-
@shared_path = @deployer.config.paths.shared
|
11
|
-
@release_path = @deployer.config.paths.active_release
|
12
|
-
@framework_env = @deployer.config.framework_env
|
13
|
-
end
|
14
|
-
|
15
|
-
it 'should symlink database.sqlite3.yml' do
|
16
|
-
expect(@release_path.join('config', 'database.yml')).to exist
|
17
|
-
end
|
18
|
-
|
19
|
-
it 'should create database.sqlite3.yml in a shared location' do
|
20
|
-
expect(@shared_path.join('config', 'database.sqlite3.yml')).to exist
|
21
|
-
end
|
22
|
-
|
23
|
-
it 'should put a reference to a shared database in database.sqlite3.yml' do
|
24
|
-
contents = @release_path.join('config', 'database.yml').read
|
25
|
-
expect(contents).to include(@shared_path.join('databases', "#{@framework_env}.sqlite3").expand_path.to_s)
|
26
|
-
end
|
27
|
-
|
28
|
-
it 'should create the shared database' do
|
29
|
-
expect(@shared_path.join('databases', "#{@framework_env}.sqlite3")).to exist
|
30
|
-
end
|
31
|
-
|
32
|
-
it 'should contain valid yaml config' do
|
33
|
-
config = YAML.load_file(@release_path.join('config', 'database.yml'))
|
34
|
-
expect(config[@framework_env]['adapter']).to eq('sqlite3')
|
35
|
-
expect(config[@framework_env]['database']).to eq(@shared_path.join('databases', "#{@framework_env}.sqlite3").expand_path.to_s)
|
36
|
-
end
|
37
|
-
|
38
|
-
end
|
data/spec/support/integration.rb
DELETED
@@ -1,103 +0,0 @@
|
|
1
|
-
class FullTestDeploy < EY::Serverside::Deploy
|
2
|
-
attr_reader :commands
|
3
|
-
|
4
|
-
class << self
|
5
|
-
attr_accessor :on_create_callback
|
6
|
-
end
|
7
|
-
|
8
|
-
def self.realnew(servers, config, shell)
|
9
|
-
on_create_callback.call(config) if on_create_callback # holy hax batman, this is insanity
|
10
|
-
super
|
11
|
-
end
|
12
|
-
|
13
|
-
def initialize(*)
|
14
|
-
super
|
15
|
-
@commands = []
|
16
|
-
end
|
17
|
-
|
18
|
-
# passwordless sudo is neither guaranteed nor desired
|
19
|
-
def sudo(cmd)
|
20
|
-
run(cmd)
|
21
|
-
end
|
22
|
-
|
23
|
-
def run(cmd)
|
24
|
-
@commands << cmd
|
25
|
-
super
|
26
|
-
end
|
27
|
-
|
28
|
-
def restart_command
|
29
|
-
Escape.shell_command(["echo", super]) + "> #{config.paths.active_release}/restart"
|
30
|
-
end
|
31
|
-
|
32
|
-
# we're probably running this spec under bundler, but a real
|
33
|
-
# deploy does not
|
34
|
-
def bundle
|
35
|
-
my_env = ENV.to_hash
|
36
|
-
super
|
37
|
-
ensure
|
38
|
-
ENV.replace(my_env)
|
39
|
-
end
|
40
|
-
|
41
|
-
end
|
42
|
-
|
43
|
-
class EY::Serverside::Deploy
|
44
|
-
class << self
|
45
|
-
alias_method :realnew, :new
|
46
|
-
attr_reader :config, :deployer
|
47
|
-
end
|
48
|
-
def self.new(servers, cfg, shell)
|
49
|
-
@config = cfg
|
50
|
-
@deployer = FullTestDeploy.realnew(servers, cfg, shell)
|
51
|
-
end
|
52
|
-
end
|
53
|
-
|
54
|
-
class EY::Serverside::Source::IntegrationSpec < EY::Serverside::Source
|
55
|
-
attr_reader :source_repo
|
56
|
-
|
57
|
-
def initialize(*a)
|
58
|
-
super
|
59
|
-
@source_repo = Pathname.new(uri) if uri # doesn't exist for rollback
|
60
|
-
end
|
61
|
-
|
62
|
-
def update_repository_cache
|
63
|
-
shell.status "Checking out #{@ref}"
|
64
|
-
install_git_base
|
65
|
-
copy_fixture_repo_files
|
66
|
-
end
|
67
|
-
|
68
|
-
def create_revision_file_command(revision_path)
|
69
|
-
"echo '#{@ref}' > #{revision_path}"
|
70
|
-
end
|
71
|
-
|
72
|
-
def short_log_message(revision)
|
73
|
-
"ref: #{revision} - Short log message"
|
74
|
-
end
|
75
|
-
|
76
|
-
def gc_repository_cache
|
77
|
-
shell.status "Garbage collecting cached git repository to reduce disk usage."
|
78
|
-
end
|
79
|
-
|
80
|
-
def same?(prev, active, path)
|
81
|
-
prev == active # for our tests, being the same commit is sufficient
|
82
|
-
end
|
83
|
-
|
84
|
-
private
|
85
|
-
|
86
|
-
def install_git_base
|
87
|
-
repository_cache.mkpath
|
88
|
-
git_base = FIXTURES_DIR.join('gitrepo.tar.gz')
|
89
|
-
shell.substatus "Test helpers copying base repo into #{repository_cache}"
|
90
|
-
shell.logged_system "tar xzf #{git_base} --strip-components 1 -C #{repository_cache}"
|
91
|
-
end
|
92
|
-
|
93
|
-
def copy_fixture_repo_files
|
94
|
-
if source_repo.exist?
|
95
|
-
shell.substatus "Test helpers copying repo fixture from #{source_repo}/ to #{repository_cache}"
|
96
|
-
# This uses a ruby method instead of shelling out because I was having
|
97
|
-
# trouble getting cp -R to behave consistently between distros.
|
98
|
-
system "rsync -aq #{source_repo}/ #{repository_cache}"
|
99
|
-
else
|
100
|
-
raise "Mock repo #{source_repo.inspect} does not exist. Path should be absolute. e.g. FIXTURES_DIR.join('repos','example')"
|
101
|
-
end
|
102
|
-
end
|
103
|
-
end
|
@@ -1,28 +0,0 @@
|
|
1
|
-
class ShellDouble
|
2
|
-
attr_reader :messages
|
3
|
-
def initialize
|
4
|
-
@messages = []
|
5
|
-
end
|
6
|
-
|
7
|
-
def status(message)
|
8
|
-
@messages << message
|
9
|
-
end
|
10
|
-
end
|
11
|
-
|
12
|
-
class RunnerDouble
|
13
|
-
def self.run(cmd, shell, server=nil)
|
14
|
-
new(cmd)
|
15
|
-
end
|
16
|
-
|
17
|
-
def initialize(cmd)
|
18
|
-
@cmd = cmd
|
19
|
-
end
|
20
|
-
|
21
|
-
def output
|
22
|
-
@cmd
|
23
|
-
end
|
24
|
-
|
25
|
-
def success?
|
26
|
-
true
|
27
|
-
end
|
28
|
-
end
|
data/spec/support/timecop.rb
DELETED
data/spec/symlink_spec.rb
DELETED
@@ -1,15 +0,0 @@
|
|
1
|
-
require 'spec_helper'
|
2
|
-
|
3
|
-
describe "Deploying an application with conflicting directories" do
|
4
|
-
before(:all) do
|
5
|
-
deploy_test_application('public_system')
|
6
|
-
end
|
7
|
-
|
8
|
-
it "does not remove the repository's public/system directory" do
|
9
|
-
expect(deploy_dir.join('current', 'public', 'system', 'cant_touch_this.txt')).to exist
|
10
|
-
end
|
11
|
-
|
12
|
-
it "warns that maintenance pages are broken" do
|
13
|
-
expect(read_output).to include("remove 'public/system' from your repository")
|
14
|
-
end
|
15
|
-
end
|