summaryrefslogtreecommitdiff
path: root/spec/requests/api/internal_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Adds proposal for 26388 refactor26388-refactor-proposalTiago Botelho2018-02-051-26/+0
* Abstracts ProjectMoved and ProjectCreated into a BaseProjectTiago Botelho2018-01-311-6/+18
* Move new project on push logic to a serviceTiago Botelho2018-01-311-4/+15
* Add specsTiago Botelho2018-01-311-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
|\
| * Don't persist ApplicationSetting in test envdont-persist-application-settings-in-test-envRémy Coutable2017-01-151-6/+3
* | Replace many :project with :empty_projects in API specsuse-empty_project-factory-in-api-specsRémy Coutable2017-01-171-2/+2
|/
* Changed API spec files to describe the correct classLivier2016-11-281-1/+1
* Merge branch 'fix-tests-for-different-host' into 'master' Rémy Coutable2016-11-181-1/+1
|\
| * Use `Gitlab.config.gitlab.host` over `'localhost'`fix-tests-for-different-hostLin Jen-Shin2016-11-181-1/+1
* | Rely on Gitlab::Shell public API, not reading internal files it may use24599-spec-lib-gitlab-backend-shell_spec-rb-causes-other-specs-to-failRémy Coutable2016-11-181-1/+1
|/
* Fix POST /internal/allowed to cope with gitlab-shell v4.0.0 project pathsNick Thomas2016-11-161-5/+31
* Handle LFS token creation and retrieval in the same method, and in the same R...lfs-ssh-authorization-fixPatricio Cano2016-09-281-2/+2
* Revert "Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab...lfs-supportKamil Trzcinski2016-09-191-0/+46