summaryrefslogtreecommitdiffstats
path: root/test/functional/repositories_git_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* scm: git: add functional test of destroying invalid repository (#6713, #4725).Toshi MARUYAMA2011-07-111-0/+27
* scm: git: add functional test of destroying valid repository (#6713, #4725).Toshi MARUYAMA2011-07-111-0/+12
* scm: git: add instance variable @project at functional test.Toshi MARUYAMA2011-07-111-2/+3
* scm: git: add missing "assert" changesets and entries size at functional test.Toshi MARUYAMA2011-07-101-6/+6
* Do not cache I18n strings when truncating a long diff (#5089).Jean-Baptiste Barth2011-06-131-0/+31
* scm: git: replace RAILS_ROOT to Rails.root in functional test.Toshi MARUYAMA2011-06-101-3/+3
* scm: git: skip non UTF-8 path encoding test of functional test in JRuby (#5251).Toshi MARUYAMA2011-06-081-0/+12
* Fixes git annotate test failure.Jean-Philippe Lang2011-06-011-2/+2
* scm: git: fix functional test_annotate test.Toshi MARUYAMA2011-06-011-2/+4
* scm: git: run both "inline" and "side by side" diff in functional test_diff_l...Toshi MARUYAMA2011-06-011-15/+17
* scm: git: run both "inline" and "side by side" diff in functional test_diff_t...Toshi MARUYAMA2011-06-011-8/+12
* scm: git: run both "inline" and "side by side" diff in functional test_diff t...Toshi MARUYAMA2011-06-011-10/+15
* scm: git: fix a comment of functional annotate test.Toshi MARUYAMA2011-05-261-1/+1
* scm: git: add test of annotate non ASCII content of non ASCII path in functio...Toshi MARUYAMA2011-05-081-0/+18
* scm: git: add test of diff non ASCII path and non ASCII content in functional...Toshi MARUYAMA2011-05-081-0/+28
* scm: git: add test of showing non ASCII contents of non ASCII path in functio...Toshi MARUYAMA2011-05-081-0/+36
* scm: git: use constant value for project id in functional test.Toshi MARUYAMA2011-05-081-20/+22
* scm: git: fix functional annotate test.Toshi MARUYAMA2011-05-071-1/+9
* scm: git: remove trailing white-spaces from functional test.Toshi MARUYAMA2011-05-071-5/+5
* scm: git: more strict functional test.Toshi MARUYAMA2011-04-141-4/+10
* scm: git: fix annotate test due to changing en.yml (#8035, #7855).Toshi MARUYAMA2011-03-311-1/+1
* scm: git: remove duplicate test from functional test.Toshi MARUYAMA2011-03-221-12/+0
* scm: git: add browsing tag test in functional test.Toshi MARUYAMA2011-03-141-0/+17
* scm: git: check entries and changesets size are greater than 0 in browse test...Toshi MARUYAMA2011-03-141-0/+20
* scm: git: code clean up functional test.Toshi MARUYAMA2011-03-141-5/+5
* scm: git: fix PortgreSQL functional test fails (#5251).Toshi MARUYAMA2011-03-091-1/+5
* scm: functional test of using format_revision() for annotate (#3724).Toshi MARUYAMA2011-01-211-0/+9
* scm: git: fix id at functional test_empty_revision test(#7307).Toshi MARUYAMA2011-01-141-1/+1
* Respond with 404 instead of 500 when revision/entry is not found in the repos...Jean-Philippe Lang2011-01-141-1/+1
* scm: fix error on revision page for empty revision (#7307).Toshi MARUYAMA2011-01-131-0/+20
* scm: add compatible functional test fof changing diff revisions label at SCM ...Toshi MARUYAMA2011-01-091-4/+23
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Fix the tests that were broken by r4286:Eric Davis2010-10-251-1/+1
* Support leading and trailing spaces in filenames or directories in the git ad...Eric Davis2010-09-261-1/+2
* Support spaces in the files or directories in the git adapter. #6054Eric Davis2010-09-261-1/+2
* Extend changes.path and changes.from_path to support longer paths. #5771Eric Davis2010-07-061-1/+2
* 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-13/+28
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-1/+1
* Fixes platform determination under JRuby (#1804).Jean-Philippe Lang2008-08-251-1/+1
* Fixed: Links to repository directories don't work (#1119).Jean-Philippe Lang2008-04-271-0/+8
* Fix repository browsing at given revision for various scm and add tests for t...Jean-Philippe Lang2008-04-061-2/+10
* Always show 'View' and 'Annotate' links on repository files (download will be...Jean-Philippe Lang2008-03-191-0/+7
* Merged Git support branch (r1200 to r1226).Jean-Philippe Lang2008-03-121-0/+123