summaryrefslogtreecommitdiffstats
path: root/test/functional/repositories_git_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Repository entry pagination (#29395).Go MAEDA2018-10-041-0/+11
* Removes repository routes without repository_id (#26522).Jean-Philippe Lang2018-06-161-3/+31
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-1/+2
* Don't display download button for dir entries (#26350).Jean-Philippe Lang2017-07-061-0/+2
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for functional tests.Jean-Philippe Lang2017-05-311-49/+129
* Adds accessors for report_last_commit.Jean-Philippe Lang2016-10-041-4/+4
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-211-71/+50
* Don't respond with the error template when annotate is not available.Jean-Philippe Lang2016-07-171-2/+2
* Adds our own class for controller tests.Jean-Philippe Lang2016-07-141-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Fixed tests failures (#19400).Jean-Philippe Lang2015-04-121-1/+1
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-171-2/+2
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-171-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-221-73/+22
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-24/+19
* remove unneeded trailing ';' from test/functional/repositories_git_controller...Toshi MARUYAMA2014-05-071-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Rails4: replace deprecated Relation#first with finder options at Repositories...Toshi MARUYAMA2014-01-111-1/+1
* scm: fix annotate error with non ASCII author on Ruby 1.9 and Ruby 2.0 (#14931)Toshi MARUYAMA2013-09-181-0/+20
* scm: git: fix indents of non ASCII path annotate test (#14931)Toshi MARUYAMA2013-09-181-4/+4
* use assert_select instead of assert_tag in Git non ASCII path annotate test (...Toshi MARUYAMA2013-09-181-5/+9
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* fix "Page not found" on OK button in SCM "View all revisions" page (#12196)Toshi MARUYAMA2012-10-241-0/+15
* add functional test of sub repository diff path (#11966)Toshi MARUYAMA2012-09-281-0/+34
* add functional test of main repository diff path (#11966)Toshi MARUYAMA2012-09-281-0/+14
* set user preference diff type nil at functional testsToshi MARUYAMA2012-09-281-1/+6
* scm: git: use with_settings instead of assigned setting at functional testToshi MARUYAMA2012-09-271-6/+6
* Fixed that git diff displays deleted files as /dev/null (#11868).Jean-Philippe Lang2012-09-181-0/+10
* scm: git: use with_settings at test_diff_truncated of functional test (#11752)Toshi MARUYAMA2012-09-011-7/+7
* scm: git: use diff_max_lines_displayed setting at test_diff_with_rev_and_path...Toshi MARUYAMA2012-09-011-16/+18
* scm: git: add functional test of diff with revision and path (#11752)Toshi MARUYAMA2012-08-311-0/+24
* Use assert_select instead of assert_tag.Jean-Philippe Lang2012-07-281-20/+7
* Don't repeat revision on annotate view.Jean-Philippe Lang2012-07-281-6/+6
* Identifier is now frozen.Jean-Philippe Lang2012-07-261-3/+1
* Tests should not change settings.Jean-Philippe Lang2012-07-081-14/+15
* Fix: Unable to run unit and functional tests if git binary is not available.Jean-Philippe Lang2012-06-181-10/+10
* scm: git: skip Latin-1 path tests on Git for Windows above 1.7.10Toshi MARUYAMA2012-06-021-0/+14
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* scm: git: fix creating and updating repositoryToshi MARUYAMA2012-05-031-0/+29
* Rails3: test: scm: git: use "repository_path_hash" for path paramToshi MARUYAMA2012-02-231-13/+25
* scm: git: update test repository (#8857)Toshi MARUYAMA2012-02-091-1/+1
* 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