summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/git_access_spec.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Don't use FFaker in factories, use sequences insteadRémy Coutable2017-04-031-4/+4
* Rename commit_file, commit_dir and remove_file and update specsDouwe Maan2017-02-241-3/+2
* Merge branch 'fix-git-access-specs' into 'master' Rémy Coutable2017-02-231-5/+14
|\
| * Fix GitAccess specsfix-git-access-specsSean McGivern2017-02-231-5/+14
* | Enable Style/WordArrayDouwe Maan2017-02-231-1/+1
|/
* Add traits for ProjectFeatures to Project factorySemyon Pupkov2017-02-051-2/+0
* Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2017-01-261-9/+9
|\
| * Use `:empty_project` where possible throughout spec/librs-empty_project-libRobert Speicher2017-01-251-9/+9
* | Merge branch 'master' into fix-git-hooks-when-creating-fileLin Jen-Shin2017-01-041-13/+27
|\ \ | |/
| * Use consistent names and move checks to the method,Lin Jen-Shin2016-12-201-3/+3
| * Fix an old copypasta: internal -> privateLin Jen-Shin2016-11-181-1/+1
| * We never check user privilege if it's a deploy keyLin Jen-Shin2016-11-181-18/+0
| * Introduce no_user_or_blocked? and fix tests due toLin Jen-Shin2016-11-161-2/+10
| * Fix a typo: acccess -> accessLin Jen-Shin2016-11-111-1/+1
| * Add more tests and fix write to project checkLin Jen-Shin2016-11-111-7/+31
| * Correct the test. Not sure why change it in the first placeLin Jen-Shin2016-11-111-1/+1
| * Merge remote-tracking branch 'upstream/master' into feature/1376-allow-write-...Lin Jen-Shin2016-11-101-31/+131
| |\
| * | Allow to add deploy keys with write-accessAli Ibrahim2016-08-171-4/+7
* | | Fix tests to use the new APILin Jen-Shin2016-12-081-1/+7
| |/ |/|
* | Merge branch 'fix-unathorized-cloning' into 'security'Douwe Maan2016-11-091-0/+25
* | Allow owners to fetch source code in CI buildsallow-owner-to-run-ci-buildsKamil Trzcinski2016-11-011-0/+8