Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up cmd_exec execution environment | Zeger-Jan van de Weg | 2018-08-24 | 1 | -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 logging | Jacob Vosmaer (GitLab) | 2018-03-19 | 1 | -0/+4 |
| | |||||
* | Remove direct redis integration | Nick Thomas | 2018-01-12 | 1 | -8/+0 |
| | |||||
* | Remove git annex support | Pawel Chojnacki | 2017-02-24 | 1 | -4/+0 |
| | |||||
* | Make custom hooks dir configurable | Sean McGivern | 2016-12-12 | 1 | -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 file | Paco Guzman | 2016-10-11 | 1 | -0/+4 |
| | |||||
* | Enable GIT_TRACE/GIT_TRACE_PACKET/GIT_TRACE_PERFORMANCE by providing the ↵59-git-tracing | Paco Guzman | 2016-09-27 | 1 | -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 pointsshards | Alejandro Rodríguez | 2016-06-29 | 1 | -4/+0 |
| | |||||
* | 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 |