summaryrefslogtreecommitdiff
path: root/lib/tasks
Commit message (Expand)AuthorAgeFilesLines
* cleanup ProjectMoverDmitriy Zaporozhets2013-03-121-1/+1
* check gitlab-shell version in gitlab:checkDmitriy Zaporozhets2013-03-121-0/+10
* Merge pull request #3047 from mikew/capistrano-deploy-exampleDmitriy Zaporozhets2013-03-071-4/+6
|\
| * allow force=yes rake gitlab:setup for capistrano deploy:coldMike Wyatt2013-02-201-4/+6
* | use system call to start sidekiqDmitriy Zaporozhets2013-02-271-5/+5
* | We don't need to check .profile now that gitolite is replaced by gitlab-shellAxilleas Pipinellis2013-02-201-25/+0
|/
* uppercase Gitlab version and revision constants. check api return gitlab vers...Dmitriy Zaporozhets2013-02-161-2/+2
* Remove hardcoded refernce to gitlab-shell home. so that gitlab can be install...Bhagavan Das2013-02-141-2/+3
* rename setup to setup_db so that it does not collide with gitlab:shell:setup ...Bhagavan Das2013-02-141-2/+2
* Merge pull request #2890 from cameronyule/support_osx_groupsRiyad Preukschas2013-02-141-2/+1
|\
| * Replacing the manual parsing of the /etc/group file with the equivalent call ...Cameron Yule2013-02-021-2/+1
* | Merge pull request #2971 from yuters/patch-1Dmitriy Zaporozhets2013-02-121-30/+15
|\ \
| * | Forgot gitlab-shell folderMartin Bastien2013-02-121-2/+2
| * | Some fix for gitlab:gitlab_shell:checkMartin Bastien2013-02-121-30/+15
* | | Update lib/tasks/sidekiq.rakeMichael Lee2013-02-121-1/+6
|/ /
* | No gitolite in project any moreDmitriy Zaporozhets2013-02-118-63/+50
* | FIx gitlab:env:infoDmitriy Zaporozhets2013-02-111-4/+2
* | Fix gitlab:checkDmitriy Zaporozhets2013-02-111-64/+0
* | removing outdated checksDmitriy Zaporozhets2013-02-091-229/+0
* | cleanup rake tasks since no gitolite requiredDmitriy Zaporozhets2013-02-094-69/+9
* | task to build missing projects with gitlab-shellDmitriy Zaporozhets2013-02-091-2/+18
* | gitlab;shell init scriptDmitriy Zaporozhets2013-02-071-0/+32
* | no need to run gitolite for enable_automergeDmitriy Zaporozhets2013-02-051-5/+0
|/
* Port changes from #2803Riyad Preukschas2013-02-011-38/+47
* Small fixes to the installation guide and check taskRiyad Preukschas2013-02-011-1/+1
* Merge pull request #2440 from klamontagne/masterRiyad Preukschas2013-02-011-3/+5
|\
| * Fix gitlab:check recommendationKevin Lamontagne2013-01-181-1/+1
| * Don't setuid the repositories (Rake checks)Kevin Lamontagne2012-12-301-3/+5
* | Merge pull request #2801 from Takuto88/masterDmitriy Zaporozhets2013-01-281-8/+8
|\ \
| * | Fix issue #2790Lennart Rosam2013-01-281-8/+8
| * | Merge remote-tracking branch 'github/master'Lennart Rosam2013-01-282-5/+5
| |\ \
| * | | Fix rake task - Update method nameLennart Rosam2013-01-281-3/+3
* | | | Do gitolite calls async. Remove satellite with project removeDmitriy Zaporozhets2013-01-281-1/+1
| |/ / |/| |
* | | Merge pull request #2768 from rlaneve/feature/queued-web-hooksDmitriy Zaporozhets2013-01-271-1/+1
|\ \ \
| * | | Updates project to process web hooks async via sidekiq.Ryan LaNeve2013-01-251-1/+1
| |/ /
* | | Missed environment added to 'Try fixing it' blockAlex Denisov2013-01-261-4/+4
|/ /
* | [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