summaryrefslogtreecommitdiff
path: root/lib/gitlab/backend
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pmq20/gitlab-ce-psvr/change-head' into 'master' Robert Speicher2016-04-151-13/+0
|\
| * Remove Gitlab::Shell#update_repository_head since it's not used anymorepmq20/gitlab-ce-psvr/change-headRémy Coutable2016-04-151-13/+0
* | Merge branch 'rugged-delete-tag' into 'master' Rémy Coutable2016-04-151-13/+0
|\ \
| * | Delete tags via ruggedRobert Schilling2016-04-151-13/+0
| |/
* | Remove unused backend methodsRobert Schilling2016-04-151-27/+0
|/
* Increase project import timeout from 4 minutes to 15 minutesDrew Blessing2016-02-041-1/+1
* fixed move project method in migrationJames Lopez2016-02-021-1/+1
* Merge gitlab.com:gitlab-org/gitlab-ceJeroen Nijhof2016-01-062-8/+21
|\
| * Fixed Rubocop offensesGabriel Mazetto2015-12-151-1/+1
| * Fix specsKamil Trzcinski2015-12-111-1/+1
| * Add runners tokenKamil Trzcinski2015-12-111-1/+1
| * Migrate CI::Project to ProjectKamil Trzcinski2015-12-111-1/+3
| * Store and show reason why import failed.Douwe Maan2015-11-181-3/+4
| * Add support for git lfs.lfsMarin Jankovski2015-11-161-1/+4
| * Switch to gitlab-workhorseJacob Vosmaer2015-10-291-1/+1
| * Fix cloning Wiki repositories via HTTPStan Hu2015-10-221-1/+8
* | Added housekeeping for git repositoriesJeroen Nijhof2015-10-211-0/+12
|/
* Merge branch 'master' into git-archive-golanggit-archive-golangDouwe Maan2015-10-151-1/+2
|\
| * Normalize space-like characters in keys before output to gitlab-shellrs-issue-2970Robert Speicher2015-10-081-1/+2
* | Let gitlab-git-http-server handle archive downloadsJacob Vosmaer2015-10-081-1/+8
|/
* Merge branch 'grack-auth-new-instance' into 'master'Dmitriy Zaporozhets2015-09-021-0/+8
|\
| * Avoid instance variable re-use troubleJacob Vosmaer2015-09-021-0/+8
* | Drone CI serviceKirilll Zaitsev2015-09-021-10/+15
|/
* Replace grack with gitlab-git-http-serverJacob Vosmaer2015-08-311-8/+8
* Revert "Merge branch 'revert-satellites' into 'master' "Dmitriy Zaporozhets2015-08-111-14/+0
* Revert "Merge branch 'drop-satellites'"Dmitriy Zaporozhets2015-08-111-0/+14
* Merge branch 'master' into drop-satellitesDmitriy Zaporozhets2015-08-042-2/+20
|\
| * Fix style pointsGitLab2015-07-282-8/+7
| * Send GL_ID to gitlab-git-http-server as JSONGitLab2015-07-281-3/+4
| * Handle missing @user during Git HTTP requestsGitLab2015-07-281-1/+10
| * Experimental support for gitlab-git-http-serverJacob Vosmaer2015-07-282-2/+11
* | Remove satellitesDmitriy Zaporozhets2015-07-151-14/+0
|/
* Fix downloading of patches on public merge requests when user logged outStan Hu2015-06-231-1/+3
* Move repository when project is removedDmitriy Zaporozhets2015-06-031-4/+10
* Remove Rack Attack monkey patches and bump to version 4.3.0Stan Hu2015-05-222-32/+0
* Warn when gitlab-shell version doesn't match requirement.shell-version-warningDouwe Maan2015-04-061-1/+1
* Merge branch 'api-internal-errors' into 'master'Dmitriy Zaporozhets2015-03-251-1/+1
|\
| * Refactor GitAccess to use instance variables.Douwe Maan2015-03-241-1/+1
* | Reduce Rack Attack false positives by clearing out auth failure count uponStan Hu2015-03-242-14/+62
|/
* Don't leak information about private project existence via Git-over-SSH/HTTP.Douwe Maan2015-03-021-24/+28
* Fix git-over-httpDmitriy Zaporozhets2015-02-231-0/+1
* Rubocop: no trailing newlinesDmitriy Zaporozhets2015-02-021-1/+0
* Rubocop enabled for: Use spaces inside hash literal bracesDmitriy Zaporozhets2015-02-021-4/+4
* an ability to clone project with oauth2 tokenValery Sizov2015-01-281-1/+13
* White-list requests from 127.0.0.1Jacob Vosmaer2015-01-061-4/+9
* Add more comments explaining how we block IPsJacob Vosmaer2014-12-181-1/+4
* Block Git HTTP Basic Auth after 10 failed attemptsJacob Vosmaer2014-12-151-2/+12
* Better message for failed pushes because of git hooksValery Sizov2014-11-181-1/+1
* Factor GITLAB_SHELL_VERSION get methodCiro Santilli2014-11-051-0/+7
* Don't output to stdout from lib non-interactive methodsCiro Santilli2014-11-051-13/+24