summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/field_format.rbToshi MARUYAMA2019-11-091-2/+6
* cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_att...Toshi MARUYAMA2019-11-091-6/+6
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/issue_test.rbToshi MARUYAMA2019-11-091-10/+13
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/attachment_test.rbToshi MARUYAMA2019-11-091-3/+5
* cleanup: rubocop: fix Layout/AlignArguments in app/helpers/email_addresses_he...Toshi MARUYAMA2019-11-091-4/+6
* cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest link_to_...Toshi MARUYAMA2019-11-091-5/+6
* cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_att...Toshi MARUYAMA2019-11-091-2/+3
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/scm/adap...Toshi MARUYAMA2019-11-091-7/+12
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/scm/adap...Toshi MARUYAMA2019-11-091-2/+3
* cleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/issu...Toshi MARUYAMA2019-11-091-10/+15
* cleanup: rubocop: fix Layout/BlockAlignment in app/models/time_entry.rbToshi MARUYAMA2019-11-092-12/+6
* cleanup: rubocop: fix Layout/AlignArguments in IssuesHelper#render_issue_rela...Toshi MARUYAMA2019-11-091-17/+34
* cleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/api_...Toshi MARUYAMA2019-11-091-2/+3
* cleanup: rubocop: fix Layout/AlignArguments in IssuesHelper#cellsToshi MARUYAMA2019-11-091-3/+5
* cleanup: rubocop: fix Layout/AlignArguments in IssuesHelper#show_detailToshi MARUYAMA2019-11-091-3/+6
* cleanup: rubocop: fix Layout/AlignArguments in IssuesHelper#test_redmine_linksToshi MARUYAMA2019-11-091-27/+64
* rubocop: remove test/integration/api_test/issues_test.rb from Layout/IndentFi...Toshi MARUYAMA2019-11-091-1/+0
* cleanup: rubocop: fix Layout/IndentFirstArrayElement in app/helpers/workflows...Toshi MARUYAMA2019-11-092-3/+4
* cleanup: rubocop: fix Layout/ClosingHeredocIndentation and Layout/IndentHered...Toshi MARUYAMA2019-11-092-37/+33
* 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