summaryrefslogtreecommitdiffstats
path: root/test/unit/repository_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r15816 (#23758).Jean-Philippe Lang2016-09-041-0/+14
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Fixed that 2 repositories can be created with blank/nil identifier (#19400).Jean-Philippe Lang2015-04-111-0/+12
* Don't allow 2 repositories with blank identifier (#19400).Jean-Philippe Lang2015-03-201-0/+18
* add missing fixturesToshi MARUYAMA2015-01-181-0/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Replaced "can't" with "cannot" in error messages.Jean-Philippe Lang2014-12-211-1/+1
* Misc tests.Jean-Philippe Lang2014-12-071-0/+6
* Code cleanup.Jean-Philippe Lang2014-10-251-2/+2
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-4/+3
* Honnor committers/users mapping in repository statistics (#13487).Jean-Baptiste Barth2014-08-261-2/+48
* Fix text failing on some rubies/sql drivers because of improper length in Cha...Jean-Baptiste Barth2014-08-261-2/+2
* Move some RepositoriesController logic to Repository#stats_by_author (#13487).Jean-Baptiste Barth2014-08-261-0/+19
* Make sure that Repository#extra_info returns a Hash or nil (#16032).Jean-Philippe Lang2014-02-061-0/+6
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* remove trailing white-spaces from RepositoryTestToshi MARUYAMA2014-01-091-1/+1
* code format cleanup RepositoryTestToshi MARUYAMA2014-01-091-2/+3
* Rails4: replace deprecated find_all_by_* at RepositoryTestToshi MARUYAMA2014-01-091-2/+2
* Rails4: replace deprecated Relation#update_all at RepositoryTestToshi MARUYAMA2014-01-091-4/+2
* add unit test to have one default repositoryToshi MARUYAMA2014-01-071-0/+25
* Rails4 compatibility of RepositoryTestToshi MARUYAMA2013-12-271-4/+2
* Ability to define commit keywords per tracker (#7590).Jean-Philippe Lang2013-10-131-3/+3
* Support for multiple issue update keywords/rules in commit messages (#4911).Jean-Philippe Lang2013-10-051-4/+3
* Cleanup of finders with :conditions option.Jean-Philippe Lang2013-06-121-4/+2
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* 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