Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-30Move task helpers to a moduleRémy Coutable
2016-11-30Add #run_command! to task helpers to raise a TaskFailedError if status is not 0Rémy Coutable
2016-11-30New `gitlab:workhorse:install` rake taskRémy Coutable
2016-08-10Rename `run` task helper method to prevent conflict with StateMachineRobert Speicher
2016-06-30Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez
2016-06-03Replace colorize gem with rainbow.Connor Shea
2016-01-16Prevent StateMachine warnings from outputting during a cron taskRobert Speicher
2016-01-13Disable colorization if STDOUT is not a ttyRobert Speicher
2015-12-07Merge branch 'master' into rake-tasks-gitZeger-Jan van de Weg
2015-11-25Remove usage of ColoredRobert Speicher
2015-10-14Scalable way of requesting all reposZeger-Jan van de Weg
2015-10-14Added three rake tasks for repository maintainanceZeger-Jan van de Weg
2015-06-03Add autocrlf back to installation docs, add a check for it.Marin Jankovski
2015-03-16Let the server fix unconfigured gitZeger-Jan van de Weg
2014-03-10Catch missing commands in rake tasks with ''Jacob Vosmaer
2014-03-03Replace backticks with Gitlab::PopenJacob Vosmaer
2013-11-27Disable rake color output unless connected to TTYJacob Vosmaer
2013-09-12Rescue an error if group doesn't existMarin Jankovski
2013-07-29Fix typosJohannes Schleifenbaum
2013-04-15Added os_name support for systems running systemd.Axilleas Pipinellis
2013-03-17Result of misspellings run.Kevin Lyda
2013-02-03Replacing the manual parsing of the /etc/group file with the equivalent call ...Cameron Yule
2013-01-18Add a warning prompt to the setup taskRiyad Preukschas
2013-01-17Fix check.rake to use the new user and group settingsRiyad Preukschas
2013-01-12Replace all stat command line calls with ruby equivalentsRiyad Preukschas
2013-01-12Move OS detection to task helpers and add detection of OS XRiyad Preukschas
2012-12-24Extract task helper methodsRiyad Preukschas