gitlab-org--gitlab-foss/lib/tasks/gitlab
Yorick Peterse a54af831ba
Use rake db:reset instead of db:setup
Using db:reset ensures existing tables are first dropped. This in turn
ensures that we can drop tables regardless of any foreign key
constraints. While CE currently doesn't have any foreign keys EE defines
the following relation:

    remote_mirrors.project_id -> projects.id

MySQL will complain whenever you try to drop the "projects" table first
even when using "DROP TABLE ... CASCADE".
2016-04-14 15:53:54 +02:00
..
backup.rake Reload the schema before restoring a database backup 2016-03-21 21:16:34 -05:00
bulk_add_permission.rake Replace GITLAB with GitLab in rake task descriptions 2015-06-23 16:52:40 +02:00
check.rake Improve and finish the fallback to the In-Reply-To and References header for the reply-by-email feature 2016-03-25 13:05:15 +01:00
cleanup.rake Guard against trailing slashes in repos_path 2015-09-15 17:07:51 +02:00
db.rake Reload the schema before restoring a database backup 2016-03-21 21:16:34 -05:00
generate_docs.rake Replace GITLAB with GitLab in rake task descriptions 2015-06-23 16:52:40 +02:00
git.rake Scalable way of requesting all repos 2015-10-14 19:11:09 +02:00
import.rake Update project repository size and commit count during import:repos task 2015-12-08 09:08:22 -08:00
info.rake Fix gitlab:env:info rake task. 2015-08-17 12:41:47 +02:00
list_repos.rake Detect project and namespace changes in list:repos 2015-12-08 16:06:06 +01:00
setup.rake Use rake db:reset instead of db:setup 2016-04-14 15:53:54 +02:00
shell.rake Replace all usages of git command with configurable binary path 2015-11-03 17:11:09 -05:00
sidekiq.rake
task_helpers.rake Prevent StateMachine warnings from outputting during a cron task 2016-01-15 17:47:56 -05:00
test.rake use teaspoon instead of jasmine for testing javascript 2015-07-08 17:46:51 +02:00
two_factor.rake Add output and confirmation to gitlab:two_factor:disable_for_all_users 2015-10-08 23:19:56 -04:00
update_commit_count.rake Add rake task 'gitlab:update_commit_count' 2015-07-24 16:20:28 +02:00
web_hook.rake web hooks to webhooks 2016-03-10 14:48:29 -05:00