Commit Graph

  • 71072f619c cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in test/unit/user_test.rb Toshi MARUYAMA 2019-11-25 09:08:34 +00:00
  • 7cc5f37eeb cleanup: rubocop: fix Layout/IndentFirstArgument in test/unit/user_test.rb Toshi MARUYAMA 2019-11-25 09:08:23 +00:00
  • ed20805df5 cleanup: rubocop: fix Layout/SpaceAfterComma in test/unit/user_test.rb Toshi MARUYAMA 2019-11-25 09:08:12 +00:00
  • 43e0616102 cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/models/setting.rb Toshi MARUYAMA 2019-11-25 09:08:02 +00:00
  • 52d8b21f8d code layout clean up app/controllers/workflows_controller.rb Toshi MARUYAMA 2019-11-25 06:33:00 +00:00
  • 13ce734fc8 code layout clean up app/models/workflow_transition.rb Toshi MARUYAMA 2019-11-25 06:32:49 +00:00
  • 0bdd2454b2 code layout clean up app/helpers/application_helper.rb Toshi MARUYAMA 2019-11-25 06:32:39 +00:00
  • cb591d0af6 code layout clean up app/controllers/application_controller.rb Toshi MARUYAMA 2019-11-25 06:32:28 +00:00
  • 045e8513c7 code layout clean up test/functional/issues_controller_test.rb Toshi MARUYAMA 2019-11-25 06:32:17 +00:00
  • 28aebbe293 rubocop: generate .rubocop_todo.yml for Layout/MultilineHashBraceLayout Toshi MARUYAMA 2019-11-24 16:46:58 +00:00
  • 84852c2eb5 cleanup: rubocop: fix Layout/MultilineHashBraceLayout in test/unit/lib/redmine/mime_type_test.rb Toshi MARUYAMA 2019-11-24 16:46:47 +00:00
  • 1bc6d701c9 cleanup: rubocop: fix Layout/SpaceInsidePercentLiteralDelimiters in app/models/project.rb Toshi MARUYAMA 2019-11-24 16:46:37 +00:00
  • c9fee7e00a cleanup: rubocop: fix Layout/IndentFirstArgument in test/functional/repositories_controller_test.rb Toshi MARUYAMA 2019-11-24 16:46:25 +00:00
  • 9dd4cf2ea7 cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/repositories_controller_test.rb Toshi MARUYAMA 2019-11-24 16:46:14 +00:00
  • 519be3400f cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/auto_completes_controller_test.rb Toshi MARUYAMA 2019-11-24 16:46:04 +00:00
  • f8fcad6afb cleanup: rubocop: fix Layout/IndentFirstHashElement in test/test_helper.rb Toshi MARUYAMA 2019-11-24 16:45:53 +00:00
  • 98777fdb8b cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in test/test_helper.rb Toshi MARUYAMA 2019-11-24 16:45:43 +00:00
  • 78c7603cdc cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/issue_categories_controller_test.rb Toshi MARUYAMA 2019-11-24 16:45:33 +00:00
  • 504cb8e147 cleanup: rubocop: fix Layout/SpaceAfterComma in app/helpers/application_helper.rb Toshi MARUYAMA 2019-11-24 16:45:22 +00:00
  • d81846ccc9 cleanup: rubocop: fix Layout/SpaceAfterComma in app/controllers/documents_controller.rb Toshi MARUYAMA 2019-11-24 16:45:12 +00:00
  • 33ed57a223 cleanup: rubocop: fix Layout/SpaceAfterComma in app/models/mailer.rb Toshi MARUYAMA 2019-11-24 16:45:01 +00:00
  • 430236a2af cleanup: rubocop: fix Layout/SpaceAfterComma in app/models/enumeration.rb Toshi MARUYAMA 2019-11-24 16:44:50 +00:00
  • 05ab4e13de cleanup: rubocop: fix Layout/SpaceInsideHashLiteralBraces in test/functional/projects_controller_test.rb Toshi MARUYAMA 2019-11-24 16:44:40 +00:00
  • 3bd37fef40 cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in app/models/mailer.rb Toshi MARUYAMA 2019-11-24 16:44:29 +00:00
  • bd63d3bc71 cleanup: rubocop: fix Lint/ParenthesesAsGroupedExpression in test/functional/email_addresses_controller_test.rb Toshi MARUYAMA 2019-11-24 16:44:18 +00:00
  • 91ea72e2b7 cleanup: rubocop: fix Lint/ParenthesesAsGroupedExpression in test/functional/account_controller_test.rb Toshi MARUYAMA 2019-11-24 16:44:07 +00:00
  • 2a5eb0fb3b cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in test/unit/project_test.rb Toshi MARUYAMA 2019-11-24 16:43:56 +00:00
  • 923a67595e cleanup: rubocop: fix Layout/IndentFirstHashElement in test/unit/project_test.rb Toshi MARUYAMA 2019-11-24 16:43:45 +00:00
  • 8ff4ce823a cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in test/unit/project_test.rb Toshi MARUYAMA 2019-11-24 16:43:34 +00:00
  • 95bd0b64da cleanup: rubocop: fix Layout/SpaceAfterComma in test/unit/project_test.rb Toshi MARUYAMA 2019-11-24 16:43:24 +00:00
  • a7824755ee cleanup: rubocop: fix Lint/ParenthesesAsGroupedExpression in lib/redmine/field_format.rb Toshi MARUYAMA 2019-11-24 13:19:50 +00:00
  • a85b776324 cleanup: rubocop: fix Layout/IndentFirstHashElement in test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb Toshi MARUYAMA 2019-11-24 13:19:39 +00:00
  • 8c91acdfea cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb Toshi MARUYAMA 2019-11-24 13:19:27 +00:00
  • c20f1d0aaa cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/mail_handler_controller_test.rb Toshi MARUYAMA 2019-11-24 13:19:17 +00:00
  • 9d48754b32 cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb Toshi MARUYAMA 2019-11-24 13:19:05 +00:00
  • daf4f93c16 cleanup: rubocop: fix Layout/SpaceAfterComma in app/models/query.rb Toshi MARUYAMA 2019-11-24 13:18:54 +00:00
  • 0bc794965f cleanup: rubocop: fix Style/MethodCallWithoutArgsParentheses in lib/redmine/helpers/gantt.rb Toshi MARUYAMA 2019-11-24 13:18:43 +00:00
  • 672d3f3917 cleanup: rubocop: fix Style/MethodCallWithoutArgsParentheses in lib/redmine/export/pdf.rb Toshi MARUYAMA 2019-11-24 13:18:32 +00:00
  • 4a60ebd848 cleanup: rubocop: fix Layout/SpaceInsideParens in app/controllers/application_controller.rb Toshi MARUYAMA 2019-11-24 13:18:21 +00:00
  • 2c786065fb cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb Toshi MARUYAMA 2019-11-24 12:58:38 +00:00
  • 3a5c47f6e9 cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/wiki_formatting/markdown_html_parser_test.rb Toshi MARUYAMA 2019-11-24 12:58:26 +00:00
  • 109973a908 cleanup: rubocop: fix Layout/AlignArguments in test/test_helper.rb Toshi MARUYAMA 2019-11-24 12:58:14 +00:00
  • d51e776c63 cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/account_controller_test.rb Toshi MARUYAMA 2019-11-24 12:58:02 +00:00
  • 404f2fb54d cleanup: rubocop: fix Layout/IndentFirstArrayElement in app/models/setting.rb Toshi MARUYAMA 2019-11-24 12:57:50 +00:00
  • 17e05f3590 cleanup: rubocop: fix Layout/SpaceInsideParens in test/unit/query_test.rb Toshi MARUYAMA 2019-11-24 12:57:39 +00:00
  • e164ad7f1f cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb Toshi MARUYAMA 2019-11-24 12:40:52 +00:00
  • 1b72a6a03e rubocop: remove test/unit/repository_test.rb from Layout/SpaceInsideParens fixed by r19224 Toshi MARUYAMA 2019-11-24 12:40:41 +00:00
  • d65cdf018d cleanup: rubocop: fix Layout/IndentFirstArrayElement in test/unit/version_test.rb Toshi MARUYAMA 2019-11-24 05:45:13 +00:00
  • 0957e56209 cleanup: rubocop: fix Layout/IndentFirstArrayElement in test/unit/project_test.rb Toshi MARUYAMA 2019-11-24 05:45:02 +00:00
  • 3f6d9f74f7 cleanup: rubocop: fix Layout/IndentFirstArrayElement in test/unit/issue_test.rb Toshi MARUYAMA 2019-11-24 05:44:51 +00:00
  • b4fc7d45a6 cleanup: rubocop: fix Layout/IndentFirstArrayElement in test/helpers/issues_helper_test.rb Toshi MARUYAMA 2019-11-24 05:44:40 +00:00
  • 5b0ada0f32 cleanup: rubocop: fix Layout/IndentFirstArrayElement in test/helpers/activities_helper_test.rb Toshi MARUYAMA 2019-11-24 05:44:29 +00:00
  • b30e155d07 cleanup: rubocop: fix Layout/IndentFirstArrayElement in test/functional/settings_controller_test.rb Toshi MARUYAMA 2019-11-24 05:44:18 +00:00
  • fc8b4aa65c cleanup: rubocop: fix Layout/IndentFirstArgument in test/functional/project_enumerations_controller_test.rb Toshi MARUYAMA 2019-11-24 05:44:07 +00:00
  • e3e5b5d177 cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/project_enumerations_controller_test.rb Toshi MARUYAMA 2019-11-24 05:43:56 +00:00
  • cdaa151efd cleanup: rubocop: fix Layout/IndentFirstHashElement in test/integration/issues_test.rb Toshi MARUYAMA 2019-11-24 05:43:46 +00:00
  • 925d5ba5b7 cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/repositories_git_controller_test.rb Toshi MARUYAMA 2019-11-24 05:43:35 +00:00
  • 7a24a790df cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/activities_controller_test.rb Toshi MARUYAMA 2019-11-24 05:27:29 +00:00
  • e5e0c52768 cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/attachments_controller_test.rb Toshi MARUYAMA 2019-11-24 05:27:18 +00:00
  • 7193c1372d cleanup: rubocop: fix Layout/SpaceInsideHashLiteralBraces in test/functional/attachments_controller_test.rb Toshi MARUYAMA 2019-11-24 05:27:07 +00:00
  • 4afc813534 cleanup: rubocop: fix Layout/IndentFirstHashElement in test/integration/api_test/issues_test.rb Toshi MARUYAMA 2019-11-24 05:26:55 +00:00
  • d535dd8355 cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in test/functional/repositories_git_controller_test.rb Toshi MARUYAMA 2019-11-24 05:26:44 +00:00
  • b4bcf64dc7 cleanup: rubocop: fix Layout/SpaceInsideArrayLiteralBrackets in test/mocks/open_id_authentication_mock.rb Toshi MARUYAMA 2019-11-24 05:26:33 +00:00
  • b4bfc18bb4 cleanup: rubocop: fix Layout/SpaceInsideParens in test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb Toshi MARUYAMA 2019-11-24 05:26:22 +00:00
  • 9b362ca043 cleanup: rubocop: fix Layout/SpaceInsideParens in test/unit/user_test.rb Toshi MARUYAMA 2019-11-24 05:26:11 +00:00
  • 4317915d55 cleanup: rubocop: fix Layout/IndentFirstArgument in test/functional/repositories_subversion_controller_test.rb Toshi MARUYAMA 2019-11-24 05:25:59 +00:00
  • c7dd251afe cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/repositories_subversion_controller_test.rb Toshi MARUYAMA 2019-11-24 05:25:48 +00:00
  • a2b0f35a26 cleanup: rubocop: fix Layout/IndentFirstArgument in test/unit/repository_test.rb Toshi MARUYAMA 2019-11-24 05:25:37 +00:00
  • dc95ef738f cleanup: rubocop: fix Layout/IndentFirstHashElement in test/unit/repository_test.rb Toshi MARUYAMA 2019-11-24 05:25:26 +00:00
  • 15e8297d81 cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/news_controller_test.rb Toshi MARUYAMA 2019-11-24 05:25:12 +00:00
  • 05fd9af7f6 Add tribute.min.js.map in order to avoid errors while using Chrome DevTools (#32450). Go MAEDA 2019-11-24 03:44:37 +00:00
  • caa88a2ed3 cleanup: rubocop: fix Layout/IndentationConsistency in test/mocks/open_id_authentication_mock.rb Toshi MARUYAMA 2019-11-23 15:12:35 +00:00
  • 80856bf517 cleanup: rubocop: fix Layout/IndentHeredoc in test/unit/lib/redmine/wiki_formatting_test.rb Toshi MARUYAMA 2019-11-23 15:12:24 +00:00
  • 141b07d0c7 cleanup: rubocop: fix Layout/EmptyLines in test/helpers/application_helper_test.rb Toshi MARUYAMA 2019-11-23 15:12:12 +00:00
  • c19550ddc1 cleanup: rubocop: fix Layout/SpaceAfterComma in test/unit/changeset_test.rb Toshi MARUYAMA 2019-11-23 15:12:01 +00:00
  • 1c319946d1 cleanup: rubocop: fix Layout/IndentFirstArgument in test/unit/changeset_test.rb Toshi MARUYAMA 2019-11-23 15:11:51 +00:00
  • 5600c3cf5a cleanup: rubocop: fix Style/MultilineIfModifier in app/models/repository/subversion.rb Toshi MARUYAMA 2019-11-23 15:11:40 +00:00
  • cff0fb1855 cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/models/repository/subversion.rb Toshi MARUYAMA 2019-11-23 15:11:28 +00:00
  • afb40e740f cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/reports_controller_test.rb Toshi MARUYAMA 2019-11-23 15:11:18 +00:00
  • eb3595d11f cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/comments_controller_test.rb Toshi MARUYAMA 2019-11-23 15:11:08 +00:00
  • cefde24aca cleanup: rubocop: fix Layout/IndentFirstHashElement in test/unit/version_test.rb Toshi MARUYAMA 2019-11-23 15:10:57 +00:00
  • 857c009dba cleanup: rubocop: fix Layout/AlignArguments in test/unit/changeset_test.rb Toshi MARUYAMA 2019-11-23 15:10:47 +00:00
  • 56d48d7eef cleanup: rubocop: fix Layout/SpaceAfterComma in app/helpers/queries_helper.rb Toshi MARUYAMA 2019-11-23 15:10:36 +00:00
  • 0b487967da cleanup: rubocop: fix Layout/SpaceAfterComma in app/models/repository/git.rb Toshi MARUYAMA 2019-11-23 15:10:25 +00:00
  • 07e9a824f0 cleanup: rubocop: fix Layout/SpaceInsideParens in test/helpers/application_helper_test.rb Toshi MARUYAMA 2019-11-23 14:28:36 +00:00
  • dc2ee7693c cleanup: rubocop: fix Style/MultilineIfModifier in test/mocks/open_id_authentication_mock.rb Toshi MARUYAMA 2019-11-23 14:28:25 +00:00
  • 8e3d0354a5 cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in test/unit/issue_test.rb Toshi MARUYAMA 2019-11-23 14:28:14 +00:00
  • bd0f849e08 cleanup: rubocop: fix Layout/IndentFirstHashElement in test/unit/issue_test.rb Toshi MARUYAMA 2019-11-23 14:28:03 +00:00
  • 5c6465a095 cleanup: rubocop: fix Layout/SpaceAfterComma in test/unit/repository_subversion_test.rb Toshi MARUYAMA 2019-11-23 14:27:52 +00:00
  • 945a8b5417 cleanup: rubocop: fix Layout/SpaceBeforeComma in test/mocks/open_id_authentication_mock.rb Toshi MARUYAMA 2019-11-23 14:27:42 +00:00
  • 5f6a86a774 cleanup: rubocop: fix Layout/SpaceAfterComma in lib/redmine/scm/adapters/git_adapter.rb Toshi MARUYAMA 2019-11-23 14:27:31 +00:00
  • 6a1e4b86af cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in lib/redmine/scm/adapters/git_adapter.rb Toshi MARUYAMA 2019-11-23 14:27:20 +00:00
  • 68b4701a65 cleanup: rubocop: fix Style/MultilineIfModifier and Style/MultilineTernaryOperator in lib/redmine/scm/adapters/git_adapter.rb Toshi MARUYAMA 2019-11-23 14:27:09 +00:00
  • df7188a2e5 cleanup: rubocop: fix Layout/IndentFirstHashElement in lib/redmine/scm/adapters/git_adapter.rb Toshi MARUYAMA 2019-11-23 14:26:58 +00:00
  • 75acf141d5 cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in lib/redmine/scm/adapters/git_adapter.rb Toshi MARUYAMA 2019-11-23 14:26:48 +00:00
  • 59336036e4 cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/wiki_formatting/textile_html_parser_test.rb Toshi MARUYAMA 2019-11-23 14:26:37 +00:00
  • c87fb4d907 cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/files_controller_test.rb Toshi MARUYAMA 2019-11-23 14:26:26 +00:00
  • badf95d60c cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in app/helpers/settings_helper.rb Toshi MARUYAMA 2019-11-23 09:05:07 +00:00
  • 9736894e32 cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in app/helpers/repositories_helper.rb Toshi MARUYAMA 2019-11-23 09:04:57 +00:00
  • 741aa901b0 cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in lib/redmine/wiki_formatting/macros.rb Toshi MARUYAMA 2019-11-23 09:04:46 +00:00