summaryrefslogtreecommitdiff
path: root/spec/requests/git_http_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Added write_repository scope for personal access tokenHoratiu Eugen Vlad2019-04-151-5/+46
* Fix git clone revealing private repo's presenceMark Chao2019-02-191-64/+70
* Switch use of Rack::Request to ActionDispatch::RequestStan Hu2019-01-071-2/+2
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-3/+3
* CE port Refactor Gitlab::Checks::ChangeAccess classFrancisco Javier López2018-12-041-1/+1
* Disables Rack Attack by defaultTiago Botelho2018-07-251-0/+8
* Delete UserActivities and related workers43312-remove_user_activity_workersImre Farkas2018-07-181-3/+2
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-6/+6
* 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