summaryrefslogtreecommitdiff
path: root/spec/requests/api/internal_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Change from double click to single click to open dropdownch-test-2Clement Ho2017-06-061-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
* Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez2016-06-291-0/+2
* Use HTTP matchers if possibleZ.J. van de Weg2016-06-271-17/+17
* fixed merge conflict and refactored specsJames Lopez2016-02-291-6/+2
* updated internal.rb and spec based on MR feedbackJames Lopez2016-02-261-2/+8
* fix for projects ending in .wikiJames Lopez2016-02-241-0/+10
* Allow to configure gitlab_shell_secret locationJakub Jirutka2015-05-161-1/+1
* Improve broadcast message APIDmitriy Zaporozhets2015-02-181-1/+2
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-31/+31
* Add internal broadcast message API.Douwe Maan2015-02-071-12/+33
* Fix internal API for missing project or keyDmitriy Zaporozhets2014-12-011-3/+21
* Better message for failed pushes because of git hooksValery Sizov2014-11-181-8/+8
* add gitlab-shell identificationValery Sizov2014-10-151-5/+9
* /api/allowed use POST nowDmitriy Zaporozhets2014-09-031-3/+3