Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Test password | Stan Hu | 2016-05-12 | 1 | -0/+14 |
| | |||||
* | Use Redis Ruby client instead of shelling out to redis-cli | Stan Hu | 2016-05-12 | 1 | -0/+40 |
| | | | | Closes gitlab-org/gitlab-ce#17329 | ||||
* | Add encoding for the ssh key on the url | Pablo Carranza | 2016-03-24 | 1 | -1/+3 |
| | |||||
* | Add authorized keys bin script to find keys by fingerprint | Pablo Carranza | 2016-03-24 | 1 | -4/+4 |
| | |||||
* | Add ssh-key resource get to gitlab_net | Pablo Carranza | 2016-03-24 | 1 | -0/+28 |
| | | | | | This provides the integration point to the internal API to get the ssh key from the internal API. | ||||
* | Drop bang in stub method as it is deprecated | Pablo Carranza | 2016-03-24 | 1 | -3/+3 |
| | |||||
* | Actually use the read_timeout config option | Jacob Vosmaer | 2016-02-09 | 1 | -1/+1 |
| | |||||
* | Improve broadcast message logicv2.5.1 | Dmitriy Zaporozhets | 2015-02-18 | 1 | -2/+2 |
| | | | | | Expect broadcast message API endpoint to return 200 with empty JSON if no broadcast messages available | ||||
* | Show nice error message when internal API is unreachable. | Douwe Maan | 2015-02-11 | 1 | -0/+19 |
| | |||||
* | Refactor: Remove #tap for readability and performance and DRY up get/post. | Douwe Maan | 2015-02-11 | 1 | -1/+2 |
| | |||||
* | Print broadcast message if one is available. | Douwe Maan | 2015-02-09 | 1 | -0/+20 |
| | |||||
* | Revert "Revert "Merge branch 'git_hook_messages'"" | Valery Sizov | 2014-11-24 | 1 | -13/+14 |
| | | | | This reverts commit f8453da5868dd7a23d0f2f3da7a45e33c441d1db. | ||||
* | Revert "Merge branch 'git_hook_messages'" | Jacob Vosmaer | 2014-11-20 | 1 | -14/+13 |
| | | | | | | | | | | 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 | -13/+14 |
| | |||||
* | Fix indentation | Dmitriy Zaporozhets | 2014-10-20 | 1 | -4/+4 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | add secret token | Valery Sizov | 2014-10-15 | 1 | -0/+22 |
| | |||||
* | Update GitlabNet to match new logic | Dmitriy Zaporozhets | 2014-09-01 | 1 | -5/+6 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Improve coverage. | Gabor Nagy | 2014-06-23 | 1 | -0/+75 |
| | |||||
* | Fix tests | Dmitriy Zaporozhets | 2014-04-14 | 1 | -3/+3 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | tests added: GitlabNet check, GitlabProject exec | Dmitriy Zaporozhets | 2013-03-11 | 1 | -0/+9 |
| | |||||
* | test for GitlabNet discover | Dmitriy Zaporozhets | 2013-03-11 | 1 | -9/+18 |
| | |||||
* | cover denied context for GitlabNet | Dmitriy Zaporozhets | 2013-03-11 | 1 | -8/+26 |
| | |||||
* | test GitlabNet allowed method | Dmitriy Zaporozhets | 2013-03-11 | 1 | -0/+27 |