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