gitlab-org--gitlab-foss/spec
Yorick Peterse a8bfe20d0d
Added checks for migration downtime
These new checks can be used to check if migrations require downtime or
not (as tagged by their authors). In CI this compares the current branch
with master so migrations added by merge requests are automatically
verified.

To check the migrations added since a Git reference simply run:

    bundle exec rake gitlab:db:downtime_check[GIT_REF]
2016-07-20 12:41:56 +02:00
..
config
controllers Don't blow up in tree view on empty repo 2016-07-18 14:06:21 +01:00
factories Store when and yaml variables in builds table 2016-07-16 20:25:30 +02:00
features Merge branch '19820-safer-diffs' into 'master' 2016-07-18 21:28:24 +00:00
finders Avoid describe-ing symbols in specs 2016-07-12 10:27:58 -05:00
fixtures don't expect " encoding anymore 2016-07-14 10:08:16 -07:00
helpers Collapsed diffs lines/size don't accumulate to overflow diffs. 2016-07-18 14:43:28 -06:00
initializers Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
javascripts Merge branch '17341-firefox-u2f' into 'master' 2016-07-15 20:07:51 +00:00
lib Added checks for migration downtime 2016-07-20 12:41:56 +02:00
mailers Represent DiffRefs as proper class instead of tuple array 2016-07-06 18:50:58 -04:00
models Merge branch 'issue_13343' into 'master' 2016-07-18 21:38:22 +00:00
requests API: Expose 'developers_can_merge' for branches 2016-07-19 11:12:03 +02:00
routing Fix failing tests. 2016-07-11 16:11:33 -06:00
services Merge branch 'caironoleto/gitlab-ce-cn-issue-19747' 2016-07-18 15:44:58 -06:00
support Collapsed diffs lines/size don't accumulate to overflow diffs. 2016-07-18 14:43:28 -06:00
tasks/gitlab Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
views add modification to commit title test 2016-07-18 15:03:27 +02:00
workers Refresh branch cache after git gc 2016-07-13 06:49:58 -07:00
factories_spec.rb
rails_helper.rb
spec_helper.rb We're not using them (and look at the typo) 2016-07-12 22:17:00 +08:00
teaspoon_env.rb