summaryrefslogtreecommitdiff
path: root/lib/gitlab/checks
Commit message (Expand)AuthorAgeFilesLines
* Allow users to create protected branches via CLIPatrick Bajao2019-03-211-0/+2
* Move empty_repo check on its own58613-protected-branches-errorPatrick Bajao2019-03-071-1/+3
* Allow protected branch creation for empty projectPatrick Bajao2019-03-071-1/+1
* Allow protected branch creation via web and APIPatrick Bajao2019-03-061-2/+32
* Remove oldrev and newrev nil-checks that are now unnecessaryDouwe Maan2019-01-022-2/+6
* Don't run single change checks when changes are unknownDouwe Maan2019-01-021-2/+2
* Skip change access check for deploy keysDouwe Maan2019-01-021-4/+1
* Skip per-commit validations which have already passed on another change/branchFrancisco Javier López2018-12-283-13/+28
* Remove now-unnecessary checksDouwe Maan2018-12-111-1/+1
* Fix DiffCheck failing due to invalid string argumentStan Hu2018-12-111-0/+1
* CE port Refactor Gitlab::Checks::ChangeAccess classFrancisco Javier López2018-12-048-281/+355
* Fix bug in CommitCheckfj-fix-bug-commit-checkFrancisco Javier López2018-11-141-2/+2
* Reverts commits_check messageTiago Botelho2018-10-261-1/+1
* Iterating through commit list times outTiago Botelho2018-10-252-2/+6
* Refactors TimedLogger to be more OOP compliantTiago Botelho2018-10-252-6/+18
* Adds tracing messages for slow git pushesTiago Botelho2018-10-253-38/+144
* Enable some frozen string in lib/gitlabgfyoung2018-10-138-0/+16
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-113-0/+6
* Backport some changes from gitlab-org/gitlab-ee!6767Rubén Dávila2018-08-071-3/+2
* Improves remote message when a developer is unable to push in an empty reposi...27456-improve-feedback-when-dev-cannot-push-to-empty-repoTiago Botelho2018-07-181-1/+24
* Force push is handled by Gitaly nowzj-force-push-opt-outZeger-Jan van de Weg2018-06-191-12/+4
* Eliminate N+1 queries in LFS file locks checks during a pushsh-optimize-locks-check-ceStan Hu2018-06-181-1/+1
* change wordingMark Chao2018-06-061-1/+1
* Add helper for accessing lfs_objects for projectBob Van Landuyt2018-04-051-2/+1
* Remove permanent redirectsBob Van Landuyt2018-03-281-18/+2
* Limit queries to a user-branch combinationBob Van Landuyt2018-03-071-1/+6
* Allow maintainers to edit directly in a forkBob Van Landuyt2018-03-071-1/+1
* Merge branch 'jej/avoid-slow-file-lock-checks' into 'master'Sean McGivern2018-02-192-3/+8
|\
| * Avoid slow File Lock checks when not usedJames Edwards-Jones2018-02-192-3/+8
* | Only check LFS integrity for first branch in pushjej/fix-slow-lfs-object-checkJames Edwards-Jones2018-02-151-3/+4
|/
* Backport of LFS File Locking APIrd-35856-backport-lfs-file-locking-apiRubén Dávila2018-02-072-1/+89
* Merge branch 'master' into '26388-push-to-create-a-new-project'Douwe Maan2018-02-061-2/+2
|\
| * Refactor Gitlab::Git code related to LFS changes for Gitaly migrationgitaly-lfs-client-prepAlejandro Rodríguez2018-02-021-2/+2
* | Moves project creationg to git access check for git pushTiago Botelho2018-02-063-6/+6
* | Abstracts ProjectMoved and ProjectCreated into a BaseProjectTiago Botelho2018-02-063-65/+58
* | Move new project on push logic to a serviceTiago Botelho2018-02-061-12/+12
* | Add specsTiago Botelho2018-02-061-0/+2
* | Adds remote messsage when project is created in a push over SSH or HTTPTiago Botelho2018-02-061-0/+60
|/
* Backport changes to Gitlab::Checks::ChangeAccess from EEDouwe Maan2018-01-231-17/+21
* Disable redirect messages for anonymous clonessh-handle-anonymous-clones-project-movedStan Hu2017-12-251-10/+7
* Fix Error 500s with anonymous clones for a project that has movedStan Hu2017-12-251-3/+10
* Allow git pull/push on project redirectsMayra Cabrera2017-12-081-0/+65
* Handle forks in Gitlab::Checks::LfsIntegrityjej/fix-lfs-integrity-with-forksJames Edwards-Jones2017-11-091-1/+4
* Prevent git push when LFS objects are missingJames Edwards-Jones2017-11-062-1/+35
* replace `is_ancestor` with `ancestor?`Maxim Rydkin2017-08-291-1/+1
* Migrate force push check to Gitalyfeature/migrate-force-push-check-to-gitalyAhmad Sherif2017-08-111-6/+13
* Remove GitAccessStatus (no longer needed)Michael Kozono2017-06-051-2/+2
* Refactor to let GitAccess errors bubble upMichael Kozono2017-06-051-17/+15
* Fix Git over HTTP specMichael Kozono2017-06-051-11/+25
* Add confirm delete protected branch modalSam Rose2017-05-081-27/+41