summaryrefslogtreecommitdiff
path: root/lib/gitlab_config.rb
Commit message (Collapse)AuthorAgeFilesLines
* Clean up cmd_exec execution environmentZeger-Jan van de Weg2018-08-241-4/+0
| | | | | | | | | | | Given the gitaly-* now proxy the data from the client to the Gitaly server, the environment variables aren't used. Therefor we don't have to set them either. Only exception to the rule, is the GITALY_TOKEN. These changes also remove the `GIT_TRACE` options, introduced by 192e2bd367494bf66746c8971896a2d9cb84fc92. Part of: https://gitlab.com/gitlab-org/gitaly/issues/1300
* Switch to structured loggingJacob Vosmaer (GitLab)2018-03-191-0/+4
|
* Remove direct redis integrationNick Thomas2018-01-121-8/+0
|
* Remove git annex supportPawel Chojnacki2017-02-241-4/+0
|
* Make custom hooks dir configurableSean McGivern2016-12-121-0/+7
| | | | | | | | Add a new configuration option, custom_hooks_dir. When this is set, we will look for global custom hooks in: <custom_hooks_dir>/{pre-receive,update,post-receive}.d/* When this is not set, default to <REPO_PATH>/hooks.
* Instrument GitLab Shell and log metrics data to a filePaco Guzman2016-10-111-0/+4
|
* Enable GIT_TRACE/GIT_TRACE_PACKET/GIT_TRACE_PERFORMANCE by providing the ↵59-git-tracingPaco Guzman2016-09-271-0/+4
| | | | | | git_trace_log_file config key The value of the variable if present must be a writable absolute path. If it’s not the case we log a proper message and not enable tracing to not throw output to the users.
* 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