summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/git_access_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Backport git access spec changes from EEbackport-git-access-spec-changesSean McGivern2016-10-181-6/+6
* | Post-merge improve of CI permissionsKamil Trzcinski2016-09-201-1/+1
* | Rename capabilities to authentication_abilitiesKamil Trzcinski2016-09-161-10/+10
* | Fix most of specsKamil Trzcinski2016-09-151-3/+11
* | Fix existing authorization specsKamil Trzcinski2016-09-151-5/+12
* | Add access specsKamil Trzcinski2016-09-151-23/+78
|/
* Fix ArgumentError in GitAccess specsJacob Vosmaer2016-08-041-6/+6
* Remove duplicate specs from `git_access_spec`Timothy Andrew2016-07-291-9/+7
* Admins count as masters too.Timothy Andrew2016-07-291-6/+24
* Fix all specs related to changes in !5081.Timothy Andrew2016-07-291-1/+1