summaryrefslogtreecommitdiff
path: root/lib/gitlab/verify
Commit message (Collapse)AuthorAgeFilesLines
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
| | | | | This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
* Avoid N+1 queries while processing uploadsMichael Kozono2018-06-201-1/+1
|
* Add support for verifying remote uploads, artifacts, and LFS objects in ↵Michael Kozono2018-06-135-16/+79
| | | | check rake tasks
* Merge remote-tracking branch 'origin/master' into 40781-os-to-ceMicaël Bergeron2018-03-221-0/+27
|\
| * Implement foreground verification of CI artifacts43949-verify-job-artifactsNick Thomas2018-03-071-0/+27
| |
| * Foreground verification of uploads and LFS objectsee-4862-verify-file-checksumsNick Thomas2018-03-024-0/+171
|
* [cherry-pick] '4862-verify-file-checksums'Sean McGivern2018-03-084-0/+171
See merge request gitlab-org/gitlab-ee!4753