summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/checks
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replaces `tag: true` into `:tag` in the specsJacopo2017-10-071-1/+1
* Use Gitlab::Git's Popen on that module's codegitlab-git-popenAlejandro Rodríguez2017-09-201-2/+2
* Migrate force push check to Gitalyfeature/migrate-force-push-check-to-gitalyAhmad Sherif2017-08-111-1/+1
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-272-2/+2
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-2/+6
* Refactor to let GitAccess errors bubble upMichael Kozono2017-06-051-34/+23
* Add confirm delete protected branch modalSam Rose2017-05-081-25/+62
* Enable RSpec/FilePath copenable-spec-file-name-copSean McGivern2017-04-261-3/+3
* Renamed ProtectedTag push_access_levels to create_access_levelsJames Edwards-Jones2017-04-041-1/+1
* Protected Tags prevents all updates instead of just force pushes.James Edwards-Jones2017-04-041-45/+38
* Moved Project#protected_branch? to ProtectedBranch, similar for tagsJames Edwards-Jones2017-04-031-1/+1
* Protected Tags enforced over gitJames Edwards-Jones2017-03-311-1/+41
* Backport changes from gitlab-org/gitlab-ee!1406adam-backport-ee-1406Adam Niedzielski2017-03-131-2/+10
* Use `:empty_project` where possible throughout spec/librs-empty_project-libRobert Speicher2017-01-252-2/+2
* Remove useless permission checks in Gitlab::Checks::ChangeAccess25018-gitlab-checks-changeaccess-looks-for-user-permissions-that-don-t-existRémy Coutable2017-01-121-3/+0
* Check the exit code while invoking git in the force push check.Timothy Andrew2016-12-161-0/+19