Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Stub file writing in tests | Jacob Vosmaer | 2013-11-25 | 1 | -6/+11 | |
| | | | | ||||||
| * | | | Fix return values in GitlabKeys | Jacob Vosmaer | 2013-11-20 | 2 | -4/+26 | |
| | | | | ||||||
| * | | | Refactor file writing tests | Jacob Vosmaer | 2013-11-20 | 1 | -33/+34 | |
| | | | | ||||||
* | | | | 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 | |
| | | | | | ||||||
* | | | | | Merge branch 'fail_install' of /home/git/repositories/gitlab/gitlab-shell | Dmitriy Zaporozhets | 2013-11-21 | 1 | -1/+7 | |
|\ \ \ \ \ | ||||||
| * | | | | | Allow bin/install to signal failure on exit | Jacob Vosmaer | 2013-11-19 | 1 | -1/+7 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #109 from jsternberg/master | Jacob Vosmaer | 2013-11-20 | 2 | -5/+14 | |
|\ \ \ \ \ | | | | | | | | | | | | | Display error and send failure exit status if redis-cli fails | |||||
| * | | | | | Removing extra space from the end of gitlab_update error messages | Jonathan A. Sternberg | 2013-11-20 | 1 | -2/+2 | |
| | | | | | | ||||||
| * | | | | | Redis configuration check | Jonathan A. Sternberg | 2013-11-20 | 1 | -3/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | The bin/check script now checks if Redis is configured properly. | |||||
| * | | | | | 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. | |||||
* | | | | | Merge pull request #112 from Javex/master | Jacob Vosmaer | 2013-11-20 | 1 | -0/+1 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | Display appropriate error message on config error | |||||
| * | | | | Display appropriate error message on config error | javex | 2013-11-20 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | 1.7.9v1.7.9 | Dmitriy Zaporozhets | 2013-11-20 | 2 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | | | | 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> | |||||
* | | | | Merge branch 'cve_in_changelog' of /home/git/repositories/gitlab/gitlab-shell | Dmitriy Zaporozhets | 2013-11-18 | 1 | -4/+5 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Add CVEs to CHANGELOG | Jacob Vosmaer | 2013-11-18 | 1 | -4/+5 | |
|/ / / | ||||||
* | | | Version 1.7.8v1.7.8 | Dmitriy Zaporozhets | 2013-11-14 | 2 | -2/+5 | |
| | | | | | | | | | | | | 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> | |||||
* | | | Merge pull request #107 from tuminoid/patch-1 | Dmitriy Zaporozhets | 2013-11-11 | 1 | -0/+1 | |
|\ \ \ | | | | | | | | | Update .gitignore | |||||
| * | | | Update .gitignore | Tuomo Tanskanen | 2013-11-10 | 1 | -0/+1 | |
| | | | | | | | | | | | | Ignore gzipped logs as well. | |||||
* | | | | Merge pull request #110 from KaosMcRage/check_redis_bin | Dmitriy Zaporozhets | 2013-11-11 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | | | Check for redis-cli binary | |||||
| * | | | Check for redis-cli binary | KaosMcRage | 2013-11-11 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge branch 'refactor_redis' of /home/git/repositories/gitlab/gitlab-shellv1.7.7 | Dmitriy Zaporozhets | 2013-11-08 | 2 | -5/+7 | |
|\ \ \ | ||||||
| * | | | Bypass shell and use stdlib JSON for GitlabUpdate | Jacob Vosmaer | 2013-11-08 | 2 | -5/+7 | |
|/ / / | ||||||
* | | | Version 1.7.7 | Dmitriy Zaporozhets | 2013-11-08 | 2 | -1/+4 | |
| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | | Merge branch 'separate_options_from_args' of ↵ | Dmitriy Zaporozhets | 2013-11-07 | 1 | -4/+4 | |
|\ \ \ | | | | | | | | | | | | | /home/git/repositories/gitlab/gitlab-shell | |||||
| * | | | Separate options from arguments with -- | Jacob Vosmaer | 2013-11-07 | 1 | -4/+4 | |
|/ / / | ||||||
* | | | Version up to 1.7.6v1.7.6 | Dmitriy Zaporozhets | 2013-11-06 | 2 | -1/+4 | |
| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | | 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> | |||||
* | | | version 1.7.5 | Dmitriy Zaporozhets | 2013-11-05 | 2 | -1/+4 | |
| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | | Merge branch 'banish_shell_from_gitlab_keys' of ↵ | Dmitriy Zaporozhets | 2013-11-05 | 2 | -30/+46 | |
|\ \ \ | | | | | | | | | | | | | /home/git/repositories/gitlab/gitlab-shell | |||||
| * | | | More file writing tests for GitlabKeys | Jacob Vosmaer | 2013-11-05 | 1 | -27/+33 | |
| | | | | ||||||
| * | | | 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 | 2 | -7/+17 | |
| | | | | ||||||
* | | | | Merge branch 'clean_up_fork_and_import' of ↵ | Dmitriy Zaporozhets | 2013-11-05 | 1 | -4/+4 | |
|\ \ \ \ | |/ / / |/| | | | | | | | /home/git/repositories/gitlab/gitlab-shell | |||||
| * | | | Remove chdirs from GitlabProjects | Jacob Vosmaer | 2013-11-05 | 1 | -4/+4 | |
|/ / / | ||||||
* | | | Version 1.7.4v1.7.4 | Dmitriy Zaporozhets | 2013-11-01 | 2 | -1/+4 | |
| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | | Merge branch 'refactor_gitlab_projects' of ↵ | Dmitriy Zaporozhets | 2013-11-01 | 2 | -25/+22 | |
|\ \ \ | | | | | | | | | | | | | /home/git/repositories/gitlab/gitlab-shell | |||||
| * | | | Bypass the shell in GitlabProjects | Jacob Vosmaer | 2013-11-01 | 2 | -16/+16 | |
| | | | | ||||||
| * | | | Refactor hook creation in GitlabProjects | Jacob Vosmaer | 2013-11-01 | 2 | -16/+13 | |
| | | | | ||||||
* | | | | Version 1.7.3v1.7.3 | Dmitriy Zaporozhets | 2013-10-31 | 2 | -1/+4 | |
|/ / / | ||||||
* | | | Merge branch 'puts_instead_of_echo' of ↵ | Dmitriy Zaporozhets | 2013-10-31 | 2 | -5/+7 | |
|\ \ \ | | | | | | | | | | | | | /home/git/repositories/gitlab/gitlab-shell | |||||
| * | | | Use Kernel#open to append lines to authorized_keys | Jacob Vosmaer | 2013-10-31 | 2 | -5/+7 | |
| | |/ | |/| | ||||||
* | | | Version up to 1.7.2v1.7.2 | Dmitriy Zaporozhets | 2013-10-31 | 3 | -2/+5 | |
| | | | ||||||
* | | | Merge pull request #87 from bobot/master | Dmitriy Zaporozhets | 2013-10-31 | 2 | -10/+10 | |
|\ \ \ | | | | | | | | | Execute command directly without using shell | |||||
| * | | | Execute command directly without using shell | François Bobot | 2013-09-16 | 2 | -10/+10 | |
| | |/ | |/| | | | | | | | use Shellwords.shellwords for splitting origin_cmd instead of .split(' ') | |||||
* | | | Merge pull request #94 from f0k/improve-symlink-warning | Dmitriy Zaporozhets | 2013-10-31 | 1 | -1/+3 | |
|\ \ \ | |/ / |/| | | More detailed warning about symlinks in repos_path | |||||
| * | | More detailed warning about symlinks in repos_path | Jan Schlüter | 2013-09-17 | 1 | -1/+3 | |
|/ / | ||||||
* | | GitLab shell up to 1.7.1v1.7.1 | Dmitriy Zaporozhets | 2013-08-26 | 2 | -1/+4 | |
| | |