Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Put authorized_keys.lock in the .ssh directory | Jacob Vosmaer | 2014-05-30 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Use lock file when add or remove keys from authorized_keys file | Dmitriy Zaporozhets | 2014-04-18 | 1 | -14/+34 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This prevents concurrent modification of authorized_keys file Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | | | Merge pull request #145 from lsjostro/fix_env | Jacob Vosmaer | 2014-04-11 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Preserve LD_LIBRARY_PATH for Kernel::exec | |||||
| * | | | | set LD_LIBRARY_PATH for Kernel::exec | Lars Sjöström | 2014-03-26 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Fix fatal: bad object 0000 when do new branch push | Dmitriy Zaporozhets | 2014-04-03 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | | | Make force push detection actually work | Dmitriy Zaporozhets | 2014-04-03 | 2 | -2/+3 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | | | first setup to protect protected branched to force updates | Steven Thonus | 2014-03-25 | 2 | -2/+7 | |
|/ / / | | | | | | | | | | rebased for new code | |||||
* | | | Pass tag name to update hook too | Dmitriy Zaporozhets | 2014-03-20 | 1 | -6/+6 | |
| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | | Fix tests | Dmitriy Zaporozhets | 2014-03-19 | 1 | -2/+3 | |
| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | | Send api.allowed? request for both http and ssh push | Dmitriy Zaporozhets | 2014-03-19 | 2 | -21/+22 | |
| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | | Add gitlab-keys batch-add-keys | Jacob Vosmaer | 2014-03-14 | 1 | -0/+18 | |
| | | | | | | | | | | | | | | | This command is intended to be called by the GitLab Rails code when restoring an application backup. | |||||
* | | | Generate key_line in separate method | Jacob Vosmaer | 2014-03-14 | 1 | -1/+5 | |
| | | | ||||||
* | | | Add process wait for import | Dmitriy Zaporozhets | 2014-03-13 | 1 | -1/+3 | |
| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | | Dont import repo if exists | Dmitriy Zaporozhets | 2014-03-13 | 1 | -0/+3 | |
| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | | Merge branch 'import-timeout' into 'master'v1.8.3 | Dmitriy Zaporozhets | 2014-03-12 | 1 | -1/+19 | |
|\ \ \ | | | | | | | | | | | | | Import Timeout | |||||
| * | | | Use KILL instead of TERM | Dmitriy Zaporozhets | 2014-03-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
| * | | | Use Process spawn | Dmitriy Zaporozhets | 2014-03-12 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
| * | | | Add support for import repo timeout | Dmitriy Zaporozhets | 2014-03-12 | 1 | -1/+16 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | | | Explain why GitlabShell#exec_cmd has no tests | Jacob Vosmaer | 2014-03-12 | 1 | -0/+1 | |
|/ / / | ||||||
* | | | Fix typo in Kernel::exec options | Jacob Vosmaer | 2014-03-12 | 1 | -1/+1 | |
| | | | ||||||
* | | | Restrict env variables passed to git-xxx-pack | Jacob Vosmaer | 2014-03-07 | 1 | -2/+2 | |
| | | | ||||||
* | | | Make GitlabProjects#create_hooks a class method | Jacob Vosmaer | 2014-02-26 | 1 | -9/+9 | |
| | | | ||||||
* | | | Merge branch 'gitlab_keys_return_values' of ↵ | Dmitriy Zaporozhets | 2013-11-25 | 1 | -0/+3 | |
|\ \ \ | | | | | | | | | | | | | /home/git/repositories/gitlab/gitlab-shell | |||||
| * | | | Fix return values in GitlabKeys | Jacob Vosmaer | 2013-11-20 | 1 | -0/+3 | |
| | | | | ||||||
* | | | | Merge branch 'remove_open3' of /home/git/repositories/gitlab/gitlab-shell | Dmitriy Zaporozhets | 2013-11-21 | 2 | -2/+0 | |
|\ \ \ \ | ||||||
| * | | | | Remove unused open3 dependency | Jacob Vosmaer | 2013-11-19 | 2 | -2/+0 | |
| | | | | | ||||||
* | | | | | Removing extra space from the end of gitlab_update error messages | Jonathan A. Sternberg | 2013-11-20 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | Display error and send failure exit status if redis-cli fails | Jonathan A. Sternberg | 2013-11-20 | 1 | -1/+4 | |
| |/ / / |/| | | | | | | | | | | | | | | | This should help prevent a misconfigured redis causing silent failures and fix issue #108. | |||||
* | | | | Fix relative path detection for ssh://host:port/repo.git | Dmitriy Zaporozhets | 2013-11-20 | 1 | -1/+3 | |
|/ / / | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | | Escape repository path | Dmitriy Zaporozhets | 2013-11-13 | 1 | -1/+9 | |
| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | | Bypass shell and use stdlib JSON for GitlabUpdate | Jacob Vosmaer | 2013-11-08 | 2 | -5/+7 | |
| | | | ||||||
* | | | Separate options from arguments with -- | Jacob Vosmaer | 2013-11-07 | 1 | -4/+4 | |
| | | | ||||||
* | | | Prevent update-head fail if branch not present in refs/head | Dmitriy Zaporozhets | 2013-11-06 | 1 | -5/+0 | |
| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | | Merge branch 'banish_shell_from_gitlab_keys' of ↵ | Dmitriy Zaporozhets | 2013-11-05 | 1 | -3/+8 | |
|\ \ \ | | | | | | | | | | | | | /home/git/repositories/gitlab/gitlab-shell | |||||
| * | | | Use Ruby instead of the Bourne shell | Jacob Vosmaer | 2013-11-02 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Remove sed invocation from GitlabKeys | Jacob Vosmaer | 2013-11-02 | 1 | -2/+7 | |
| | | | | ||||||
* | | | | Remove chdirs from GitlabProjects | Jacob Vosmaer | 2013-11-05 | 1 | -4/+4 | |
|/ / / | ||||||
* | | | Bypass the shell in GitlabProjects | Jacob Vosmaer | 2013-11-01 | 1 | -14/+14 | |
| | | | ||||||
* | | | Refactor hook creation in GitlabProjects | Jacob Vosmaer | 2013-11-01 | 1 | -14/+10 | |
| | | | ||||||
* | | | Merge branch 'puts_instead_of_echo' of ↵ | Dmitriy Zaporozhets | 2013-10-31 | 1 | -3/+2 | |
|\ \ \ | | | | | | | | | | | | | /home/git/repositories/gitlab/gitlab-shell | |||||
| * | | | Use Kernel#open to append lines to authorized_keys | Jacob Vosmaer | 2013-10-31 | 1 | -3/+2 | |
| | |/ | |/| | ||||||
* | | | Version up to 1.7.2v1.7.2 | Dmitriy Zaporozhets | 2013-10-31 | 1 | -1/+1 | |
| | | | ||||||
* | | | Execute command directly without using shell | François Bobot | 2013-09-16 | 1 | -8/+8 | |
| |/ |/| | | | | | use Shellwords.shellwords for splitting origin_cmd instead of .split(' ') | |||||
* | | Merge branch 'master' of github.com:gitlabhq/gitlab-shell | Dmitriy Zaporozhets | 2013-08-26 | 2 | -2/+2 | |
|\ \ | ||||||
| * | | Fix typos | Johannes Schleifenbaum | 2013-07-29 | 2 | -2/+2 | |
| |/ | ||||||
* | | Fix issue when developers are able to push to protected branch | Dmitriy Zaporozhets | 2013-08-26 | 1 | -1/+1 | |
|/ | | | | | When that branch contain a '/' in the branch name. Fix for git over ssh | |||||
* | Remove empty post-receive hook | Jacob Vosmaer | 2013-07-19 | 1 | -4/+1 | |
| | ||||||
* | Use Tempfile instead of `sed -i` | Jacob Vosmaer | 2013-07-19 | 1 | -2/+5 | |
| | | | | | | The syntax for `sed -i` is incompatible between GNU sed and BSD sed. By Tempfile from the Ruby standard library we can avoid using the `-i` option of sed. | |||||
* | Remove unused require statement | Jacob Vosmaer | 2013-07-19 | 1 | -1/+0 | |
| | ||||||
* | Ability to clear authorized_keys file | Dmitriy Zaporozhets | 2013-07-18 | 1 | -0/+5 | |
| |