summaryrefslogtreecommitdiffstats
path: root/test/unit/repository_git_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* scm: git: add scm command tests at unit model test (#4273).Toshi MARUYAMA2011-04-081-0/+6
* scm: git: strict Ruby 1.9 string test in unit model test.Toshi MARUYAMA2011-03-171-1/+1
* scm: git: fix newlines of test/unit/repository_git_test.rb.Toshi MARUYAMA2011-03-101-5/+5
* scm: git: add tests for previous and next versions in unit model test (#7821,...Toshi MARUYAMA2011-03-101-0/+40
* scm: git: unit model latin-1 path encoding test passes on Japanese Windows (#...Toshi MARUYAMA2011-03-091-3/+9
* scm: git: add latin-1 encoding directory test in unit model test (#5251).Toshi MARUYAMA2011-03-081-0/+14
* scm: git: add latin-1 encoding directory to test repository (#5251).Toshi MARUYAMA2011-03-081-4/+4
* scm: git: add latest changesets path encoding test in unit model test (#5251).Toshi MARUYAMA2011-03-081-0/+14
* scm: git: prepare path encoding test in unit model test (#5251).Toshi MARUYAMA2011-03-081-0/+5
* scm: git: add latest changesets branch test in unit model test (#5357).Toshi MARUYAMA2011-03-081-0/+26
* scm: git: add latest changesets tag test in unit model test (#5357).Toshi MARUYAMA2011-03-081-0/+22
* scm: git: add latest changesets limit test in unit model test (#5357).Toshi MARUYAMA2011-03-081-1/+12
* scm: git: remove Setting.commit_logs_encoding from unit model test.Toshi MARUYAMA2011-03-081-1/+0
* scm: git: add latest changesets test in unit model test (#5357).Toshi MARUYAMA2011-03-081-0/+39
* scm: git: prepare path encoding test in unit model test (#5251).Toshi MARUYAMA2011-03-081-1/+5
* scm: git: update test repository for path encoding (#5251).Toshi MARUYAMA2011-03-071-4/+4
* scm: git: backout r5026 (#5251).Toshi MARUYAMA2011-03-071-4/+4
* scm: git: update test repository for path encoding (#5251).Toshi MARUYAMA2011-03-071-4/+4
* scm: git: add more tests in fetch changesets incremental unit model test (#53...Toshi MARUYAMA2011-03-021-2/+12
* scm: git: use --encoding=UTF-8 in "git log" (#3396).Toshi MARUYAMA2011-02-281-4/+4
* scm: git: add utf-8 log test in app unit test (#3396).Toshi MARUYAMA2011-02-271-0/+14
* scm: git: change project id of unit app test from 1 to 3.Toshi MARUYAMA2011-02-161-8/+9
* scm: fix error on revision page for empty revision (#7307).Toshi MARUYAMA2011-01-131-0/+17
* scm: fix assert_equal parameter order in subversion and git unit test.Toshi MARUYAMA2011-01-111-3/+4
* Fix subversion and git activities test reffering r4621.Toshi MARUYAMA2011-01-031-9/+6
* Changing revision label and identifier at SCM adapter level (#3724, #6092)Toshi MARUYAMA2011-01-021-1/+27
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Support leading and trailing spaces in filenames or directories in the git ad...Eric Davis2010-09-261-4/+4
* Support spaces in the files or directories in the git adapter. #6054Eric Davis2010-09-261-4/+4
* Extend changes.path and changes.from_path to support longer paths. #5771Eric Davis2010-07-061-4/+4
* Removes --find-copies-harder git option to retrieve commits which was way to ...Jean-Philippe Lang2010-02-211-1/+1
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Added branch and tag support to the git repository viewer. (#1406)Eric Davis2009-08-151-4/+4
* Maps repository users to Redmine users (#1383).Jean-Philippe Lang2008-11-101-0/+1
* Git adapter: use commit time instead of author time (#2108).Jean-Philippe Lang2008-11-091-1/+13
* Check that git changeset is not in the database before creating it (#1419).Jean-Philippe Lang2008-10-251-1/+1
* Fixes platform determination under JRuby (#1804).Jean-Philippe Lang2008-08-251-1/+1
* Merged Git support branch (r1200 to r1226).Jean-Philippe Lang2008-03-121-0/+56