summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Replaces various icons with SVG icons (#23980).Marius Balteanu2024-09-081-1/+1
* Fix broken project list layout for projects scheduled for deletion (#41217).Go MAEDA2024-09-061-0/+18
* Fixed tests (#23980).Marius Balteanu2024-09-052-2/+2
* Set UTF-8 as the default CSV export encoding (#41202).Go MAEDA2024-09-011-5/+3
* Fix RuboCop offense Style/RedundantInterpolationUnfreeze (#39887).Go MAEDA2024-09-011-1/+1
* Fix precision issues in TimeEntry#hours calculation by returning Rational ins...Go MAEDA2024-08-311-1/+15
* Fixes rubocop offenses introduced by r22991 (#23980).Marius Balteanu2024-08-301-2/+2
* Fixes more tests.Marius Balteanu2024-08-302-6/+8
* Fix RuboCop offense Rails/PluralizationGrammar (#39889).Go MAEDA2024-08-254-8/+8
* Fix RuboCop offense Lint/SendWithMixinArgument (#39887).Go MAEDA2024-08-241-2/+2
* Add placeholder "h:mm" to hours field for better user guidance (#2464).Go MAEDA2024-08-211-1/+3
* Introduce `active?` method to Group via Principal model (#27510).Go MAEDA2024-08-211-0/+1
* Add filters for "Author's group" and "Author's role" to issues list (#7867).Go MAEDA2024-08-211-0/+60
* Use anonymous block forwarding introduced in Ruby 3.1 (#38585).Go MAEDA2024-08-217-17/+17
* Use Array#intersect? introduced in Ruby 3.1 (#38585).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
* 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-2017-17/+4
* Upgrade to Rails 7.2.0 (#36320).Marius Balteanu2024-08-201-1/+1
* Add support for quoted arguments containing commas in wiki macros (#40014).Go MAEDA2024-08-201-0/+7
* Add filters for "User's group" and "User's role" to Spent time list (#41053).Go MAEDA2024-08-161-0/+63
* 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-122-2/+2
* Fix RuboCop offense Layout/SpaceInsideParens, one of the offenses enabled in ...Go MAEDA2024-08-123-8/+8
* Fix RuboCop offense Layout/SpaceAfterComma, one of the offenses enabled in ru...Go MAEDA2024-08-125-6/+6
* Fix RuboCop offense Layout/EmptyLinesAroundMethodBody, one of the offenses en...Go MAEDA2024-08-124-4/+0
* Fix RuboCop offense Layout/EmptyLinesAroundClassBody, one of the offenses ena...Go MAEDA2024-08-125-5/+0
* Add test for r22947 (#41079).Go MAEDA2024-08-111-0/+15
* Fix issue where minutes part of a time entry is displayed as 60 instead of be...Go MAEDA2024-08-081-0/+15
* Add project identifier to List-Id header in notification emails (#13359).Go MAEDA2024-07-261-6/+19
* Add an option to render Integer and Float custom fields with thousands delimi...Go MAEDA2024-07-181-0/+11
* Refactor ApplicationHelper#format_object to accept options as a hash (#39997).Go MAEDA2024-07-181-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
* Add configurable setting for copying attachments when copying an issue (#36197).Go MAEDA2024-07-141-0/+82
* Increases number of revisions and fileschanges in test/unit/repository_git_te...Marius Balteanu2024-07-131-2/+2
* Fix RuboCop offense Style/MapCompactWithConditionalBlock (#39887).Go MAEDA2024-07-111-1/+1
* Fixes rubocop offenses (#40946). Marius Balteanu2024-07-081-5/+5
* Introduces @valid_watcher?@ check on watchables (@40946).Marius Balteanu2024-07-081-3/+3
* Permission check based on the type of @watchables@ (#40946).Marius Balteanu2024-07-081-0/+35
* Check view watchers permission when copying issues (#40946).Marius Balteanu2024-07-081-0/+20
* Improve watcher list permissions check to explicitly require @view_issue_watc...Marius Balteanu2024-07-084-0/+52
* Truncate git authors to 255 characters (#40948).Marius Balteanu2024-07-083-2/+2
* Add test for r22906 (#40716).Go MAEDA2024-07-061-0/+15