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.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged r22746 from trunk to 5.1-stable (#40043).
Marius Balteanu
2024-02-27
1
-1
/
+1
*
<=> operator should return nil when invoked with an incomparable object (#387...
Go MAEDA
2023-06-29
1
-0
/
+2
*
Ruby 2.7: Fix RuboCop offense Performance/MapCompact (#38134).
Go MAEDA
2023-01-17
1
-1
/
+1
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Rename Repository#supports_all_revisions? to Repository#supports_history? (#3...
Go MAEDA
2022-09-15
1
-0
/
+5
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Stricter validation of given revisions of repositories (#35085).
Go MAEDA
2021-04-23
1
-0
/
+4
*
DEPRECATION WARNING: Uniqueness validator will no longer enforce case sensiti...
Go MAEDA
2021-04-01
1
-1
/
+1
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
remove spaces inside {} of app/models/repository.rb
Toshi MARUYAMA
2020-09-21
1
-1
/
+1
*
add empty line after guard clause to app/models/repository.rb
Toshi MARUYAMA
2020-09-17
1
-0
/
+2
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
Reverts r19478 (#32897).
Go MAEDA
2020-01-30
1
-1
/
+1
*
Fix 'DEPRECATION WARNING: Uniqueness validator will no longer enforce case se...
Go MAEDA
2020-01-28
1
-1
/
+1
*
cleanup: rubocop: fix Layout/AlignArguments in app/models/repository.rb
Toshi MARUYAMA
2019-11-09
1
-4
/
+6
*
code clean up app/models/repository.rb
Toshi MARUYAMA
2019-09-20
1
-6
/
+4
*
code cleanup: rubocop: fix Layout/LeadingCommentSpace in app/models/repositor...
Toshi MARUYAMA
2019-09-20
1
-2
/
+2
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Don't rescue Exception class (#31387).
Go MAEDA
2019-05-25
1
-3
/
+3
*
Custom Exception classes should inherit StandardError instead of Exception (#...
Go MAEDA
2019-05-21
1
-1
/
+1
*
Use Regexp#match? to reduce allocations of MatchData object (#28940).
Go MAEDA
2019-03-27
1
-3
/
+3
*
Support frozen_string_literal in app/**/*.rb (#26561).
Go MAEDA
2019-03-17
1
-3
/
+3
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Use find_by instead of where.first to remove unnecessary sorting (#26747).
Go MAEDA
2018-10-06
1
-1
/
+1
*
Removes repository routes without repository_id (#26522).
Jean-Philippe Lang
2018-06-16
1
-3
/
+1
*
Merged rails-5.1 branch (#23630).
Jean-Philippe Lang
2017-07-23
1
-1
/
+0
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Add length validations for string fields (#24283).
Jean-Philippe Lang
2016-11-19
1
-0
/
+2
*
"Cvs".classify => "Cv" (#23758).
Jean-Philippe Lang
2016-09-05
1
-1
/
+1
*
Be more conservative when fetching constants in Repository.factory (#23758).
Jean-Philippe Lang
2016-09-04
1
-4
/
+8
*
Use .distinct instead of .uniq.
Jean-Philippe Lang
2016-07-14
1
-1
/
+1
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Fixed that 2 repositories can be created with blank/nil identifier (#19400).
Jean-Philippe Lang
2015-04-11
1
-0
/
+5
*
Don't allow 2 repositories with blank identifier (#19400).
Jean-Philippe Lang
2015-03-20
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2015-03-08
1
-4
/
+0
*
Fixed that non-default identifier-less git repositories are undeletable (#192...
Jean-Philippe Lang
2015-03-07
1
-1
/
+0
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2014-11-22
1
-2
/
+1
*
Adds configuration settings to limit valid repository path (#1415).
Jean-Philippe Lang
2014-11-08
1
-0
/
+13
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-7
/
+9
*
Don't link multiple changesets from the same commit multiple times (#17931).
Jean-Philippe Lang
2014-10-05
1
-0
/
+12
*
Fix syntax for ruby 1.8.7 (#13487).
Jean-Baptiste Barth
2014-08-31
1
-7
/
+2
*
Optimize committers/users map retrieval for statistic graphs (#13487).
Jean-Baptiste Barth
2014-08-31
1
-9
/
+27
*
Honnor committers/users mapping in repository statistics (#13487).
Jean-Baptiste Barth
2014-08-26
1
-3
/
+4
*
Move some RepositoriesController logic to Repository#stats_by_author (#13487).
Jean-Baptiste Barth
2014-08-26
1
-0
/
+23
*
Repository identifiers can be reserved words (#16564).
Jean-Philippe Lang
2014-05-02
1
-1
/
+1
*
Make sure that Repository#extra_info returns a Hash or nil (#16032).
Jean-Philippe Lang
2014-02-06
1
-0
/
+6
*
scm: split Repository#entries (#14361)
Toshi MARUYAMA
2014-02-02
1
-1
/
+6
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
back out from r12715 to r12720: #connection replacing
Toshi MARUYAMA
2014-01-27
1
-4
/
+4
[next]