summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/checks
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-172-34/+98
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-172-5/+58
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-031-0/+9
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-271-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-271-0/+34
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-265-17/+17
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-201-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-072-6/+18
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-231-1/+1
* Add structure to support EE feature of COARKerri Miller2019-09-051-3/+2
* Replace rails_helper.rb with spec_helper.rb66741-remove-spec-rails_helper-rbAsh McKenzie2019-08-302-2/+2
* Add frozen_string_literal to spec/lib (part 1)Thong Kuah2019-07-265-0/+10
* Add documentation and testsManoj MJ2019-06-191-3/+2
* Add feature flag to disable LFS checkIgor2019-04-231-0/+12
* Remove protected_branch_creation feature flag59572-remove-protected-branch-creation-flagPatrick Bajao2019-04-221-75/+43
* Allow users to create protected branches via CLIPatrick Bajao2019-03-211-29/+51
* Move empty_repo check on its own58613-protected-branches-errorPatrick Bajao2019-03-071-18/+21
* Allow protected branch creation for empty projectPatrick Bajao2019-03-071-0/+15
* Allow protected branch creation via web and APIPatrick Bajao2019-03-061-0/+100
* Extract any-branch-allows-collaboration logic into dedicated methodDouwe Maan2019-01-021-1/+1
* Skip per-commit validations which have already passed on another change/branchFrancisco Javier López2018-12-281-0/+38
* CE port Refactor Gitlab::Checks::ChangeAccess classFrancisco Javier López2018-12-046-215/+305
* Fix typos in comments and specsGeorge Tsiolis2018-11-011-1/+1
* Iterating through commit list times outTiago Botelho2018-10-251-35/+23
* Adds tracing messages for slow git pushesTiago Botelho2018-10-253-2/+94
* Merge branch '27456-improve-feedback-when-dev-cannot-push-to-empty-repo' into...Douwe Maan2018-07-181-0/+10
|\
| * 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-0/+10
* | Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-2/+2
|/
* Force push is handled by Gitaly nowzj-force-push-opt-outZeger-Jan van de Weg2018-06-191-11/+7
* change wordingMark Chao2018-06-061-2/+2
* Add "deny disk access" Gitaly feature (tripswitch)Jacob Vosmaer (GitLab)2018-06-011-1/+3
* Remove permanent redirectsBob Van Landuyt2018-03-281-35/+8
* Limit queries to a user-branch combinationBob Van Landuyt2018-03-071-2/+3
* Allow abilities on forks while MR is openBob Van Landuyt2018-03-071-3/+3
* Incorporate Gitaly's RPCs for Gitlab::Git::LfsChangesgitaly-lfs-changesAlejandro Rodríguez2018-03-021-10/+12
* Avoid slow File Lock checks when not usedJames Edwards-Jones2018-02-191-2/+2
* Backport of LFS File Locking APIrd-35856-backport-lfs-file-locking-apiRubén Dávila2018-02-071-0/+39
* Merge branch 'master' into '26388-push-to-create-a-new-project'Douwe Maan2018-02-061-4/+6
|\
| * Refactor Gitlab::Git code related to LFS changes for Gitaly migrationgitaly-lfs-client-prepAlejandro Rodríguez2018-02-021-4/+6
* | Abstracts ProjectMoved and ProjectCreated into a BaseProjectTiago Botelho2018-02-062-31/+31
* | Move new project on push logic to a serviceTiago Botelho2018-02-062-46/+46
* | Add specsTiago Botelho2018-02-062-9/+55
|/
* Disable redirect messages for anonymous clonessh-handle-anonymous-clones-project-movedStan Hu2017-12-251-2/+1
* Fix Error 500s with anonymous clones for a project that has movedStan Hu2017-12-251-0/+7
* Allow git pull/push on project redirectsMayra Cabrera2017-12-081-0/+81
* Handle forks in Gitlab::Checks::LfsIntegrityjej/fix-lfs-integrity-with-forksJames Edwards-Jones2017-11-091-0/+21
* Moved LfsIntegrity specs to own fileJames Edwards-Jones2017-11-082-37/+59
* Replaced subject with subject.exec in spec/lib/gitlab/checks/change_access_sp...James Edwards-Jones2017-11-061-25/+19
* Prevent git push when LFS objects are missingJames Edwards-Jones2017-11-061-2/+53