summaryrefslogtreecommitdiffstats
path: root/test/functional/repositories_git_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* scm: git: add test that diff type is saved in user preference (#10152)Toshi MARUYAMA2012-02-041-0/+20
* Resourcified repositories for CRUD operations to prepare for multiple SCM per...Jean-Philippe Lang2012-01-151-18/+11
* Test for repository edit and cleanup.Jean-Philippe Lang2011-12-031-7/+13
* do not annotate text files which exceed the size limit for viewing (#9484)Toshi MARUYAMA2011-11-051-0/+13
* Rails3: scm: git: fix error of test_destroy_invalid_repository at functional ...Toshi MARUYAMA2011-09-121-2/+3
* Rails3: scm: git: fix error of test_destroy_valid_repository at functional testToshi MARUYAMA2011-09-121-2/+3
* Rails3: scm: git: fix error of test_empty_revision at functional testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: git: fix error of test_revision at functional testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: git: fix error of test_annotate_at_given_revision at functional ...Toshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: git: fix error of test_diff_two_revs at functional testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: git: fix error of test_diff_truncated at functional testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: git: fix error of test_diff at functional testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: git: fix error of test_browse_at_given_revision at functional testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: git: fix error of test_browse_directory at functional testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: git: fix error of test_browse_tag at functional testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: git: fix error of test_browse_branch at functional testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: git: fix error of test_browse_root at functional testToshi MARUYAMA2011-09-111-1/+4
* scm: git: define NUM_REV as the number of test repository revisions at functi...Toshi MARUYAMA2011-09-111-0/+1
* 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