Merge branch 'ban-rugged-app-models' into 'master'

Ban Rugged from Repository

See merge request gitlab-org/gitlab-ce!16855
This commit is contained in:
Rémy Coutable 2018-02-01 16:19:34 +00:00
commit f50835869c
1 changed files with 1 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env ruby
ALLOWED = [
# Can be deleted (?) once rugged is no longer used in production. Doesn't make Rugged calls.
# Can be fixed once Rugged is no longer used in production. Doesn't make Rugged calls.
'config/initializers/8_metrics.rb',
# Can be deleted once wiki's are fully (mandatory) migrated
@ -13,9 +13,6 @@ ALLOWED = [
# Needs to be migrated, https://gitlab.com/gitlab-org/gitaly/issues/954
'lib/tasks/gitlab/cleanup.rake',
# https://gitlab.com/gitlab-org/gitaly/issues/961
'app/models/repository.rb',
# The only place where Rugged code is still allowed in production
'lib/gitlab/git/'
].freeze