summaryrefslogtreecommitdiffstats
path: root/test/functional/repositories_git_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* scm: git: add test to browse non UTF-8 directory (#25846)Toshi MARUYAMA2020-02-271-0/+30
* cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/reposi...Toshi MARUYAMA2019-11-241-45/+146
* cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in test/functional...Toshi MARUYAMA2019-11-241-16/+22
* code cleanup: rubocop: fix Performance/RedundantBlockCall in test/functional/...Toshi MARUYAMA2019-10-221-1/+1
* code cleanup: rubocop: fix Layout/EmptyLinesAroundMethodBody in test/function...Toshi MARUYAMA2019-09-141-1/+0
* code cleanup: rubocop: fix Layout/IndentationConsistency in test/functional/r...Toshi MARUYAMA2019-09-131-1/+1
* code clean up test/functional/repositories_git_controller_test.rbToshi MARUYAMA2019-09-131-8/+8
* code cleanup: rubocop: fix Style/MethodCallWithoutArgsParentheses in test/fun...Toshi MARUYAMA2019-09-131-3/+3
* rubocop: fix Layout/EmptyLinesAroundAccessModifier of test/functional/reposit...Toshi MARUYAMA2019-08-031-0/+1
* rubocop: fix Layout/BlockAlignment of test/functional/repositories_git_contro...Toshi MARUYAMA2019-07-301-1/+1
* Remove code related to JRuby and unsupported Ruby versions (#29441).Jean-Philippe Lang2019-06-201-12/+0
* Remove trailing whitespaces from test (#31506).Go MAEDA2019-06-061-2/+2
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Support frozen_string_literal in test/**/*.rb (#26561).Go MAEDA2019-03-211-1/+1
* Decode hexadecimal-encoded literals in order to be frozen string literals fri...Go MAEDA2019-03-191-9/+7
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* 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