summaryrefslogtreecommitdiffstats
path: root/test/functional/issues_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22418 from trunk to 5.0-stable (#39534).Marius Balteanu2023-11-121-0/+23
* Merged r22273 from trunk to 5.0-stable (#38797).Go MAEDA2023-07-021-9/+6
* Merged r22085 from trunk to 5.0-stable (#38217).Go MAEDA2023-02-031-8/+1
* Merged r22012 from trunk to 5.0-stable (#37881).Go MAEDA2023-01-021-0/+16
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Merge r21967 from trunk to 5.0-stable (#37958).Marius Balteanu2022-11-291-1/+1
* Merged r21937 from trunk to 5.0-stable (#37685).Go MAEDA2022-11-071-0/+20
* Merged r21748 from trunk to 5.0-stable (#37499).Go MAEDA2022-08-021-0/+51
* Merged r21605 to 5.0-stable (#37130).Marius Balteanu2022-05-301-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
* Fix that updating an issue from context menu to a none value do not set the f...Marius Balteanu2021-08-051-0/+27
* Remove unused setting 'Blind carbon copy recipients (bcc)' (#30820).Marius Balteanu2021-08-011-2/+2
* When updating an issue, allow adding time entry on an issue that was visible ...Marius Balteanu2021-07-261-0/+23
* Link from assignee to group page (#12795).Go MAEDA2021-07-201-1/+10
* Default issue query (#7360).Go MAEDA2021-07-061-0/+72
* Rails 6.1: add header=present to csv tests (#29914, #32921).Go MAEDA2021-04-011-10/+10
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Restore Copy button to its original location (#34714).Go MAEDA2021-03-251-2/+2
* Show project tree instead of subprojects in the project selector when you cre...Go MAEDA2021-03-251-3/+3
* "Copy link" feature for issue and issue journal (#34703).Go MAEDA2021-03-181-12/+14
* Do not display in issue edit page spent time custom fields not visible by the...Go MAEDA2021-03-151-0/+35
* Move some action links for issues and journals to the dropdown menu (#34714).Go MAEDA2021-03-071-0/+14
* Fix project selector on global new issue page not showing all visible project...Go MAEDA2021-02-011-0/+12
* Show a warning message for watchers who cannot view the object (#33329).Go MAEDA2021-01-241-0/+15
* Some fixes for r20321:Go MAEDA2021-01-181-0/+48
* Add class 'error' to custom fields with validation errors (#32764, #34580).Go MAEDA2021-01-111-0/+6
* Show only valid projects on issue form when the issue is a subtask (#33419).Go MAEDA2021-01-011-0/+24
* Make sure that "is not" operator for Subproject filter does not exclude close...Go MAEDA2020-12-281-0/+24
* Subprojects issues are not displayed on main project when all subprojects are...Go MAEDA2020-12-271-0/+19
* Revert r19810 (#10535).Go MAEDA2020-12-221-12/+10
* use 'assert_not' instead of 'assert !' at IssuesControllerTestToshi MARUYAMA2020-12-191-4/+4
* shorten long line of IssuesControllerTestToshi MARUYAMA2020-12-191-22/+48
* Move the "Private" badge next to the "Open/Closed" badge (#33832).Go MAEDA2020-11-111-0/+8
* use with_settings at IssuesControllerTest#test_index_with_project_and_subproj...Toshi MARUYAMA2020-10-271-6/+7
* use with_settings at IssuesControllerTest#test_index_with_project_and_subproj...Toshi MARUYAMA2020-10-261-6/+7
* use with_settings at IssuesControllerTest#test_index_with_projectToshi MARUYAMA2020-10-241-13/+13