summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add Ruby 3.2 to the supported Ruby versions (#38099).Go MAEDA2023-01-151-1/+1
* Update Nokogiri to 1.14.0 (#38181).Go MAEDA2023-01-151-1/+1
* Update jQuery UI Datepicker i18n files to 1.13.2 (#38162).Go MAEDA2023-01-1245-973/+1164
* Unreachable branch in ApplicationHelper#format_object due to the use of the d...Go MAEDA2023-01-121-14/+14
* Fix redundant 'private' modifier in repositories_git_controller_test.rb (#380...Go MAEDA2023-01-122-14/+6
* Update locales (#38048).Go MAEDA2023-01-1247-0/+47
* Introduce permission to set a project public (#38048).Go MAEDA2023-01-128-4/+93
* Update RuboCop to 1.43 (#36919).Go MAEDA2023-01-112-2/+3
* Regenerate .rubocop_todo.yml (#36919).Go MAEDA2023-01-111-1/+0
* Fix RuboCop offense Lint/UselessRescue (#36919).Go MAEDA2023-01-111-2/+0
* Disable RuboCop offense Performance/Sum in IssueFieldsRows#to_html (#38146).Go MAEDA2023-01-112-6/+2
* Fix RuboCop offense Performance/RedundantSplitRegexpArgument (#38146).Go MAEDA2023-01-112-7/+2
* Fix RuboCop offense Performance/RedundantMatch (#38146).Go MAEDA2023-01-114-11/+4
* Fix RuboCop offense Performance/RedundantEqualityComparisonBlock (#38146).Go MAEDA2023-01-115-12/+4
* Fix RuboCop offense Performance/FixedSize (#38146).Go MAEDA2023-01-113-13/+12
* Fix RuboCop offense Performance/ConstantRegexp (#38146).Go MAEDA2023-01-115-20/+12
* Raise MinSize for RuboCop Performance/CollectionLiteralInLoop to 4 (#38146).Go MAEDA2023-01-112-20/+3
* Fix RuboCop offense Performance/BlockGivenWithExplicitBlock (#38146).Go MAEDA2023-01-1110-28/+15
* Fix RuboCop offense Performance/AncestorsInclude (#38146).Go MAEDA2023-01-114-10/+3
* CommonMark Markdown formatter does not support min-width, max-width, min-heig...Go MAEDA2023-01-112-2/+6
* Use Group.visible instead of manual visibility check in GroupsController (#38...Go MAEDA2023-01-041-3/+1
* Add guard clause to time_tag method to handle nil time (#38139).Go MAEDA2023-01-022-0/+18
* Update RuboCop to 1.42 (#36919).Go MAEDA2023-01-023-2/+5
* Regenerate .rubocop_todo.yml (#36919).Go MAEDA2023-01-021-1/+10
* Fix RuboCop offense Style/MinMaxComparison (#36919).Go MAEDA2023-01-024-5/+5
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-01346-348/+348
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-01649-649/+649
* Fix `{{thumbnail}}` macro in an issue note cannot fetch an image attached in ...Go MAEDA2022-12-302-1/+18
* Allow use of Puma 6.0.0 or later (#38135).Go MAEDA2022-12-291-3/+2
* Update SimpleCov to 0.22 (#38137).Go MAEDA2022-12-291-1/+1
* Update csv, net-imap, net-pop, and net-smtp gems to the same versions shipped...Go MAEDA2022-12-281-5/+7
* Update Nokogiri to 1.13.10 (#38133).Go MAEDA2022-12-281-1/+1
* Remove Bundler from Requirements (#38122).Go MAEDA2022-12-282-2/+0
* Update MiniMagick to 4.12 (#38121).Go MAEDA2022-12-271-1/+1
* Fix RuboCop offense Performance/StringInclude (#37247).Go MAEDA2022-12-265-13/+5
* Regenerate .rubocop_todo.yml (#36919).Go MAEDA2022-12-261-2/+3
* Update Gemfile to allow using Ruby 3.2 (#38099).Go MAEDA2022-12-261-1/+1
* Ruby 3.2: `Changeset.normalize_comments` raises Encoding::CompatibilityError ...Go MAEDA2022-12-261-1/+1
* Fix RuboCop offense Performance/StringInclude in app/controllers/imports_cont...Go MAEDA2022-12-251-1/+1
* Update RuboCop to 1.41 (#36919).Go MAEDA2022-12-232-1/+5
* Do not break when setting enabled_module_names on a project without a default...Go MAEDA2022-12-211-1/+1
* Remove unused i18n keys label_sort_highest, label_sort_higher, label_sort_low...Go MAEDA2022-12-2149-196/+0
* Modifying the source code of a plugin does not reload it after r21295 ( #36273).Go MAEDA2022-12-212-0/+2
* Fix shadowing variable in ApplicationHelper#textilizable (#15667).Go MAEDA2022-12-161-2/+2
* Fix test failure when running with PostgreSQL (#20042).Go MAEDA2022-12-091-1/+1
* Fix RuboCop offense Style/RedundantConstantBase (#36919).Go MAEDA2022-12-091-1/+1
* Update Stylelint to 14.16.0 (#37987).Go MAEDA2022-12-043-1121/+335
* Fix mentioning users with certain characters renders incorrectly (#37755).Marius Balteanu2022-12-032-1/+11
* Updates for 5.0.4 release.Marius Balteanu2022-12-012-1/+48
* Add tests for #37772.Marius Balteanu2022-12-012-1/+67