| Commit message (Expand) | Author | Age | Files | Lines |
* | code cleanup: rubocop: fix Layout/MultilineArrayBraceLayout in test/unit/repo... | Toshi MARUYAMA | 2019-09-21 | 1 | -4/+2 |
* | rubocop: fix Layout/AlignArray of test/unit/repository_bazaar_test.rb | Toshi MARUYAMA | 2019-07-29 | 1 | -3/+3 |
* | Remove code related to JRuby and unsupported Ruby versions (#29441). | Jean-Philippe Lang | 2019-06-20 | 1 | -6/+0 |
* | 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 |
* | Use #b shortcut instead of #force_encoding (#31059). | Go MAEDA | 2019-03-20 | 1 | -1/+1 |
* | Decode hexadecimal-encoded literals in order to be frozen string literals fri... | Go MAEDA | 2019-03-19 | 1 | -4/+3 |
* | Add "frozen_string_literal: false" for all files (#26561). | Go MAEDA | 2019-03-15 | 1 | -0/+2 |
* | Set User.current to nil before unit tests. | Jean-Philippe Lang | 2018-12-16 | 1 | -0/+1 |
* | Update copyright. | Jean-Philippe Lang | 2017-06-25 | 1 | -1/+1 |
* | Updates copyright for 2016. | Jean-Philippe Lang | 2016-03-13 | 1 | -1/+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 |
* | fix English syntax of skipping test comment of Bazaar non ASCII environment | Toshi MARUYAMA | 2014-11-18 | 1 | -1/+1 |
* | Merged rails-4.1 branch (#14534). | Jean-Philippe Lang | 2014-10-22 | 1 | -43/+33 |
* | update copyright year (#15977) | Toshi MARUYAMA | 2014-01-29 | 1 | -1/+1 |
* | remove unneeded Relation#all from RepositoryBazaarTest | Toshi MARUYAMA | 2014-01-09 | 1 | -1/+1 |
* | Rails4: scm: reload repository after destroying changesets in incremental fet... | Toshi MARUYAMA | 2013-12-29 | 1 | -0/+1 |
* | Copyright for 2013 (#12788). | Jean-Philippe Lang | 2013-01-12 | 1 | -1/+1 |
* | Replaces find(:all) calls. | Jean-Philippe Lang | 2012-12-02 | 1 | -1/+1 |
* | scm: bazaar: add more comment to non ASCII path tests at unit model test (#11... | Toshi MARUYAMA | 2012-09-18 | 1 | -3/+3 |
* | scm: bazaar: add non ASCII path test to unit model test (#11834) | Toshi MARUYAMA | 2012-09-18 | 1 | -0/+155 |
* | scm: bazaar: add asserting entries root path at unit model test | Toshi MARUYAMA | 2012-09-16 | 1 | -0/+2 |
* | scm: bazaar: separate constant repository path to repository and trunk branch... | Toshi MARUYAMA | 2012-09-16 | 1 | -3/+4 |
* | scm: bazaar: do not use file:// for repository path at unit app test | Toshi MARUYAMA | 2012-09-16 | 1 | -2/+1 |
* | scm: bazaar: add asserting entries subdirectory path at unit app test | Toshi MARUYAMA | 2012-09-16 | 1 | -0/+1 |
* | Fixed that Repository#entries returns an Array. | Jean-Philippe Lang | 2012-06-10 | 1 | -0/+1 |
* | Renamed #changes association to #filechanges (clash with AR::Base.changes tha... | Jean-Philippe Lang | 2012-06-03 | 1 | -1/+1 |
* | Copyright update. | Jean-Philippe Lang | 2012-05-05 | 1 | -1/+1 |
* | scm: bazaar: add test to override human_attribute_name of "path to repository" | Toshi MARUYAMA | 2012-02-24 | 1 | -0/+28 |
* | Rails3: scm: bazaar: fix error of test_next_nil at unit model test | Toshi MARUYAMA | 2011-09-11 | 1 | -1/+3 |
* | Rails3: scm: bazaar: fix error of test_next at unit model test | Toshi MARUYAMA | 2011-09-11 | 1 | -1/+3 |
* | Rails3: scm: bazaar: fix error of test_previous_nil at unit model test | Toshi MARUYAMA | 2011-09-11 | 1 | -1/+3 |
* | Rails3: scm: bazaar: fix error of test_previous at unit model test | Toshi MARUYAMA | 2011-09-11 | 1 | -1/+3 |
* | Rails3: scm: bazaar: fix error of test_fetch_changesets_incremental at unit m... | Toshi MARUYAMA | 2011-09-07 | 1 | -2/+6 |
* | Rails3: scm: bazaar: fix error of test_fetch_changesets_from_scratch at unit ... | Toshi MARUYAMA | 2011-09-07 | 1 | -2/+3 |
* | scm: bazaar: define NUM_REV as the number of test repository revisions at uni... | Toshi MARUYAMA | 2011-09-07 | 1 | -0/+1 |
* | scm: bazaar: replace RAILS_ROOT to Rails.root in unit model test. | Toshi MARUYAMA | 2011-06-10 | 1 | -3/+1 |
* | scm: bazaar: remove trailing white-spaces from unit model test. | Toshi MARUYAMA | 2011-06-10 | 1 | -10/+10 |
* | scm: bazaar: update test repository (#2799, #4741, #8030). | Toshi MARUYAMA | 2011-05-27 | 1 | -1/+2 |
* | scm: bazaar: add changesets order test in unit model test. | Toshi MARUYAMA | 2011-03-16 | 1 | -0/+28 |
* | scm: add feature of per project repository log encoding setting (#1735). | Toshi MARUYAMA | 2011-03-01 | 1 | -2/+5 |
* | scm: bazaar: change project id of unit app test from 1 to 3. | Toshi MARUYAMA | 2011-03-01 | 1 | -1/+1 |
* | scm: bazaar: move cat and annotate test from unit app test to unit lib test. | Toshi MARUYAMA | 2011-02-15 | 1 | -16/+3 |
* | Changing revision label and identifier at SCM adapter level (#3724, #6092) | Toshi MARUYAMA | 2011-01-02 | 1 | -1/+1 |
* | Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 | Jean-Baptiste Barth | 2010-12-12 | 1 | -1/+1 |
* | Upgraded to Rails 2.3.4 (#3597) | Eric Davis | 2009-09-13 | 1 | -1/+1 |
* | Postgresql 8.3 compatibility fix (#834). | Jean-Philippe Lang | 2008-04-26 | 1 | -2/+2 |
* | Fixed Bazaar test repository path. | Jean-Philippe Lang | 2007-12-14 | 1 | -1/+2 |
* | Added some functional tests (issues). | Jean-Philippe Lang | 2007-12-12 | 1 | -1/+1 |