summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/git_access_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Autofixed some untranslated stringsi18n-copLuke Bennett2019-01-311-7/+7
* 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
* Address review commentsNick Thomas2017-08-301-12/+8
* Rework the permissions model for SSH key restrictionsNick Thomas2017-08-301-6/+6
* Add settings for minimum key strength and allowed key typeNick Thomas2017-08-301-0/+42
* Move GitHooksService to Gitlab::GitJacob Vosmaer2017-08-231-1/+1
* Reduce duplication in GitAccess spec around error messagesrs-git-access-spec-speedRobert Speicher2017-08-181-35/+36
* Greatly reduce test duration for git_access_specRobert Speicher2017-08-181-111/+93
* Use described_class when possibleRémy Coutable2017-07-271-3/+3
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Add “Project moved” error to Git-over-SSHMichael Kozono2017-06-161-1/+42
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-17/+51
* Clarify error messagesMichael Kozono2017-06-051-2/+2
* Refactor to let GitAccess errors bubble upMichael Kozono2017-06-051-85/+102
* Move CI access logic into GitAccessMichael Kozono2017-06-051-1/+127
* RefactorMichael Kozono2017-06-051-6/+6
* Check disabled commands in GitAccess insteadMichael Kozono2017-06-051-1/+42
* Add confirm delete protected branch modalSam Rose2017-05-081-1/+1
* Refactor changing files in web UIDouwe Maan2017-04-201-1/+1