summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/field_fo...Toshi MARUYAMA2019-11-231-1/+3
* cleanup: rubocop: fix Layout/AlignArguments in test/functional/journals_contr...Toshi MARUYAMA2019-11-231-2/+4
* cleanup: rubocop: fix Layout/AlignArguments in test/functional/my_controller_...Toshi MARUYAMA2019-11-231-3/+5
* code layout cleanup test/functional/issues_controller_test.rbToshi MARUYAMA2019-11-231-2/+4
* cleanup: rubocop: fix Layout/AlignArguments in test/functional/roles_controll...Toshi MARUYAMA2019-11-221-1/+3
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in test/unit/lib/redmi...Toshi MARUYAMA2019-11-221-20/+16
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-26/+24
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-34/+32
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-16/+14
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-14/+12
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-16/+14
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-32/+30
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-32/+30
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-11/+10
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-7/+6
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-10/+8
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTes...Toshi MARUYAMA2019-11-221-12/+10
* cleanup: rubocop: fix Layout/SpaceAfterComma in test/unit/lib/redmine/scm/ada...Toshi MARUYAMA2019-11-221-4/+4
* cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in test/unit/lib/r...Toshi MARUYAMA2019-11-221-3/+2
* add missing fixture to test/system/issues_test.rbToshi MARUYAMA2019-11-221-1/+2
* cleanup: rubocop: fix Layout/IndentFirstArrayElement in RepositoryGitTest#tes...Toshi MARUYAMA2019-11-211-3/+3
* cleanup: rubocop: fix Layout/IndentFirstArrayElement in RepositoryGitTest#tes...Toshi MARUYAMA2019-11-211-3/+3
* cleanup: rubocop: fix Layout/IndentFirstArrayElement in RepositoryGitTest#tes...Toshi MARUYAMA2019-11-211-2/+3
* cleanup: rubocop: fix Layout/IndentFirstArrayElement in RepositoryGitTest#tes...Toshi MARUYAMA2019-11-211-83/+71
* cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in test/unit/lib/r...Toshi MARUYAMA2019-11-211-14/+18
* cleanup: rubocop: fix Layout/EmptyLinesAroundModuleBody in test/mocks/open_id...Toshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/project_n...Toshi MARUYAMA2019-11-211-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-201-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-201-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-201-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi...Toshi MARUYAMA2019-11-201-1/+0
* Fixes the assertion so that it doesn't rely on the display order (#32436).Jean-Philippe Lang2019-11-201-4/+2
* Only admin users should be able to manage public queries on the project list ...Jean-Philippe Lang2019-11-201-1/+1
* Add missing fixture to TimelogControllerTest in order to fix random test fail...Go MAEDA2019-11-191-1/+1
* cleanup: rubocop: fix Lint/ParenthesesAsGroupedExpression and Style/Redundant...Toshi MARUYAMA2019-11-161-2/+2
* Add missing fixture to Redmine::WikiFormatting::MacrosTest (#32444).Go MAEDA2019-11-131-1/+1
* Fix a Rubocop offense caused by r19065 (#16904).Go MAEDA2019-11-131-1/+1
* Fix that QueriesControllerTest fails due to r19065 (#16904).Go MAEDA2019-11-131-1/+1
* Add anonymous user to author list in issue/time query (#16904).Jean-Philippe Lang2019-11-101-1/+2
* Add support for grouping by issue on timelog view (#32436).Jean-Philippe Lang2019-11-101-0/+14
* Adds "Target Version" column to the list of "Available columns" in "Spent tim...Go MAEDA2019-11-101-0/+33
* cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_pri...Toshi MARUYAMA2019-11-091-2/+3