summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use anonymous block forwarding introduced in Ruby 3.1 (#38585).Go MAEDA2024-08-2133-78/+78
* Use Array#intersect? introduced in Ruby 3.1 (#38585).Go MAEDA2024-08-2011-11/+11
* Drop support for Ruby 3.0 due to Rails 7.2 update (#38585, #36320).Go MAEDA2024-08-202-2/+2
* Update RuboCop target Rails version to 7.2 (#36320).Go MAEDA2024-08-201-1/+1
* Fix "missing assertions" warning in test_search_should_be_case_and_accent_ins...Go MAEDA2024-08-201-12/+12
* Fix RuboCop offense Style/UnlessElse (#36320).Go MAEDA2024-08-201-18/+14
* Fix RuboCop offense Layout/EmptyLineAfterMagicComment (#36320).Go MAEDA2024-08-201-0/+1
* Fix RuboCop offense Layout/EmptyLinesAroundClassBody (#36320).Go MAEDA2024-08-202-2/+0
* Updates activerecord-sqlserver-adapter gem to 7.2.0 (#36320).Marius Balteanu2024-08-201-1/+1
* Fix flacky test after Rails 7 update which fails occasionally because databas...Marius Balteanu2024-08-201-1/+1
* Ensures desired test adapter is used in Active Job tests (#36320).Marius Balteanu2024-08-203-1/+12
* Updates test environment config to mark assertionless tests as failed (#36320).Marius Balteanu2024-08-2018-17/+6
* Replaces removed `ActiveSupport::Deprecation.warn` with custom deprecators (#...Marius Balteanu2024-08-204-6/+8
* Upgrade to Rails 7.2.0 (#36320).Marius Balteanu2024-08-204-5/+5
* Add support for quoted arguments containing commas in wiki macros (#40014).Go MAEDA2024-08-202-2/+12
* Add filters for "User's group" and "User's role" to Spent time list (#41053).Go MAEDA2024-08-162-0/+122
* Add missing assertion in Redmine::MenuManager::MapperTest#test_push_onto_root...Go MAEDA2024-08-121-1/+1
* Fix RuboCop offense Lint/RedundantStringCoercion, one of the offenses enabled...Go MAEDA2024-08-124-10/+3
* Fix RuboCop offense Layout/SpaceInsideParens, one of the offenses enabled in ...Go MAEDA2024-08-1210-168/+153
* Fix RuboCop offense Layout/SpaceAfterComma, one of the offenses enabled in ru...Go MAEDA2024-08-1215-46/+28
* Remove commented-out dead code and fix RuboCop offense Layout/LeadingCommentS...Go MAEDA2024-08-122-7/+0
* Fix RuboCop offense Layout/EmptyLinesAroundModuleBody, one of the offenses en...Go MAEDA2024-08-1218-40/+0
* Fix RuboCop offense Layout/EmptyLinesAroundMethodBody, one of the offenses en...Go MAEDA2024-08-128-19/+0
* Fix RuboCop offense Layout/EmptyLinesAroundClassBody, one of the offenses ena...Go MAEDA2024-08-1217-38/+0
* Add test for r22947 (#41079).Go MAEDA2024-08-111-0/+15
* Fix incorrect sorting of users grouped by status in issue filters for adminis...Go MAEDA2024-08-111-3/+3
* Fix issue where minutes part of a time entry is displayed as 60 instead of be...Go MAEDA2024-08-082-3/+18
* Add SSL enforcement and Inline job adapter examples to config/additional_envi...Go MAEDA2024-07-261-1/+9
* Add project identifier to List-Id header in notification emails (#13359).Go MAEDA2024-07-262-9/+31
* Disable RuboCop Style/FormatString (#39887).Go MAEDA2024-07-222-13/+1
* Traditional Chinese translation update (#41045).Go MAEDA2024-07-221-2/+2
* Fix RuboCop offense Layout/EmptyLineBetweenDefs (#39887).Go MAEDA2024-07-192-6/+1
* Set default age parameter for User.prune method to 30 days (#41023).Go MAEDA2024-07-191-1/+1
* Japanese translation update (#41039).Go MAEDA2024-07-181-1/+1
* Update locales (#39997).Go MAEDA2024-07-1849-0/+49
* Add an option to render Integer and Float custom fields with thousands delimi...Go MAEDA2024-07-186-5/+30
* Updated `number.format.delimiter` values in locale files based on rails-i18n ...Go MAEDA2024-07-1817-17/+17
* Refactor ApplicationHelper#format_object to accept options as a hash (#39997).Go MAEDA2024-07-187-10/+25
* Japanese translation update (#41027).Go MAEDA2024-07-161-1/+1
* Update users routing test to include assertions for bulk actions (delete, loc...Marius Balteanu2024-07-141-0/+4
* Adds test for bulk unlock users (#40913).Marius Balteanu2024-07-141-0/+16
* Fix tests for updated git repository (#40948).Marius Balteanu2024-07-142-21/+24
* Updates broken git repository archive introduced in r22910 (#40948).Marius Balteanu2024-07-141-0/+0
* Update locales (#36197).Go MAEDA2024-07-1449-0/+49
* Add configurable setting for copying attachments when copying an issue (#36197).Go MAEDA2024-07-147-5/+115
* Add bulk unlock to user list context menu (#40913).Marius Balteanu2024-07-133-5/+18
* Increases number of revisions and fileschanges in test/unit/repository_git_te...Marius Balteanu2024-07-131-2/+2
* Fix RuboCop offense Style/CollectionCompact (#39887).Go MAEDA2024-07-114-16/+6
* Update RuboCop to 1.65 (#39887).Go MAEDA2024-07-112-2/+2
* Fix RuboCop offense Style/MapCompactWithConditionalBlock (#39887).Go MAEDA2024-07-113-10/+10