Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated spec context ant comment [ci-skip]fix/git-annex-ssh | James Lopez | 2016-03-18 | 1 | -2/+2 |
| | |||||
* | added comment to clarify spec | James Lopez | 2016-03-16 | 1 | -0/+1 |
| | |||||
* | get git annex to work when using custom SSH port | James Lopez | 2016-03-16 | 1 | -1/+9 |
| | |||||
* | Add spec for stricter exec_cmd checks | Jacob Vosmaer | 2015-11-25 | 1 | -0/+9 |
| | |||||
* | Limit availability of SSH_ORIGINAL_COMMAND | Jacob Vosmaer | 2015-11-25 | 1 | -24/+24 |
| | | | | | Hoping this makes it more obvious when code touches the very unsafe contents of this variable. | ||||
* | Skip 'git annex init' when using 'gcryptsetup'no-init-on-gcryptsetup | Jacob Vosmaer | 2015-08-11 | 1 | -0/+8 |
| | | | | | 'gcryptsetup' is a special git-annex feature that does its own initialization. | ||||
* | Update GitlabShell tests.gl-id-refactor | Douwe Maan | 2015-04-06 | 1 | -25/+22 |
| | |||||
* | Write GitlabShell error to stderr.nice-error-message | Douwe Maan | 2015-04-06 | 1 | -1/+1 |
| | |||||
* | Disable git-annex by default | Dmitriy Zaporozhets | 2015-02-16 | 1 | -1/+7 |
| | |||||
* | Add more git-annex tests | Dmitriy Zaporozhets | 2015-02-16 | 1 | -1/+9 |
| | |||||
* | Enable git-annex on first command | Dmitriy Zaporozhets | 2015-02-13 | 1 | -24/+58 |
| | |||||
* | Log full Net::HTTP error. | Douwe Maan | 2015-02-12 | 1 | -5/+0 |
| | |||||
* | Show nice error message when internal API is unreachable. | Douwe Maan | 2015-02-11 | 1 | -0/+21 |
| | |||||
* | Revert "Revert "Merge branch 'git_hook_messages'"" | Valery Sizov | 2014-11-24 | 1 | -5/+6 |
| | | | | This reverts commit f8453da5868dd7a23d0f2f3da7a45e33c441d1db. | ||||
* | Revert "Merge branch 'git_hook_messages'" | Jacob Vosmaer | 2014-11-20 | 1 | -6/+5 |
| | | | | | | | | | | At least the following things were broken: - missing require for 'gitlab_access_status' in lib/gitlab_net.rb - gitlabhq master internal API returns 'true' or 'false', gitlab-shell expects JSON This reverts commit 11311a95545f967a5736cd16ab5fc37f7e658519, reversing changes made to 45444597aef3e434571de2491934ae92357ad231. | ||||
* | Show error message when git access is rejected | Valery Sizov | 2014-11-14 | 1 | -5/+6 |
| | |||||
* | Handle invalid number of arguments | Jacob Vosmaer | 2014-08-27 | 1 | -0/+8 |
| | | | | | | | When a remote user with a valid SSH key runs something like 'ssh git@gitlab.example.com foobar', gitlab-shell would raise an exception in the GitlabShell#escape_path method. With this change, we catch an invalid number of arguments as soon as possible and exit. | ||||
* | use abort isntead of raise when checking path | Job van der Voort | 2014-08-27 | 1 | -1/+1 |
| | |||||
* | Improve coverage. | Gabor Nagy | 2014-06-23 | 1 | -0/+25 |
| | |||||
* | Execute command directly without using shell | François Bobot | 2013-09-16 | 1 | -2/+2 |
| | | | | use Shellwords.shellwords for splitting origin_cmd instead of .split(' ') | ||||
* | Allow administrators to log users by key id (faster) or by username (clearer). | ash | 2013-05-18 | 1 | -2/+9 |
| | |||||
* | Specs for logging in gitlab-shell. | ash | 2013-05-18 | 1 | -0/+26 |
| | |||||
* | 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 | 1 | -1/+13 |
| | | | | | 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 | ||||
* | gitlab net | Dmitriy Zaporozhets | 2013-02-05 | 1 | -3/+3 |
| | |||||
* | gitlab-keys with tests | Dmitriy Zaporozhets | 2013-02-05 | 1 | -1/+0 |
| | |||||
* | More tests | Dmitriy Zaporozhets | 2013-02-05 | 1 | -1/+56 |
| | |||||
* | rspec helper | Dmitriy Zaporozhets | 2013-02-05 | 1 | -2/+2 |
| | |||||
* | init rspec | Dmitriy Zaporozhets | 2013-02-04 | 1 | -0/+16 |