summaryrefslogtreecommitdiff
path: root/lib/tasks/gitlab/task_helpers.rake
Commit message (Expand)AuthorAgeFilesLines
* Move task helpers to a module22719-provide-a-new-gitlab-workhorse-install-rake-task-similar-to-gitlab-shell-installRémy Coutable2016-11-301-191/+0
* Add #run_command! to task helpers to raise a TaskFailedError if status is not 0Rémy Coutable2016-11-301-9/+27
* New `gitlab:workhorse:install` rake taskRémy Coutable2016-11-301-1/+34
* Rename `run` task helper method to prevent conflict with StateMachineRobert Speicher2016-08-091-7/+7
* Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez2016-06-291-3/+9
* Replace colorize gem with rainbow.Connor Shea2016-06-031-5/+5
* Prevent StateMachine warnings from outputting during a cron taskRobert Speicher2016-01-151-0/+3
* Disable colorization if STDOUT is not a ttyRobert Speicher2016-01-121-0/+2
* Merge branch 'master' into rake-tasks-gitZeger-Jan van de Weg2015-12-071-11/+1
|\
| * Remove usage of Coloredrs-update-colorizeRobert Speicher2015-11-241-11/+1
* | Scalable way of requesting all reposZeger-Jan van de Weg2015-10-141-1/+5
* | Added three rake tasks for repository maintainanceZeger-Jan van de Weg2015-10-141-0/+4
|/
* Add autocrlf back to installation docs, add a check for it.Marin Jankovski2015-06-031-2/+2
* Let the server fix unconfigured gitZeger-Jan van de Weg2015-03-161-0/+16
* Catch missing commands in rake tasks with ''Jacob Vosmaer2014-03-101-0/+2
* Replace backticks with Gitlab::PopenJacob Vosmaer2014-03-031-7/+6
* Disable rake color output unless connected to TTYJacob Vosmaer2013-11-271-0/+10
* Rescue an error if group doesn't existMarin Jankovski2013-09-121-1/+5
* Fix typosJohannes Schleifenbaum2013-07-291-1/+1
* Added os_name support for systems running systemd.Axilleas Pipinellis2013-04-151-1/+4
* Result of misspellings run.Kevin Lyda2013-03-171-2/+2
* Replacing the manual parsing of the /etc/group file with the equivalent call ...Cameron Yule2013-02-021-2/+1
* Add a warning prompt to the setup taskRiyad Preukschas2013-01-171-0/+27
* Fix check.rake to use the new user and group settingsRiyad Preukschas2013-01-171-2/+3
* Replace all stat command line calls with ruby equivalentsRiyad Preukschas2013-01-121-0/+9
* Move OS detection to task helpers and add detection of OS XRiyad Preukschas2013-01-121-0/+22
* Extract task helper methodsRiyad Preukschas2012-12-231-0/+39