summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Adds test for #41678 (#23954).Marius Balteanu2024-11-031-1/+14
* Improve tracker deletion error message to display projects containing issues ...Go MAEDA2024-11-031-3/+13
* Fix: "Import issues" and "Import time entries" pages are visible to users wit...Go MAEDA2024-11-031-0/+12
* Fix RuboCop offenses in ThemesTest#test_old_theme_compatibility introduced in...Go MAEDA2024-11-021-2/+2
* Add stylesheet fixture for ThemesTest#test_old_theme_compatibility added in r...Go MAEDA2024-11-021-0/+2
* Upgrades propshaft to 1.1.0 (#39111).Marius Balteanu2024-10-311-1/+1
* Adds asset path to default to support old style theme (#39111).Marius Balteanu2024-10-311-0/+13
* Fix: `updated_by_id` in Journal points to a deleted user instead of an anonym...Go MAEDA2024-10-291-1/+6
* Add column totals to Issues Summary Report (#691).Go MAEDA2024-10-261-0/+11
* Fix tests for the partial quoting feature that randomly fail (#41294).Go MAEDA2024-10-262-9/+11
* Fix missing deletion of custom field attachments upon issue deletion (#38966).Go MAEDA2024-10-261-0/+22
* Fix failing system test for keyboard shortcuts to reflect CommonMark toolbar'...Go MAEDA2024-10-241-1/+1
* Drop deprecated Redcarpet based Markdown formatter (#40149).Go MAEDA2024-10-206-438/+12
* Replace "even" and "odd" CSS classes with "this-month" and "other-month" for ...Go MAEDA2024-10-201-8/+8
* Fix CSV import file encoding auto-detection failure with multibyte characters...Go MAEDA2024-10-202-0/+34
* Include attachment filename in "File added" email notification subject (#41450).Go MAEDA2024-10-201-1/+1
* Renames and improves methods provided by @IconsHelper@ (#23980).Marius Balteanu2024-10-192-5/+5
* Fix invalid "theme-*" CSS class in body element when theme name contains spac...Go MAEDA2024-10-191-0/+8
* Fixes tests after r23104 (#23980).Marius Balteanu2024-10-111-7/+7
* Partial quoting feature for Issues and Forums (#41294).Go MAEDA2024-10-096-9/+483
* Merges fav and fav-off icons in only one icon and fill the collor from CSS (#...Marius Balteanu2024-09-291-3/+3
* Moves stroke, stroke-width and fill attributes from icons to CSS (#23980).Marius Balteanu2024-09-281-2/+2
* Fixes failing test (#23980).Marius Balteanu2024-09-281-2/+2
* Fix test to use correct IANA timezone name "Asia/Hong_Kong" instead of deprec...Go MAEDA2024-09-251-1/+1
* Moves thumbnail title attribute from `a` to `img` (#41272).Go MAEDA2024-09-201-1/+1
* Add "Author / Previous assignee" group to assignee dropdown in issue form (#1...Go MAEDA2024-09-152-4/+34
* Fix test failure in IssuesSystemTest due to incorrect attachment count expect...Go MAEDA2024-09-111-1/+1
* Fix NoMethodError in Issue#blocked? due to invalid issue_from_id in Issue#rel...Go MAEDA2024-09-101-0/+10
* 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