summaryrefslogtreecommitdiff
path: root/spec/requests/api/internal_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab-ce/merg...Kamil Trzcinski2016-09-191-46/+0
* Refactored authentication code to make it a bit clearer, added test for wrong...Patricio Cano2016-09-151-4/+10
* Use special characters for `lfs+deploy-key` to prevent a someone from creatin...Patricio Cano2016-09-151-1/+1
* Better authentication handling, syntax fixes and better actor handling for LF...Patricio Cano2016-09-151-1/+1
* Refactored LFS auth logic when using SSH to use its own API endpoint `/lfs_au...Patricio Cano2016-09-151-9/+31
* Refactor LFS token logic to use a Redis key instead of a DB field, making it ...Patricio Cano2016-09-151-3/+3
* Added LFS support to SSHPatricio Cano2016-09-151-4/+22
* Minor edits to two_factor_recovery_codes API error catchingDrew Blessing2016-08-311-2/+2
* Add two factor recovery endpoint to internal APIDrew Blessing2016-08-241-0/+62
* api for generating new merge requestScott Le2016-08-111-0/+18
* Fix a bug where the project's repository path was returned instead of the wik...19842-cloning-a-gitlab-wiki-returns-the-repo-not-the-repo-s-wikiAlejandro Rodríguez2016-07-151-3/+11
* Rename `enabled_git_access_protocols` to singular.Patricio Cano2016-07-051-3/+3
* Add more tests to the allowed protocols featurePatricio Cano2016-07-051-5/+66