summaryrefslogtreecommitdiffstats
path: root/test/functional/repositories_git_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use `fixtures :all` to ensure consistent test data and improve test reliabili...Go MAEDA12 days1-3/+0
* Use anonymous block forwarding introduced in Ruby 3.1 (#38585).Go MAEDA2024-08-211-1/+1
* Fix RuboCop offense Lint/RedundantStringCoercion, one of the offenses enabled...Go MAEDA2024-08-121-1/+1
* Truncate git authors to 255 characters (#40948).Marius Balteanu2024-07-081-1/+1
* Fix RuboCop offense Rails/HttpStatus (#39889).Go MAEDA2024-05-181-5/+5
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Add "View annotation prior to this change" button in the annotate view of Git...Go MAEDA2023-04-301-0/+5
* Fix redundant 'private' modifier in repositories_git_controller_test.rb (#380...Go MAEDA2023-01-121-8/+6
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-011-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Fix code copying in common browsers (#36580).Go MAEDA2022-02-191-5/+7
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Replace gsub with tr, delete, or squeeze (#34161).Go MAEDA2020-10-241-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* 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