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
*
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
*
Rails4: replace deprecated #connection from Repository model
Toshi MARUYAMA
2014-01-27
1
-4
/
+4
*
Rails4: replace deprecated Relation#update_all at Repository model
Toshi MARUYAMA
2014-01-09
1
-3
/
+2
*
Rails4: replace deprecated Relation#update_all at Repository model
Toshi MARUYAMA
2014-01-07
1
-1
/
+1
*
Cleanup of finders with :conditions option.
Jean-Philippe Lang
2013-06-12
1
-13
/
+12
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Use \A and \z in validation regexps.
Jean-Philippe Lang
2012-12-08
1
-1
/
+1
*
Replaces find(:first) calls.
Jean-Philippe Lang
2012-12-03
1
-4
/
+7
*
Replaces find(:all) calls.
Jean-Philippe Lang
2012-12-02
1
-1
/
+1
*
remove trailing white-spaces from app/models/repository.rb
Toshi MARUYAMA
2012-11-28
1
-2
/
+2
*
scm: git: fix changesets aren't read after clear_changesets call (#12409)
Toshi MARUYAMA
2012-11-21
1
-0
/
+4
*
Repository Identifier should be frozen (#11109).
Jean-Philippe Lang
2012-07-26
1
-1
/
+12
*
Makes repository url read-only after saving.
Jean-Philippe Lang
2012-06-20
1
-1
/
+3
*
Safe attributes for repositories.
Jean-Philippe Lang
2012-06-19
1
-0
/
+9
*
Make repository identifier accept underscores (#11192).
Jean-Philippe Lang
2012-06-19
1
-2
/
+2
*
Adds a method to load changesets for repository entries.
Jean-Philippe Lang
2012-06-10
1
-1
/
+13
*
Renamed #changes association to #filechanges (clash with AR::Base.changes tha...
Jean-Philippe Lang
2012-06-03
1
-2
/
+2
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Fixed undefined method `<=>' for nil:NilClass when sorting repositories with ...
Jean-Philippe Lang
2012-05-04
1
-1
/
+1
*
scm: git: fix creating and updating repository
Toshi MARUYAMA
2012-05-03
1
-22
/
+0
*
Merged rails-3.2 branch.
Jean-Philippe Lang
2012-04-25
1
-2
/
+2
*
Rails3: scm: use .to_s for overriding human_attribute_name parameter at repos...
Toshi MARUYAMA
2012-02-24
1
-1
/
+1
*
scm: use to_s for revision in find_changeset_by_name method
Toshi MARUYAMA
2012-02-23
1
-2
/
+3
*
Fixed that changesets parents associations are not deleted when deleting a re...
Jean-Philippe Lang
2012-02-11
1
-1
/
+7
*
Skip a bunch of useless "UPDATE repositories SET extra_info = ..." queries wh...
Jean-Philippe Lang
2012-01-16
1
-2
/
+6
*
Display identifier for the default repository too (#779).
Jean-Philippe Lang
2012-01-15
1
-3
/
+3
*
Adds support for multiple repositories per project (#779).
Jean-Philippe Lang
2012-01-15
1
-4
/
+67
[next]