Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | 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 | |
| | ||||||
* | Merge pull request #69 from ↵ | Dmitriy Zaporozhets | 2013-07-08 | 1 | -0/+30 | |
|\ | | | | | | | | | thomasbiddle/support_adding_and_removing_branches_and_tags Support adding and removing branches and tags | |||||
| * | Support Adding and Removing of branches and tags | TJ (Thomas) Biddle | 2013-06-14 | 1 | -0/+30 | |
| | | | | | | | | | | | | | | | | | | This commit adds support to create and remove branches and tags from gitlab-shell. The code style was followed as closely as possible to the original. The purpose of this commit is that I will be adding support to the Gitlabhq (Gitlab) project in order to allow adding and removing of branches and tags through their API. | |||||
* | | Update head feature | Dmitriy Zaporozhets | 2013-06-10 | 1 | -1/+22 | |
| | | ||||||
* | | Merge pull request #56 from smashwilson/36-logger | Dmitriy Zaporozhets | 2013-06-10 | 6 | -17/+110 | |
|\ \ | | | | | | | Logger | |||||
| * | | Show an 'access denied' message on stderr. | ash | 2013-05-18 | 1 | -0/+1 | |
| | | | ||||||
| * | | Always log non-200 responses from the GitLab API. | ash | 2013-05-18 | 1 | -1/+5 | |
| | | | ||||||
| * | | Allow administrators to log users by key id (faster) or by username (clearer). | ash | 2013-05-18 | 2 | -8/+30 | |
| | | | ||||||
| * | | Use :warn instead of :error for invalid commands. | ash | 2013-05-18 | 2 | -2/+2 | |
| | | | ||||||
| * | | Logging throughout gitlab-shell. | ash | 2013-05-18 | 1 | -1/+10 | |
| | | | ||||||
| * | | Add logging-related keys to the example config. Use the same default for both. | ash | 2013-05-18 | 1 | -1/+1 | |
| | | | ||||||
| * | | Use a better error message if gitlab-keys gets an invalid command. | ash | 2013-05-18 | 1 | -1/+1 | |
| | | | ||||||
| * | | Log all GETs and responses at :debug. | ash | 2013-05-18 | 1 | -2/+6 | |
| | | | ||||||
| * | | Log during failure cases of fork-project. | ash | 2013-05-18 | 1 | -5/+14 | |
| | | | ||||||
| * | | Log failure conditions encountered during mv-projects. | ash | 2013-05-18 | 1 | -6/+15 | |
| | | | ||||||
| * | | Logging messages for successful commands. | ash | 2013-05-17 | 1 | -0/+7 | |
| | | | ||||||
| * | | Add log messages for gitlab_keys. | ash | 2013-05-17 | 1 | -0/+4 | |
| | | | ||||||
| * | | Add the logger and related configuration options. | ash | 2013-05-16 | 2 | -0/+24 | |
| |/ | ||||||
* | | Merge pull request #58 from encero/master | Dmitriy Zaporozhets | 2013-06-10 | 1 | -1/+1 | |
|\ \ | | | | | | | propably better ssh-key id finding in ARGV | |||||
| * | | ok last change in this code | GitLab | 2013-05-28 | 1 | -2/+0 | |
| | | | ||||||
| * | | fixed bad regex | GitLab | 2013-05-28 | 1 | -1/+3 | |
| | | | ||||||
| * | | propably better ssh key id finding in ARGV | GitLab | 2013-05-28 | 1 | -1/+1 | |
| |/ | ||||||
* | | Add ca_file/ca_path configuration options. | Akinori MUSHA | 2013-06-07 | 1 | -3/+21 | |
|/ | ||||||
* | Regex used in rm-key command is too lax | Max Krasnyansky | 2013-04-24 | 1 | -1/+1 | |
| | | | | | | Basically the issue is that 'gitlab-shell rm-key key-2' removes all keys that match "key-2" pattern. "key-20", "key-25", etc. This change makes the regex used in the sed command more strict. | |||||
* | Fix and refactor redis command | Dmitriy Zaporozhets | 2013-04-19 | 2 | -13/+23 | |
| |