Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | 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 | |
| | | ||||||
* | | Merge branch 'master' of github.com:gitlabhq/gitlab-shell | Dmitriy Zaporozhets | 2013-08-26 | 4 | -4/+4 | |
|\ \ | ||||||
| * \ | Merge pull request #78 from jojosch/typo-fixes | Jacob Vosmaer | 2013-08-08 | 4 | -4/+4 | |
| |\ \ | | |/ | |/| | Fix typos | |||||
| | * | Fix typos | Johannes Schleifenbaum | 2013-07-29 | 4 | -4/+4 | |
| |/ | ||||||
* | | 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 | |||||
* | Merge branch 'remove_empty_post_receive' of ↵ | Dmitriy Zaporozhets | 2013-07-19 | 4 | -30/+7 | |
|\ | | | | | | | /home/git/repositories/gitlab/gitlab-shell | |||||
| * | Remove empty post-receive hook | Jacob Vosmaer | 2013-07-19 | 4 | -24/+7 | |
| | | ||||||
| * | Remove gitolite support from rewrite-hooks.sh | Jacob Vosmaer | 2013-07-19 | 1 | -14/+8 | |
|/ | ||||||
* | Merge branch 'avoid_sed_i' of /home/git/repositories/gitlab/gitlab-shell | Dmitriy Zaporozhets | 2013-07-19 | 2 | -4/+9 | |
|\ | ||||||
| * | Use Tempfile instead of `sed -i` | Jacob Vosmaer | 2013-07-19 | 2 | -3/+9 | |
| | | | | | | | | | | | | 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 | |
| | | ||||||
* | | Merge branch 'comments_in_default_hooks' of ↵ | Dmitriy Zaporozhets | 2013-07-19 | 2 | -3/+2 | |
|\ \ | |/ |/| | | | /home/git/repositories/gitlab/gitlab-shell | |||||
| * | Mention that users can edit the hooks | Jacob Vosmaer | 2013-07-19 | 2 | -3/+2 | |
|/ | ||||||
* | Time for 1.7.0v1.7.0 | Dmitriy Zaporozhets | 2013-07-18 | 2 | -1/+4 | |
| | ||||||
* | Ability to clear authorized_keys file | Dmitriy Zaporozhets | 2013-07-18 | 3 | -0/+11 | |
| | ||||||
* | Version 1.6v1.6.0 | Dmitriy Zaporozhets | 2013-07-16 | 1 | -1/+1 | |
| | ||||||
* | Update README with new methods | Dmitriy Zaporozhets | 2013-07-08 | 2 | -0/+24 | |
| | ||||||
* | Merge pull request #69 from ↵ | Dmitriy Zaporozhets | 2013-07-08 | 2 | -0/+98 | |
|\ | | | | | | | | | thomasbiddle/support_adding_and_removing_branches_and_tags Support adding and removing branches and tags | |||||
| * | Adding tests for the addition of create-branch, create-tag, rm-branch, rm-tag | TJ Biddle | 2013-06-20 | 1 | -0/+68 | |
| | | | | | | | | | | The previous commit has the code addition to support adding and removing branches and tags in a repository - This commit ensures basic test cases are supported. | |||||
| * | 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. | |||||
* | | gitlab-shell requires 1.9+ ruby | Dmitriy Zaporozhets | 2013-06-24 | 1 | -0/+3 | |
| | | ||||||
* | | Merge pull request #66 from nacengineer/patch-1 | Yves Senn | 2013-06-23 | 1 | -1/+1 | |
|\ \ | | | | | | | Update config.yml.example for grammar | |||||
| * | | Update config.yml.example for grammar | David Southard | 2013-06-12 | 1 | -1/+1 | |
|/ / | ||||||
* | | Version up to 1.5.0v1.5.0 | Dmitriy Zaporozhets | 2013-06-10 | 2 | -1/+7 | |
| | | ||||||
* | | Update head feature | Dmitriy Zaporozhets | 2013-06-10 | 3 | -1/+45 | |
| | | ||||||
* | | Merge pull request #56 from smashwilson/36-logger | Dmitriy Zaporozhets | 2013-06-10 | 11 | -21/+253 | |
|\ \ | | | | | | | Logger | |||||
| * | | Oops, Travis doesn't like absolute paths in the config file. | ash | 2013-05-18 | 1 | -1/+2 | |
| | | | ||||||
| * | | 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 | 4 | -10/+44 | |
| | | | ||||||
| * | | Use :warn instead of :error for invalid commands. | ash | 2013-05-18 | 4 | -6/+6 | |
| | | | ||||||
| * | | Logging throughout gitlab-shell. | ash | 2013-05-18 | 1 | -1/+10 | |
| | | | ||||||
| * | | Specs for logging in gitlab-shell. | ash | 2013-05-18 | 1 | -0/+26 | |
| | | | ||||||
| * | | Add logging-related keys to the example config. Use the same default for both. | ash | 2013-05-18 | 3 | -1/+7 | |
| | | | ||||||
| * | | 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 | |
| | | | ||||||
| * | | Specs for logging during failure cases of fork-project. | ash | 2013-05-18 | 1 | -1/+15 | |
| | | | ||||||
| * | | Log failure conditions encountered during mv-projects. | ash | 2013-05-18 | 1 | -6/+15 | |
| | | | ||||||
| * | | Specifications for the 'bad paths' in mv-projects, and logging. | ash | 2013-05-18 | 1 | -0/+20 | |
| | | |