index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.rubocop_todo.yml
Commit message (
Expand
)
Author
Age
Files
Lines
*
code cleanup: rubocop: fix Style/WhileUntilModifier in test/application_syste...
Toshi MARUYAMA
2019-09-25
1
-1
/
+0
*
code cleanup: rubocop: fix Style/TrailingCommaInArguments in test/unit/issue_...
Toshi MARUYAMA
2019-09-25
1
-7
/
+0
*
rubocop: remove config/initializers/30-redmine.rb from Style/MultilineTernary...
Toshi MARUYAMA
2019-09-25
1
-1
/
+0
*
rubocop: disable Naming/AccessorMethodName
Toshi MARUYAMA
2019-09-25
1
-12
/
+0
*
rubocop: disable Lint/IneffectiveAccessModifier
Toshi MARUYAMA
2019-09-25
1
-15
/
+0
*
code cleanup: rubocop: fix Style/ZeroLengthPredicate in app/models/issue.rb
Toshi MARUYAMA
2019-09-24
1
-1
/
+0
*
code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in test/unit/issue_tes...
Toshi MARUYAMA
2019-09-24
1
-1
/
+0
*
code cleanup: rubocop: fix Rails/Presence in config/initializers/30-redmine.rb
Toshi MARUYAMA
2019-09-24
1
-1
/
+0
*
code cleanup: rubocop: fix Rails/Presence in config/initializers/10-patches.rb
Toshi MARUYAMA
2019-09-24
1
-1
/
+0
*
code cleanup: rubocop: fix Rails/Presence in db/migrate/20110228000100_copy_r...
Toshi MARUYAMA
2019-09-24
1
-1
/
+0
*
code cleanup: rubocop: fix Rails/Presence in lib/redmine/scm/adapters/cvs_ada...
Toshi MARUYAMA
2019-09-24
1
-1
/
+0
*
code cleanup: rubocop: fix Layout/BlockEndNewline in app/models/issue.rb
Toshi MARUYAMA
2019-09-24
1
-1
/
+0
*
code cleanup: rubocop: fix Layout/SpaceInsideStringInterpolation in app/helpe...
Toshi MARUYAMA
2019-09-24
1
-1
/
+0
*
code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in db/migrate/20170302...
Toshi MARUYAMA
2019-09-24
1
-1
/
+0
*
code cleanup: rubocop: fix Style/WhileUntilModifier in app/helpers/issues_hel...
Toshi MARUYAMA
2019-09-24
1
-1
/
+0
*
code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/helpers/is...
Toshi MARUYAMA
2019-09-24
1
-1
/
+0
*
code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/models/rep...
Toshi MARUYAMA
2019-09-24
1
-1
/
+0
*
code cleanup: rubocop: fix Style/NegatedIf in lib/redmine/scm/adapters/bazaar...
Toshi MARUYAMA
2019-09-24
1
-1
/
+0
*
code cleanup: rubocop: fix Style/ColonMethodCall in lib/redmine/scm/adapters/...
Toshi MARUYAMA
2019-09-24
1
-1
/
+0
*
code cleanup: rubocop: fix Layout/SpaceInsideRangeLiteral in app/models/repos...
Toshi MARUYAMA
2019-09-24
1
-5
/
+0
*
code cleanup: rubocop: fix Style/EmptyLiteral in lib/redmine/scm/adapters/cvs...
Toshi MARUYAMA
2019-09-24
1
-5
/
+0
*
code cleanup: rubocop: fix Performance/Casecmp in lib/redmine/scm/adapters/ba...
Toshi MARUYAMA
2019-09-21
1
-5
/
+0
*
code cleanup: rubocop: fix Performance/Casecmp in lib/redmine/codeset_util.rb
Toshi MARUYAMA
2019-09-21
1
-1
/
+0
*
code cleanup: rubocop: fix Style/RedundantConditional in app/helpers/issues_h...
Toshi MARUYAMA
2019-09-21
1
-1
/
+0
*
rubocop: disable Naming/BinaryOperatorParameterName
Toshi MARUYAMA
2019-09-21
1
-18
/
+0
*
rubocop: disable Rails/HelperInstanceVariable
Toshi MARUYAMA
2019-09-21
1
-20
/
+0
*
rubocop: remove app/helpers/issues_helper.rb from Style/NestedTernaryOperator...
Toshi MARUYAMA
2019-09-21
1
-1
/
+0
*
code cleanup: rubocop: fix Rails/Blank in app/helpers/issues_helper.rb
Toshi MARUYAMA
2019-09-21
1
-1
/
+0
*
code cleanup: rubocop: fix Style/MultilineTernaryOperator in app/helpers/issu...
Toshi MARUYAMA
2019-09-21
1
-1
/
+0
*
code cleanup: rubocop: fix Layout/MultilineArrayBraceLayout in test/unit/repo...
Toshi MARUYAMA
2019-09-21
1
-1
/
+0
*
code cleanup: rubocop: fix Lint/ScriptPermission of Rakefile fixed by r18493
Toshi MARUYAMA
2019-09-20
1
-5
/
+0
*
code cleanup: rubocop: fix Style/CommentedKeyword in app/models/repository/cv...
Toshi MARUYAMA
2019-09-20
1
-4
/
+0
*
code cleanup: rubocop: fix Style/CommentAnnotation in lib/redmine/scm/adapter...
Toshi MARUYAMA
2019-09-20
1
-7
/
+0
*
code cleanup: rubocop: fix Style/ClassCheck in lib/redmine/scm/adapters/cvs_a...
Toshi MARUYAMA
2019-09-20
1
-7
/
+0
*
rubocop: remove app/models/issue.rb from Lint/DuplicateMethods fixed by previ...
Toshi MARUYAMA
2019-09-20
1
-1
/
+0
*
code cleanup: rubocop: fix Layout/LeadingCommentSpace in app/models/repositor...
Toshi MARUYAMA
2019-09-20
1
-1
/
+0
*
code cleanup: rubocop: fix Style/StringLiteralsInInterpolation in app/helpers...
Toshi MARUYAMA
2019-09-19
1
-1
/
+0
*
code cleanup: rubocop: fix Layout/IndentAssignment in app/helpers/issues_help...
Toshi MARUYAMA
2019-09-19
1
-1
/
+0
*
backout r13743
Toshi MARUYAMA
2019-09-19
1
-1
/
+0
*
code cleanup: rubocop: fix Lint/UselessSetterCall in test/unit/issue_test.rb
Toshi MARUYAMA
2019-09-18
1
-4
/
+0
*
code cleanup: rubocop: fix Layout/LeadingCommentSpace in app/controllers/repo...
Toshi MARUYAMA
2019-09-15
1
-1
/
+0
*
code cleanup: rubocop: fix Layout/IndentAssignment in app/helpers/repositorie...
Toshi MARUYAMA
2019-09-15
1
-1
/
+0
*
code cleanup: rubocop: fix Layout/IndentationConsistency in test/functional/r...
Toshi MARUYAMA
2019-09-14
1
-1
/
+0
*
code cleanup: rubocop: fix Layout/EmptyLinesAroundMethodBody in test/function...
Toshi MARUYAMA
2019-09-14
1
-1
/
+0
*
code cleanup: rubocop: fix Layout/IndentationConsistency in test/functional/r...
Toshi MARUYAMA
2019-09-13
1
-1
/
+0
*
code cleanup: rubocop: fix Style/MethodCallWithoutArgsParentheses in test/fun...
Toshi MARUYAMA
2019-09-13
1
-1
/
+0
*
rubocop: disable Naming/PredicateName
Toshi MARUYAMA
2019-09-13
1
-23
/
+0
*
code cleanup: rubocop: fix Lint/HandleExceptions in lib/redmine/scm/adapters/...
Toshi MARUYAMA
2019-09-12
1
-1
/
+0
*
rubocop: use Lint/HandleExceptions AllowComments true
Toshi MARUYAMA
2019-09-12
1
-8
/
+0
*
code cleanup: rubocop: fix Lint/AmbiguousOperator in lib/redmine/scm/adapters...
Toshi MARUYAMA
2019-09-12
1
-1
/
+0
[next]