summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update Rouge to 4.1 (#37236).Go MAEDA2023-02-151-1/+1
* Fix RuboCop offense Style/RedundantHeredocDelimiterQuotes (#36919).Go MAEDA2023-02-141-0/+2
* Remove "Unknown user" notification on password request with non-existent emai...Go MAEDA2023-02-071-0/+1
* Fix missing project_id in redirect after clicking "Create and add another" bu...Go MAEDA2023-02-051-1/+1
* Fix test failure with Commonmarker 0.23.8 (#38239).Go MAEDA2023-02-051-1/+1
* "Property changes" tab does not appear when all issue journals have both note...Go MAEDA2023-02-011-8/+1
* Fix RuboCop offense Style/MethodCallWithoutArgsParentheses (#36919).Go MAEDA2023-01-253-3/+3
* Fix robots.txt to disallow issue lists with a sort or query_id parameter in a...Go MAEDA2023-01-231-1/+1
* Avoid double-render error with ApplicationController#find_optional_project (#...Go MAEDA2023-01-202-1/+26
* 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-172-4/+4
* Support for WebP images (#38168).Go MAEDA2023-01-164-0/+23
* Fix redundant 'private' modifier in repositories_git_controller_test.rb (#380...Go MAEDA2023-01-121-8/+6
* Introduce permission to set a project public (#38048).Go MAEDA2023-01-122-2/+58
* Fix RuboCop offense Performance/RedundantEqualityComparisonBlock (#38146).Go MAEDA2023-01-111-1/+1
* Fix RuboCop offense Performance/FixedSize (#38146).Go MAEDA2023-01-112-8/+12
* 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
* Add guard clause to time_tag method to handle nil time (#38139).Go MAEDA2023-01-021-0/+16
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-01341-343/+343
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-01342-342/+342
* Fix `{{thumbnail}}` macro in an issue note cannot fetch an image attached in ...Go MAEDA2022-12-301-0/+16
* Fix RuboCop offense Performance/StringInclude (#37247).Go MAEDA2022-12-264-5/+5
* Fix test failure when running with PostgreSQL (#20042).Go MAEDA2022-12-091-1/+1
* Fix mentioning users with certain characters renders incorrectly (#37755).Marius Balteanu2022-12-031-0/+10
* Add tests for #37772.Marius Balteanu2022-12-012-1/+67
* Revert r21975. Marius Balteanu2022-12-012-67/+1
* Add tests for #37772.Marius Balteanu2022-12-012-1/+67
* Fix groups added to watchers are not shown as links (#37958).Marius Balteanu2022-11-281-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-187-115/+2
* Add the ability to change the author of an issue (#1739).Go MAEDA2022-11-167-2/+115
* Allow using ideographic space (U+3000) as a separator for search terms (#37878).Go MAEDA2022-11-031-0/+6
* Redirect to container URL in case of error in attachments#download_all (#37880).Go MAEDA2022-11-031-1/+17
* Disallow all in /robots.txt if login is required (#37807).Go MAEDA2022-11-011-0/+4
* Always allow access to /robots.txt for Anonymous (#37807).Go MAEDA2022-11-011-0/+8
* Render all visible projects in robots.txt (including closed projects) (#37807).Go MAEDA2022-11-011-0/+5
* Read-only field permission for the project field is ignored if the current pr...Go MAEDA2022-10-311-0/+20
* Database migrations don't run correctly for plugins when specifying the `VERS...Go MAEDA2022-10-301-0/+13
* Add missing fixture to test/integration/issue_test.rb (#37851).Go MAEDA2022-10-291-1/+2
* Fix RuboCop offense Rails/Pluck (#37248).Go MAEDA2022-10-283-16/+16
* Fix RuboCop offense Rails/FreezeTime (#37248).Go MAEDA2022-10-271-1/+1
* Fix RuboCop offense Lint/RedundantRequireStatement (#36919).Go MAEDA2022-10-261-1/+1
* Fix RuboCop offense Style/RedundantStringEscape (#36919).Go MAEDA2022-10-265-15/+15
* 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