Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Add logging specs for gitlab-keys. | ash | 2013-05-17 | 1 | -0/+21 | |
| | | | ||||||
| * | | Logging messages for successful commands. | ash | 2013-05-17 | 1 | -0/+7 | |
| | | | ||||||
| * | | Specs for logging in gitlab_projects. | ash | 2013-05-17 | 1 | -1/+40 | |
| | | | ||||||
| * | | 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 #60 from amacarthur/fix-rewrite-hooks | Dmitriy Zaporozhets | 2013-06-10 | 1 | -1/+4 | |
|\ \ | | | | | | | added optional argument so to override default repo location | |||||
| * | | added optional argument so to override default repo location | Angus MacArthur | 2013-05-29 | 1 | -1/+4 | |
| |/ | ||||||
* | | 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 | |
| |/ | ||||||
* | | Merge pull request #62 from knu/use_cert_store | Dmitriy Zaporozhets | 2013-06-10 | 2 | -3/+23 | |
|\ \ | |/ |/| | Add ca_file/ca_path configuration options. | |||||
| * | Add ca_file/ca_path configuration options. | Akinori MUSHA | 2013-06-07 | 2 | -3/+23 | |
|/ | ||||||
* | Merge pull request #49 from mcfedr/patch-1 | Dmitriy Zaporozhets | 2013-04-30 | 1 | -0/+1 | |
|\ | | | | | Add message that repes_path should be real path | |||||
| * | Add message that repes_path should be real path | mcfedr | 2013-04-22 | 1 | -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.0 | Dmitriy Zaporozhets | 2013-04-30 | 3 | -2/+5 | |
| | | ||||||
* | | Merge pull request #51 from max-krasnyansky/rm-key-fix | Dmitriy Zaporozhets | 2013-04-30 | 1 | -1/+1 | |
|\ \ | |/ |/| | Regex used in rm-key command is too lax | |||||
| * | 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. | |||||
* | Let it be 1.3.0v1.3.0 | Dmitriy Zaporozhets | 2013-04-19 | 2 | -2/+4 | |
| | ||||||
* | Fix and refactor redis command | Dmitriy Zaporozhets | 2013-04-19 | 2 | -13/+23 | |
| | ||||||
* | Merge pull request #39 from dex4er/bugfix_https_with_nonstandard_port | Dmitriy Zaporozhets | 2013-04-19 | 1 | -1/+1 | |
|\ | | | | | https can be served also on non-standard port | |||||
| * | https can be served also on non-standard port | Piotr Roszatycki | 2013-04-03 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #35 from chr1831/master | Dmitriy Zaporozhets | 2013-04-19 | 3 | -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 ↵ | GitLab | 2013-04-10 | 1 | -6/+8 | |
| | | | | | | | | | | | | called once in the update hook. | |||||
| * | | Forgot to update config.yml.example with socket directive... Fixed. | GitLab | 2013-04-09 | 1 | -0/+1 | |
| | | | ||||||
| * | | Added socket support to redis configuration directive per drf's request at ↵ | GitLab | 2013-04-09 | 1 | -1/+4 | |
| | | | | | | | | | | | | https://github.com/gitlabhq/gitlab-shell/pull/35 | |||||
| * | | Merge branch 'master' of github.com:chr1831/gitlab-shell | Chr1831 | 2013-03-29 | 0 | -0/+0 | |
| |\ \ | ||||||
| | * | | Added fallback to default to localhost if the redis configuration block is ↵ | Chr1831 | 2013-03-29 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | missing in config.yml | |||||
| * | | | Added fallback to default to localhost if the redis configuration block is ↵ | Chr1831 | 2013-03-29 | 1 | -2/+6 | |
| |/ / | | | | | | | | | | missing or empty in config.yml | |||||
| * | | Added remote redis support to gitlab_update.rb | Chris | 2013-03-29 | 3 | -1/+17 | |
| |/ | ||||||
* | | Merge pull request #40 from jacargentina/patch-1 | Dmitriy Zaporozhets | 2013-04-19 | 1 | -0/+2 | |
|\ \ | | | | | | | Fix permissions for SSH with StricModes onn | |||||
| * | | Fix permissions for SSH with StricModes onn | Javier Castro | 2013-04-04 | 1 | -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-feature | Dmitriy Zaporozhets | 2013-04-16 | 4 | -6/+68 | |
|\ \ | | | | | | | add fork_project command | |||||
| * | | improve tests for forking from namespaces | Angus MacArthur | 2013-04-16 | 1 | -5/+5 | |
| | | | | | | | | | | | | Change-Id: I0c343c03ee3f033641f9958030ac57d92296547d | |||||
| * | | bug fix for namespaced project forking | agutong-dev | 2013-04-17 | 1 | -1/+1 | |
| | | | ||||||
| * | | additional fork check and enhanced tests | Angus MacArthur | 2013-04-16 | 2 | -6/+22 | |
| | | | ||||||
| * | | more fixes for pull reuest | Angus MacArthur | 2013-04-16 | 2 | -7/+16 | |
| | | | | | | | | | | | | Change-Id: I1b3d64d79187c414e326928a96427d1cc6176224 | |||||
| * | | fork fixes for upstream pull | Angus MacArthur | 2013-04-16 | 4 | -4/+17 | |
| | | | | | | | | | | | | Change-Id: Ia48a93ccbfea6fdc0791ce25cf3e6291bfe7fa08 | |||||
| * | | add fork_project command | Angus MacArthur | 2013-04-11 | 2 | -1/+25 | |
|/ / | ||||||
* | | added travis to readme. added ruby 2.0.0 to travis | Dmitriy Zaporozhets | 2013-04-09 | 2 | -3/+3 | |
|/ | ||||||
* | Merge pull request #30 from regru/master | Dmitriy Zaporozhets | 2013-03-26 | 1 | -0/+4 | |
|\ | | | | | Update CHANGELOG | |||||
| * | Update CHANGELOG | Akzhan Abdulin | 2013-03-26 | 1 | -0/+4 | |
|/ | ||||||
* | Merge pull request #16 from docwhat/exec | Dmitriy Zaporozhets | 2013-03-25 | 2 | -30/+83 | |
|\ | | | | | Improve gitlab_shell spec and replace `system()` with `exec()` | |||||
| * | Randomize config.repos_path in tests | Christian Höltje | 2013-03-15 | 1 | -3/+5 | |
| | | ||||||
| * | Verify GL_ID environment variable is set. | Christian Höltje | 2013-03-15 | 1 | -4/+9 | |
| | | | | | | | | This also randomizes the key_id used in the tests. | |||||
| * | Use Kernel::exec instead of system() | Christian Höltje | 2013-03-15 | 2 | -2/+18 | |
| | | | | | | | | | | We don't need to keep the ruby process around once we've established that it's ok to run a git command. | |||||
| * | Cleaned up gitlab_shell_spec | Christian Höltje | 2013-03-15 | 1 | -30/+60 | |
| | | | | | | | | | | | | * Used mocks to test if methods are colled * Increased coverage * Removed duplication and excess verbage | |||||
* | | Merge pull request #26 from regru/do_not_fall_on_deploy_keys | Dmitriy Zaporozhets | 2013-03-25 | 2 | -2/+2 | |
|\ \ | | | | | | | Do not fall on discover deployment keys. Closes #25 | |||||
| * | | Do not fall on discover deployment keys. Closes #25 | Akzhan | 2013-03-25 | 2 | -2/+2 | |
| | | | ||||||
* | | | return non-zero status if gitlab-projects or gitlab-keys cmd was not successfulv1.2.0 | Dmitriy Zaporozhets | 2013-03-25 | 6 | -5/+18 | |
|/ / |