summaryrefslogtreecommitdiffstats
path: root/test/functional/issues_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r23391 from trunk to 6.0-stable (#41961).Go MAEDA2024-12-111-28/+0
* Merge r23388 from trunk to 6.0-stable (#41918).Marius Balteanu2024-12-111-1/+4
* Merge r23379 from trunk to 6.0-stable (#41853).Marius Balteanu2024-12-111-1/+2
* Add configurable setting for copying attachments when copying an issue (#36197).Go MAEDA2024-07-141-0/+82
* Improve watcher list permissions check to explicitly require @view_issue_watc...Marius Balteanu2024-07-081-0/+11
* Spent hours ignoring "Time Span Format" Setting on several pages (#40924).Go MAEDA2024-06-301-7/+9
* Fix "ArgumentError: Invalid response name: unprocessable_entity" with Rack 3....Go MAEDA2024-06-121-1/+1
* Adds description field to custom queries (#9309).Marius Balteanu2024-06-041-1/+2
* Introduce configuration for done ratio options interval (#31756).Go MAEDA2024-05-291-0/+15
* Fix RuboCop offense Rails/HttpStatus (#39889).Go MAEDA2024-05-181-49/+49
* Fixes failing tests on postgresql (#29894).Marius Balteanu2024-05-031-1/+7
* Adds Watcher list to the list of available query columns for issues (#29894).Marius Balteanu2024-04-281-0/+61
* Fixes that watcher groups on new issue form get dereferenced on validation er...Marius Balteanu2024-04-281-0/+18
* Revert r22764 (#33829).Go MAEDA2024-03-061-10/+0
* Fix Atom feed for issues to correctly use the updated time for "updated" elem...Go MAEDA2024-03-041-0/+10
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Fix RuboCop offense Layout/SpaceAfterComma due to r22418 (#39534).Go MAEDA2023-11-161-1/+1
* Fix undefined method error in issue list PDF export when export contains a cu...Marius Balteanu2023-11-111-0/+23
* Fix RuboCop offense Style/RedundantFilterChain (#36919).Go MAEDA2023-10-121-1/+1
* Add description for issue statuses and display them in issue new/edit form (#...Go MAEDA2023-08-311-0/+43
* Fix incorrect argument format for assert_select that causes ArgumentError wit...Go MAEDA2023-07-021-9/+6
* "Property changes" tab does not appear when all issue journals have both note...Go MAEDA2023-02-011-8/+1
* Ruby 2.7: Fix RuboCop offense Performance/MapCompact (#38134).Go MAEDA2023-01-171-2/+2
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-011-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Fix `{{thumbnail}}` macro in an issue note cannot fetch an image attached in ...Go MAEDA2022-12-301-0/+16
* Fix groups added to watchers are not shown as links (#37958).Marius Balteanu2022-11-281-1/+1
* Reverts r21958 and r21959 (#1739).Go MAEDA2022-11-181-1/+0
* Add the ability to change the author of an issue (#1739).Go MAEDA2022-11-161-0/+1
* Read-only field permission for the project field is ignored if the current pr...Go MAEDA2022-10-311-0/+20
* Don't create two thumbnails of different resolutions for a single image (#375...Go MAEDA2022-08-281-1/+1
* Use query name as the file name when exporting queries (#16207).Go MAEDA2022-08-241-0/+26
* Default query should not be applied if the query is not allowed to be set as ...Go MAEDA2022-07-311-0/+51
* Mark edited journal notes as "Edited" (#31505).Go MAEDA2022-07-171-0/+10
* Wiki notation `attachment:file_name` cannot make a link to a file attached to...Go MAEDA2022-05-261-0/+15
* IssuesControllerTest randomly fails (#36716).Go MAEDA2022-03-031-1/+1
* Explicitly specify text formatting in the tests (#35952).Marius Balteanu2022-01-221-38/+42
* Display source project for cross-project associated revisions for issues (#52...Go MAEDA2022-01-181-0/+1
* Permission check of the setting button on the issues page mismatches button s...Go MAEDA2022-01-101-0/+16
* Change the default value for "Time span format" from "decimal" to "minutes" (...Go MAEDA2022-01-081-19/+19
* Change Delete button name to Delete issue (#31278).Go MAEDA2022-01-051-4/+4
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Fixes for Performance/StringIdentifierArgument introduced in RuboCop Performa...Go MAEDA2021-12-291-3/+3
* Use File.exist? instead of deprecated File.exists? (#36358).Go MAEDA2021-12-271-4/+4
* Allow addition/removal of subtasks to show in parent's history (#6033).Go MAEDA2021-11-081-1/+31
* Fix RuboCop offense Naming/MethodName due to r21269 (#29076).Go MAEDA2021-11-081-1/+1
* Adds button to "Create and follow" when adding a subtask from the parent issu...Marius Balteanu2021-11-061-0/+24
* Fixed "Layout/IndentationWidth: Use 2 (not 4) spaces for indentation." introd...Marius Balteanu2021-08-101-7/+7
* Fixed attachments deletable by user without edit issue permission on tracker ...Marius Balteanu2021-08-051-0/+13
* Adds tests for issue attachment edit by user without edit issue permission on...Marius Balteanu2021-08-051-0/+13