summaryrefslogtreecommitdiff
path: root/spec/requests/git_http_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixes rejected pushes from maintainersbvl-fix-maintainer-push-rejectedBob Van Landuyt2018-06-111-0/+17
* Allow triggered builds git accessBob Van Landuyt2018-05-111-0/+53
* Remove permanent redirectsBob Van Landuyt2018-03-281-18/+8
* Remove some easy cases of 'path_to_repo' useJacob Vosmaer (GitLab)2018-03-281-1/+1
* Make oauth provider login genericHoratiu Eugen Vlad2018-03-051-3/+3
* Moved o_auth/saml/ldap modules under gitlab/authHoratiu Eugen Vlad2018-02-281-5/+5
* Respond 404 when repo does not existmk/fix-error-code-for-repo-does-not-existMichael Kozono2018-02-241-3/+3
* Fix repo existence check in GitAccessWikiJacob Vosmaer (GitLab)2018-02-221-4/+4
* Use hashed storage in the specs40744-hashed-storage-specsNick Thomas2018-02-071-1/+1
* Check ability ability before proceeding with project specific checksTiago Botelho2018-02-061-2/+2
* Abstracts ProjectMoved and ProjectCreated into a BaseProjectTiago Botelho2018-02-061-4/+4
* Add specsTiago Botelho2018-02-061-7/+31
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-8/+8
* Allow git pull/push on project redirectsMayra Cabrera2017-12-081-4/+4
* Allow password authentication to be disabled entirelyMarkus Koller2017-11-231-1/+1
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-44/+44
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-2/+2
* Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto2017-08-011-21/+21
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Merge branch 'fixes-for-internal-auth-disabled' into 'master'Sean McGivern2017-07-141-1/+1
|\
| * Fixes needed when GitLab sign-in is not enabledRobin Bobbitt2017-07-131-1/+1
* | Support multiple Redis instances based on queue typePaul Charlton2017-07-111-1/+1
|/
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Add specific test caseMichael Kozono2017-06-161-0/+20
* Add “Project moved” error to Git-over-HTTPMichael Kozono2017-06-161-1/+28
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-5/+18
* Merge branch 'pat-msg-on-auth-failure' into 'master'Rémy Coutable2017-06-091-4/+39
|\
| * Instruct user to use a personal access token for Git over HTTPRobin Bobbitt2017-06-071-4/+39
* | Blob#load_all_data! doesn’t need an argumentblob-load-all-dataDouwe Maan2017-06-071-1/+1
|/
* Clarify error messagesMichael Kozono2017-06-051-3/+3
* Move CI access logic into GitAccessMichael Kozono2017-06-051-25/+33
* Fix Git over HTTP specMichael Kozono2017-06-051-252/+364
* Merge branch '30305-oauth-token-push-code' into 'master' Rémy Coutable2017-04-241-2/+2
|\
| * Allow OAuth clients to push code30305-oauth-token-push-codeTimothy Andrew2017-04-131-2/+2
* | Fix user activities HTTP clone specSean McGivern2017-04-171-7/+8
* | Use a proper matcherRémy Coutable2017-04-141-1/+3
* | Fix `last_activity_at` to `last_activity_on`Rémy Coutable2017-04-141-1/+1
* | Fix git HTTP specSean McGivern2017-04-141-1/+1
* | Add user activity service and spec. Also added relevant - NOT offline - migra...James Lopez2017-04-141-0/+6
|/
* 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