summaryrefslogtreecommitdiffstats
path: root/test/functional
Commit message (Expand)AuthorAgeFilesLines
* Specific action for updating role permissions.Jean-Philippe Lang2019-10-251-10/+14
* Add roles filter on permissions report (#32343).Jean-Philippe Lang2019-10-251-0/+11
* Skip AttachmentsControllerTest#test_thumbnail_for_pdf_should_be_png when Imag...Go MAEDA2019-10-221-0/+2
* code cleanup: rubocop: fix Performance/RedundantBlockCall in test/functional/...Toshi MARUYAMA2019-10-221-1/+1
* Test failure (#29482).Jean-Philippe Lang2019-10-191-1/+4
* Set default columns for the projects list (#29482).Jean-Philippe Lang2019-10-191-0/+10
* Option to switch between table list and board list (#29482).Jean-Philippe Lang2019-10-191-0/+53
* Filter after parent project (#29482).Jean-Philippe Lang2019-10-191-0/+19
* Filter after projects (#29482).Jean-Philippe Lang2019-10-191-0/+19
* Filters for Projects page (#29482).Jean-Philippe Lang2019-10-191-0/+79
* Display new issue link in version page (#28138).Jean-Philippe Lang2019-10-191-0/+8
* code cleanup: rubocop: fix Layout/EmptyLines in test/functional/project_enume...Toshi MARUYAMA2019-10-191-1/+0
* code cleanup: rubocop: fix Layout/EmptyLines in test/functional/activities_co...Toshi MARUYAMA2019-10-191-1/+0
* code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in test/functional/use...Toshi MARUYAMA2019-10-141-1/+0
* code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in test/functional/set...Toshi MARUYAMA2019-10-141-1/+0
* code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in test/functional/ema...Toshi MARUYAMA2019-10-141-1/+0
* fix assert_equal parameter is broken in test/functional/project_enumerations_...Toshi MARUYAMA2019-10-091-3/+3
* code layout clean up test/functional/issue_statuses_controller_test.rbToshi MARUYAMA2019-10-081-2/+2
* code cleanup: rubocop: fix Style/HashSyntax in test/functional/issues_control...Toshi MARUYAMA2019-10-071-5/+2
* code cleanup: rubocop: fix Layout/AlignArray in test/functional/issues_contro...Toshi MARUYAMA2019-10-071-4/+1
* code cleanup: rubocop: fix Layout/SpaceInsideStringInterpolation in test/func...Toshi MARUYAMA2019-10-071-1/+1
* code cleanup: rubocop: fix Layout/SpaceAfterColon in test/functional/issues_c...Toshi MARUYAMA2019-10-071-2/+2
* code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in test/functiona...Toshi MARUYAMA2019-10-071-5/+0
* code cleanup: rubocop: fix Layout/IndentHeredoc in test/functional/documents_...Toshi MARUYAMA2019-10-071-6/+4
* Fix test failure due to missing call to set_tmp_attachments_directory (#32122).Go MAEDA2019-10-047-8/+31
* Render Textile and Markdown attachments on the preview page (#29752).Go MAEDA2019-10-031-0/+32
* Code cleanup: RuboCop: Fix Performance/Count and Performance/Detect.Go MAEDA2019-10-021-1/+1
* fix duplicate name of IssuesControllerTest#test_bulk_copy_should_allow_copyin...Toshi MARUYAMA2019-09-301-4/+2
* Don't show unsettable permissions in the tracker permissions table (#30431).Go MAEDA2019-09-241-0/+2
* Fixes not to call set_tmp_attachments_directory twice after each test (#32094).Go MAEDA2019-09-201-17/+0
* code cleanup: rubocop: fix Layout/IndentationConsistency in test/functional/r...Toshi MARUYAMA2019-09-141-2/+2
* code cleanup: rubocop: fix Layout/EmptyLinesAroundMethodBody in test/function...Toshi MARUYAMA2019-09-141-1/+0
* Add clear query icon next to selected query in sidebar (#31640).Go MAEDA2019-09-141-0/+11
* code cleanup: rubocop: fix Layout/IndentationConsistency in test/functional/r...Toshi MARUYAMA2019-09-131-1/+1
* code clean up test/functional/repositories_mercurial_controller_test.rbToshi MARUYAMA2019-09-131-3/+1
* code clean up test/functional/repositories_git_controller_test.rbToshi MARUYAMA2019-09-131-8/+8
* code cleanup: rubocop: fix Style/MethodCallWithoutArgsParentheses in test/fun...Toshi MARUYAMA2019-09-131-3/+3
* Fix the test name different from the actual behavior (#31994).Go MAEDA2019-09-111-1/+1
* Issue auto complete should return last 10 issues (#31994).Go MAEDA2019-09-111-0/+16
* Add missing fixture to IssueStatusesControllerTest (#32023).Go MAEDA2019-09-051-1/+1
* Code cleanup: RuboCop: Fix Performance/InefficientHashSearchGo MAEDA2019-09-033-3/+3
* Add missing fixtures to TimelogCustomFieldsVisibilityTest (#31999).Go MAEDA2019-09-031-2/+2
* VersionsControllerTest#test_show randomly fails (#31964, #28510).Go MAEDA2019-08-281-6/+8
* Add VersionsCustomFieldsVisibilityTest (#23997).Go MAEDA2019-08-241-0/+79
* Per role visibility settings for version custom fields (#23997).Go MAEDA2019-08-241-0/+20
* Per role visibility settings for project custom fields (#31925).Go MAEDA2019-08-202-0/+32
* Code cleanup: RuboCop: Rails/ActiveRecordAliasesGo MAEDA2019-08-173-6/+6
* Replace RMagick with MiniMagick (#30492).Go MAEDA2019-08-141-1/+1
* Per role visibility settings for spent time custom fields (#31859).Go MAEDA2019-08-093-31/+81
* Add missing fixtures to ImportsControllerTest (#31865).Go MAEDA2019-08-081-1/+1