summaryrefslogtreecommitdiffstats
path: root/test/unit/repository_git_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed tests failures (#19400).Jean-Philippe Lang2015-04-121-0/+2
* Fixed that non-default identifier-less git repositories are undeletable (#192...Jean-Philippe Lang2015-03-071-0/+29
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Replaced "can't" with "cannot" in error messages.Jean-Philippe Lang2014-12-211-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-16/+7
* Rails4: fix time related git unit test failureToshi MARUYAMA2014-02-151-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* scm: git: change extra_report_last_commit type at unit test to string (#12409)Toshi MARUYAMA2012-11-211-2/+2
* scm: git: fix changesets aren't read after clear_changesets call (#12409)Toshi MARUYAMA2012-11-211-0/+34
* 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