gitlab-org--gitlab-foss/lib/tasks/gitlab
Kamil Trzciński 650f40865e Forbid the use of `#reload` and prefer `#reset`
The `#reload` makes to load all objects into memory,
and the main purpose of `#reload` is to drop the association cache.

The `#reset` seems to solve exactly that case.
2019-04-15 13:05:14 +02:00
..
artifacts Run rubocop -a 2019-03-13 13:42:43 +00:00
lfs Run rubocop -a 2019-03-13 13:42:43 +00:00
uploads Rake task for removing exif from uploads 2019-04-02 07:48:35 +00:00
assets.rake Add cache to the 'compile-assets' and 'gitlab:assets:compile' jobs 2019-02-05 14:04:54 +01:00
backup.rake Make the backup Rake task the same as in EE 2019-02-28 15:03:10 +01:00
bulk_add_permission.rake Enable the Layout/ExtraSpacing cop 2019-01-24 13:05:45 +01:00
check.rake
cleanup.rake Update cleanup.rake to fix a typo in the error message 2019-03-07 23:37:16 +00:00
db.rake Fix attempting to drop views in PostgreSQL 2019-04-02 00:19:22 +00:00
dev.rake
exclusive_lease.rake
features.rake Bring back Rugged implementation of find_commit 2019-03-01 08:45:51 -08:00
git.rake
gitaly.rake
helpers.rake
import.rake
import_export.rake
info.rake Backport EE changes to gitlab:env:info 2019-04-02 14:57:44 +02:00
ldap.rake
list_repos.rake
pages.rake
setup.rake Move terminate_all_connections into setup Rake task 2019-02-11 21:30:57 -08:00
shell.rake Integrate Gitlab::Keys with Gitlab::Shell 2019-03-19 11:16:21 +00:00
storage.rake Prevent storage migration and rollback running at the same time 2019-03-12 17:51:05 +01:00
tcp_check.rake
test.rake
traces.rake Run rubocop -a 2019-03-13 13:42:43 +00:00
track_deployment.rake
two_factor.rake
update_templates.rake Forbid the use of `#reload` and prefer `#reset` 2019-04-15 13:05:14 +02:00
web_hook.rake Fix gitlab:web_hook tasks 2018-12-06 18:37:05 +00:00
workhorse.rake