summaryrefslogtreecommitdiff
path: root/spec/requests/api/internal_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove the mr_push_options feature flagLuke Duncalfe2019-05-171-12/+0
* Whitelist query limits for internal APIStan Hu2019-05-031-1/+3
* Fix logic in Api::Internal testfix-logic-in-43263-git-push-option-to-create-mr-testLuke Duncalfe2019-04-171-4/+2
* Feature flag for merge requestion push optionsLuke Duncalfe2019-04-091-0/+14
* Refactor PushOptionsHandlerService from reviewLuke Duncalfe2019-04-091-14/+12
* Use Gitlab::PushOptions for `ci.skip` push optionLuke Duncalfe2019-04-091-1/+1
* Change double quote strings to single quotesLuke Duncalfe2019-04-091-19/+19
* Support merge request create with push optionsLuke Duncalfe2019-04-091-0/+61
* Fall back to project repository type by defaultBob Van Landuyt2019-04-051-0/+16
* Allow console messages be sent to gitlab-shell9217-warn-on-git-fetch-over-ssh-if-the-secondary-is-lagging-the-primaryAsh McKenzie2019-04-041-0/+34
* Allow multiple repositories per projectBob Van Landuyt2019-03-261-3/+3
* Remove fake repository_path responseFabio Papa2019-03-121-4/+0
* Merge branch 'bvl-internal-auth-using-header' into 'master'Nick Thomas2019-03-121-0/+15
|\
| * Authenticate the internal API using a headerBob Van Landuyt2019-03-111-0/+15
* | Add spec for `/api/internal/discover` without userBob Van Landuyt2019-03-111-0/+8
|/
* Include gl_project_path in API /internal/allowed responseStan Hu2019-02-161-0/+4
* Include expires_in for LFS authentication payload57353-git-push-fails-on-large-lfs-files-where-the-push-take-a-long-timeAsh McKenzie2019-02-151-0/+1
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRĂ©my Coutable2019-01-241-4/+4
* Add support for Git push options, specifically ci.skipJonathon Reinhart2018-12-311-2/+8
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-61/+81
* Merge branch '55433-un-revert-https-gitlab-com-gitlab-org-gitlab-ce-commit-00...Yorick Peterse2018-12-171-5/+3
|\
| * Revert "Revert "LfsToken uses JSONWebToken::HMACToken by default""Ash McKenzie2018-12-171-5/+3
* | Remove rails4 specific codeJasper Maes2018-12-161-11/+4
|/
* Revert "LfsToken uses JSONWebToken::HMACToken by default"🤖 GitLab Bot 🤖2018-12-051-3/+5
* LfsToken uses JSONWebToken::HMACToken by defaultAsh McKenzie2018-12-051-5/+3
* Revert "Merge branch 'blackst0ne-update-push-new-merge-request-url' into 'mas...Douwe Maan2018-11-071-3/+3
* Merge branch 'blackst0ne-update-push-new-merge-request-url' into 'master'Douwe Maan2018-10-291-3/+3
|\
| * Make new merge request URL more friendly when pushing codeblackst0ne2018-10-231-3/+3
* | Adds tracing messages for slow git pushesTiago Botelho2018-10-251-0/+18
|/
* Add receive_max_input_size setting to Application settingsRubén Dávila2018-09-071-0/+20
* Update /api/v4/allowedAsh McKenzie2018-09-061-14/+62
* Use Projects::UpdateService to archive projectsJames Ramsay2018-08-031-1/+1
* Add support for SSH certificate authenticationÆvar Arnfjörð Bjarmason2018-08-011-5/+60
* Delete UserActivities and related workers43312-remove_user_activity_workersImre Farkas2018-07-181-8/+8
* Deny repository disk access in development and testJacob Vosmaer (GitLab)2018-06-141-1/+0
* Rails 5 fix unknown keywords: changes, key_id, project, gl_repository, action...Jasper Maes2018-06-061-3/+14
* Return '/' as a bogus repo path to gitlab-shellzj-internal-repo-pathJacob Vosmaer2018-05-251-4/+4
* Don't pass the repository path to Gitlab ShellZeger-Jan van de Weg2018-05-171-6/+6
* Remove support for absolute dirs from Git::EnvJacob Vosmaer (GitLab)2018-03-301-35/+14
* Send Gitaly payload for git-upload-archive SSH commandsAlejandro RodrĂ­guez2018-03-211-0/+6
* fix specsgitaly-git-mandatoryKim "BKC" Carlbäcker2018-03-071-26/+2
* Fix repo existence check in GitAccessWikiJacob Vosmaer (GitLab)2018-02-221-1/+1
* Use hashed storage in the specs40744-hashed-storage-specsNick Thomas2018-02-071-45/+21
* Moves project creationg to git access check for git pushTiago Botelho2018-02-061-26/+0
* Abstracts ProjectMoved and ProjectCreated into a BaseProjectTiago Botelho2018-02-061-6/+18
* Move new project on push logic to a serviceTiago Botelho2018-02-061-4/+15
* Add specsTiago Botelho2018-02-061-10/+26
* Default to Gitaly for 'git push' HTTP/SSH, and make Gitaly mandatory for SSH ...Jacob Vosmaer (GitLab)2018-01-221-28/+13
* Fix typo in spec/requests/api/internal_spec.rbJames Edwards-Jones2018-01-081-1/+1
* Backport authorized_keys branch 'find-key-by-fingerprint'Pablo Carranza2018-01-081-0/+48