summaryrefslogtreecommitdiff
path: root/lib/gitlab_config.rb
Commit message (Collapse)AuthorAgeFilesLines
* Refactor repository paths handling to allow multiple git mount pointsshardsAlejandro Rodríguez2016-06-291-4/+0
|
* Put Redis loading code in one placegitlab-redisJacob Vosmaer2016-06-231-1/+0
|
* Put redis library in lib/vendor/ and adjust LOAD_PATHuse-redis-rb-clientStan Hu2016-05-121-0/+1
|
* Use Redis Ruby client instead of shelling out to redis-cliStan Hu2016-05-121-22/+0
| | | | Closes gitlab-org/gitlab-ce#17329
* Be more consistent about default gitlab_urlremove-trailing-slashesJacob Vosmaer2015-12-111-1/+1
|
* Remove trailing slashes from gitlab_urlJacob Vosmaer2015-12-111-1/+1
| | | | | They do not play nice with gitlab-workhorse (or rather Golang net/http DefaultServemux).
* Merge pull request #212 from jirutka/patch-1Dmitriy Zaporozhets2015-04-101-0/+4
|\ | | | | Allow to configure location of the secret file
| * Allow to configure location of the secret fileJakub Jirutka2015-02-081-0/+4
| |
* | Disable git-annex by defaultDmitriy Zaporozhets2015-02-161-1/+1
| |
* | Add config option to disable git-annexDmitriy Zaporozhets2015-02-161-0/+4
|/
* Make sure user got redis defaults if not setDmitriy Zaporozhets2014-09-121-0/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* support using custom redis database, fixes #173Tao2014-09-131-3/+4
|
* Merge pull request #91 from raphendyr/patch-1Dmitriy Zaporozhets2014-09-111-2/+6
|\ | | | | Replace build in home folder with environment
| * Replace build in home folder with environmentJaakko Kantojärvi2013-09-131-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 passwordPeter2014-03-211-1/+5
| |
* | Bypass shell and use stdlib JSON for GitlabUpdateJacob Vosmaer2013-11-081-3/+3
|/
* Allow administrators to log users by key id (faster) or by username (clearer).ash2013-05-181-0/+4
|
* Add logging-related keys to the example config. Use the same default for both.ash2013-05-181-1/+1
|
* Add the logger and related configuration options.ash2013-05-161-0/+8
|
* Fix and refactor redis commandDmitriy Zaporozhets2013-04-191-0/+19
|
* Added remote redis support to gitlab_update.rbChris2013-03-291-0/+4
|
* http_settings configuration option added.Akzhan2013-03-231-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 configDmitriy Zaporozhets2013-02-051-2/+6
|
* GitlabConfig. Fixed adding keyDmitriy Zaporozhets2013-02-041-0/+17