summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replaces icon-folder and icon-folder-open in repository view with SVG icons (...Marius Balteanu2024-09-024-3/+21
* Fix RuboCop offense Style/StringChars (#39887).Go MAEDA2024-09-012-6/+1
* "##" syntax auto complete does not work (#41096).Go MAEDA2024-09-011-0/+6
* Set UTF-8 as the default CSV export encoding (#41202).Go MAEDA2024-09-012-8/+6
* Revert r23002 (#39887).Go MAEDA2024-09-011-2/+2
* Disable RuboCop Lint/InterpolationCheck for USER_FORMATS in app/models/user.r...Go MAEDA2024-09-012-5/+2
* Update RuboCop to 1.65 (#39887).Go MAEDA2024-09-012-3/+3
* Regenerate .rubocop_todo.yml (#39887).Go MAEDA2024-09-011-9/+1
* Fix RuboCop offense Style/EmptyLiteral (#39887).Go MAEDA2024-09-011-2/+2
* Fix RuboCop offense Style/RedundantInterpolationUnfreeze (#39887).Go MAEDA2024-09-0111-26/+26
* Fix precision issues in TimeEntry#hours calculation by returning Rational ins...Go MAEDA2024-08-313-4/+25
* Replaces icon-email and icon-passwd icons with SVG icons (#23980).Marius Balteanu2024-08-315-9/+9
* Fixes icon-multiple (#23980).Marius Balteanu2024-08-312-2/+2
* Do not show icon-cancel backgrond icon if element contains a SVG element (#23...Marius Balteanu2024-08-311-1/+1
* Replaces zoom-in icon with SVG icon in ssues report (#23980).Marius Balteanu2024-08-311-7/+7
* Do not show fav/fav-off backgrond icon if element contains a SVG element (#23...Marius Balteanu2024-08-311-2/+2
* Replaces zoom-in and zoom-out icons with SVG icons in Gantt (#23980).Marius Balteanu2024-08-312-6/+6
* Removes extra spaces in icon classes introduced by r22988 (#23980).Marius Balteanu2024-08-311-2/+2
* Fixes rubocop offenses introduced by r22991 (#23980).Marius Balteanu2024-08-301-2/+2
* Fixes more tests.Marius Balteanu2024-08-304-11/+13
* Add icon to attachment link only when icon variable is passed.Marius Balteanu2024-08-302-5/+7
* Fix failing tests by including IconsHelper in ApplicationHelper (#23980). Marius Balteanu2024-08-301-0/+1
* Start working on replacing old icons with SVG icons (#23980):Marius Balteanu2024-08-2974-233/+670
* Fix RuboCop offenses Style/NegatedIf and Style/NegatedWhile (#39887, #7770).Go MAEDA2024-08-2513-38/+18
* Update RuboCop Rails to 2.26 (#39889).Go MAEDA2024-08-251-1/+1
* Fix RuboCop offense Rails/PluralizationGrammar (#39889).Go MAEDA2024-08-255-9/+9
* Fix untranslated string "OK" in repositories diff view (#39778).Go MAEDA2024-08-241-1/+1
* Revert r22981: Incorrect issue number #39887 referencedGo MAEDA2024-08-241-1/+1
* Fix untranslated string "OK" in repositories diff view (#39887).Go MAEDA2024-08-241-1/+1
* Fix RuboCop offense Lint/SendWithMixinArgument (#39887).Go MAEDA2024-08-242-7/+2
* Upgrade to Rails 7.2.1 (#36320).Go MAEDA2024-08-231-1/+1
* Fix RuboCop offense Style/ClassEqualityComparison (#39887).Go MAEDA2024-08-212-8/+1
* Add placeholder "h:mm" to hours field for better user guidance (#2464).Go MAEDA2024-08-212-1/+4
* Introduce `active?` method to Group via Principal model (#27510).Go MAEDA2024-08-213-4/+5
* Add filters for "Author's group" and "Author's role" to issues list (#7867).Go MAEDA2024-08-212-0/+98
* Set Rubocop TargetRubyVersion to 3.1 (#38585).Go MAEDA2024-08-211-1/+2
* Use anonymous block forwarding introduced in Ruby 3.1 (#38585).Go MAEDA2024-08-2133-78/+78
* Use Array#intersect? introduced in Ruby 3.1 (#38585).Go MAEDA2024-08-2011-11/+11
* Drop support for Ruby 3.0 due to Rails 7.2 update (#38585, #36320).Go MAEDA2024-08-202-2/+2
* Update RuboCop target Rails version to 7.2 (#36320).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
* Updates activerecord-sqlserver-adapter gem to 7.2.0 (#36320).Marius Balteanu2024-08-201-1/+1
* 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-2018-17/+6
* Replaces removed `ActiveSupport::Deprecation.warn` with custom deprecators (#...Marius Balteanu2024-08-204-6/+8
* Upgrade to Rails 7.2.0 (#36320).Marius Balteanu2024-08-204-5/+5