summaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* Fix tests for the partial quoting feature that randomly fail (#41294).Go MAEDA2024-10-261-8/+10
* Fix missing deletion of custom field attachments upon issue deletion (#38966).Go MAEDA2024-10-261-0/+22
* Drop deprecated Redcarpet based Markdown formatter (#40149).Go MAEDA2024-10-203-411/+1
* Fix CSV import file encoding auto-detection failure with multibyte characters...Go MAEDA2024-10-201-0/+17
* Fixes tests after r23104 (#23980).Marius Balteanu2024-10-111-7/+7
* Partial quoting feature for Issues and Forums (#41294).Go MAEDA2024-10-091-0/+40
* Fix test to use correct IANA timezone name "Asia/Hong_Kong" instead of deprec...Go MAEDA2024-09-251-1/+1
* Add "Author / Previous assignee" group to assignee dropdown in issue form (#1...Go MAEDA2024-09-151-0/+9
* Fix NoMethodError in Issue#blocked? due to invalid issue_from_id in Issue#rel...Go MAEDA2024-09-101-0/+10
* 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
* Fix RuboCop offense Rails/PluralizationGrammar (#39889).Go MAEDA2024-08-253-7/+7
* 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-214-4/+4
* 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-201-1/+0
* Ensures desired test adapter is used in Active Job tests (#36320).Marius Balteanu2024-08-202-1/+8
* Updates test environment config to mark assertionless tests as failed (#36320).Marius Balteanu2024-08-206-5/+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 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-122-2/+2
* Fix RuboCop offense Layout/EmptyLinesAroundMethodBody, one of the offenses en...Go MAEDA2024-08-121-1/+0
* Fix RuboCop offense Layout/EmptyLinesAroundClassBody, one of the offenses ena...Go MAEDA2024-08-121-1/+0
* Add test for r22947 (#41079).Go MAEDA2024-08-111-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
* Fix tests for updated git repository (#40948).Marius Balteanu2024-07-142-21/+24
* 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
* Check view watchers permission when copying issues (#40946).Marius Balteanu2024-07-081-0/+20
* Add test for r22906 (#40716).Go MAEDA2024-07-061-0/+15
* Add test for r22895 (#40860).Go MAEDA2024-06-251-0/+10
* Reject passwords that are the same as login, first name, last name, or email ...Go MAEDA2024-06-211-0/+18
* Support multiple multi-word phrases in the search engine (#38446).Go MAEDA2024-06-191-0/+5
* Adds estimated remaining time to version page (#37862, #1671).Marius Balteanu2024-06-041-8/+12
* Add timeout for thumbnail generation process (#37530).Go MAEDA2024-05-271-0/+19
* Add tests for current alt attribute behavior in images (#40650).Go MAEDA2024-05-241-0/+28
* Key/value-pair custom field type not available to all customizable contents (...Go MAEDA2024-05-162-0/+10
* Ignore statuses in Project#rolled_up_statuses which only have an identity tra...Go MAEDA2024-05-161-0/+2
* Adds test to check @view_issue_watchers@ permission when filter "Watched by" ...Marius Balteanu2024-05-111-0/+30
* Fixes issue list filter "Watched by: me" only shows issues watched via group ...Marius Balteanu2024-05-111-3/+8
* Replaces use of Digest::MD5 / Digest::SHA1 with ActiveSupport::Digest (#35217).Marius Balteanu2024-05-073-6/+5