summaryrefslogtreecommitdiffstats
path: root/lib/tasks
Commit message (Expand)AuthorAgeFilesLines
* Use async email deliveries in rake tasks (#16784).Jean-Philippe Lang2014-05-021-3/+9
* fix typo at lib/tasks/ciphering.rakeToshi MARUYAMA2014-04-161-2/+2
* fix typo at lib/tasks/ci.rakeToshi MARUYAMA2014-04-161-1/+1
* Format table list.Jean-Philippe Lang2014-04-031-1/+2
* fix typos of migrate_from_trac.rakeToshi MARUYAMA2014-02-201-3/+2
* Check that target tables exist before proceeding.Jean-Philippe Lang2014-02-091-1/+10
* update copyright year (#15977)Toshi MARUYAMA2014-01-296-6/+6
* add .travis.yml and switch database user/password by environmentsToshi MARUYAMA2014-01-181-3/+13
* Adds a task for moving Redmine data to a different DBMS.Jean-Philippe Lang2014-01-121-0/+43
* use environment variable for running independent tests (units etc.) in ci.rakeToshi MARUYAMA2013-12-211-1/+5
* use environment variable for extacting SCM repositories in ci.rakeToshi MARUYAMA2013-12-211-1/+7
* ci.rake: code format cleanupToshi MARUYAMA2013-11-101-3/+3
* Fixed that rake db:create fails with JRuby (#15218).Jean-Philippe Lang2013-11-102-12/+1
* ci.rake: use 'jdbcsqlite3' for JRubyToshi MARUYAMA2013-11-101-2/+3
* ci.rake: code format cleanupToshi MARUYAMA2013-11-101-4/+12
* work around "rake db:create:all" error on JRuby SQLite3Toshi MARUYAMA2013-11-101-1/+4
* Fixed that redmine:migrate_from_mantis fails to migrate projects with all upp...Jean-Philippe Lang2013-10-131-1/+1
* migrate_from_trac.rake does not properly parse First Name and Last Name (#145...Jean-Philippe Lang2013-09-251-2/+2
* Fixed that Mantis/Trac users are not imported because of password too short (...Jean-Philippe Lang2013-09-252-2/+8
* Default data loader raises an error when called from the rake task (#14607).Jean-Philippe Lang2013-08-041-0/+1
* gender neutral source comment at lib/tasks/migrate_from_trac.rakeToshi MARUYAMA2013-07-061-1/+1
* not run Capybara tests on the CI server (#12822)Toshi MARUYAMA2013-06-141-1/+1
* run test:ui on CI Server Ruby 1.9.3 or higher (#12822)Toshi MARUYAMA2013-06-101-1/+1
* run test:ui in CI Server on only Ruby 2.0 (#12822)Toshi MARUYAMA2013-05-131-1/+1
* run test:ui on CI Server Ruby 1.9.3 or higher (#12822)Toshi MARUYAMA2013-05-091-1/+1
* Fix Trac importer breaking on exotic characters with ruby 1.9+ (#13990).Jean-Baptiste Barth2013-05-061-1/+5
* Ensure Tranc and Mantis importers don't reset global notification settings (#...Jean-Baptiste Barth2013-05-062-8/+21
* Adds a method for extracting MailHandler options from ENV.Jean-Philippe Lang2013-05-041-27/+3
* Fetching emails via rake task does not support --no-account-notice and --defa...Jean-Philippe Lang2013-05-011-0/+10
* Don't use iconv with ruby1.9 (#12787).Jean-Philippe Lang2013-02-182-16/+16
* add "tmp:clear" to "ci:setup" rake task for new translationToshi MARUYAMA2013-02-151-0/+1
* Don't run Capybara tests on the CI server (#12822).Jean-Philippe Lang2013-02-101-1/+1
* Create all databases.Jean-Philippe Lang2013-02-031-1/+1
* Adds test:ui to ci:build.Jean-Philippe Lang2013-01-291-0/+1
* rake test aborts with ruby1.8.Jean-Philippe Lang2013-01-291-1/+0
* CI tasks cleanup.Jean-Philippe Lang2013-01-292-50/+31
* Adds first Capybara tests (#12822).Jean-Philippe Lang2013-01-261-0/+7
* Adds sqlserver configuration for the CI server.Jean-Philippe Lang2013-01-191-0/+3
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-126-6/+6
* Check that locale is well formed.Jean-Philippe Lang2013-01-031-1/+9
* Store attachments in subdirectories (#5298).Jean-Philippe Lang2012-12-131-0/+5
* Replaces find(:first/:all) calls.Jean-Philippe Lang2012-12-032-3/+3
* Replaces find(:first) calls.Jean-Philippe Lang2012-12-031-2/+2
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-022-13/+13
* Use Rake::TestTask#pattern for plugin tests instead of #test_files (#11534)Jean-Baptiste Barth2012-11-011-3/+3
* Fixed: load_default_data task fails to print the error message if one occurs ...Jean-Philippe Lang2012-09-171-2/+2
* Fixed that the reminder email excludes issues assigned to groups (#11723).Jean-Philippe Lang2012-09-091-1/+1
* Fixed rake redmine:plugins:test:* not running some tests in subdirectories (#...Jean-Baptiste Barth2012-07-291-3/+3
* Invoke db:schema:dump after plugin migrations so that db/schema.rb stays up-t...Jean-Baptiste Barth2012-07-291-0/+2
* Adds a task to duplicate a string in locales.Jean-Philippe Lang2012-07-261-0/+28