summaryrefslogtreecommitdiff
path: root/spec/requests/api/internal_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix specs for internal apiDmitriy Zaporozhets2014-09-021-2/+1
* Remove rails observers from applicationDmitriy Zaporozhets2014-06-171-3/+0
* Added API testing groupJeroen van Baarsen2014-04-111-1/+1
* Archiving old projects; archived projects aren't shown on dashboardSteven Thonus2013-12-161-0/+27
* Drop support of root namespace in modelHiroyuki Sato2013-09-171-0/+2
* allow all git-upload-* commands for deploy keysJakub Zienkiewicz2013-07-301-0/+36
* Refactor API classes. So api classes like Gitlab::Issues become API::IssuesDmitriy Zaporozhets2013-05-141-2/+2
* fix api internal testDmitriy Zaporozhets2013-03-111-1/+1
* block user should not be able to pushDmitriy Zaporozhets2013-03-071-28/+49
* specs for api/internalDmitriy Zaporozhets2013-02-261-0/+103