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
/
test
/
unit
/
repository_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replaces find(:first) calls.
Jean-Philippe Lang
2012-12-03
1
-1
/
+1
*
Repository Identifier should be frozen (#11109).
Jean-Philippe Lang
2012-07-26
1
-0
/
+32
*
Tests should not change settings.
Jean-Philippe Lang
2012-07-08
1
-2
/
+3
*
Make repository identifier accept underscores (#11192).
Jean-Philippe Lang
2012-06-19
1
-0
/
+9
*
Renamed #changes association to #filechanges (clash with AR::Base.changes tha...
Jean-Philippe Lang
2012-06-03
1
-2
/
+4
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
test: switch to Rails3 Active Record syntax at test_destroy of unit/repositor...
Toshi MARUYAMA
2012-05-04
1
-3
/
+2
*
Fixed undefined method `<=>' for nil:NilClass when sorting repositories with ...
Jean-Philippe Lang
2012-05-04
1
-0
/
+9
*
Changed assertions to make them work with Rails2/3 ruby1.8/1.9 different beha...
Jean-Philippe Lang
2012-03-05
1
-2
/
+2
*
Adds helpers for testing email body.
Jean-Philippe Lang
2012-03-04
1
-2
/
+2
*
Use :joins instead of :include.
Jean-Philippe Lang
2012-03-04
1
-1
/
+1
*
back out from r9031 to r9036
Toshi MARUYAMA
2012-03-01
1
-1
/
+1
*
Rails3: test: add .to_s for mail's bodies check at unit/repository_test.rb
Toshi MARUYAMA
2012-03-01
1
-1
/
+1
*
Do not do assertions on mail class.
Jean-Philippe Lang
2012-02-25
1
-1
/
+1
*
code layout cleanup test/unit/repository_test.rb
Toshi MARUYAMA
2012-02-24
1
-2
/
+10
*
scm: add test to override human_attribute_name of log_encoding
Toshi MARUYAMA
2012-02-24
1
-0
/
+26
*
Adds a test for changeset/issue relations deletion.
Jean-Philippe Lang
2012-02-11
1
-0
/
+9
*
Fixed that changesets parents associations are not deleted when deleting a re...
Jean-Philippe Lang
2012-02-11
1
-0
/
+9
*
Adds support for multiple repositories per project (#779).
Jean-Philippe Lang
2012-01-15
1
-0
/
+13
*
Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at...
Toshi MARUYAMA
2011-12-09
1
-1
/
+1
*
scm: add test to strip git repository path at unit repository test.
Toshi MARUYAMA
2011-08-30
1
-0
/
+9
*
scm: add test to strip subversion repository path at unit repository test.
Toshi MARUYAMA
2011-08-30
1
-0
/
+9
*
scm: rename test_for_urls_strip to test_for_urls_strip_cvs at unit repository...
Toshi MARUYAMA
2011-08-30
1
-1
/
+1
*
scm: add a test of a repository model method "merge_extra_info()" in unit tes...
Toshi MARUYAMA
2011-05-12
1
-0
/
+33
*
scm: code clean up unit repository test.
Toshi MARUYAMA
2011-05-08
1
-11
/
+24
*
scm: code clean up unit repository test.
Toshi MARUYAMA
2011-05-06
1
-13
/
+13
*
scm: space cleanup in unit repository test.
Toshi MARUYAMA
2011-05-02
1
-8
/
+8
*
scm: add filesystem available test at unit repository test (#4273).
Toshi MARUYAMA
2011-04-08
1
-0
/
+6
*
scm: code clean up test/unit/repository_test.rb.
Toshi MARUYAMA
2011-03-22
1
-12
/
+36
*
scm: add feature of per project repository log encoding setting (#1735).
Toshi MARUYAMA
2011-03-01
1
-4
/
+7
*
When destroying a user, remove all references to that user (#7296).
Jean-Philippe Lang
2011-01-16
1
-6
/
+5
*
Adds missing fixtures when running tests from scratch.
Jean-Philippe Lang
2010-12-20
1
-0
/
+5
*
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
Jean-Baptiste Barth
2010-12-12
1
-1
/
+1
*
Added three new notifiable events based on issue attributes
Eric Davis
2010-09-28
1
-0
/
+1
*
Adds missing native eol properties.
Jean-Philippe Lang
2009-09-20
1
-4
/
+4
*
Upgraded to Rails 2.3.4 (#3597)
Eric Davis
2009-09-13
1
-1
/
+1
*
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.
Jean-Philippe Lang
2009-02-21
1
-1
/
+1
*
Slight tests fixes.
Jean-Philippe Lang
2008-11-25
1
-0
/
+2
*
Maps repository users to Redmine users (#1383).
Jean-Philippe Lang
2008-11-10
1
-0
/
+22
*
Clear changesets and changes with raw sql when deleting a repository (#1627).
Jean-Philippe Lang
2008-07-13
1
-0
/
+10
*
Adds Filesystem adapter (patch #1393 by Paul R).
Jean-Philippe Lang
2008-06-08
1
-0
/
+2
*
Ability to disable unused SCM adapters in application settings.
Jean-Philippe Lang
2008-06-08
1
-0
/
+8
*
Strip repository urls (closes #852).
Jean-Philippe Lang
2008-03-14
1
-0
/
+9
*
Create a journal and send an email when an issue is closed by commit (#609).
Jean-Philippe Lang
2008-02-06
1
-4
/
+29
*
* Added links to previous and next revisions on revision view (patch by Cyril...
Jean-Philippe Lang
2007-12-01
1
-2
/
+2
*
* Referencing issues in commit messages: enter * in 'Referencing keywords' to...
Jean-Philippe Lang
2007-11-20
1
-1
/
+1
*
Commit message parser:
Jean-Philippe Lang
2007-10-22
1
-0
/
+2
*
Added the ability to set the "done ratio" of issues fixed by commit (original...
Jean-Philippe Lang
2007-10-10
1
-3
/
+6
*
Changeset comments are now stripped before being stored in the database (patc...
Jean-Philippe Lang
2007-08-25
1
-0
/
+15
*
Added basic support for CVS and Mercurial SCMs.
Jean-Philippe Lang
2007-06-12
1
-15
/
+1
[next]