summaryrefslogtreecommitdiffstats
path: root/test/unit/repository_git_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix: Unable to run unit and functional tests if git binary is not available.Jean-Philippe Lang2012-06-181-10/+10
* Fixed that Repository#entries returns an Array.Jean-Philippe Lang2012-06-101-0/+5
* Renamed #changes association to #filechanges (clash with AR::Base.changes tha...Jean-Philippe Lang2012-06-031-3/+3
* scm: git: skip Latin-1 path tests on Git for Windows above 1.7.10Toshi MARUYAMA2012-06-021-4/+10
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* scm: git: add test of from_path at unit model test_fetch_changesets_from_scratchToshi MARUYAMA2012-03-291-0/+1
* scm: git: fix test revision value of unit app testToshi MARUYAMA2012-03-281-2/+2
* scm: git: process new git revisions all at once rather than per branch (#10470)Toshi MARUYAMA2012-03-281-30/+38
* scm: git: backout r8839 (#8857)Toshi MARUYAMA2012-03-071-38/+30
* scm: git: remove unnecessary log_encoding from overriding human_attribute_nam...Toshi MARUYAMA2012-02-241-3/+2
* scm: git: add test to override human_attribute_name of "path to repository"Toshi MARUYAMA2012-02-241-0/+28
* scm: git: split unit model test setup whether repository required or notToshi MARUYAMA2012-02-241-13/+15
* scm: git: replace "write_attribute" at unit model test for database order con...Toshi MARUYAMA2012-02-171-2/+5
* scm: git: replace "order" at unit model test of fetching from scratch (#5357)Toshi MARUYAMA2012-02-171-3/+2
* scm: git: update test repository (#10207)Toshi MARUYAMA2012-02-121-5/+6
* scm: git: call "git log" only once instead of per branch in fetching revision...Toshi MARUYAMA2012-02-111-30/+36
* scm: git: clarify the purpose of the unit model test to fetch history editing...Toshi MARUYAMA2012-02-101-13/+17
* scm: git: update test repository (#8857)Toshi MARUYAMA2012-02-091-11/+9
* scm: git: add model method to get heads from extra_info branches hash (#8857)Toshi MARUYAMA2012-02-091-0/+16
* scm: git: use explicit "master" for latest_changesets at unit app testToshi MARUYAMA2012-02-071-2/+2
* scm: git: test: model: fix failing test_parents on PostgreSQL (#5501)Toshi MARUYAMA2011-11-031-4/+3
* scm: git: test: model: add test of parents (#5501)Toshi MARUYAMA2011-11-031-0/+19
* Rails3: scm: git: fix error of test_next_nil at unit model testToshi MARUYAMA2011-09-111-1/+3
* Rails3: scm: git: fix error of test_next at unit model testToshi MARUYAMA2011-09-111-1/+3
* Rails3: scm: git: fix error of test_previous_nil at unit model testToshi MARUYAMA2011-09-111-1/+3
* Rails3: scm: git: fix error of test_previous at unit model testToshi MARUYAMA2011-09-111-1/+3
* Rails3: scm: git: fix error of test_log_utf8 at unit model testToshi MARUYAMA2011-09-111-1/+3
* Rails3: scm: git: fix error of test_format_identifier at unit model testToshi MARUYAMA2011-09-111-1/+3
* Rails3: scm: git: fix error of test_identifier at unit model testToshi MARUYAMA2011-09-111-1/+3
* Rails3: scm: git: fix error of test_find_changeset_by_empty_name at unit mode...Toshi MARUYAMA2011-09-111-1/+3
* Rails3: scm: git: fix error of test_latest_changesets_latin_1_dir at unit mod...Toshi MARUYAMA2011-09-111-1/+3
* Rails3: scm: git: fix error of test_find_changeset_by_name at unit model testToshi MARUYAMA2011-09-111-1/+3
* Rails3: scm: git: fix error of test_latest_changesets at unit model testToshi MARUYAMA2011-09-111-1/+3
* Rails3: scm: git: fix error of test_db_consistent_ordering_before_1_2 at unit...Toshi MARUYAMA2011-09-111-1/+1
* Rails3: scm: git: fix error of test_db_consistent_ordering_before_1_2 at unit...Toshi MARUYAMA2011-09-071-6/+7
* Rails3: scm: git: fix error of test_db_consistent_ordering_init at unit model...Toshi MARUYAMA2011-09-071-1/+2
* Rails3: scm: git: fix error of test_fetch_changesets_invalid_rev at unit mode...Toshi MARUYAMA2011-09-071-5/+6
* Rails3: scm: git: fix error of test_fetch_changesets_incremental at unit mode...Toshi MARUYAMA2011-09-071-5/+7
* scm: git: use NUM_REV at test_fetch_changesets_from_scratch of unit model testToshi MARUYAMA2011-09-071-1/+1
* scm: git: define NUM_REV as the number of test repository revisions at unit m...Toshi MARUYAMA2011-09-071-0/+2
* Rails3: scm: git: fix error of test_fetch_changesets_from_scratch at unit mod...Toshi MARUYAMA2011-09-061-1/+2
* scm: git: replace RAILS_ROOT to Rails.root in unit model test.Toshi MARUYAMA2011-06-101-2/+1
* scm: git: skip non UTF-8 path encoding test of unit model test in JRuby (#5251).Toshi MARUYAMA2011-06-081-6/+20
* scm: git: add unit model test that revisions ordering is inconsistent in exis...Toshi MARUYAMA2011-05-191-0/+44
* scm: git: add unit model test that revisions ordering is consistent in new da...Toshi MARUYAMA2011-05-191-0/+7
* scm: git: add test of fetching invalid revision in unit model test (#7146).Toshi MARUYAMA2011-05-131-0/+40
* scm: git: fix fetching 7 days problem (#7146, #6013).Toshi MARUYAMA2011-05-131-19/+36
* scm: git: fix incorrect comment in unit model test and code clean up unit mod...Toshi MARUYAMA2011-05-091-6/+15
* scm: git: remove trailing white-spaces from unit model test.Toshi MARUYAMA2011-05-081-7/+7
* Fixed: #setup triggers a failure even if git tests should not run.Jean-Philippe Lang2011-04-111-20/+20