gitlab-org--gitlab-foss/app
Yorick Peterse 8fbbf41e29
Added Cop to blacklist the use of `dependent:`
This is allowed for existing instances so we don't end up 76 offenses
right away, but for new code one should _only_ use this if they _have_
to remove non database data. Even then it's usually better to do this in
a service class as this gives you more control over how to remove the
data (e.g. in bulk).
2017-07-06 12:01:36 +02:00
..
assets Remove IIFEs around several javascript classes 2017-07-05 17:20:41 +00:00
controllers Merge branch '32815--Add-Custom-CI-Config-Path' into 'master' 2017-07-06 07:20:36 +00:00
finders Add user projects API 2017-07-06 08:04:54 +03:00
helpers Merge branch '32408-enable-disable-all-restricted-visibility-levels' into 'master' 2017-07-05 20:22:43 +00:00
mailers Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
models Added Cop to blacklist the use of `dependent:` 2017-07-06 12:01:36 +02:00
policies Implement review comments for !12445 from @jneen. 2017-07-03 05:14:00 +00:00
presenters Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
serializers Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
services Merge branch '32815--Add-Custom-CI-Config-Path' into 'master' 2017-07-06 07:20:36 +00:00
uploaders Fix filename method of GitlabUploader to return always real filename 2017-06-13 00:37:12 +02:00
validators Rebuild the dynamic path before validating it 2017-06-21 16:09:35 +02:00
views Merge branch 'additional-commits-integer-fix' into 'master' 2017-07-06 08:00:27 +00:00
workers Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00