summaryrefslogtreecommitdiff
path: root/lib/tasks
Commit message (Collapse)AuthorAgeFilesLines
...
* | Check return system value for gitlab test rake tasksDmitriy Zaporozhets2014-05-263-7/+6
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Required shell version is now 1.9.4.Marin Jankovski2014-05-221-1/+1
| |
* | Change gitlab:test taskDmitriy Zaporozhets2014-05-061-2/+2
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | More fixes to gitlab:shell:installDmitriy Zaporozhets2014-05-021-3/+3
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Fix gitlab-shell setup rake taskDmitriy Zaporozhets2014-05-021-3/+4
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge branch 'improve-gitlab-shell-installation' of ↵Dmitriy Zaporozhets2014-05-021-0/+58
|\ \ | |/ |/| | | | | | | | | | | | | https://github.com/pkgr/gitlabhq into pkgr-improve-gitlab-shell-installation Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: doc/install/installation.md
| * Add rake task to install or upgrade gitlab-shell installation.Cyril Rohr2014-04-081-0/+58
| |
* | Add rake setup alias for gitlab:setupDmitriy Zaporozhets2014-04-241-0/+4
| |
* | Merge branch 'mysql_field_limits' into 'master'Dmitriy Zaporozhets2014-04-242-17/+3
|\ \ | | | | | | | | | Adjust MySQL limits for existing installations
| * | Move the adapter check to the migrationJacob Vosmaer2014-04-231-8/+1
| | |
| * | Adjust MySQL limits for existing installationsJacob Vosmaer2014-04-231-9/+2
| | |
* | | Bump the required gitlab-shell version to 1.9.3Jacob Vosmaer2014-04-231-1/+1
|/ /
* | Split feature tests out to different build jobJeroen van Baarsen2014-04-131-2/+11
| |
* | Added API testing groupJeroen van Baarsen2014-04-111-17/+19
| |
* | Proposal for split testingJeroen van Baarsen2014-04-111-10/+31
|/
* Revert "Allow to parse heroku-generated database.yml config file."Dmitriy Zaporozhets2014-04-081-1/+1
| | | | | This reverts commit 8a56e7db485d3109f3b2f02896c1165c33ffa8fb. Because it actually breaks db setup for mysql
* Allow to parse heroku-generated database.yml config file.Cyril Rohr2014-04-071-1/+1
|
* Fix popen bug in `rake gitlab:satellites:create`Jacob Vosmaer2014-04-071-5/+2
| | | | | | The Satellite#create method no longer sets the `$?` global variable. Instead, we can use the method return value to test if the satellite was created successfully
* Change the satellites directory permission in the install guide, add to rake ↵Marin Jankovski2014-04-021-0/+24
| | | | check task.
* Include the Sidekiq version in gitlab:env:infoJacob Vosmaer2014-04-011-0/+1
|
* Add a rake task that drops all tablesJacob Vosmaer2014-03-281-0/+10
|
* Ldap check recognize ldap user filter.Marin Jankovski2014-03-261-1/+14
|
* Use the latest tag, 1.9.1 for gitlab-shell.Marin Jankovski2014-03-211-1/+1
|
* GitLab requires gitlab-shell v1.9.0Dmitriy Zaporozhets2014-03-201-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge pull request #5993 from DarkHorseComics/bypass-commented-sqliteJacob Vosmaer2014-03-181-0/+1
|\ | | | | Explain what to do about legacy sqlite in database.yml
| * Add more descriptive line for resolving sqlite error during checkJamey J. DeOrio2014-03-171-0/+1
| |
* | Merge branch 'check_orphaned_users_groups' into 'master'Dmitriy Zaporozhets2014-03-181-0/+14
|\ \ | |/ |/| | | Check Orphaned Users Groups
| * Drop UsersGroup orphans using `rails runner`Jacob Vosmaer2014-03-171-0/+4
| |
| * Add check for orphaned UsersGroupsJacob Vosmaer2014-03-141-0/+10
| |
* | Improve developer seedsDmitriy Zaporozhets2014-03-151-3/+3
| | | | | | | | | | | | | | | | Return execution of observers in seeds. Mute email sending to letter opening in you browser. Added `rake dev` task to reset db and add seeds. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Batch key import requires gitlab-shell 1.8.5Jacob Vosmaer2014-03-141-1/+1
| |
* | Use batch_add_keys in `rake gitlab:shell:setup`Jacob Vosmaer2014-03-141-4/+8
|/
* Clear rake task only if definedDmitriy Zaporozhets2014-03-142-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Require gitlab-shell v1.8.4Dmitriy Zaporozhets2014-03-141-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix project creation testDmitriy Zaporozhets2014-03-141-1/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Override rake testDmitriy Zaporozhets2014-03-141-0/+7
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Override rake spec and rake spinach tasksDmitriy Zaporozhets2014-03-143-1/+28
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Use gitlab:setup inside gitlab:testDmitriy Zaporozhets2014-03-131-3/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add mysql limits to db during setupDmitriy Zaporozhets2014-03-132-0/+9
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Changed limits to a higher orderJeroen van Baarsen2014-03-121-3/+3
|
* Added rake task to add limits back in mysqlJeroen van Baarsen2014-03-111-0/+13
|
* Merge branch 'catch_missing_command' into 'master'Dmitriy Zaporozhets2014-03-101-0/+2
|\ | | | | | | Catch missing commands in Rake tasks
| * Catch missing commands in rake tasks with ''Jacob Vosmaer2014-03-101-0/+2
| |
* | Merge pull request #6492 from tsigo/gitlab-shell-custom-pathDmitriy Zaporozhets2014-03-101-4/+4
|\ \ | | | | | | Respect custom gitlab_shell path in gitlab:gitlab_shell:check task
| * | Respect custom gitlab_shell path in gitlab:gitlab_shell:check taskRobert Speicher2014-03-071-4/+4
| |/ | | | | | | | | | | | | Prior to this change, if I customized the config value of `gitlab.gitlab_shell.path`, the check would ignore this value in favor of `"~<gitlab.gitlab_shell.ssh_user>/gitlab-shell/"` resulting in a failed check when the configuration was otherwise valid.
* | Popen (at least on OSX) expects an Array, not a StringRobert Speicher2014-03-071-1/+1
|/ | | | | This was causing the gitlab:check task to exit prematurely with the error "System commands must be given as an array of strings."
* Invoke Kernel#system with separate argumentsJacob Vosmaer2014-03-033-11/+11
|
* Replace backticks with Gitlab::PopenJacob Vosmaer2014-03-033-17/+17
|
* Merge pull request #5520 from gabetax/rake_group_bulk_add_permissionsDmitriy Zaporozhets2014-02-121-0/+24
|\ | | | | add rake gitlab:import: all_users_to_all_groups and user_to_groups
| * add rake gitlab:import: all_users_to_all_groups and user_to_groupsGabe Martin-Dempesy2013-11-021-0/+24
| | | | | | | | I opted for admins to be added as "owners" instead of "masters" because project masters can managers members, but only group owners can manage members.