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
/
app
/
models
/
repository
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged r22746 from trunk to 5.1-stable (#40043).
Marius Balteanu
2024-02-27
6
-6
/
+6
*
Fix RuboCop offense Lint/RedundantSafeNavigation (#36919).
Go MAEDA
2023-06-07
1
-3
/
+3
*
Ruby 2.7: Fix RuboCop offense Performance/MapCompact (#38134).
Go MAEDA
2023-01-17
3
-5
/
+5
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
6
-6
/
+6
*
Remove unnecessary disabling of RuboCop Rails/Pluck (#37248).
Go MAEDA
2022-10-29
1
-1
/
+1
*
Fix RuboCop offense Rails/Pluck (#37248).
Go MAEDA
2022-10-28
1
-1
/
+1
*
Fix RuboCop offense Style/RedundantStringEscape (#36919).
Go MAEDA
2022-10-26
1
-1
/
+1
*
Cleanup Repository::Git#clear_extra_info_of_changesets (#37614).
Go MAEDA
2022-09-25
1
-3
/
+1
*
Use the safe navigation operator instead of checking if an object is nil (#37...
Go MAEDA
2022-09-25
1
-6
/
+3
*
Fix RuboCop offense Style/GuardClause (#37614).
Go MAEDA
2022-09-25
1
-4
/
+4
*
Fix RuboCop offense Style/IfUnlessModifier (#37614).
Go MAEDA
2022-09-25
1
-9
/
+3
*
Fix RuboCop offense Style/SymbolProc (#37614).
Go MAEDA
2022-09-25
1
-4
/
+4
*
Fix RuboCop offense Rails/Blank (#37614).
Go MAEDA
2022-09-25
1
-2
/
+2
*
Rename Repository#supports_all_revisions? to Repository#supports_history? (#3...
Go MAEDA
2022-09-15
1
-1
/
+1
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
6
-6
/
+6
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
6
-6
/
+6
*
fix source indent of app/models/repository/cvs.rb
Toshi MARUYAMA
2020-11-26
1
-18
/
+22
*
add empty line after guard clause to app/models/repository/bazaar.rb
Toshi MARUYAMA
2020-10-27
1
-0
/
+1
*
add empty line after guard clause to app/models/repository/mercurial.rb
Toshi MARUYAMA
2020-09-17
1
-0
/
+6
*
remove spaces inside {} of app/models/repository/mercurial.rb
Toshi MARUYAMA
2020-09-12
1
-1
/
+1
*
fix source indent of app/models/repository/git.rb
Toshi MARUYAMA
2020-09-12
1
-9
/
+10
*
remove spaces inside {} of app/models/repository/git.rb
Toshi MARUYAMA
2020-07-21
1
-2
/
+2
*
use a normal unless-statement over a modifier clause in a multiline statement...
Toshi MARUYAMA
2020-07-09
1
-14
/
+16
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
6
-6
/
+6
*
cleanup: rubocop: fix Style/MultilineIfModifier in app/models/repository/subv...
Toshi MARUYAMA
2019-11-23
1
-12
/
+15
*
cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/models/reposito...
Toshi MARUYAMA
2019-11-23
1
-0
/
+1
*
cleanup: rubocop: fix Layout/SpaceAfterComma in app/models/repository/git.rb
Toshi MARUYAMA
2019-11-23
1
-1
/
+1
*
cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/models/reposito...
Toshi MARUYAMA
2019-11-22
1
-0
/
+4
*
cleanup: rubocop: fix Layout/SpaceInsideParens in app/models/repository/mercu...
Toshi MARUYAMA
2019-11-08
1
-1
/
+1
*
cleanup: rubocop: fix Style/MethodCallWithoutArgsParentheses in app/models/re...
Toshi MARUYAMA
2019-11-08
1
-3
/
+3
*
cleanup: rubocop: fix Layout/AlignArguments in app/models/repository/cvs.rb
Toshi MARUYAMA
2019-11-08
1
-2
/
+3
*
code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/models/rep...
Toshi MARUYAMA
2019-09-24
1
-1
/
+1
*
code cleanup: rubocop: fix Layout/SpaceInsideRangeLiteral in app/models/repos...
Toshi MARUYAMA
2019-09-24
1
-1
/
+1
*
code cleanup: rubocop: fix Style/CommentedKeyword in app/models/repository/cv...
Toshi MARUYAMA
2019-09-20
1
-1
/
+1
*
Update copyright year.
Go MAEDA
2019-05-25
6
-6
/
+6
*
Don't rescue Exception class (#31387).
Go MAEDA
2019-05-25
1
-1
/
+1
*
Use Regexp#match? to reduce allocations of MatchData object (#28940).
Go MAEDA
2019-03-27
1
-1
/
+1
*
Support frozen_string_literal in app/**/*.rb (#26561).
Go MAEDA
2019-03-17
6
-8
/
+8
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
6
-0
/
+12
*
Use find_by instead of where.first to remove unnecessary sorting (#26747).
Go MAEDA
2018-10-06
2
-3
/
+3
*
Drop Darcs support (#26391).
Jean-Philippe Lang
2017-07-25
1
-114
/
+0
*
Merged rails-5.1 branch (#23630).
Jean-Philippe Lang
2017-07-23
5
-5
/
+0
*
Update copyright.
Jean-Philippe Lang
2017-06-25
7
-7
/
+7
*
spelling fixes (#25495)
Toshi MARUYAMA
2017-04-02
1
-2
/
+2
*
Use exists? instead of count (#24839).
Jean-Philippe Lang
2017-01-16
1
-1
/
+1
*
Adds accessors for report_last_commit.
Jean-Philippe Lang
2016-10-04
1
-5
/
+7
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
7
-7
/
+7
*
Don't validate the repository when updating/clearing extra info (#19400).
Jean-Philippe Lang
2015-03-20
1
-2
/
+2
*
Code cleanup.
Jean-Philippe Lang
2015-03-08
1
-0
/
+6
*
fix code indent at app/models/repository/cvs.rb
Toshi MARUYAMA
2015-01-18
1
-1
/
+1
[next]