14924 Commits (e66cce5d5db8a8562b3080e151b1ec51eedfcb52)
 

Author SHA1 Message Date
  Toshi MARUYAMA c32277a42b fix Role#find_or_create_system_role is not private 4 years ago
  Toshi MARUYAMA b85d4cb70c fix AuthSourceLdap#get_attr is not private 4 years ago
  Toshi MARUYAMA 3f64c67c09 code cleanup: rubocop: fix Layout/LeadingCommentSpace in lib/diff.rb 4 years ago
  Toshi MARUYAMA 3f691ee4c2 code cleanup: rubocop: fix Layout/LeadingCommentSpace in lib/redmine/wiki_formatting/textile/redcloth3.rb 4 years ago
  Toshi MARUYAMA 230abc1cef rubocop: disable Style/TrailingCommaInArrayLiteral 4 years ago
  Toshi MARUYAMA 7870dd73a9 rubocop: add db/schema.rb to global exclude 4 years ago
  Toshi MARUYAMA 5e6032fecb rubocop: move Style/IdenticalConditionalBranches files from .rubocop_todo.yml to .rubocop.yml 4 years ago
  Toshi MARUYAMA c5e2c064f2 code cleanup: rubocop: fix Layout/AccessModifierIndentation in lib/redmine/wiki_formatting/textile/formatter.rb 4 years ago
  Toshi MARUYAMA 38bf3f5024 code cleanup: rubocop: fix Layout/AccessModifierIndentation and Layout/EmptyLinesAroundAccessModifier in lib/redmine/wiki_formatting/textile/redcloth3.rb 4 years ago
  Toshi MARUYAMA d7d85cd85f code cleanup: rubocop: fix Layout/SpaceInsideStringInterpolation in lib/redmine/wiki_formatting/textile/redcloth3.rb 4 years ago
  Toshi MARUYAMA 2117705cbc code cleanup: rubocop: fix Layout/BlockAlignment in test/unit/lib/redmine/menu_manager/menu_helper_test.rb 4 years ago
  Toshi MARUYAMA 6b2fb0046a rubocop: remove lib/redmine/wiki_formatting/textile/redcloth3.rb from Layout/EmptyLinesAroundArguments fixed by r18678 4 years ago
  Toshi MARUYAMA dc8815f375 rubocop: remove lib/redmine/wiki_formatting/textile/redcloth3.rb from Style/OneLineConditional fixed by r18680 4 years ago
  Toshi MARUYAMA c82054a651 code cleanup: rubocop: fix Style/IfWithSemicolon in lib/redmine/wiki_formatting/textile/redcloth3.rb 4 years ago
  Toshi MARUYAMA 695a03b3eb code cleanup: rubocop: fix Layout/IndentAssignment in lib/redmine/wiki_formatting/textile/redcloth3.rb 4 years ago
  Toshi MARUYAMA 76be6f712f code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in lib/redmine/wiki_formatting/textile/redcloth3.rb 4 years ago
  Toshi MARUYAMA 94a7c3aa65 code cleanup: rubocop: fix Layout/BlockAlignment in test/unit/lib/redmine/menu_manager/mapper_test.rb 4 years ago
  Toshi MARUYAMA 9e05932c45 code layout clean up test/unit/project_test.rb 4 years ago
  Toshi MARUYAMA 4c22248143 code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in app/models/version.rb 4 years ago
  Toshi MARUYAMA b65348fa2c code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs and Layout/EmptyLines in app/models/version.rb 4 years ago
  Toshi MARUYAMA 6a3d42dd69 code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in test/unit/mailer_test.rb 4 years ago
  Toshi MARUYAMA 36e0d3273d rubocop: use AllowAdjacentOneLineDefs of Layout/EmptyLineBetweenDefs 4 years ago
  Toshi MARUYAMA ea5e1adca3 rubocop: remove files from Layout/EmptyLines fixed by previous revisions 4 years ago
  Toshi MARUYAMA 3cc5ee66d0 rubocop: remove app/helpers/application_helper.rb from Style/WhenThen fixed by r18664 4 years ago
  Toshi MARUYAMA ab3a1e01a7 code cleanup: rubocop: fix Layout/ElseAlignment in app/models/issue_priority.rb 4 years ago
  Toshi MARUYAMA 799a7091c5 code cleanup: rubocop: fix Layout/ElseAlignment in app/models/issue_import.rb 4 years ago
  Toshi MARUYAMA 3e3cf4d993 code layout clean up ApplicationHelper#parse_wiki_links 4 years ago
  Toshi MARUYAMA 36e9cd2276 rubocop: remove app/helpers/application_helper.rb from Layout/ElseAlignment fixed by previous revisions 4 years ago
  Toshi MARUYAMA 039f13d650 code cleanup: rubocop: fix Layout/ElseAlignment in ApplicationHelper#parse_redmine_links 4 years ago
  Toshi MARUYAMA 76ed5c7cc3 code cleanup: rubocop: fix Layout/ElseAlignment in ApplicationHelper#parse_wiki_links 4 years ago
  Toshi MARUYAMA 07182e4475 code cleanup: rubocop: fix Layout/CaseIndentation in app/helpers/versions_helper.rb 4 years ago
  Toshi MARUYAMA b29ec77bb7 code cleanup: rubocop: fix Layout/CaseIndentation in test/test_helper.rb 4 years ago
  Toshi MARUYAMA 87e2e3df5b use full text in fill_in at Issue system "update issue with form update" test 4 years ago
  Toshi MARUYAMA c9c52741e2 code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in test/functional/users_controller_test.rb 4 years ago
  Toshi MARUYAMA 82da7583c8 code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in test/functional/settings_controller_test.rb 4 years ago
  Toshi MARUYAMA 9222ff952c code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in test/functional/email_addresses_controller_test.rb 4 years ago
  Toshi MARUYAMA 70965412a6 code cleanup: rubocop: fix Layout/SpaceAfterSemicolon in app/models/mail_handler.rb 4 years ago
  Toshi MARUYAMA 0b3bbd0e62 add new "update issue status" test to Issue system test 4 years ago
  Toshi MARUYAMA 148e4e0660 use "test do" syntax for Issue system test "update issue with form update" 4 years ago
  Toshi MARUYAMA a4133891e4 code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/unit/user_test.rb 4 years ago
  Toshi MARUYAMA 7b7a1a3ed5 code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/unit/query_test.rb 4 years ago
  Toshi MARUYAMA a66fe49e0b code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in test/integration/api_test/my_test.rb 4 years ago
  Toshi MARUYAMA 276674ce39 code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in test/integration/api_test/attachments_test.rb 4 years ago
  Toshi MARUYAMA 762d015e15 code cleanup: rubocop: fix Layout/IndentHeredoc in test/integration/api_test/files_test.rb 4 years ago
  Toshi MARUYAMA b9d215c656 code cleanup: rubocop: fix Layout/IndentHeredoc and Layout/IndentationConsistency in test/integration/api_test/custom_fields_attribute_test.rb 4 years ago
  Toshi MARUYAMA 0cf19f967a code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/unit/project_test.rb 4 years ago
  Toshi MARUYAMA 9caac1609e add additional assert to Issue system "test_update_issue_with_form_update" 4 years ago
  Toshi MARUYAMA b8f33b0694 code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in app/models/setting.rb 4 years ago
  Toshi MARUYAMA f3f1fad8de code cleanup: rubocop: fix Layout/SpaceAroundBlockParameters in test/unit/query_test.rb 4 years ago
  Toshi MARUYAMA 940377314b code cleanup: rubocop: fix Layout/IndentationConsistency in test/helpers/application_helper_test.rb 4 years ago