summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge branch 'remove_open3' of /home/git/repositories/gitlab/gitlab-shellDmitriy Zaporozhets2013-11-212-2/+0
|\ \ \ \
| * | | | Remove unused open3 dependencyJacob Vosmaer2013-11-192-2/+0
| | | | |
* | | | | Removing extra space from the end of gitlab_update error messagesJonathan A. Sternberg2013-11-201-2/+2
| | | | |
* | | | | Display error and send failure exit status if redis-cli failsJonathan A. Sternberg2013-11-201-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.gitDmitriy Zaporozhets2013-11-201-1/+3
|/ / / | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Escape repository pathDmitriy Zaporozhets2013-11-131-1/+9
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Bypass shell and use stdlib JSON for GitlabUpdateJacob Vosmaer2013-11-082-5/+7
| | |
* | | Separate options from arguments with --Jacob Vosmaer2013-11-071-4/+4
| | |
* | | Prevent update-head fail if branch not present in refs/headDmitriy Zaporozhets2013-11-061-5/+0
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Merge branch 'banish_shell_from_gitlab_keys' of ↵Dmitriy Zaporozhets2013-11-051-3/+8
|\ \ \ | | | | | | | | | | | | /home/git/repositories/gitlab/gitlab-shell
| * | | Use Ruby instead of the Bourne shellJacob Vosmaer2013-11-021-1/+1
| | | |
| * | | Remove sed invocation from GitlabKeysJacob Vosmaer2013-11-021-2/+7
| | | |
* | | | Remove chdirs from GitlabProjectsJacob Vosmaer2013-11-051-4/+4
|/ / /
* | | Bypass the shell in GitlabProjectsJacob Vosmaer2013-11-011-14/+14
| | |
* | | Refactor hook creation in GitlabProjectsJacob Vosmaer2013-11-011-14/+10
| | |
* | | Merge branch 'puts_instead_of_echo' of ↵Dmitriy Zaporozhets2013-10-311-3/+2
|\ \ \ | | | | | | | | | | | | /home/git/repositories/gitlab/gitlab-shell
| * | | Use Kernel#open to append lines to authorized_keysJacob Vosmaer2013-10-311-3/+2
| | |/ | |/|
* | | Version up to 1.7.2v1.7.2Dmitriy Zaporozhets2013-10-311-1/+1
| | |
* | | Execute command directly without using shellFrançois Bobot2013-09-161-8/+8
| |/ |/| | | | | use Shellwords.shellwords for splitting origin_cmd instead of .split(' ')
* | Merge branch 'master' of github.com:gitlabhq/gitlab-shellDmitriy Zaporozhets2013-08-262-2/+2
|\ \
| * | Fix typosJohannes Schleifenbaum2013-07-292-2/+2
| |/
* | Fix issue when developers are able to push to protected branchDmitriy Zaporozhets2013-08-261-1/+1
|/ | | | | When that branch contain a '/' in the branch name. Fix for git over ssh
* Remove empty post-receive hookJacob Vosmaer2013-07-191-4/+1
|
* Use Tempfile instead of `sed -i`Jacob Vosmaer2013-07-191-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 statementJacob Vosmaer2013-07-191-1/+0
|
* Ability to clear authorized_keys fileDmitriy Zaporozhets2013-07-181-0/+5
|
* Merge pull request #69 from ↵Dmitriy Zaporozhets2013-07-081-0/+30
|\ | | | | | | | | thomasbiddle/support_adding_and_removing_branches_and_tags Support adding and removing branches and tags
| * Support Adding and Removing of branches and tagsTJ (Thomas) Biddle2013-06-141-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 featureDmitriy Zaporozhets2013-06-101-1/+22
| |
* | Merge pull request #56 from smashwilson/36-loggerDmitriy Zaporozhets2013-06-106-17/+110
|\ \ | | | | | | Logger
| * | Show an 'access denied' message on stderr.ash2013-05-181-0/+1
| | |
| * | Always log non-200 responses from the GitLab API.ash2013-05-181-1/+5
| | |
| * | Allow administrators to log users by key id (faster) or by username (clearer).ash2013-05-182-8/+30
| | |
| * | Use :warn instead of :error for invalid commands.ash2013-05-182-2/+2
| | |
| * | Logging throughout gitlab-shell.ash2013-05-181-1/+10
| | |
| * | Add logging-related keys to the example config. Use the same default for both.ash2013-05-181-1/+1
| | |
| * | Use a better error message if gitlab-keys gets an invalid command.ash2013-05-181-1/+1
| | |
| * | Log all GETs and responses at :debug.ash2013-05-181-2/+6
| | |
| * | Log during failure cases of fork-project.ash2013-05-181-5/+14
| | |
| * | Log failure conditions encountered during mv-projects.ash2013-05-181-6/+15
| | |
| * | Logging messages for successful commands.ash2013-05-171-0/+7
| | |
| * | Add log messages for gitlab_keys.ash2013-05-171-0/+4
| | |
| * | Add the logger and related configuration options.ash2013-05-162-0/+24
| |/
* | Merge pull request #58 from encero/masterDmitriy Zaporozhets2013-06-101-1/+1
|\ \ | | | | | | propably better ssh-key id finding in ARGV
| * | ok last change in this codeGitLab2013-05-281-2/+0
| | |
| * | fixed bad regexGitLab2013-05-281-1/+3
| | |
| * | propably better ssh key id finding in ARGVGitLab2013-05-281-1/+1
| |/
* | Add ca_file/ca_path configuration options.Akinori MUSHA2013-06-071-3/+21
|/
* Regex used in rm-key command is too laxMax Krasnyansky2013-04-241-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 commandDmitriy Zaporozhets2013-04-192-13/+23
|