summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Refactor 'GitlabKey' class awaysmall-fixesJacob Vosmaer2016-08-042-16/+12
* Improve output from redis checkJacob Vosmaer2016-08-041-1/+7
* Bump version to 3.3.2v3.3.2Douwe Maan2016-08-032-1/+4
* Merge branch 'authorized-keys-permission-check' into 'master' Douwe Maan2016-08-033-6/+36
|\
| * Add permission check tests, improve checkauthorized-keys-permission-checkJacob Vosmaer2016-08-032-4/+23
| * Improve authorized_keys checkJacob Vosmaer2016-08-022-5/+16
|/
* Bump version to 3.3.1v3.3.1Douwe Maan2016-08-012-1/+4
* Merge branch 'keys-chmod' into 'master' Douwe Maan2016-08-013-7/+12
|\
| * Manage authorized_keys permissions continuouslykeys-chmodJacob Vosmaer2016-08-013-7/+12
|/
* Version 3.3.0v3.3.0Jacob Vosmaer2016-07-271-1/+1
* Merge branch 'mv-storage' into 'master' Jacob Vosmaer (GitLab)2016-07-278-2/+232
|\
| * Track ongoing pushes and reject mv-storage commands if there are push running...mv-storageAlejandro Rodríguez2016-07-278-4/+162
| * Add command to move repositories between repository storagesAlejandro Rodríguez2016-07-273-0/+72
|/
* Bump version to 3.2.1v3.2.1Douwe Maan2016-07-261-1/+1
* Merge branch '51-gitlab-project-s-fork_project-command-doesn-t-work-if-the-pr...Douwe Maan2016-07-263-8/+43
|\
| * Allow gitlab-project's fork-project command to fork projects between differen...Alejandro Rodríguez2016-07-263-8/+43
|/
* Merge branch 'remove-env-set' into 'master' Robert Speicher2016-07-213-10/+4
|\
| * Remove spaceremove-env-setJacob Vosmaer2016-07-201-1/+1
| * More ENV.deleteJacob Vosmaer2016-07-201-1/+1
| * Unset GL_ID and GL_PROTOCOL immediatelyJacob Vosmaer2016-07-202-9/+3
|/
* Merge branch '48-regression-in-v3-1-0-vs-v3-0-0' into 'master' v3.2.0Stan Hu2016-07-062-0/+2
|\
| * Add an error message when using shell commands with incompatible GitLab versionsAlejandro Rodríguez2016-07-062-0/+2
|/
* Merge branch 'add-allowed-protocols-support' into 'master' Douwe Maan2016-07-0611-17/+150
|\
| * Bump VERSION to 3.2.0add-allowed-protocols-supportPatricio Cano2016-07-052-2/+4
| * Make use of a constant for the used SSH protocolPatricio Cano2016-07-051-2/+3
| * Rename ENV['PROTOCOL'] to ENV['GL_PROTOCOL'] and make it mandatory with no fa...Patricio Cano2016-07-055-11/+11
| * Added better tests for the protocol checkPatricio Cano2016-07-054-1/+126
| * Simplify protocol assign, and populate ENV['PROTOCOL'] variable when calling ...Patricio Cano2016-07-053-5/+4
| * Added CHANGELOG itemPatricio Cano2016-07-051-0/+1
| * Allow GitLab Shell to check for allowed access based on the used Git protocol.Patricio Cano2016-07-054-6/+11
|/
* Merge branch 'remove-hound-config' into 'master' Stan Hu2016-07-051-3/+0
|\
| * Remove hound configremove-hound-configRobert Schilling2016-07-051-3/+0
|/
* Merge branch 'user_stderr' into 'master' Stan Hu2016-07-051-3/+3
|\
| * use STDERR to output error messagesValery Sizov2016-07-051-3/+3
|/
* Merge branch 'shards' into 'master' v3.1.0Yorick Peterse2016-06-3017-150/+172
|\
| * Refactor repository paths handling to allow multiple git mount pointsshardsAlejandro Rodríguez2016-06-2917-150/+172
|/
* Merge branch 'custom-hook-output' into 'master' Stan Hu2016-06-261-29/+16
|\
| * Simplify custom hook output handlingcustom-hook-outputJacob Vosmaer2016-06-241-29/+16
|/
* Merge branch 'gitlab-redis' into 'master' Stan Hu2016-06-233-2/+3
|\
| * Put Redis loading code in one placegitlab-redisJacob Vosmaer2016-06-233-2/+3
* | Merge branch 'no-argf' into 'master' Robert Speicher2016-06-232-2/+2
|\ \
| * | ARGF does more than we wantJacob Vosmaer2016-06-232-2/+2
|/ /
* | Merge branch 'simplify-access-status' into 'master' Valery Sizov2016-06-233-9/+8
|\ \
| * | Simplify the GitAccessStatus classsimplify-access-statusJacob Vosmaer2016-06-233-9/+8
| |/
* | Merge branch 'enqueued_at_for_jobs' into 'master' Yorick Peterse2016-06-233-2/+12
|\ \ | |/ |/|
| * Update PostReceive worker to provide enqueued_at timeenqueued_at_for_jobsPaco Guzman2016-06-233-2/+12
|/
* Version 3.0.0v3.0.0Jacob Vosmaer2016-05-231-1/+1
* Merge branch 'use-redis-rb-client' into 'master' Jacob Vosmaer (GitLab)2016-05-1625-79/+5391
|\
| * Put redis library in lib/vendor/ and adjust LOAD_PATHuse-redis-rb-clientStan Hu2016-05-1219-34/+26
| * Remove unnecessary statement in MakefileStan Hu2016-05-121-1/+0