Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | [import] - fix project import after refactoring | Erwan Arzur | 2013-01-22 | 1 | -1/+1 | |
| | | ||||||
* | | Small fixes | Riyad Preukschas | 2013-01-19 | 1 | -1/+1 | |
| | | ||||||
* | | Rename gitlab:app:setup task to gitlab:setup | Riyad Preukschas | 2013-01-17 | 1 | -18/+16 | |
| | | ||||||
* | | Add a warning prompt to the setup task | Riyad Preukschas | 2013-01-17 | 2 | -5/+46 | |
| | | ||||||
* | | Fix gitolite config checks for old Gitolite versions | Riyad Preukschas | 2013-01-17 | 1 | -2/+2 | |
| | | | | | | | | Fixes #2608 | |||||
* | | Fix check.rake to use the new user and group settings | Riyad Preukschas | 2013-01-17 | 2 | -19/+28 | |
| | | ||||||
* | | Fix git group detection for gitolite ssh user. | VonC | 2013-01-14 | 1 | -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 equivalents | Riyad Preukschas | 2013-01-12 | 2 | -9/+17 | |
| | | ||||||
* | | Make method names clearer in check.rake | Riyad Preukschas | 2013-01-12 | 1 | -9/+8 | |
| | | ||||||
* | | Move OS detection to task helpers and add detection of OS X | Riyad Preukschas | 2013-01-12 | 2 | -14/+22 | |
| | | ||||||
* | | Fix sidekiq check task | Riyad Preukschas | 2013-01-10 | 1 | -9/+7 | |
| | | ||||||
* | | Fix sidekiq task to use Rails | Riyad Preukschas | 2013-01-10 | 1 | -10/+2 | |
| | | ||||||
* | | Fix sidekiq chech and added script/check | Dmitriy Zaporozhets | 2013-01-09 | 1 | -1/+1 | |
| | | ||||||
* | | sidekiq with green tests | Dmitriy Zaporozhets | 2013-01-09 | 1 | -3/+3 | |
| | | ||||||
* | | email via sidekiq. start and stop rake tasks | Dmitriy Zaporozhets | 2013-01-09 | 2 | -23/+23 | |
| | | ||||||
* | | sidekiq | Dmitriy Zaporozhets | 2013-01-09 | 1 | -8/+8 | |
| | | ||||||
* | | Fix checking for the recommended Gitolite version | Riyad Preukschas | 2013-01-07 | 1 | -1/+1 | |
| | | | | | | | | Fixes #2475 | |||||
* | | Fix check for outdated config file | Riyad Preukschas | 2013-01-07 | 1 | -1/+1 | |
| | | ||||||
* | | Add a check whether repos_path is a symlink | Riyad Preukschas | 2013-01-07 | 1 | -0/+21 | |
| | | ||||||
* | | Fix bug in OS detection in check task | Riyad Preukschas | 2013-01-07 | 1 | -1/+1 | |
| | | ||||||
* | | Fix accessing the project repository path in check task | Riyad Preukschas | 2013-01-07 | 1 | -2/+2 | |
| | | | | | | | | Fixes #2496 | |||||
* | | Merge pull request #2504 from mitchty/sles_changes | Riyad Preukschas | 2013-01-07 | 1 | -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 Tishmack | 2013-01-07 | 1 | -0/+3 | |
| | | | ||||||
* | | | Merge pull request #2485 from gliptak/patch-2 | Riyad Preukschas | 2013-01-07 | 1 | -2/+2 | |
|\ \ \ | |/ / |/| | | Renaming check function from 1056 to 1059 | |||||
| * | | Renaming check function from 1056 to 1059 | gliptak | 2013-01-04 | 1 | -2/+2 | |
| | | | ||||||
* | | | Validate username uniq in scope of namespace | Dmitriy Zaporozhets | 2013-01-07 | 1 | -7/+5 | |
| | | | ||||||
* | | | Fix backup/restore path_to_repo | Dmitriy Zaporozhets | 2013-01-05 | 1 | -2/+2 | |
|/ / | ||||||
* | | Use project with namespace in email subject | Dmitriy Zaporozhets | 2012-12-31 | 1 | -4/+4 | |
| | | ||||||
* | | Fix backup/restore of repos | Dmitriy Zaporozhets | 2012-12-31 | 1 | -20/+34 | |
|/ | ||||||
* | Use sdoc to generate application code documentation | Dmitriy Zaporozhets | 2012-12-30 | 1 | -0/+7 | |
| | ||||||
* | Fixed and improved enable_naamespace migration task | Dmitriy Zaporozhets | 2012-12-28 | 1 | -20/+65 | |
| | ||||||
* | Merge pull request #2376 from sriharshav/fixed | Valeriy Sizov | 2012-12-26 | 1 | -1/+1 | |
|\ | | | | | Fix replace return with next in rake rask | |||||
| * | Fix replace return with next in rake rask | Sriharsha Vardhan | 2012-12-25 | 1 | -1/+1 | |
| | | ||||||
* | | Use gitlab resque fork. Added rake task to stop all workers | Dmitriy Zaporozhets | 2012-12-26 | 1 | -2/+17 | |
| | | ||||||
* | | Trying to fix resque issue | Dmitriy Zaporozhets | 2012-12-25 | 1 | -3/+1 | |
| | | ||||||
* | | Cleanup service tasks | Dmitriy Zaporozhets | 2012-12-25 | 2 | -33/+128 | |
|/ | ||||||
* | Update projects in gitolite after namespace moved. Added rake task to ↵ | Dmitriy Zaporozhets | 2012-12-24 | 1 | -0/+33 | |
| | | | | cleanup garbage from gitolite | |||||
* | Merge branch 'stable' | Riyad Preukschas | 2012-12-24 | 1 | -6/+6 | |
|\ | ||||||
| * | Make SQLite check in gitlab:check more robust | Riyad Preukschas | 2012-12-24 | 1 | -1/+1 | |
| | | ||||||
| * | Fix crash in gitlab:check while checking hooks | Riyad Preukschas | 2012-12-24 | 1 | -1/+1 | |
| | | ||||||
| * | Fix paths in gitlab:check | Riyad Preukschas | 2012-12-24 | 1 | -4/+4 | |
| | | ||||||
* | | Update output of gitlab:gitolite:update_* | Riyad Preukschas | 2012-12-23 | 1 | -9/+12 | |
| | | ||||||
* | | Update output of gitlab:enable_namespaces | Riyad Preukschas | 2012-12-23 | 1 | -12/+16 | |
| | | ||||||
* | | Update output of gitlab:backup:resore | Riyad Preukschas | 2012-12-23 | 1 | -35/+39 | |
| | | ||||||
* | | Update output of gitlab:enable_automerge | Riyad Preukschas | 2012-12-23 | 1 | -5/+31 | |
| | | ||||||
* | | Extract task helper methods | Riyad Preukschas | 2012-12-23 | 3 | -63/+39 | |
| | | ||||||
* | | Fix check.rake | Riyad Preukschas | 2012-12-23 | 1 | -32/+32 | |
|/ | ||||||
* | Fix output of gitlab:check | Riyad Preukschas | 2012-12-23 | 1 | -4/+3 | |
| | ||||||
* | Fix satellite check for projects with empty repo | Riyad Preukschas | 2012-12-23 | 1 | -0/+2 | |
| | | | | Fixes #2349 | |||||
* | Import: Skip if not git repo | Dmitriy Zaporozhets | 2012-12-23 | 1 | -0/+3 | |
| |