summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version up to 1.7.2v1.7.2Dmitriy Zaporozhets2013-10-313-2/+5
* Merge pull request #87 from bobot/masterDmitriy Zaporozhets2013-10-312-10/+10
|\
| * Execute command directly without using shellFrançois Bobot2013-09-162-10/+10
* | Merge pull request #94 from f0k/improve-symlink-warningDmitriy Zaporozhets2013-10-311-1/+3
|\ \ | |/ |/|
| * More detailed warning about symlinks in repos_pathJan Schlüter2013-09-171-1/+3
|/
* GitLab shell up to 1.7.1v1.7.1Dmitriy Zaporozhets2013-08-262-1/+4
* Merge branch 'master' of github.com:gitlabhq/gitlab-shellDmitriy Zaporozhets2013-08-264-4/+4
|\
| * Merge pull request #78 from jojosch/typo-fixesJacob Vosmaer2013-08-084-4/+4
| |\
| | * Fix typosJohannes Schleifenbaum2013-07-294-4/+4
| |/
* | Fix issue when developers are able to push to protected branchDmitriy Zaporozhets2013-08-261-1/+1
|/
* Merge branch 'remove_empty_post_receive' of /home/git/repositories/gitlab/git...Dmitriy Zaporozhets2013-07-194-30/+7
|\
| * Remove empty post-receive hookJacob Vosmaer2013-07-194-24/+7
| * Remove gitolite support from rewrite-hooks.shJacob Vosmaer2013-07-191-14/+8
|/
* Merge branch 'avoid_sed_i' of /home/git/repositories/gitlab/gitlab-shellDmitriy Zaporozhets2013-07-192-4/+9
|\
| * Use Tempfile instead of `sed -i`Jacob Vosmaer2013-07-192-3/+9
| * Remove unused require statementJacob Vosmaer2013-07-191-1/+0
* | Merge branch 'comments_in_default_hooks' of /home/git/repositories/gitlab/git...Dmitriy Zaporozhets2013-07-192-3/+2
|\ \ | |/ |/|
| * Mention that users can edit the hooksJacob Vosmaer2013-07-192-3/+2
|/
* Time for 1.7.0v1.7.0Dmitriy Zaporozhets2013-07-182-1/+4
* Ability to clear authorized_keys fileDmitriy Zaporozhets2013-07-183-0/+11
* Version 1.6v1.6.0Dmitriy Zaporozhets2013-07-161-1/+1
* Update README with new methodsDmitriy Zaporozhets2013-07-082-0/+24
* Merge pull request #69 from thomasbiddle/support_adding_and_removing_branches...Dmitriy Zaporozhets2013-07-082-0/+98
|\
| * Adding tests for the addition of create-branch, create-tag, rm-branch, rm-tagTJ Biddle2013-06-201-0/+68
| * Support Adding and Removing of branches and tagsTJ (Thomas) Biddle2013-06-141-0/+30
* | gitlab-shell requires 1.9+ rubyDmitriy Zaporozhets2013-06-241-0/+3
* | Merge pull request #66 from nacengineer/patch-1Yves Senn2013-06-231-1/+1
|\ \
| * | Update config.yml.example for grammarDavid Southard2013-06-121-1/+1
|/ /
* | Version up to 1.5.0v1.5.0Dmitriy Zaporozhets2013-06-102-1/+7
* | Update head featureDmitriy Zaporozhets2013-06-103-1/+45
* | Merge pull request #56 from smashwilson/36-loggerDmitriy Zaporozhets2013-06-1011-21/+253
|\ \
| * | Oops, Travis doesn't like absolute paths in the config file.ash2013-05-181-1/+2
| * | 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-184-10/+44
| * | Use :warn instead of :error for invalid commands.ash2013-05-184-6/+6
| * | Logging throughout gitlab-shell.ash2013-05-181-1/+10
| * | Specs for logging in gitlab-shell.ash2013-05-181-0/+26
| * | Add logging-related keys to the example config. Use the same default for both.ash2013-05-183-1/+7
| * | 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
| * | Specs for logging during failure cases of fork-project.ash2013-05-181-1/+15
| * | Log failure conditions encountered during mv-projects.ash2013-05-181-6/+15
| * | Specifications for the 'bad paths' in mv-projects, and logging.ash2013-05-181-0/+20
| * | Add logging specs for gitlab-keys.ash2013-05-171-0/+21
| * | Logging messages for successful commands.ash2013-05-171-0/+7
| * | Specs for logging in gitlab_projects.ash2013-05-171-1/+40
| * | Add log messages for gitlab_keys.ash2013-05-171-0/+4
| * | Add the logger and related configuration options.ash2013-05-162-0/+24
| |/