summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
| |/
* | Merge pull request #60 from amacarthur/fix-rewrite-hooksDmitriy Zaporozhets2013-06-101-1/+4
|\ \ | | | | | | added optional argument so to override default repo location
| * | added optional argument so to override default repo locationAngus MacArthur2013-05-291-1/+4
| |/
* | 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
| |/
* | Merge pull request #62 from knu/use_cert_storeDmitriy Zaporozhets2013-06-102-3/+23
|\ \ | |/ |/| Add ca_file/ca_path configuration options.
| * Add ca_file/ca_path configuration options.Akinori MUSHA2013-06-072-3/+23
|/
* Merge pull request #49 from mcfedr/patch-1Dmitriy Zaporozhets2013-04-301-0/+1
|\ | | | | Add message that repes_path should be real path
| * Add message that repes_path should be real pathmcfedr2013-04-221-0/+1
| | | | | | In the main gitlab config there is a message that this should be the real path, meaning it looks like it can be the symlinked path in this config, experience shows this is not the case.
* | Fix tests and version up to 1.4.0v1.4.0Dmitriy Zaporozhets2013-04-303-2/+5
| |
* | Merge pull request #51 from max-krasnyansky/rm-key-fixDmitriy Zaporozhets2013-04-301-1/+1
|\ \ | |/ |/| Regex used in rm-key command is too lax
| * 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.
* Let it be 1.3.0v1.3.0Dmitriy Zaporozhets2013-04-192-2/+4
|
* Fix and refactor redis commandDmitriy Zaporozhets2013-04-192-13/+23
|
* Merge pull request #39 from dex4er/bugfix_https_with_nonstandard_portDmitriy Zaporozhets2013-04-191-1/+1
|\ | | | | https can be served also on non-standard port
| * https can be served also on non-standard portPiotr Roszatycki2013-04-031-1/+1
| |
* | Merge pull request #35 from chr1831/masterDmitriy Zaporozhets2013-04-193-2/+28
|\ \ | | | | | | Added configuration options for custom redis servers as well as bin locations
| * | Refactored update hook as well as fixed a typo. GitlabConfig is now only ↵GitLab2013-04-101-6/+8
| | | | | | | | | | | | called once in the update hook.
| * | Forgot to update config.yml.example with socket directive... Fixed.GitLab2013-04-091-0/+1
| | |
| * | Added socket support to redis configuration directive per drf's request at ↵GitLab2013-04-091-1/+4
| | | | | | | | | | | | https://github.com/gitlabhq/gitlab-shell/pull/35
| * | Merge branch 'master' of github.com:chr1831/gitlab-shellChr18312013-03-290-0/+0
| |\ \
| | * | Added fallback to default to localhost if the redis configuration block is ↵Chr18312013-03-291-2/+6
| | | | | | | | | | | | | | | | missing in config.yml
| * | | Added fallback to default to localhost if the redis configuration block is ↵Chr18312013-03-291-2/+6
| |/ / | | | | | | | | | missing or empty in config.yml
| * | Added remote redis support to gitlab_update.rbChris2013-03-293-1/+17
| |/
* | Merge pull request #40 from jacargentina/patch-1Dmitriy Zaporozhets2013-04-191-0/+2
|\ \ | | | | | | Fix permissions for SSH with StricModes onn
| * | Fix permissions for SSH with StricModes onnJavier Castro2013-04-041-0/+2
| |/ | | | | | | | | | | I've installed following the instructions on Fedora 18, and would be nice to leave the permissions nicely for SSH daemons configured with StrictModes On (cause u can get as I got this... http://www.daveperrett.com/articles/2010/09/14/ssh-authentication-refused/) Cheers!
* | Merge pull request #45 from amacarthur/fork-featureDmitriy Zaporozhets2013-04-164-6/+68
|\ \ | | | | | | add fork_project command
| * | improve tests for forking from namespacesAngus MacArthur2013-04-161-5/+5
| | | | | | | | | | | | Change-Id: I0c343c03ee3f033641f9958030ac57d92296547d
| * | bug fix for namespaced project forkingagutong-dev2013-04-171-1/+1
| | |
| * | additional fork check and enhanced testsAngus MacArthur2013-04-162-6/+22
| | |
| * | more fixes for pull reuestAngus MacArthur2013-04-162-7/+16
| | | | | | | | | | | | Change-Id: I1b3d64d79187c414e326928a96427d1cc6176224
| * | fork fixes for upstream pullAngus MacArthur2013-04-164-4/+17
| | | | | | | | | | | | Change-Id: Ia48a93ccbfea6fdc0791ce25cf3e6291bfe7fa08