317 Коміти (master)

Автор SHA1 Повідомлення Дата
  Marius Balteanu 38d950df55 Remove current year from source file copyright headers and update year in footer to 2024 (#40043). 3 місяці тому
  Marius Balteanu 4bc3365524 Removes @redmine:plugins:assets@ from @redmine:plugins@ task (#40204). 4 місяці тому
  Marius Balteanu 63b89a254c Removes @redmine:plugins:assets@ task which is no longer needed after asset pipeline implementation (#39111). 4 місяці тому
  Go MAEDA 5b77092be4 Replace regular expression matches with String#start_with? / end_with? (#40010). 5 місяці тому
  Marius Balteanu 38e40d5c13 Run plugin tests only if test files exist (#39803, #36320). 5 місяці тому
  Marius Balteanu cbe6b4a374 Fixes that @redmine:plugins:test@ should run plugins unit, functional, integration and system tests in one single test session instead of one session for each type of test. This behaviour was changed in Rails 7.1 because @rake test@ and @rails test@ are integrated (#39803, #36320). 5 місяці тому
  Marius Balteanu e566e60e51 Adds test for plugin autoload issue (#36320, #39834). 5 місяці тому
  Marius Balteanu c38e847fa6 Fix NoMethodError: undefined method `rake_run' for Rails::TestUnit::Runner:Class (NoMethodError) after updating to Rails 7.1 (#36320, #39803) 6 місяці тому
  Marius Balteanu 8a1bff856f Add missing copyrights (#37730). 6 місяці тому
  Jean-Philippe Lang 9e07e16bf1 CI server: disable ssl connexion to mysql server. 6 місяці тому
  Jean-Philippe Lang b9a629cd25 Adds support for environment variable for CI mysql host. 6 місяці тому
  Jean-Philippe Lang 543674090e Adds support for environment variable for CI postgresql host. 6 місяці тому
  Go MAEDA 72dcb6a570 Fix `rake yard` does not work with Ruby >= 3.2 due to nested array issue (#39576). 6 місяці тому
  Go MAEDA 3c677a82c7 Replace `YAML.load` with `YAML.load_file` in locales.rake and improve error reporting for invalid YAML files (#39207). 7 місяці тому
  Go MAEDA 60317acf25 Fix deprecation warning for db:structure:dump in db:migrate when using sql schema format (#38199). 1 рік тому
  Go MAEDA 92bd67c279 Update copyright year to 2023 (#38141). 1 рік тому
  Go MAEDA 40774c2cf4 Add the `# frozen_string_literal: true` magic comment to config/initializers/secret_token.rb (#37682). 1 рік тому
  Go MAEDA 2e86acfa87 Add tasks to prune registered users after a certain number of days (#30998). 2 роки тому
  Go MAEDA 3686b77eb6 Update copyright year in source files to 2022 (#36379). 2 роки тому
  Go MAEDA 4db7397d2a Use File.exist? instead of deprecated File.exists? (#36358). 2 роки тому
  Go MAEDA 1ae29debf4 Fix redmine:plugins:assets rake task fails (#36287, #32938). 2 роки тому
  Go MAEDA 6c5a16daf8 Remove rake task check_parsing_by_psych (#35026). 3 роки тому
  Go MAEDA 3e36b5c452 Update copyright year in source files to 2021 (#33069). 3 роки тому
  Go MAEDA 28dd747fc6 Rake tasks db:encrypt and db:decrypt now supports TOTP secret keys (#1237, #33929). 3 роки тому
  Go MAEDA b90a6a404f Fix warnings while running redmine:load_default_data rake task (#33310). 4 роки тому
  Toshi MARUYAMA 6cdd161ba1 scm: git: add new test repository which has UTF-8 Emoji committer and comments (#24030) 4 роки тому
  Go MAEDA 907e0173e4 Update copyright year in source files to 2020 (#33069). 4 роки тому
  Go MAEDA 1f2753f513 Add redmine:plugins:test:system task (#31746). 4 роки тому
  Go MAEDA 19c7131119 reminder.rake should ignore blank parameters (#31501). 5 роки тому
  Go MAEDA 3dc836a945 Add support for :sql ActiveRecord::Base.schema_format in redmine:plugins:migrate (#31485). 5 роки тому
  Go MAEDA 4082069c75 Update copyright year. 5 роки тому
  Go MAEDA b0e17e8199 Don't rescue Exception class (#31387). 5 роки тому
  Go MAEDA 3b55f65407 Remove frozen_string_literal magic comment from files which are not used when running the application or tests (#23630). 5 роки тому
  Go MAEDA 5861160ffc Add "frozen_string_literal: false" for all files (#26561). 5 роки тому
  Jean-Philippe Lang 0c78056a69 Send emails asynchronously (#26791). 5 роки тому
  Go MAEDA e159928e6b Use find_by instead of where.first to remove unnecessary sorting (#26747). 5 роки тому
  Go MAEDA ffc7e94d4e "no_notification" option is not listed in the help of "rake redmine:email:receive_imap" (#29669). 5 роки тому
  Jean-Philippe Lang c9640667d1 redmine:email:read and rdm-mailhandler.rb should use safe_receive instead of receive (#29614). 5 роки тому
  Go MAEDA eee1c36b4b Replace Enumerable#sort with faster Enumerable#sort_by (#29299). 5 роки тому
  Go MAEDA bff0fbce8b Remove RDoc tags (#28943). 6 роки тому
  Go MAEDA c1f92c7f06 Fix: "project_from_subbaddress" option is not listed in the help of "rake redmine:email:receive_imap" (#28026). 6 роки тому
  Go MAEDA 89de01076a Replace Minitest.rake_run with Rails::TestUnit::Runner.rake_run for compatibility with Rails 5.1.4 (#27871). 6 роки тому
  Jean-Philippe Lang fac02579cb Removes test:ui rake task replaced by rails test:system. 6 роки тому
  Jean-Philippe Lang 0910b2bdbe Drop Darcs support (#26391). 6 роки тому
  Jean-Philippe Lang d74f0bfd5c Merged rails-5.1 branch (#23630). 6 роки тому
  Jean-Philippe Lang 7fd04e1f8d Update copyright. 7 роки тому
  Jean-Philippe Lang ee84b6b24c Adds a rake task to update attachments digests to SHA256 (#25240). 7 роки тому
  Toshi MARUYAMA 6139e0033a spelling fixes (#25495) 7 роки тому
  Toshi MARUYAMA 064067fbf2 set "warning = false" for "rake test:scm:units" and "rake test:scm:functionals" 7 роки тому
  Jean-Philippe Lang 7d04dca697 Prevent warning about already defined constant. 7 роки тому