summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Be more consistent about default gitlab_urlremove-trailing-slashesJacob Vosmaer2015-12-111-1/+1
* Remove trailing slashes from gitlab_urlJacob Vosmaer2015-12-111-1/+1
* Revert "Run git-lfs-authenticate script with original command line arguments"Dmitriy Zaporozhets2015-11-251-2/+0
* Merge branch 'mirror-repository' into 'master' Robert Speicher2015-11-171-6/+35
|\
| * Add fetch-remote commandDouwe Maan2015-11-111-0/+25
| * Exit with non-zero status when import-repository failsDouwe Maan2015-11-111-6/+10
* | Revert "Merge branch 'use-load-path' into 'master' "Dmitriy Zaporozhets2015-11-121-5/+1
* | Merge branch 'y/httpunix2' into 'master' Dmitriy Zaporozhets2015-11-122-1/+60
|\ \
| * | Add support to connect gitlab-shell to Unicorn via UNIX socketKirill Smelkov2015-11-102-1/+60
| |/
* | use SHELL_ROOT_PATH variable to set ROOT_PATHPirate Praveen2015-11-101-1/+5
|/
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-shell into no-init-on-g...Jacob Vosmaer2015-10-012-4/+15
|\
| * Merge branch 'bozaro/gitlab-shell-git-lfs-authenticate'Dmitriy Zaporozhets2015-09-101-0/+2
| |\
| | * Run git-lfs-authenticate script with original command line argumentsArtem V. Navrotskiy2015-09-091-0/+2
| * | Merge branch 'bozaro/gitlab-shell-lang'Dmitriy Zaporozhets2015-09-101-0/+1
| |\ \
| | * | Do not clean LANG environment variable for the git hooks when working through...Artem V. Navrotskiy2015-09-091-0/+1
| | |/
| * | Handle broken symlinks in create-hookscreate-hooks-broken-symlinkJacob Vosmaer2015-08-121-4/+12
| |/
* | Skip 'git annex init' when using 'gcryptsetup'no-init-on-gcryptsetupJacob Vosmaer2015-08-111-1/+6
|/
* Merge branch 'git_annex_env_variable'Dmitriy Zaporozhets2015-08-041-1/+11
|\
| * If git-annex is enabled set GIT_ANNEX_SHELL_LIMITED variable.git_annex_env_variableMarin Jankovski2015-07-161-1/+11
* | Merge branch 'batch-add-keys-timeout'Dmitriy Zaporozhets2015-07-171-1/+1
|\ \
| * | Increase batch_add_keys lock timeout to 300 secondsJacob Vosmaer2015-07-161-1/+1
* | | Merge branch 'faster-rm-key' into 'master' Dmitriy Zaporozhets2015-07-171-8/+7
|\ \ \ | |_|/ |/| |
| * | Remove keys from authorized_keys in-placeJacob Vosmaer2015-07-161-8/+7
| |/
* | Add git-lfs-authenticate to command white listArtem V. Navrotskiy2015-06-291-3/+16
|/
* Prevent keys with a very specific comment from accidentally being deleted.Douwe Maan2015-04-141-2/+6
* Merge branch 'list-ecdsa' into 'master'Dmitriy Zaporozhets2015-04-131-1/+1
|\
| * Include ecdsa keys in `gitlab_keys list-keys`.list-ecdsaDouwe Maan2015-04-101-1/+1
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-shellDmitriy Zaporozhets2015-04-133-24/+18
|\ \
| * | Refactor GitlabShell#exec a bit.Douwe Maan2015-04-061-7/+9
| * | GitlabShell doesn't need to set GL_ID at all.Douwe Maan2015-04-061-5/+4
| * | Move setting/unsetting of GL_ID from lib to executables.Douwe Maan2015-04-062-12/+5
| |/
* | Merge pull request #212 from jirutka/patch-1Dmitriy Zaporozhets2015-04-102-1/+5
|\ \ | |/ |/|
| * Allow to configure location of the secret fileJakub Jirutka2015-02-082-1/+5
* | Write GitlabShell error to stderr.nice-error-messageDouwe Maan2015-04-061-18/+30
* | Write GitlabAccess error to stderr.Douwe Maan2015-04-061-11/+10
* | Prevent character encoding issues by sending received changes as raw data.Douwe Maan2015-03-151-1/+5
* | Fix post-receive broadcast messageDmitriy Zaporozhets2015-03-041-1/+1
* | Enable rubocop ruleDmitriy Zaporozhets2015-03-022-3/+3
* | Correct spelling: Symlinking is short for symbolic linkingPetrik de Heus2015-02-271-1/+1
* | Add tests.Douwe Maan2015-02-231-2/+2
* | Return true from GitlabPostReceive to ensure custom hooks run.Douwe Maan2015-02-231-1/+3
* | Fail early on invalid input (raise ... unless ...)Jacob Vosmaer2015-02-201-34/+28
* | Immediatly raise exception if git-annex is disabledDmitriy Zaporozhets2015-02-191-17/+25
* | Safer line sub for git-annex commandv2.5.2Dmitriy Zaporozhets2015-02-181-1/+1
* | Improve broadcast message logicv2.5.1Dmitriy Zaporozhets2015-02-182-8/+6
* | Fix syntax of git init commandDmitriy Zaporozhets2015-02-171-1/+1
* | Fix git-annex init repoDmitriy Zaporozhets2015-02-171-3/+3
* | Make fixes to pass rubocopDmitriy Zaporozhets2015-02-163-10/+10
* | Disable git-annex by defaultDmitriy Zaporozhets2015-02-161-1/+1
* | Add config option to disable git-annexDmitriy Zaporozhets2015-02-162-4/+8