summaryrefslogtreecommitdiffstats
path: root/test/unit/repository_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Support frozen_string_literal in test/**/*.rb (#26561).Go MAEDA2019-03-211-1/+1
* Decode hexadecimal-encoded literals in order to be frozen string literals fri...Go MAEDA2019-03-191-3/+2
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Add missing fixtures to several tests (#30276).Go MAEDA2019-01-091-1/+3
* Set User.current to nil before unit tests.Jean-Philippe Lang2018-12-161-0/+1
* Send individual emails for each mail recipient (#26791).Jean-Philippe Lang2018-10-061-8/+9
* Drop Darcs support (#26391).Jean-Philippe Lang2017-07-251-1/+1
* add some tests to RepositoryTest#test_for_changeset_comments_stripToshi MARUYAMA2017-07-101-0/+2
* code style cleanup at RepositoryTest#test_for_changeset_comments_stripToshi MARUYAMA2017-07-101-3/+3
* replace white spaces of here-text at RepositoryTest#test_for_changeset_comm...Toshi MARUYAMA2017-07-101-8/+6
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Be more conservative when fetching constants in Repository.factory (#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