summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/git_access_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-102/+0
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-11/+49
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-9/+108
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-6/+17
* Add latest changes from gitlab-org/security/gitlab@13-3-stable-eeGitLab Bot2020-09-011-14/+118
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-38/+19
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-140/+10
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-051-5/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-261-36/+36
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-061-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-281-0/+26
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-071-1/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-081-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-101-0/+13
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-1/+1
* Add documentation and testsManoj MJ2019-06-191-1/+1
* [master] Check access rights when creating/updating ProtectedRefsFrancisco Javier López2019-01-311-15/+8
* Don't run single change checks when changes are unknownDouwe Maan2019-01-021-1/+7
* Move magic '_any' string to constantDouwe Maan2019-01-021-5/+5
* Skip per-commit validations which have already passed on another change/branchFrancisco Javier López2018-12-281-3/+15
* Adds tracing messages for slow git pushesTiago Botelho2018-10-251-0/+10
* Remove Gitlab::Git::Repository#rugged and Gollum codeAlejandro Rodríguez2018-10-021-15/+14
* Remove Repository#path memoizationJacob Vosmaer (GitLab)2018-07-121-10/+2
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-14/+14
* Backport some changes from EERubén Dávila2018-07-091-10/+14
* Eliminate N+1 queries in LFS file locks checks during a pushsh-optimize-locks-check-ceStan Hu2018-06-181-0/+16
* Find and mark more Git disk access locationsJacob Vosmaer (GitLab)2018-06-051-15/+17
* Add username to terms message in git and API callsbvl-add-username-to-terms-messageBob Van Landuyt2018-05-241-1/+1
* Allow triggered builds git accessBob Van Landuyt2018-05-111-0/+16
* Block access to API & git when terms are enforcedBob Van Landuyt2018-05-101-1/+77
* Increase test suite around deploy tokens behaviorMayra Cabrera2018-04-061-3/+46
* Include ProjectDeployTokensMayra Cabrera2018-04-061-12/+4
* Implement 'read_repo' for DeployTokensMayra Cabrera2018-04-061-0/+27
* Automatically cleanup stale worktrees and lock files upon a pushStan Hu2018-04-061-0/+14
* Allow HTTP(s) when git request is made by GitLab CITomasz Maczukin2018-04-051-1/+23
* Remove permanent redirectsBob Van Landuyt2018-03-281-48/+11
* Respond 404 when repo does not existmk/fix-error-code-for-repo-does-not-existMichael Kozono2018-02-241-0/+13
* Only check LFS integrity for first branch in pushjej/fix-slow-lfs-object-checkJames Edwards-Jones2018-02-151-2/+17
* Check ability ability before proceeding with project specific checksTiago Botelho2018-02-061-7/+7
* Moves project creationg to git access check for git pushTiago Botelho2018-02-061-48/+180
* Abstracts ProjectMoved and ProjectCreated into a BaseProjectTiago Botelho2018-02-061-23/+7
* Move new project on push logic to a serviceTiago Botelho2018-02-061-10/+3
* Add specsTiago Botelho2018-02-061-0/+79
* Adds remote messsage when project is created in a push over SSH or HTTPTiago Botelho2018-02-061-9/+11
* Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into 'securit...Douwe Maan2018-01-161-9/+5
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-5/+5
* Allow git pull/push on project redirectsMayra Cabrera2017-12-081-10/+50
* Replaces `tag: true` into `:tag` in the specsJacopo2017-10-071-2/+2
* Create idea of read-only databasetc-geo-read-only-ideaToon Claes2017-10-061-0/+23