summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* cleanup: rubocop: fix Layout/AlignArguments in IssuesHelper#render_descendant...Toshi MARUYAMA2019-11-091-13/+26
* cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_red...Toshi MARUYAMA2019-11-091-8/+10
* cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_red...Toshi MARUYAMA2019-11-091-6/+5
* cleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/issu...Toshi MARUYAMA2019-11-091-103/+128
* cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_cro...Toshi MARUYAMA2019-11-091-6/+16
* cleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/vers...Toshi MARUYAMA2019-11-091-19/+18
* cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_mul...Toshi MARUYAMA2019-11-091-7/+16
* cleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/time...Toshi MARUYAMA2019-11-091-19/+34
* code layout clean up app/helpers/issues_helper.rbToshi MARUYAMA2019-11-091-1/+4
* cleanup: rubocop: fix Layout/BlockEndNewline in app/controllers/files_control...Toshi MARUYAMA2019-11-092-3/+4
* cleanup: rubocop: fix Layout/BlockAlignment in app/models/project.rbToshi MARUYAMA2019-11-092-2/+2
* 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
* rubocop: remove app/controllers/auth_sources_controller.rb from Layout/Multil...Toshi MARUYAMA2019-11-091-1/+0
* cleanup: rubocop: fix Layout/BlockEndNewline in app/controllers/auth_sources_...Toshi MARUYAMA2019-11-092-11/+11
* cleanup: rubocop: fix Layout/BlockAlignment in app/models/principal.rbToshi MARUYAMA2019-11-092-6/+6
* cleanup: rubocop: fix Layout/AlignArguments in app/models/time_entry_query.rbToshi MARUYAMA2019-11-091-19/+23
* cleanup: rubocop: fix Layout/AlignArguments in app/models/auth_source.rbToshi MARUYAMA2019-11-091-2/+3
* cleanup: rubocop: fix Layout/AlignArguments in app/models/project_query.rbToshi MARUYAMA2019-11-091-4/+10
* cleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/cust...Toshi MARUYAMA2019-11-091-14/+15
* cleanup: rubocop: fix Layout/AlignArguments in app/models/project.rbToshi MARUYAMA2019-11-091-6/+9
* cleanup: rubocop: fix Layout/AlignArguments in app/models/user_preference.rbToshi MARUYAMA2019-11-091-2/+3
* cleanup: rubocop: fix Layout/AlignArguments in app/models/custom_field.rbToshi MARUYAMA2019-11-091-6/+8
* Avoid class name overlap that causes TypeError on `rake test:system test` (#3...Go MAEDA2019-11-092-2/+2
* cleanup: rubocop: fix Layout/AlignArguments in app/models/group.rbToshi MARUYAMA2019-11-091-2/+3
* cleanup: rubocop: fix Layout/AlignArguments in app/models/email_address.rbToshi MARUYAMA2019-11-091-1/+2
* cleanup: rubocop: fix Layout/AlignArguments in app/helpers/members_helper.rbToshi MARUYAMA2019-11-091-5/+6
* cleanup: rubocop: fix Layout/AlignArguments in app/helpers/custom_fields_help...Toshi MARUYAMA2019-11-091-8/+9
* cleanup: rubocop: fix Layout/AlignArguments in app/models/workflow_rule.rbToshi MARUYAMA2019-11-091-3/+3
* cleanup: rubocop: fix Layout/AlignArguments in app/models/repository.rbToshi MARUYAMA2019-11-091-4/+6
* Fix that receiving HTML email fails if it contains a link without an href att...Go MAEDA2019-11-094-2/+32
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation and Layout/IndentHered...Toshi MARUYAMA2019-11-092-46/+40
* code layout clean up app/helpers/members_helper.rbToshi MARUYAMA2019-11-091-4/+12
* code layout clean up test/helpers/application_helper_test.rbToshi MARUYAMA2019-11-091-2/+10
* cleanup: rubocop: fix Layout/AlignArguments in app/models/issue_status.rbToshi MARUYAMA2019-11-091-2/+3
* cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/export/pdf/issues_...Toshi MARUYAMA2019-11-091-13/+18
* cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/export/pdf/wiki_pd...Toshi MARUYAMA2019-11-091-8/+11
* cleanup: rubocop: fix Layout/AlignArguments in lib/redmine.rbToshi MARUYAMA2019-11-091-35/+55
* 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
* rubocop: remove test/unit/lib/redmine/unified_diff_test.rb from Layout/Closin...Toshi MARUYAMA2019-11-091-1/+0
* rubocop: remove test/unit/lib/redmine/unified_diff_test.rb from Layout/Indent...Toshi MARUYAMA2019-11-081-1/+0
* 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