summaryrefslogtreecommitdiffstats
path: root/lib/tasks
Commit message (Collapse)AuthorAgeFilesLines
* Add redmine:plugins:test:system task (#31746).Go MAEDA2019-08-051-0/+7
| | | | | | | Patch by Seiei Miyagi. git-svn-id: http://svn.redmine.org/redmine/trunk@18354 e93f8b46-1217-0410-a6f0-8f06a7374b81
* reminder.rake should ignore blank parameters (#31501).Go MAEDA2019-06-051-5/+5
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18226 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add support for :sql ActiveRecord::Base.schema_format in ↵Go MAEDA2019-06-011-1/+6
| | | | | | | | | redmine:plugins:migrate (#31485). Patch by Kouhei Sutou. git-svn-id: http://svn.redmine.org/redmine/trunk@18212 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update copyright year.Go MAEDA2019-05-256-6/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18198 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't rescue Exception class (#31387).Go MAEDA2019-05-253-5/+5
| | | | | | | Patch by Go MAEDA and Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@18197 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove frozen_string_literal magic comment from files which are not used ↵Go MAEDA2019-03-2116-32/+0
| | | | | | when running the application or tests (#23630). git-svn-id: http://svn.redmine.org/redmine/trunk@17997 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-1516-0/+32
| | | | | | | This will be changed to true in the future. git-svn-id: http://svn.redmine.org/redmine/trunk@17947 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Send emails asynchronously (#26791).Jean-Philippe Lang2018-10-101-4/+1
| | | | | | Custom async_* delivery methods are removed in favor of ActiveJob (Async by default). git-svn-id: http://svn.redmine.org/redmine/trunk@17588 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use find_by instead of where.first to remove unnecessary sorting (#26747).Go MAEDA2018-10-061-1/+1
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@17586 e93f8b46-1217-0410-a6f0-8f06a7374b81
* "no_notification" option is not listed in the help of "rake ↵Go MAEDA2018-09-271-0/+1
| | | | | | | | | redmine:email:receive_imap" (#29669). Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@17528 e93f8b46-1217-0410-a6f0-8f06a7374b81
* redmine:email:read and rdm-mailhandler.rb should use safe_receive instead of ↵Jean-Philippe Lang2018-09-231-1/+1
| | | | | | | | receive (#29614). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17508 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace Enumerable#sort with faster Enumerable#sort_by (#29299).Go MAEDA2018-08-021-1/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17462 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove RDoc tags (#28943).Go MAEDA2018-06-081-1/+1
| | | | | | | Patch by Sho HASHIMOTO. git-svn-id: http://svn.redmine.org/redmine/trunk@17370 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix: "project_from_subbaddress" option is not listed in the help of "rake ↵Go MAEDA2018-01-241-0/+3
| | | | | | | | | redmine:email:receive_imap" (#28026). Patch by Go Maeda. git-svn-id: http://svn.redmine.org/redmine/trunk@17185 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace Minitest.rake_run with Rails::TestUnit::Runner.rake_run for ↵Go MAEDA2018-01-012-7/+7
| | | | | | | | | compatibility with Rails 5.1.4 (#27871). Patch by Tatsuya Saito. git-svn-id: http://svn.redmine.org/redmine/trunk@17139 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes test:ui rake task replaced by rails test:system.Jean-Philippe Lang2017-07-301-6/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16929 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Drop Darcs support (#26391).Jean-Philippe Lang2017-07-251-1/+1
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@16886 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-232-34/+24
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16859 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update copyright.Jean-Philippe Lang2017-06-256-6/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16685 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a rake task to update attachments digests to SHA256 (#25240).Jean-Philippe Lang2017-04-031-0/+5
| | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@16455 e93f8b46-1217-0410-a6f0-8f06a7374b81
* spelling fixes (#25495)Toshi MARUYAMA2017-04-021-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16445 e93f8b46-1217-0410-a6f0-8f06a7374b81
* set "warning = false" for "rake test:scm:units" and "rake test:scm:functionals"Toshi MARUYAMA2017-03-201-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16421 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Prevent warning about already defined constant.Jean-Philippe Lang2017-03-021-0/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16345 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't pass conditions to #delete_all.Jean-Philippe Lang2016-07-161-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15675 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ability to define a default assigned_to when receiving emails (#23020).Jean-Philippe Lang2016-06-181-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15547 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updates copyright for 2016.Jean-Philippe Lang2016-03-136-6/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15238 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add plugins ui tests rake task (#21361)Toshi MARUYAMA2015-11-271-0/+7
| | | | | | Patch by Maria Tikhonova. git-svn-id: http://svn.redmine.org/redmine/trunk@14891 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow a default version to be set on the command line for incoming emails ↵Jean-Philippe Lang2015-11-011-0/+1
| | | | | | (#7346). git-svn-id: http://svn.redmine.org/redmine/trunk@14789 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Mail Handler: add support for allow_override=all (#20543).Jean-Philippe Lang2015-10-171-47/+31
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14681 e93f8b46-1217-0410-a6f0-8f06a7374b81
* travis: add PostgreSQL environmentsToshi MARUYAMA2015-08-301-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14530 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds private issue option to receiving emails (#8424).Jean-Philippe Lang2015-05-101-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14262 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add MariaDB 10.0 environment to travis (#17460, #19344)Toshi MARUYAMA2015-03-141-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14077 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow filtering of Redmine Reminders by Version (#18983).Jean-Philippe Lang2015-02-071-0/+2
| | | | | | Patch by Merul Patel. git-svn-id: http://svn.redmine.org/redmine/trunk@13964 e93f8b46-1217-0410-a6f0-8f06a7374b81
* IMAP STARTTLS support (#16823).Jean-Philippe Lang2015-01-271-1/+3
| | | | | | Patch by Jan Pipek. git-svn-id: http://svn.redmine.org/redmine/trunk@13950 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-172-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13892 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Copyright update.Jean-Philippe Lang2015-01-116-6/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13872 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use simplecov for code coverage, rcov does not support ruby>=1.9.Jean-Philippe Lang2014-12-021-6/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13691 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix "test:routing" rake task comment changed by r13604Toshi MARUYAMA2014-11-181-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13613 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Isolates all API routing tests to a specific test case.Jean-Philippe Lang2014-11-162-2/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13604 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Default status per tracker (#5991).Jean-Philippe Lang2014-11-022-8/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13535 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add ci:about task to display ruby version in build output.Jean-Philippe Lang2014-10-261-0/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13511 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-224-20/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13482 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update yard rake task for Redmine 2.x (#14796).Jean-Baptiste Barth2014-09-071-2/+2
| | | | | | | Contributed by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@13365 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add support for pop3s (SSL) to redmine:email:receive_pop3 (#16707)Toshi MARUYAMA2014-05-161-0/+2
| | | | | | Contributed by Eric Davis. git-svn-id: http://svn.redmine.org/redmine/trunk@13138 e93f8b46-1217-0410-a6f0-8f06a7374b81
* split method for scm test repository extracting (#16881)Toshi MARUYAMA2014-05-141-4/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13136 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add :environment to test:scm:setup:create_dir and test:scm:update rake tasks ↵Toshi MARUYAMA2014-05-141-2/+2
| | | | | | (#16881) git-svn-id: http://svn.redmine.org/redmine/trunk@13135 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use async email deliveries in rake tasks (#16784).Jean-Philippe Lang2014-05-021-3/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13123 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix typo at lib/tasks/ciphering.rakeToshi MARUYAMA2014-04-161-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13095 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix typo at lib/tasks/ci.rakeToshi MARUYAMA2014-04-161-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13094 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Format table list.Jean-Philippe Lang2014-04-031-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13036 e93f8b46-1217-0410-a6f0-8f06a7374b81