summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* cleanup: rubocop: fix Layout/BlockAlignment in ApplicationHelperTest#test_use...Toshi MARUYAMA2019-11-091-4/+6
* cleanup: rubocop: fix Layout/BlockAlignment in ApplicationHelperTest#test_use...Toshi MARUYAMA2019-11-091-4/+6
* cleanup: rubocop: fix Layout/BlockAlignment in ApplicationHelperTest#test_sho...Toshi MARUYAMA2019-11-091-2/+3
* cleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/cust...Toshi MARUYAMA2019-11-091-14/+15
* Avoid class name overlap that causes TypeError on `rake test:system test` (#3...Go MAEDA2019-11-092-2/+2
* Fix that receiving HTML email fails if it contains a link without an href att...Go MAEDA2019-11-092-0/+14
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation and Layout/IndentHered...Toshi MARUYAMA2019-11-091-44/+40
* code layout clean up test/helpers/application_helper_test.rbToshi MARUYAMA2019-11-091-2/+10
* code layout clean up test/helpers/application_helper_test.rbToshi MARUYAMA2019-11-091-10/+30
* cleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/news...Toshi MARUYAMA2019-11-091-40/+39
* cleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/my_t...Toshi MARUYAMA2019-11-091-10/+12
* cleanup: rubocop: fix Layout/IndentHeredoc in Redmine::UnifiedDiffTest#test_p...Toshi MARUYAMA2019-11-081-11/+10
* cleanup: rubocop: fix Layout/IndentHeredoc in Redmine::UnifiedDiffTest#test_l...Toshi MARUYAMA2019-11-081-16/+15
* cleanup: rubocop: fix Layout/IndentHeredoc in Redmine::UnifiedDiffTest#test_o...Toshi MARUYAMA2019-11-081-27/+26
* cleanup: rubocop: fix Layout/IndentHeredoc in Redmine::UnifiedDiffTest#test_i...Toshi MARUYAMA2019-11-081-21/+18
* cleanup: rubocop: fix Layout/IndentHeredoc in Redmine::UnifiedDiffTest#test_b...Toshi MARUYAMA2019-11-081-16/+15
* cleanup: rubocop: fix Layout/IndentHeredoc in Redmine::UnifiedDiffTest#test_p...Toshi MARUYAMA2019-11-081-41/+40
* cleanup: rubocop: fix Layout/IndentHeredoc in Redmine::UnifiedDiffTest#test_o...Toshi MARUYAMA2019-11-081-9/+9
* cleanup: rubocop: fix Layout/IndentHeredoc in Redmine::UnifiedDiffTest#test_o...Toshi MARUYAMA2019-11-081-9/+9
* code layout clean up test/functional/issues_controller_test.rbToshi MARUYAMA2019-11-081-1/+3
* cleanup: rubocop: fix Layout/IndentHeredoc in test/unit/lib/redmine/syntax_hi...Toshi MARUYAMA2019-11-081-16/+16
* cleanup: rubocop: fix Style/RedundantInterpolation in test/unit/repository_me...Toshi MARUYAMA2019-11-081-3/+3
* cleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/user...Toshi MARUYAMA2019-11-081-18/+27
* cleanup: rubocop: fix Layout/AlignArguments in test/system/my_page_test.rbToshi MARUYAMA2019-11-081-1/+1
* cleanup: rubocop: fix Layout/AlignArguments in test/functional/issues_control...Toshi MARUYAMA2019-11-081-10/+5
* cleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/file...Toshi MARUYAMA2019-11-081-18/+27
* cleanup: rubocop: fix Layout/AlignArguments in test/functional/wiki_controlle...Toshi MARUYAMA2019-11-081-11/+9
* cleanup: rubocop: fix Style/MethodCallWithoutArgsParentheses in test/unit/act...Toshi MARUYAMA2019-11-081-2/+2
* cleanup: rubocop: fix Layout/AlignArguments in test/integration/lib/redmine/m...Toshi MARUYAMA2019-11-081-1/+1
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/scm/adap...Toshi MARUYAMA2019-11-081-1/+1
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/menu_man...Toshi MARUYAMA2019-11-071-26/+29
* cleanup: rubocop: fix Layout/AlignArguments in test/functional/workflows_cont...Toshi MARUYAMA2019-11-061-6/+12
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/wiki_for...Toshi MARUYAMA2019-11-061-7/+7
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/helpers/...Toshi MARUYAMA2019-11-051-2/+2
* cleanup: rubocop: fix Layout/IndentAssignment in test/unit/lib/redmine/helper...Toshi MARUYAMA2019-11-051-8/+8
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/mail_handler_test.rbToshi MARUYAMA2019-11-051-12/+15
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/mailer_test.rbToshi MARUYAMA2019-11-051-22/+21
* Identify time entry user just like issue assignee (#32196).Jean-Philippe Lang2019-11-021-4/+4
* Allow import time entries for other users (#32196).Jean-Philippe Lang2019-11-024-6/+88
* Fix CSV export of projects (#29482).Jean-Philippe Lang2019-11-022-0/+84
* Don't try to generate thumbnails if convert command is not available (#32289).Go MAEDA2019-10-311-1/+6
* Add estimated hours and spent hours to Versions API (#32242).Go MAEDA2019-10-311-1/+8
* Add a fixture for QueryTest#test_filter_my_bookmarks (#29482).Go MAEDA2019-10-301-1/+1
* Eases the regexp used to determine the start of a code block (#32359).Go MAEDA2019-10-291-0/+5
* Add permission to import time entries (#32196, #28234).Go MAEDA2019-10-281-1/+1
* Add a fixture for UserTest#test_bookmarked_project_ids (#29482).Go MAEDA2019-10-281-1/+2
* Remove trailing whitespaces from test/fixtures/roles.ymlGo MAEDA2019-10-281-11/+11
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/member_test.rbToshi MARUYAMA2019-10-261-1/+1
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/project_query_test.rbToshi MARUYAMA2019-10-261-1/+1
* code cleanup: rubocop: revert r18854Toshi MARUYAMA2019-10-261-12/+12