| Commit message (Expand) | Author | Age | Files | Lines |
* | code cleanup: rubocop: fix Layout/AlignArguments in test/unit/repository_test.rb | Toshi MARUYAMA | 2019-10-23 | 1 | -1/+1 |
* | Update copyright year. | Go MAEDA | 2019-05-25 | 1 | -1/+1 |
* | Support frozen_string_literal in test/**/*.rb (#26561). | Go MAEDA | 2019-03-21 | 1 | -1/+1 |
* | Decode hexadecimal-encoded literals in order to be frozen string literals fri... | Go MAEDA | 2019-03-19 | 1 | -3/+2 |
* | Add "frozen_string_literal: false" for all files (#26561). | Go MAEDA | 2019-03-15 | 1 | -0/+2 |
* | Add missing fixtures to several tests (#30276). | Go MAEDA | 2019-01-09 | 1 | -1/+3 |
* | Set User.current to nil before unit tests. | Jean-Philippe Lang | 2018-12-16 | 1 | -0/+1 |
* | Send individual emails for each mail recipient (#26791). | Jean-Philippe Lang | 2018-10-06 | 1 | -8/+9 |
* | Drop Darcs support (#26391). | Jean-Philippe Lang | 2017-07-25 | 1 | -1/+1 |
* | add some tests to RepositoryTest#test_for_changeset_comments_strip | Toshi MARUYAMA | 2017-07-10 | 1 | -0/+2 |
* | code style cleanup at RepositoryTest#test_for_changeset_comments_strip | Toshi MARUYAMA | 2017-07-10 | 1 | -3/+3 |
* | replace white spaces of here-text at RepositoryTest#test_for_changeset_comm... | Toshi MARUYAMA | 2017-07-10 | 1 | -8/+6 |
* | Update copyright. | Jean-Philippe Lang | 2017-06-25 | 1 | -1/+1 |
* | Be more conservative when fetching constants in Repository.factory (#23758). | Jean-Philippe Lang | 2016-09-04 | 1 | -0/+14 |
* | 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/+12 |
* | Don't allow 2 repositories with blank identifier (#19400). | Jean-Philippe Lang | 2015-03-20 | 1 | -0/+18 |
* | add missing fixtures | Toshi MARUYAMA | 2015-01-18 | 1 | -0/+1 |
* | Copyright update. | Jean-Philippe Lang | 2015-01-11 | 1 | -1/+1 |
* | Replaced "can't" with "cannot" in error messages. | Jean-Philippe Lang | 2014-12-21 | 1 | -1/+1 |
* | Misc tests. | Jean-Philippe Lang | 2014-12-07 | 1 | -0/+6 |
* | Code cleanup. | Jean-Philippe Lang | 2014-10-25 | 1 | -2/+2 |
* | Merged rails-4.1 branch (#14534). | Jean-Philippe Lang | 2014-10-22 | 1 | -4/+3 |
* | Honnor committers/users mapping in repository statistics (#13487). | Jean-Baptiste Barth | 2014-08-26 | 1 | -2/+48 |
* | Fix text failing on some rubies/sql drivers because of improper length in Cha... | Jean-Baptiste Barth | 2014-08-26 | 1 | -2/+2 |
* | Move some RepositoriesController logic to Repository#stats_by_author (#13487). | Jean-Baptiste Barth | 2014-08-26 | 1 | -0/+19 |
* | Make sure that Repository#extra_info returns a Hash or nil (#16032). | Jean-Philippe Lang | 2014-02-06 | 1 | -0/+6 |
* | update copyright year (#15977) | Toshi MARUYAMA | 2014-01-29 | 1 | -1/+1 |
* | remove trailing white-spaces from RepositoryTest | Toshi MARUYAMA | 2014-01-09 | 1 | -1/+1 |
* | code format cleanup RepositoryTest | Toshi MARUYAMA | 2014-01-09 | 1 | -2/+3 |
* | Rails4: replace deprecated find_all_by_* at RepositoryTest | Toshi MARUYAMA | 2014-01-09 | 1 | -2/+2 |
* | Rails4: replace deprecated Relation#update_all at RepositoryTest | Toshi MARUYAMA | 2014-01-09 | 1 | -4/+2 |
* | add unit test to have one default repository | Toshi MARUYAMA | 2014-01-07 | 1 | -0/+25 |
* | Rails4 compatibility of RepositoryTest | Toshi MARUYAMA | 2013-12-27 | 1 | -4/+2 |
* | Ability to define commit keywords per tracker (#7590). | Jean-Philippe Lang | 2013-10-13 | 1 | -3/+3 |
* | Support for multiple issue update keywords/rules in commit messages (#4911). | Jean-Philippe Lang | 2013-10-05 | 1 | -4/+3 |
* | Cleanup of finders with :conditions option. | Jean-Philippe Lang | 2013-06-12 | 1 | -4/+2 |
* | Copyright for 2013 (#12788). | Jean-Philippe Lang | 2013-01-12 | 1 | -1/+1 |
* | 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 |