summaryrefslogtreecommitdiffstats
path: root/test/functional/repositories_cvs_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix RuboCop offense Rails/HttpStatus (#39889).Go MAEDA2024-05-181-2/+2
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-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
* 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
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* fix source indent of RepositoriesCvsControllerTestToshi MARUYAMA2020-11-261-28/+58
* 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
* 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-1/+11
* 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-14/+49
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-211-31/+30
* 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
* 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-23/+10
* remove unneeded tabs from test/functional/repositories_cvs_controller_test.rbToshi MARUYAMA2014-04-151-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Use assert_select instead of assert_tag.Jean-Philippe Lang2012-07-281-26/+11
* Don't repeat revision on annotate view.Jean-Philippe Lang2012-07-281-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Rails3: test: scm: cvs: use "repository_path_hash" for path paramToshi MARUYAMA2012-02-231-8/+16
* 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
* Rails3: scm: cvs: fix error of test_diff at functional testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: cvs: fix error of test_directory_entry at functional testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: cvs: fix error of test_entry_download at functional testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: cvs: fix error of test_entry_not_found at functional testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: cvs: fix error of test_entry_at_given_revision at functional testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: cvs: fix error of test_entry at functional testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: cvs: fix error of test_browse_at_given_revision at functional testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: cvs: fix error of test_browse_directory at functional testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: cvs: fix error of test_annotate at unit model testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: cvs: fix error of test_diff_new_files at unit model testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: cvs: fix error of test_destroy_invalid_repository at functional ...Toshi MARUYAMA2011-09-121-3/+4
* Rails3: scm: cvs: fix error of test_destroy_valid_repository at functional testToshi MARUYAMA2011-09-121-2/+3
* scm: cvs: code clean up test_entry_download at functional testToshi MARUYAMA2011-09-121-1/+2
* Rails3: scm: cvs: fix error of test_browse_root at functional testToshi MARUYAMA2011-09-121-1/+3
* scm: cvs: define NUM_REV as the number of test repository revisions at functi...Toshi MARUYAMA2011-09-121-0/+1
* scm: cvs: add functional test of destroying invalid repository (#6713, #4725).Toshi MARUYAMA2011-07-101-0/+28
* scm: cvs: add functional test of destroying valid repository (#6713, #4725).Toshi MARUYAMA2011-07-101-0/+12
* scm: cvs: add missing "assert" changesets size at functional test.Toshi MARUYAMA2011-07-101-1/+1