summaryrefslogtreecommitdiff
path: root/spec/requests/git_http_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Don't allow blocked users to authenticate through other meansMarkus Koller2017-03-071-2/+10
* Add traits for ProjectFeatures to Project factorySemyon Pupkov2017-02-051-8/+4
* Use `:empty_project` where possible in request specsrs-empty_project-requestsRobert Speicher2017-01-261-1/+1
* Fix access to the wiki code via HTTP when repository feature disabledDouglas Barbosa Alexandre2017-01-251-0/+22
* Merge remote-tracking branch 'upstream/master' into feature/1376-allow-write-...Lin Jen-Shin2016-12-201-1/+1
|\
| * Validate access token scopes in `Gitlab::Auth`Timothy Andrew2016-12-161-1/+1
* | Fix tests and also add tests for non-existing repoLin Jen-Shin2016-12-101-1/+15
|/
* Merge branch 'fix-unathorized-cloning' into 'security'Douwe Maan2016-11-091-0/+32
* Revert "Update git over http test to match new routing"dz-handle-unmatched-routesDmitriy Zaporozhets2016-10-151-2/+3
* Merge branch '20708-new-branch-is-immediatelly-tagged-as-merged' into 'master' Douwe Maan2016-10-121-2/+2
|\
| * refactors tests because of gitlab-test repository changes20708-new-branch-is-immediatelly-tagged-as-mergedtiagonbotelho2016-10-111-2/+2
* | Update git over http test to match new routingDmitriy Zaporozhets2016-10-101-3/+2
|/
* Added git http requests tests for user with LDAP identityHoratiu Eugen Vlad2016-09-281-324/+333
* Post-merge improve of CI permissionsKamil Trzcinski2016-09-201-3/+3
* Improve authentication_result usageKamil Trzcinski2016-09-161-2/+2
* Simplify checking of allowed abilities in git_http_client_controllerKamil Trzcinski2016-09-161-1/+1
* Added builds_spec and git_http_specsKamil Trzcinski2016-09-151-7/+62
* Fix existing authorization specsKamil Trzcinski2016-09-151-5/+4
* Verify JWT messages from gitlab-workhorseJacob Vosmaer2016-09-051-1/+17
* Project tools visibility levelFelipe Artur2016-09-011-1/+2
* Refactor `find_for_git_client` method to not use assignment in conditionals a...Patricio Cano2016-08-171-10/+8
* Deny Git over HTTP access to users that have 2FA enabled, unless they use a P...Patricio Cano2016-08-161-0/+41
* Merge branch 'git-http-push-check' into 'master' Robert Speicher2016-08-081-5/+5
|\
| * Stop 'git push' over HTTP earlyJacob Vosmaer2016-08-031-5/+5
* | Enable Style/SpaceAroundEqualsInParameterDefault coprubocop/SpaceAroundEqualsInParameterDefaultGabriel Mazetto2016-08-061-4/+4
|/
* Groundwork for Kerberos SPNEGO (EE feature)Jacob Vosmaer2016-07-011-12/+15
* Use HTTP matchers if possibleZ.J. van de Weg2016-06-271-24/+24
* Fix spec description typo18451-track-new-redis-connectionsSean McGivern2016-06-141-1/+1
* Add test for getting info/refs from repoSean McGivern2016-06-091-0/+28
* Ensure only IDs ending in .git perform git actionsfix-git-http-routingSean McGivern2016-06-091-1/+54
* Add parenthesesJacob Vosmaer2016-06-081-4/+4
* Specify that oauth cannot push codeJacob Vosmaer2016-04-291-0/+19
* Remove trivial 'let'Jacob Vosmaer2016-04-221-6/+5
* More tests, better descriptionsJacob Vosmaer2016-04-061-12/+27
* RubocopJacob Vosmaer2016-04-061-2/+2
* Add some upload specsJacob Vosmaer2016-03-241-3/+60
* Whitespace!Jacob Vosmaer2016-03-241-2/+2
* Spec Www-AuthenticateJacob Vosmaer2016-03-241-0/+6
* Remove useless "describe"Jacob Vosmaer2016-03-241-120/+117
* Add test for gitlab_shell.upload_pack config settingJacob Vosmaer2016-03-241-1/+14
* Whitespace, remove unused methodJacob Vosmaer2016-03-241-14/+10
* Test both GET and POST for git-upload-packJacob Vosmaer2016-03-241-45/+67
* Test Grack::Auth via a request specJacob Vosmaer2016-03-231-0/+190