summaryrefslogtreecommitdiff
path: root/spec/requests/api/internal_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Gracefully handle orphaned write deploy keys in /internal/post_receivesh-handle-orphaned-deploy-keysStan Hu2017-12-241-0/+10
* 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-17/+21
* SSHUploadPack over Gitaly is now OptOutgitaly-ssh-upload-pack-opt-outKim "BKC" Carlbäcker2017-11-291-6/+2
* Use relative git object paths to construct absolute ones before setting Envfix/git-env-repo-pathsAhmad Sherif2017-11-141-10/+36
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-39/+39
* Implement /internal/pre-receive for shell operationsAlejandro Rodríguez2017-09-051-2/+18
* Return a value to check if redis is available on /internal/checkAlejandro Rodríguez2017-09-051-0/+11
* Implement /internal/post_receive unified endpoint for PostReceive tasksgitaly-shell-redisAlejandro Rodríguez2017-08-311-0/+89
* Enable Timecop safe mode32004-use-timecop-safe-modeRémy Coutable2017-08-111-5/+4
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
* Rename many path_with_namespace -> full_pathGabriel Mazetto2017-08-011-2/+2
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Renamed Gitaly servicesAndrew Newdigate2017-07-181-9/+9
* Handle case when BroadcastMessage.current is nilStan Hu2017-07-131-0/+11
* Support multiple Redis instances based on queue typePaul Charlton2017-07-111-1/+1
* Send Gitaly Repository with /api/internal/allowedgitaly-internal-allowed-send-repoKim "BKC" Carlbäcker2017-07-071-14/+60
* Add “Project moved” error to Git-over-SSHMichael Kozono2017-06-161-2/+60
* #13336 - display multiple messages in both the UI and git outputMike Ricketts2017-06-151-9/+31
* Prevent errors from non-functional notify_post_receive endpointfix-notify-post-receiveAlejandro Rodríguez2017-05-181-80/+81
* Generate and handle a gl_repository param to pass around componentsAlejandro Rodríguez2017-05-031-2/+75
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-2/+1
* Add a new Gitlab::UserActivities class to track user activitiesRémy Coutable2017-04-141-10/+8
* Remove user activities table and use redis instead of PG for recording activi...James Lopez2017-04-141-9/+11
* Add user activity service and spec. Also added relevant - NOT offline - migra...James Lopez2017-04-141-0/+13
* Set Git-specific env in /api/internal/allowedRémy Coutable2017-04-101-2/+19
* Change socket_path to gitaly_addressJacob Vosmaer2017-03-291-1/+1
* Separate GRPC channels per repository storageJacob Vosmaer2017-03-291-2/+2
* Add ability to disable Merge Request URL on pushAlex Sanford2017-03-171-1/+10
* Add internal endpoint to notify post-receive to Gitalygitaly-post-receiveAlejandro Rodríguez2017-03-011-0/+28
* Use `:empty_project` where possible in request specsrs-empty_project-requestsRobert Speicher2017-01-261-1/+1
* Revert "Merge branch 'revert-9cac0317' into 'master' "Grzegorz Bizon2017-01-231-6/+3
* Revert "Merge branch 'dont-persist-application-settings-in-test-env' into 'ma...Grzegorz Bizon2017-01-211-3/+6
* Merge branch 'dont-persist-application-settings-in-test-env' into 'master' Robert Speicher2017-01-201-6/+3
|\