summaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Adds the date of the last activity to the list of available columns for Proje...Marius Balteanu2024-05-031-0/+7
* Fixes random failing tests.Marius Balteanu2024-05-031-1/+1
* Fixes RuboCop offense Layout/SpaceInsideParens (#24457).Marius Balteanu2024-05-021-1/+1
* Adds test for #24457.Marius Balteanu2024-05-021-0/+14
* Progress of version should be calculated the same way as parent tasks (#24457...Marius Balteanu2024-05-021-0/+10
* Adds estimated remaining hours issue query column calculated based on estimat...Marius Balteanu2024-05-011-0/+28
* Adds an option to send email notification when an attachment is added (#40569).Marius Balteanu2024-04-282-2/+32
* Fix "unexpected invocation" test failure in IssueTest with Mocha 2.2.0 (#40603).Go MAEDA2024-04-231-3/+0
* Fix RuboCop offense Style/MapIntoArray (#39887).Go MAEDA2024-04-092-8/+2
* Remove redundant ApplicationHelper inclusions (#40506).Go MAEDA2024-04-027-10/+0
* Fix rubocop warning (#38975).Marius Balteanu2024-03-031-1/+1
* Introduces Redmine::Plugin#attachment_object_type to provide better API for r...Marius Balteanu2024-02-271-0/+8
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-26151-151/+151
* Deletes @Redmine::WikiFormatting::CommonMark::HelperTest@ tests that are no l...Marius Balteanu2024-02-211-33/+0
* Principal.not_member_of scope does not accept ActiveRecord::Relation (#28243).Go MAEDA2024-02-081-0/+6
* Remove trailing whitespaces from test/unit/lib/redmine/unified_diff_test.rb (...Go MAEDA2024-02-051-2/+2
* Ensure tests remain robust against trailing whitespace removal (#31507).Go MAEDA2024-02-051-11/+11
* Add support for IDN (internationalized domain name) email addresses in user a...Go MAEDA2024-02-011-0/+6
* Fix ScmData.binary? method not to consider UTF-8 text as binary (#40020).Go MAEDA2024-01-301-0/+47
* Fix RuboCop offense "Lint/Syntax: invalid escape character syntax" (#38585).Go MAEDA2024-01-271-2/+2
* Fix RuboCop offense Layout/EmptyLineAfterMagicComment (#39111).Go MAEDA2024-01-271-0/+1
* Fix failing test by ignoring the directories that start with a dot (#39111).Marius Balteanu2024-01-261-1/+2
* Removes debug code added in r22638 (#39111).Marius Balteanu2024-01-261-2/+0
* Adds debug code to investigate test fail on CI (#39111).Marius Balteanu2024-01-261-0/+2
* Remove code that is no longer needed as a result of asset pipeline implementa...Marius Balteanu2024-01-251-23/+0
* Add Propshaft library to enable the asset pipeline without modifying existing...Marius Balteanu2024-01-251-0/+44
* Use ApplicationRecord instead of ActiveRecord::Base (#38975).Marius Balteanu2024-01-231-6/+6
* Reverts r22438 (#35189).Marius Balteanu2024-01-232-12/+7