summaryrefslogtreecommitdiff
path: root/lib/tasks
Commit message (Expand)AuthorAgeFilesLines
* Updates project to process web hooks async via sidekiq.Ryan LaNeve2013-01-251-1/+1
* [import] - fix project import after refactoringErwan Arzur2013-01-221-1/+1
* Small fixesRiyad Preukschas2013-01-191-1/+1
* Rename gitlab:app:setup task to gitlab:setupRiyad Preukschas2013-01-171-18/+16
* Add a warning prompt to the setup taskRiyad Preukschas2013-01-172-5/+46
* Fix gitolite config checks for old Gitolite versionsRiyad Preukschas2013-01-171-2/+2
* Fix check.rake to use the new user and group settingsRiyad Preukschas2013-01-172-19/+28
* Fix git group detection for gitolite ssh user.VonC2013-01-141-4/+5
* Replace all stat command line calls with ruby equivalentsRiyad Preukschas2013-01-122-9/+17
* Make method names clearer in check.rakeRiyad Preukschas2013-01-121-9/+8
* Move OS detection to task helpers and add detection of OS XRiyad Preukschas2013-01-122-14/+22
* Fix sidekiq check taskRiyad Preukschas2013-01-101-9/+7
* Fix sidekiq task to use RailsRiyad Preukschas2013-01-101-10/+2
* Fix sidekiq chech and added script/checkDmitriy Zaporozhets2013-01-091-1/+1
* sidekiq with green testsDmitriy Zaporozhets2013-01-091-3/+3
* email via sidekiq. start and stop rake tasksDmitriy Zaporozhets2013-01-092-23/+23
* sidekiqDmitriy Zaporozhets2013-01-091-8/+8
* Fix checking for the recommended Gitolite versionRiyad Preukschas2013-01-071-1/+1
* Fix check for outdated config fileRiyad Preukschas2013-01-071-1/+1
* Add a check whether repos_path is a symlinkRiyad Preukschas2013-01-071-0/+21
* Fix bug in OS detection in check taskRiyad Preukschas2013-01-071-1/+1
* Fix accessing the project repository path in check taskRiyad Preukschas2013-01-071-2/+2
* Merge pull request #2504 from mitchty/sles_changesRiyad Preukschas2013-01-071-0/+3
|\
| * Update info.rake to be able to run successfully on SuSE.Mitch Tishmack2013-01-071-0/+3
* | Merge pull request #2485 from gliptak/patch-2Riyad Preukschas2013-01-071-2/+2
|\ \ | |/ |/|
| * Renaming check function from 1056 to 1059gliptak2013-01-041-2/+2
* | Validate username uniq in scope of namespaceDmitriy Zaporozhets2013-01-071-7/+5
* | Fix backup/restore path_to_repoDmitriy Zaporozhets2013-01-051-2/+2
|/
* Use project with namespace in email subjectDmitriy Zaporozhets2012-12-311-4/+4
* Fix backup/restore of reposDmitriy Zaporozhets2012-12-311-20/+34
* Use sdoc to generate application code documentationDmitriy Zaporozhets2012-12-301-0/+7
* Fixed and improved enable_naamespace migration taskDmitriy Zaporozhets2012-12-281-20/+65
* Merge pull request #2376 from sriharshav/fixedValeriy Sizov2012-12-261-1/+1
|\
| * Fix replace return with next in rake raskSriharsha Vardhan2012-12-251-1/+1
* | Use gitlab resque fork. Added rake task to stop all workersDmitriy Zaporozhets2012-12-261-2/+17
* | Trying to fix resque issueDmitriy Zaporozhets2012-12-251-3/+1
* | Cleanup service tasksDmitriy Zaporozhets2012-12-252-33/+128
|/
* Update projects in gitolite after namespace moved. Added rake task to cleanup...Dmitriy Zaporozhets2012-12-241-0/+33
* Merge branch 'stable'Riyad Preukschas2012-12-241-6/+6
|\
| * Make SQLite check in gitlab:check more robustRiyad Preukschas2012-12-241-1/+1
| * Fix crash in gitlab:check while checking hooksRiyad Preukschas2012-12-241-1/+1
| * Fix paths in gitlab:checkRiyad Preukschas2012-12-241-4/+4
* | Update output of gitlab:gitolite:update_*Riyad Preukschas2012-12-231-9/+12
* | Update output of gitlab:enable_namespacesRiyad Preukschas2012-12-231-12/+16
* | Update output of gitlab:backup:resoreRiyad Preukschas2012-12-231-35/+39
* | Update output of gitlab:enable_automergeRiyad Preukschas2012-12-231-5/+31
* | Extract task helper methodsRiyad Preukschas2012-12-233-63/+39
* | Fix check.rakeRiyad Preukschas2012-12-231-32/+32
|/
* Fix output of gitlab:checkRiyad Preukschas2012-12-231-4/+3
* Fix satellite check for projects with empty repoRiyad Preukschas2012-12-231-0/+2