Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | Do not clean LANG environment variable for the git hooks when working ↵ | Artem V. Navrotskiy | 2015-09-09 | 1 | -0/+1 | |
| | |/ | | | | | | | | | | | | | | | | through the SSH-protocol When cleaning this environment variable can be problems with the processing of non-ASCII data | |||||
| * | | Handle broken symlinks in create-hookscreate-hooks-broken-symlink | Jacob Vosmaer | 2015-08-12 | 1 | -4/+12 | |
| |/ | | | | | | | | | | | | | If a repository contained a broken symlink named 'hooks', this would raise ENOENT in lib/gitlab_projects.rb, which got ignored in bin/create-hooks. This commit fixes that by making sure we handle broken symlinks in lib/gitlab_projects.rb. | |||||
* | | Skip 'git annex init' when using 'gcryptsetup'no-init-on-gcryptsetup | Jacob Vosmaer | 2015-08-11 | 1 | -1/+6 | |
|/ | | | | | 'gcryptsetup' is a special git-annex feature that does its own initialization. | |||||
* | Merge branch 'git_annex_env_variable' | Dmitriy Zaporozhets | 2015-08-04 | 1 | -1/+11 | |
|\ | ||||||
| * | If git-annex is enabled set GIT_ANNEX_SHELL_LIMITED variable.git_annex_env_variable | Marin Jankovski | 2015-07-16 | 1 | -1/+11 | |
| | | ||||||
* | | Merge branch 'batch-add-keys-timeout' | Dmitriy Zaporozhets | 2015-07-17 | 1 | -1/+1 | |
|\ \ | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
| * | | Increase batch_add_keys lock timeout to 300 seconds | Jacob Vosmaer | 2015-07-16 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'faster-rm-key' into 'master' | Dmitriy Zaporozhets | 2015-07-17 | 1 | -8/+7 | |
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | Remove keys from authorized_keys in-place This will speed up the rm-key operation. The downside is that authorized_keys will not shrink when you remove a key. If this ever becomes a problem it can be fixed by running 'rake gitlab:shell:setup'. See merge request !66 | |||||
| * | | Remove keys from authorized_keys in-place | Jacob Vosmaer | 2015-07-16 | 1 | -8/+7 | |
| |/ | | | | | | | | | | | This will speed up the rm-key operation. The downside is that authorized_keys will not shrink when you remove a key. If this ever becomes a problem it can be fixed by running 'rake gitlab:shell:setup'. | |||||
* | | Add git-lfs-authenticate to command white list | Artem V. Navrotskiy | 2015-06-29 | 1 | -3/+16 | |
|/ | ||||||
* | Prevent keys with a very specific comment from accidentally being deleted. | Douwe Maan | 2015-04-14 | 1 | -2/+6 | |
| | ||||||
* | Merge branch 'list-ecdsa' into 'master' | Dmitriy Zaporozhets | 2015-04-13 | 1 | -1/+1 | |
|\ | | | | | | | | | | | | | | | Include ecdsa keys in `gitlab_keys list-keys`. Addresses internal issue https://dev.gitlab.org/gitlab/gitlab-shell/issues/31. See merge request !12 | |||||
| * | Include ecdsa keys in `gitlab_keys list-keys`.list-ecdsa | Douwe Maan | 2015-04-10 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-shell | Dmitriy Zaporozhets | 2015-04-13 | 3 | -24/+18 | |
|\ \ | ||||||
| * | | Refactor GitlabShell#exec a bit. | Douwe Maan | 2015-04-06 | 1 | -7/+9 | |
| | | | ||||||
| * | | GitlabShell doesn't need to set GL_ID at all. | Douwe Maan | 2015-04-06 | 1 | -5/+4 | |
| | | | ||||||
| * | | Move setting/unsetting of GL_ID from lib to executables. | Douwe Maan | 2015-04-06 | 2 | -12/+5 | |
| |/ | ||||||
* | | Merge pull request #212 from jirutka/patch-1 | Dmitriy Zaporozhets | 2015-04-10 | 2 | -1/+5 | |
|\ \ | |/ |/| | Allow to configure location of the secret file | |||||
| * | Allow to configure location of the secret file | Jakub Jirutka | 2015-02-08 | 2 | -1/+5 | |
| | | ||||||
* | | Write GitlabShell error to stderr.nice-error-message | Douwe Maan | 2015-04-06 | 1 | -18/+30 | |
| | | ||||||
* | | Write GitlabAccess error to stderr. | Douwe Maan | 2015-04-06 | 1 | -11/+10 | |
| | | ||||||
* | | Prevent character encoding issues by sending received changes as raw data. | Douwe Maan | 2015-03-15 | 1 | -1/+5 | |
| | | ||||||
* | | Fix post-receive broadcast message | Dmitriy Zaporozhets | 2015-03-04 | 1 | -1/+1 | |
| | | ||||||
* | | Enable rubocop rule | Dmitriy Zaporozhets | 2015-03-02 | 2 | -3/+3 | |
| | | ||||||
* | | Correct spelling: Symlinking is short for symbolic linking | Petrik de Heus | 2015-02-27 | 1 | -1/+1 | |
| | | ||||||
* | | Add tests. | Douwe Maan | 2015-02-23 | 1 | -2/+2 | |
| | | ||||||
* | | Return true from GitlabPostReceive to ensure custom hooks run. | Douwe Maan | 2015-02-23 | 1 | -1/+3 | |
| | | ||||||
* | | Fail early on invalid input (raise ... unless ...) | Jacob Vosmaer | 2015-02-20 | 1 | -34/+28 | |
| | | | | | | | | | | This intention of this change is to make the normal flow of execution easier to read, and to prevent mistakes in deeply nested if-else trees. | |||||
* | | Immediatly raise exception if git-annex is disabled | Dmitriy Zaporozhets | 2015-02-19 | 1 | -17/+25 | |
| | | ||||||
* | | Safer line sub for git-annex commandv2.5.2 | Dmitriy Zaporozhets | 2015-02-18 | 1 | -1/+1 | |
| | | ||||||
* | | Improve broadcast message logicv2.5.1 | Dmitriy Zaporozhets | 2015-02-18 | 2 | -8/+6 | |
| | | | | | | | | | | Expect broadcast message API endpoint to return 200 with empty JSON if no broadcast messages available | |||||
* | | Fix syntax of git init command | Dmitriy Zaporozhets | 2015-02-17 | 1 | -1/+1 | |
| | | ||||||
* | | Fix git-annex init repo | Dmitriy Zaporozhets | 2015-02-17 | 1 | -3/+3 | |
| | | ||||||
* | | Make fixes to pass rubocop | Dmitriy Zaporozhets | 2015-02-16 | 3 | -10/+10 | |
| | | ||||||
* | | Disable git-annex by default | Dmitriy Zaporozhets | 2015-02-16 | 1 | -1/+1 | |
| | | ||||||
* | | Add config option to disable git-annex | Dmitriy Zaporozhets | 2015-02-16 | 2 | -4/+8 | |
| | | ||||||
* | | Enable git-annex on first command | Dmitriy Zaporozhets | 2015-02-13 | 2 | -14/+14 | |
| | | ||||||
* | | Improve logging for git-annex | Dmitriy Zaporozhets | 2015-02-12 | 1 | -1/+4 | |
| | | ||||||
* | | Merge branch 'master' into git-annex | Dmitriy Zaporozhets | 2015-02-12 | 4 | -65/+79 | |
|\ \ | | | | | | | | | | | | | Conflicts: lib/gitlab_shell.rb | |||||
| * | | Log full Net::HTTP error. | Douwe Maan | 2015-02-12 | 2 | -2/+2 | |
| | | | ||||||
| * | | Show nice error message when internal API is unreachable. | Douwe Maan | 2015-02-11 | 4 | -23/+39 | |
| | | | ||||||
| * | | Refactor: Remove #tap for readability and performance and DRY up get/post. | Douwe Maan | 2015-02-11 | 1 | -40/+40 | |
| | | | ||||||
* | | | Enable git-annex validate access | GitLab | 2015-02-12 | 2 | -6/+10 | |
| | | | ||||||
* | | | Patch gitlab-shell to work with git-annex-shell | Dmitriy Zaporozhets | 2015-02-11 | 1 | -6/+38 | |
|/ / | ||||||
* | | Print broadcast message if one is available. | Douwe Maan | 2015-02-09 | 2 | -0/+50 | |
|/ | ||||||
* | Fix gitlab-shell access for any kind of branchv2.4.2 | Dmitriy Zaporozhets | 2015-01-28 | 1 | -1/+2 | |
| | ||||||
* | Join changes in GitlabNet library | Dmitriy Zaporozhets | 2015-01-28 | 1 | -1/+1 | |
| | ||||||
* | Return true if no action was needed during create_hooks. Log to logger ↵ | Marin Jankovski | 2015-01-16 | 1 | -1/+6 | |
| | | | | actions taken. | |||||
* | Merge branch 'master' of github.com:gitlabhq/gitlab-shellv2.4.1 | Dmitriy Zaporozhets | 2015-01-13 | 1 | -1/+1 | |
|\ | ||||||
| * | double quotes to single quotes | Christian González | 2015-01-02 | 1 | -1/+1 | |
| | |