Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing require statement in create-hooks | Stan Hu | 2018-08-09 | 1 | -0/+1 |
| | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50160 | ||||
* | Remove the GitlabProjects implementation | Nick Thomas | 2018-01-12 | 1 | -2/+24 |
| | |||||
* | Revert "Merge branch 'sh-disable-rubygems' into 'master'" | Stan Hu | 2017-07-05 | 1 | -1/+1 |
| | | | | | This reverts commit a18c90128e4d3eeae1233b1bc3c3998afd223c0d, reversing changes made to 0a64624152735766c428d1532e434dd0bf5a9748. | ||||
* | Disable RubyGems to increase performance | Stan Hu | 2017-07-03 | 1 | -1/+1 |
| | | | | | | By default, RubyGems is enabled, which causes the Ruby interpreter to load 600+ additional files at startup when gitlab-shell is designed not to use any external gems. | ||||
* | Use recursive lookup for git repositories in the bin/create-hooks script | Dmitriy Zaporozhets | 2017-04-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Instrument GitLab Shell and log metrics data to a file | Paco Guzman | 2016-10-11 | 1 | -1/+4 |
| | |||||
* | Refactor repository paths handling to allow multiple git mount pointsshards | Alejandro RodrÃguez | 2016-06-29 | 1 | -5/+9 |
| | |||||
* | Revert "Merge branch 'use-load-path' into 'master' " | Dmitriy Zaporozhets | 2015-11-12 | 1 | -3/+2 |
| | | | | | This reverts commit ae498b6cd4122d3d7f35e6b73b50c53615ca3488, reversing changes made to 79fdf65c71e90773fbf52d6832b74cf5a7124755. | ||||
* | use load path instead of require_relative | Pirate Praveen | 2015-11-10 | 1 | -2/+3 |
| | |||||
* | Ignore missing repositories in create-hooks | Jacob Vosmaer | 2014-09-09 | 1 | -1/+5 |
| | | | | | | | When bin/create-hooks is run against a live GitLab server, there is a possibility of race conditions when a user deletes one of their repositories after bin/create-hooks found it. With this change, bin/create-hooks will ignore missing file errors. | ||||
* | Make support/rewrite-hooks.sh use bin/create_hooks | Jacob Vosmaer | 2014-02-26 | 1 | -0/+12 |