summaryrefslogtreecommitdiff
path: root/lib/tasks
Commit message (Collapse)AuthorAgeFilesLines
...
* | [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
| | | | | | | | Fixes #2608
* | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The tasks gitlab:env:info mixes user and group, and presume as a group 'git'. However, gitolite group name can be anything. That patch add the git group name in the config, and check gitolite.ssh_user group against git.group (which defaults to 'git', as before this patch, if undefined). M config/gitlab.yml.example: Add 'group' in 'git' section Mention default value for the two extra settings M lib/tasks/gitlab/check.rake: Check that gitolite.ssh_user *group* is the one defined in git.group. Make sure to default to 'git' as the expected group if said group is undefined in the config. Note: uses a more complete regexp for the group detection (the group can start, end or be in the middle or the list of groups of gitolite.ssh_user) M: config/initializers/1_settings.rb: Add default values for gitolite.group and gitlab.user
* | 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
| | | | | | | | Fixes #2475
* | 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
| | | | | | | | Fixes #2496
* | Merge pull request #2504 from mitchty/sles_changesRiyad Preukschas2013-01-071-0/+3
|\ \ | | | | | | Update info.rake to be able to run successfully on SuSE.
| * | 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 1059
| * | 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 rask
| * 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 ↵Dmitriy Zaporozhets2012-12-241-0/+33
| | | | cleanup garbage from gitolite
* 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
| | | | Fixes #2349
* Import: Skip if not git repoDmitriy Zaporozhets2012-12-231-0/+3
|