Commit Graph

  • 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
  • 238f344eef cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in app/helpers/members_helper.rb Toshi MARUYAMA 2019-11-23 09:04:36 +00:00
  • 88b5831a0d cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in app/helpers/application_helper.rb Toshi MARUYAMA 2019-11-23 09:04:26 +00:00
  • ac6c2f7369 cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in test/integration/issues_test.rb Toshi MARUYAMA 2019-11-23 09:04:15 +00:00
  • c410293b3c cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in test/unit/lib/redmine/helpers/gantt_test.rb Toshi MARUYAMA 2019-11-23 09:04:05 +00:00
  • c37ad515f8 cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/wiki_formatting/html_parser_test.rb Toshi MARUYAMA 2019-11-23 09:03:55 +00:00
  • dd6adffa8b cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/field_format/version_field_format_test.rb Toshi MARUYAMA 2019-11-23 09:03:44 +00:00
  • c010ac7fcb cleanup: rubocop: fix Layout/AlignArguments in test/functional/journals_controller_test.rb Toshi MARUYAMA 2019-11-23 09:03:33 +00:00
  • aace24e561 cleanup: rubocop: fix Layout/AlignArguments in test/functional/my_controller_test.rb Toshi MARUYAMA 2019-11-23 09:03:22 +00:00
  • ce76bc8b16 cleanup: rubocop: fix Style/MultilineIfModifier in lib/redmine/scm/adapters/subversion_adapter.rb Toshi MARUYAMA 2019-11-23 07:58:02 +00:00
  • fd3703b830 cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in lib/redmine/scm/adapters/subversion_adapter.rb Toshi MARUYAMA 2019-11-23 07:57:51 +00:00
  • bcd9ce0a53 cleanup: rubocop: fix Layout/IndentFirstHashElement in lib/redmine/scm/adapters/subversion_adapter.rb Toshi MARUYAMA 2019-11-23 07:57:40 +00:00
  • 20e17f14e7 cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in lib/redmine/scm/adapters/subversion_adapter.rb Toshi MARUYAMA 2019-11-23 07:57:30 +00:00
  • 83d3192472 code layout cleanup test/functional/issues_controller_test.rb Toshi MARUYAMA 2019-11-23 07:57:19 +00:00
  • 4a9d5faaf1 cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/controllers/issues_controller.rb Toshi MARUYAMA 2019-11-22 16:50:04 +00:00
  • e82fcb3fc5 cleanup: rubocop: fix Layout/SpaceAfterComma in app/controllers/issues_controller.rb Toshi MARUYAMA 2019-11-22 16:49:53 +00:00
  • f50d50f7b8 code layout clean up app/controllers/issues_controller.rb Toshi MARUYAMA 2019-11-22 16:49:43 +00:00
  • 80b0ee2cf8 cleanup: rubocop: fix Layout/AlignArguments in test/functional/roles_controller_test.rb Toshi MARUYAMA 2019-11-22 16:49:32 +00:00
  • 34aa758c1d cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/models/repository/git.rb Toshi MARUYAMA 2019-11-22 14:55:26 +00:00
  • 37272d1c41 cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/models/query.rb Toshi MARUYAMA 2019-11-22 14:55:16 +00:00
  • 83f96f072e cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/models/mailer.rb Toshi MARUYAMA 2019-11-22 14:55:04 +00:00
  • 466a5bd3a8 cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/models/journal.rb Toshi MARUYAMA 2019-11-22 14:54:54 +00:00
  • 0095bbbd72 cleanup: rubocop: fix Layout/ClosingHeredocIndentation in test/unit/lib/redmine/wiki_formatting_test.rb Toshi MARUYAMA 2019-11-22 14:54:43 +00:00
  • 19d0fe302b rubocop: remove test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb from Layout/ClosingHeredocIndentation and Layout/IndentHeredoc fixed by previous revisions Toshi MARUYAMA 2019-11-22 14:35:31 +00:00
  • 11383795ab cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTest#test_nested_lists Toshi MARUYAMA 2019-11-22 14:35:20 +00:00
  • 60878a2ad3 cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTest#test_blockquote Toshi MARUYAMA 2019-11-22 14:35:09 +00:00
  • 7e4d48d084 cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTest#test_table Toshi MARUYAMA 2019-11-22 14:34:58 +00:00
  • d463d8ef6a cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTest#test_table_with_alignment Toshi MARUYAMA 2019-11-22 14:34:47 +00:00
  • f4f93d6a3f cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTest#test_table_with_trailing_whitespace Toshi MARUYAMA 2019-11-22 14:34:36 +00:00
  • 8f5190d5c0 cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTest#test_table_with_line_breaks Toshi MARUYAMA 2019-11-22 14:34:23 +00:00
  • 1fb33ba05c cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTest#test_tables_with_lists Toshi MARUYAMA 2019-11-22 14:34:11 +00:00
  • 906e5fa373 cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTest#test_get_section_should_support_lines_with_spaces_before_heading Toshi MARUYAMA 2019-11-22 14:34:00 +00:00
  • e44d928fdf cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTest#test_get_section_should_support_headings_starting_with_a_tab Toshi MARUYAMA 2019-11-22 14:33:49 +00:00
  • fb4a59b76f cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTest#test_footnotes Toshi MARUYAMA 2019-11-22 14:33:39 +00:00
  • 6bf2bbeb0c cleanup: rubocop: fix Layout/ClosingHeredocIndentation in TextileFormatterTest#test_should_not_handle_as_preformatted_text_tags_that_starts_with_pre Toshi MARUYAMA 2019-11-22 14:33:27 +00:00
  • 5936e47729 cleanup: rubocop: fix Layout/SpaceAfterComma in test/unit/lib/redmine/scm/adapters/subversion_adapter_test.rb Toshi MARUYAMA 2019-11-22 14:33:17 +00:00
  • 50bd8be81b cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in test/unit/lib/redmine/scm/adapters/subversion_adapter_test.rb Toshi MARUYAMA 2019-11-22 14:33:06 +00:00
  • 9bf69021e2 Merged r19154 from trunk to 4.1-stable Toshi MARUYAMA 2019-11-22 11:23:32 +00:00
  • 9a8d820994 add missing fixture to test/system/issues_test.rb Toshi MARUYAMA 2019-11-22 11:07:47 +00:00
  • 5b1bd277f8 code layout clean up IssuesController#build_new_issue_from_params Toshi MARUYAMA 2019-11-22 04:25:36 +00:00
  • 3b71b71710 code layout clean up IssuesController#update_issue_from_params Toshi MARUYAMA 2019-11-22 04:25:25 +00:00
  • b5574321f9 code layout clean up IssuesController#bulk_edit Toshi MARUYAMA 2019-11-22 04:25:14 +00:00
  • e8343c1f9d code layout clean up IssuesController#create Toshi MARUYAMA 2019-11-22 04:25:03 +00:00
  • b63b388d8a code layout clean up IssuesController#show Toshi MARUYAMA 2019-11-22 04:24:53 +00:00
  • 32dd182e25 code layout clean up IssuesController#index Toshi MARUYAMA 2019-11-22 04:24:42 +00:00
  • ef249b5b56 code layout clean up app/views/issues/new.js.erb Toshi MARUYAMA 2019-11-22 04:24:31 +00:00
  • bee8063f46 code layout clean up IssuesController#update Toshi MARUYAMA 2019-11-22 04:24:21 +00:00
  • aebbd7fcc7 code layout clean up app/views/watchers/new.js.erb Toshi MARUYAMA 2019-11-22 03:02:54 +00:00
  • ae0808dc3e code layout clean up app/views/watchers/_new.html.erb Toshi MARUYAMA 2019-11-22 03:02:43 +00:00
  • 65bcca6bb2 code layout clean up app/views/issues/_edit.html.erb Toshi MARUYAMA 2019-11-22 03:02:32 +00:00
  • 81a8e8b398 rubocop: remove test/unit/repository_git_test.rb from Layout/IndentFirstArrayElement fixed by previous revisions Toshi MARUYAMA 2019-11-21 12:47:03 +00:00
  • 78089bf053 cleanup: rubocop: fix Layout/IndentFirstArrayElement in RepositoryGitTest#test_fetch_changesets_incremental Toshi MARUYAMA 2019-11-21 12:46:52 +00:00
  • 4e941906c4 cleanup: rubocop: fix Layout/IndentFirstArrayElement in RepositoryGitTest#test_fetch_changesets_history_editing Toshi MARUYAMA 2019-11-21 12:46:41 +00:00
  • 0217f6266a cleanup: rubocop: fix Layout/IndentFirstArrayElement in RepositoryGitTest#test_db_consistent_ordering_before_1_2 Toshi MARUYAMA 2019-11-21 12:46:30 +00:00
  • f50db779fb cleanup: rubocop: fix Layout/IndentFirstArrayElement in RepositoryGitTest#test_latest_changesets Toshi MARUYAMA 2019-11-21 12:46:19 +00:00
  • 01545e4ade cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in lib/redmine/scm/adapters/git_adapter.rb Toshi MARUYAMA 2019-11-21 12:46:07 +00:00
  • 9db5d29287 cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in test/unit/lib/redmine/scm/adapters/git_adapter_test.rb Toshi MARUYAMA 2019-11-21 12:45:55 +00:00
  • 16bacb24f4 rubocop: generate .rubocop_todo.yml for Layout/EmptyLinesAroundModuleBody Toshi MARUYAMA 2019-11-21 12:45:45 +00:00
  • 8c4ddc0da9 cleanup: rubocop: fix Layout/EmptyLinesAroundModuleBody in lib/redmine/sudo_mode.rb Toshi MARUYAMA 2019-11-21 12:45:34 +00:00