summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* sends message if the project is above the memory limitmemory-limittiagonbotelho2016-08-282-3/+18
* Sentinel connection parameters in `config.yml` fileGabriel Mazetto2016-08-181-0/+6
* Merge branch 'dup-frozen-argv-key' into 'master' Robert Speicher2016-08-111-1/+2
|\
| * In order to use chomp! on the input later, we need to dup the ARGV input stri...dup-frozen-argv-keyDJ Mountney2016-08-101-1/+2
* | Merge branch 'feature/new-merge-request-url' into 'master' Douwe Maan2016-08-112-1/+36
|\ \ | |/ |/|
| * print new merge request urls after push receivedScott Le2016-08-122-1/+36
* | Update the keys permission check to open the file in write mode.DJ Mountney2016-08-101-2/+2
* | Changes proposed during reviewJacob Vosmaer2016-08-101-1/+1
* | Defense in depth for authorized_keys linesJacob Vosmaer2016-08-051-0/+5
* | Refactor 'GitlabKey' class awaysmall-fixesJacob Vosmaer2016-08-041-15/+11
* | Add permission check tests, improve checkauthorized-keys-permission-checkJacob Vosmaer2016-08-031-3/+3
* | Improve authorized_keys checkJacob Vosmaer2016-08-021-0/+13
* | Manage authorized_keys permissions continuouslykeys-chmodJacob Vosmaer2016-08-011-4/+11
|/
* Track ongoing pushes and reject mv-storage commands if there are push running...mv-storageAlejandro Rodríguez2016-07-273-3/+76
* Add command to move repositories between repository storagesAlejandro Rodríguez2016-07-271-0/+32
* Allow gitlab-project's fork-project command to fork projects between differen...Alejandro Rodríguez2016-07-261-1/+8
* Add an error message when using shell commands with incompatible GitLab versionsAlejandro Rodríguez2016-07-061-0/+1
* 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-053-3/+3
* Simplify protocol assign, and populate ENV['PROTOCOL'] variable when calling ...Patricio Cano2016-07-051-1/+2
* Allow GitLab Shell to check for allowed access based on the used Git protocol.Patricio Cano2016-07-053-5/+7
* use STDERR to output error messagesValery Sizov2016-07-051-3/+3
* Refactor repository paths handling to allow multiple git mount pointsshardsAlejandro Rodríguez2016-06-297-42/+34
* 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 'simplify-access-status' into 'master' Valery Sizov2016-06-231-5/+4
|\ \
| * | Simplify the GitAccessStatus classsimplify-access-statusJacob Vosmaer2016-06-231-5/+4
| |/
* | Update PostReceive worker to provide enqueued_at timeenqueued_at_for_jobsPaco Guzman2016-06-231-1/+6
|/
* Put redis library in lib/vendor/ and adjust LOAD_PATHuse-redis-rb-clientStan Hu2016-05-1216-20/+21
* Add redis-rb as a vendored libraryStan Hu2016-05-1216-2/+5284
* Use Redis Ruby client instead of shelling out to redis-cliStan Hu2016-05-123-26/+25
* Remove the update-head command since GitLab doesn't use it anymoreRémy Coutable2016-04-281-17/+0
* Revert "Remove unused #list_remote_tags"revert-53Rémy Coutable2016-04-251-0/+22
* Update post receive worker so it logs a unique JID in sidekiqaiionx/gitlab-shell-aiionx-post_receive_jidaiionx2016-04-191-2/+4
* Remove branch functionalityRobert Schilling2016-04-191-15/+0
* Remove rm-tag commandRobert Schilling2016-04-181-7/+0
* Remove unused #list_remote_tagsRobert Schilling2016-04-161-22/+0
* Revert "Do not prune objects during 'git gc'"Jacob Vosmaer2016-04-061-1/+1
* Add new command to list tags from a remote repo.Rubén Dávila2016-03-311-1/+24
* Add the ability to fetch remote repo without tags.gl_ee_issue_116Rubén Dávila2016-03-301-2/+6
* Add encoding for the ssh key on the urlPablo Carranza2016-03-241-1/+1
* Change use of fingerprint for whole keyPablo Carranza2016-03-241-2/+2
* Change API endpoint to authorized_keysPablo Carranza2016-03-241-1/+1
* Add authorized keys bin script to find keys by fingerprintPablo Carranza2016-03-243-13/+19
* Add ssh-key resource get to gitlab_netPablo Carranza2016-03-241-0/+5
* Add new commands: push-branches and delete-remote-branches.Rubén Dávila2016-03-211-0/+43
* get git annex to work when using custom SSH portJames Lopez2016-03-161-3/+2
* Do not prune objects during 'git gc'Jacob Vosmaer2016-03-141-1/+1
* Remove redundant `|| false`Douwe Maan2016-03-031-1/+1