gitlab-org--gitlab-foss/spec
Robert Speicher 37093af6d6 Merge branch 'drop_db_before_restore' into 'master'
Reload the schema before restoring a database backup

If a user tries to downgrade and restore after a failed upgrade,
the database may still contain newer tables. Reload the older
schema before restoring the database to avoid future upgrade
problems. Also, add a rake task to help users add migration
versions to the database so it's easier to recover from these
errors if they do occur. Fixes #13419

See merge request !2807
2016-03-22 16:24:55 +00:00
..
config Don't load all of GitLab in mail_room 2016-02-26 18:48:13 -08:00
controllers Merge branch 'master' into issue_12658 2016-03-21 23:22:21 +01:00
factories Fix specs 2016-03-21 09:09:59 +01:00
features Address feedback 2016-03-22 00:09:20 +01:00
finders Fix specs 2016-03-22 00:23:58 +01:00
fixtures Add support for keyword arguments in label reference method 2016-03-03 10:41:11 +01:00
helpers Merge branch 'master' into issue_12658 2016-03-21 23:22:21 +01:00
initializers Ensure Gravatar host looks like an actual host 2016-01-18 14:58:16 +01:00
javascripts Change `js-quick-submit` behavior to expect the class on the form 2016-03-02 15:11:15 -05:00
lib Merge branch 'feature-ci-only-except-trigger' into 'master' 2016-03-22 09:42:40 +00:00
mailers Add new notifications for issue move action 2016-03-17 07:39:16 +01:00
models Address feedback 2016-03-22 00:09:20 +01:00
requests Merge branch 'master' into issue_12658 2016-03-21 23:22:21 +01:00
routing Remove `Profile::KeysController#new` action 2016-03-03 16:13:59 -05:00
services Merge branch 'master' into issue_12658 2016-03-21 23:22:21 +01:00
support Tweaks, refactoring, and specs 2016-03-20 21:04:07 +01:00
tasks/gitlab Reload the schema before restoring a database backup 2016-03-21 21:16:34 -05:00
views Move "I should see Crowd login form" feature to a view spec 2016-02-24 17:38:13 -05:00
workers Cache output of Repository#exists? 2016-03-19 21:54:08 +01:00
factories_spec.rb
rails_helper.rb
spec_helper.rb Original implementation to allow users to subscribe to labels 2016-03-15 17:25:37 +01:00
teaspoon_env.rb