summaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
...
* Limit the year to 4 digits in date input (#38231).Go MAEDA2023-03-301-0/+11
* Receive e-mail replies to news and news comments (#38274).Go MAEDA2023-03-261-1/+35
* Add MissingContainer exception to MailHandler (#38273).Go MAEDA2023-03-261-3/+3
* Multiple issue ids in "Related to" filter (#38301).Go MAEDA2023-03-251-0/+8
* "Cannot delete enumeration" error may occur when attempting to delete a proje...Go MAEDA2023-03-251-0/+1
* Fix RuboCop offense Style/InverseMethods: Use `invalid?` instead of inverting...Go MAEDA2023-03-258-16/+16
* Fix RuboCop offense Style/InverseMethods: Use `present?` instead of inverting...Go MAEDA2023-03-253-6/+6
* Show parent issues in notification email (#34302).Go MAEDA2023-03-011-1/+2
* Try importing journal replies as issue reply where applicable (#38263).Go MAEDA2023-02-271-0/+15
* Disable auto watch for the anonymous user (#38238).Go MAEDA2023-02-262-0/+30
* Auto watch issues on issue creation (#38238).Go MAEDA2023-02-262-1/+35
* Time Entry Import fails to import custom fields with "User" format (#38254).Go MAEDA2023-02-161-0/+27
* Fix RuboCop offense Style/RedundantHeredocDelimiterQuotes (#36919).Go MAEDA2023-02-141-0/+2
* Fix test failure with Commonmarker 0.23.8 (#38239).Go MAEDA2023-02-051-1/+1
* Fix RuboCop offense Style/MethodCallWithoutArgsParentheses (#36919).Go MAEDA2023-01-253-3/+3
* Ensure that the base permission is set for Role#permissions_tracker? and rela...Go MAEDA2023-01-191-0/+76
* Ruby 2.7: Fix RuboCop offense Performance/MapCompact (#38134).Go MAEDA2023-01-171-2/+2
* Support for WebP images (#38168).Go MAEDA2023-01-162-0/+7
* Fix RuboCop offense Performance/AncestorsInclude (#38146).Go MAEDA2023-01-113-3/+3
* CommonMark Markdown formatter does not support min-width, max-width, min-heig...Go MAEDA2023-01-111-0/+4
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-01148-148/+148
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-01148-148/+148
* Fix RuboCop offense Performance/StringInclude (#37247).Go MAEDA2022-12-262-2/+2
* Fix test failure when running with PostgreSQL (#20042).Go MAEDA2022-12-091-1/+1
* Query display types should accept only known types (#37925).Marius Balteanu2022-11-281-0/+14
* Fix failing test by removing bad assertion (#34863).Marius Balteanu2022-11-281-1/+0
* Reverts r21958 and r21959 (#1739).Go MAEDA2022-11-182-53/+0
* Add the ability to change the author of an issue (#1739).Go MAEDA2022-11-162-0/+53
* Allow using ideographic space (U+3000) as a separator for search terms (#37878).Go MAEDA2022-11-031-0/+6
* Database migrations don't run correctly for plugins when specifying the `VERS...Go MAEDA2022-10-301-0/+13
* Fix RuboCop offense Rails/Pluck (#37248).Go MAEDA2022-10-281-13/+13
* Fix RuboCop offense Lint/RedundantRequireStatement (#36919).Go MAEDA2022-10-261-1/+1
* Fix RuboCop offense Style/RedundantStringEscape (#36919).Go MAEDA2022-10-263-11/+11
* Fix RuboCop offense Layout/FirstHashElementIndentation due to r21894 (#37751).Go MAEDA2022-10-201-4/+5
* Fix RuboCop offenses Layout/EmptyLinesAroundClassBody and Layout/TrailingEmpt...Go MAEDA2022-10-201-2/+0
* Escape tags that start with pre (#37767).Go MAEDA2022-10-171-0/+11
* Uses the new html sanitizer for links rendered by custom fields (#37750).Marius Balteanu2022-10-044-14/+14
* Introduces a standalone html sanitizer class (#37750).Marius Balteanu2022-10-041-0/+40
* Make common_mark the default text formatting for new installations (#34863).Marius Balteanu2022-10-041-0/+5
* Escape blockquote citation in textile formatting (#37751).Marius Balteanu2022-10-041-0/+7
* Fix repository browser does not show \"+\" (plus sign) in filename (#37718).Marius Balteanu2022-10-021-2/+2
* Fix RuboCop offense Layout/LineLength due to r21849 (#37713).Go MAEDA2022-09-281-2/+8
* Fix failing test on PostgreSQL by ordering by only non null values (#37674).Marius Balteanu2022-09-271-3/+10
* Adds missing join when ordering by authsource (#37674).Go MAEDA2022-09-271-0/+13
* Allow select custom CSS properties (#37237).Marius Balteanu2022-09-261-0/+4
* Add rel="noopener" to all external links with a target attribute (#37713).Marius Balteanu2022-09-261-0/+5
* Fix random test failure (#37674).Go MAEDA2022-09-241-1/+1
* Adds tests for UserQuery model (#37674).Go MAEDA2022-09-211-0/+175
* Ignore statuses if workflow only defines identity transition (#37636).Go MAEDA2022-09-171-0/+1
* Consider only roles with either add_issues or edit_issues permissions for any...Go MAEDA2022-09-171-0/+22