summaryrefslogtreecommitdiffstats
path: root/test/functional/repositories_filesystem_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r23391 from trunk to 5.1-stable (#41961).Go MAEDA2024-12-121-3/+0
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-271-1/+1
* 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
* Rename Repository#supports_all_revisions? to Repository#supports_history? (#3...Go MAEDA2022-09-151-1/+1
* Don't show "History" tab for content in Filesystem repository (#37585).Go MAEDA2022-09-071-0/+18
* 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
* use '\' instead of '+' to concatenate strings at RepositoriesFilesystemContro...Toshi MARUYAMA2020-12-191-2/+2
* fix source indent of RepositoriesFilesystemControllerTestToshi MARUYAMA2020-10-021-20/+48
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Use #media_type instead of #content_type to test the MIME type of a response ...Go MAEDA2020-01-271-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-2/+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-0/+5
* 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-9/+30
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-211-10/+12
* 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-2/+3
* 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-19/+7
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-7/+5
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* use "UTF-16LE" instead of "UTF-16" on Ruby 1.9.2 due to test failure (#12787)Toshi MARUYAMA2013-01-131-1/+2
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* route: scm: split entry and raw actionsToshi MARUYAMA2012-05-051-2/+1
* Rails3: test: scm: filesystem: use "repository_path_hash" for path paramToshi MARUYAMA2012-02-231-5/+9
* 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-15/+12
* Test for repository edit and cleanup.Jean-Philippe Lang2011-12-031-7/+13
* scm: filesystem: add functional test of destroying invalid repository (#6713,...Toshi MARUYAMA2011-07-101-0/+21
* scm: filesystem: add functional test of destroying valid repository (#6713, #...Toshi MARUYAMA2011-07-101-0/+9
* scm: filesystem: add instance variable @project at functional test.Toshi MARUYAMA2011-07-101-1/+2
* scm: filesystem: replace RAILS_ROOT to Rails.root in functional test.Toshi MARUYAMA2011-06-101-3/+3
* scm: filesystem: code clean up functional test.Toshi MARUYAMA2011-05-211-4/+3
* scm: add test of showing *real* non ASCII contents in functional filesystem r...Toshi MARUYAMA2011-05-071-0/+15
* scm: filesystem: remove trailing white-spaces from functional test.Toshi MARUYAMA2011-05-071-2/+2
* scm: set mime type in downloading file.Toshi MARUYAMA2011-03-221-2/+1
* scm: filesystem: add test for no extension file mime type in functional test.Toshi MARUYAMA2011-03-221-0/+6
* scm: filesystem: fix todo comment of MIME_TYPES of big-file.txt in functional...Toshi MARUYAMA2011-03-221-1/+1
* scm: filesystem: add test for displaying file over max size limit (#6256).Toshi MARUYAMA2011-03-221-0/+9
* scm: filesystem: add test for UTF-16 file displaying (#6256).Toshi MARUYAMA2011-03-221-0/+11
* scm: filesystem: add test for non ascii text file displaying (#6256).Toshi MARUYAMA2011-03-221-0/+12