summaryrefslogtreecommitdiffstats
path: root/test/functional/repositories_subversion_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use `fixtures :all` to ensure consistent test data and improve test reliabili...Go MAEDA12 days1-4/+0
* 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
* Updates subversion repository fixture with test data for #39747 (#39747, #363...Marius Balteanu2023-12-241-2/+3
* 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 repository browser does not show \"+\" (plus sign) in filename (#37718).Marius Balteanu2022-10-021-2/+3
* Fix code copying in common browsers (#36580).Go MAEDA2022-02-191-2/+2
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Render Textile and Markdown files in the repository browser (#16849).Go MAEDA2021-05-281-2/+29
* Fix a test failure caused by an assert forgotten to be deleted (#29914, #32913).Go MAEDA2021-04-011-1/+0
* Add filename header (#29914, #32913).Go MAEDA2021-04-011-0/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Repository browser does not render previews for audio/video files (#32153).Go MAEDA2020-02-041-4/+17
* Use #media_type instead of #content_type to test the MIME type of a response ...Go MAEDA2020-01-271-2/+2
* cleanup: rubocop: fix Layout/IndentFirstArgument in test/functional/repositor...Toshi MARUYAMA2019-11-241-3/+6
* cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/reposi...Toshi MARUYAMA2019-11-241-33/+98
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Removes repository routes without repository_id (#26522).Jean-Philippe Lang2018-06-161-7/+28
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-1/+2
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for functional tests.Jean-Philippe Lang2017-05-311-26/+95
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-211-51/+57
* Adds our own class for controller tests.Jean-Philippe Lang2016-07-141-1/+1
* Add view for "no preview" repository files (#22482).Jean-Philippe Lang2016-05-081-3/+3
* Fix test failures (#22058).Jean-Philippe Lang2016-04-121-2/+2
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* 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-20/+16
* Quote values in DOM selectors for Nokogiri compatibility.Jean-Philippe Lang2014-11-201-3/+3
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* fix svn raw diff failure on svn version 1.6.17 (revision 1128011)Toshi MARUYAMA2013-12-201-2/+2
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Remove trailing (revision nn) from filenames in subversion diffs.Jean-Philippe Lang2012-09-181-2/+2
* Use assert_select instead of assert_tag.Jean-Philippe Lang2012-07-281-24/+18
* Adds assertions for subversion annotate.Jean-Philippe Lang2012-07-281-0/+13
* Show repository images inline when clicking 'View' (#10362).Jean-Philippe Lang2012-06-071-0/+7
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* route: scm: split entry and raw actionsToshi MARUYAMA2012-05-051-3/+2
* scm: fix broken main repository 'root' linkToshi MARUYAMA2012-05-021-0/+3
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-0/+14
* Removed assertions on blank template.Jean-Philippe Lang2012-02-251-2/+0
* Rails3: test: scm: subversion: use "repository_path_hash" for path paramToshi MARUYAMA2012-02-231-14/+28
* Removed duplicated test.Jean-Philippe Lang2012-01-161-13/+4
* Do not show revisions links and field on filesystem repositories.Jean-Philippe Lang2012-01-161-0/+4
* Resourcified repositories for CRUD operations to prepare for multiple SCM per...Jean-Philippe Lang2012-01-151-45/+11