Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Put Redis loading code in one placegitlab-redis | Jacob Vosmaer | 2016-06-23 | 1 | -1/+0 |
| | |||||
* | Put redis library in lib/vendor/ and adjust LOAD_PATHuse-redis-rb-client | Stan Hu | 2016-05-12 | 1 | -0/+1 |
| | |||||
* | Use Redis Ruby client instead of shelling out to redis-cli | Stan Hu | 2016-05-12 | 1 | -22/+0 |
| | | | | Closes gitlab-org/gitlab-ce#17329 | ||||
* | Be more consistent about default gitlab_urlremove-trailing-slashes | Jacob Vosmaer | 2015-12-11 | 1 | -1/+1 |
| | |||||
* | Remove trailing slashes from gitlab_url | Jacob Vosmaer | 2015-12-11 | 1 | -1/+1 |
| | | | | | They do not play nice with gitlab-workhorse (or rather Golang net/http DefaultServemux). | ||||
* | Merge pull request #212 from jirutka/patch-1 | Dmitriy Zaporozhets | 2015-04-10 | 1 | -0/+4 |
|\ | | | | | Allow to configure location of the secret file | ||||
| * | Allow to configure location of the secret file | Jakub Jirutka | 2015-02-08 | 1 | -0/+4 |
| | | |||||
* | | Disable git-annex by default | Dmitriy Zaporozhets | 2015-02-16 | 1 | -1/+1 |
| | | |||||
* | | Add config option to disable git-annex | Dmitriy Zaporozhets | 2015-02-16 | 1 | -0/+4 |
|/ | |||||
* | Make sure user got redis defaults if not set | Dmitriy Zaporozhets | 2014-09-12 | 1 | -0/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | support using custom redis database, fixes #173 | Tao | 2014-09-13 | 1 | -3/+4 |
| | |||||
* | Merge pull request #91 from raphendyr/patch-1 | Dmitriy Zaporozhets | 2014-09-11 | 1 | -2/+6 |
|\ | | | | | Replace build in home folder with environment | ||||
| * | Replace build in home folder with environment | Jaakko Kantojärvi | 2013-09-13 | 1 | -2/+6 |
| | | | | | | | | | | You can't ever assume that user's home is /home/$USERNAME or /home/git Preferable is to assume that user running gitlab-shell has repositories in his home (get from the environment). | ||||
* | | added support for redis password | Peter | 2014-03-21 | 1 | -1/+5 |
| | | |||||
* | | Bypass shell and use stdlib JSON for GitlabUpdate | Jacob Vosmaer | 2013-11-08 | 1 | -3/+3 |
|/ | |||||
* | Allow administrators to log users by key id (faster) or by username (clearer). | ash | 2013-05-18 | 1 | -0/+4 |
| | |||||
* | Add logging-related keys to the example config. Use the same default for both. | ash | 2013-05-18 | 1 | -1/+1 |
| | |||||
* | Add the logger and related configuration options. | ash | 2013-05-16 | 1 | -0/+8 |
| | |||||
* | Fix and refactor redis command | Dmitriy Zaporozhets | 2013-04-19 | 1 | -0/+19 |
| | |||||
* | Added remote redis support to gitlab_update.rb | Chris | 2013-03-29 | 1 | -0/+4 |
| | |||||
* | http_settings configuration option added. | Akzhan | 2013-03-23 | 1 | -0/+4 |
| | | | | | | | Now it supports: * self_signed_cert option to allow self-signed certificates over https protocol. * user and password options to pass though http auth. | ||||
* | gitlab-url config | Dmitriy Zaporozhets | 2013-02-05 | 1 | -2/+6 |
| | |||||
* | GitlabConfig. Fixed adding key | Dmitriy Zaporozhets | 2013-02-04 | 1 | -0/+17 |