summaryrefslogtreecommitdiffstats
path: root/test/functional/repositories_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Use MiniTest::Assertions#skip to skip tests in RepositoriesControllerTest whe...Go MAEDA2021-03-111-27/+29
* Allow manually fetching changesets (#8875).Go MAEDA2021-03-111-0/+17
* 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-5/+5
* cleanup: rubocop: fix Layout/IndentFirstArgument in test/functional/repositor...Toshi MARUYAMA2019-11-241-3/+5
* cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/reposi...Toshi MARUYAMA2019-11-241-65/+97
* Remove trailing whitespaces from test (#31506).Go MAEDA2019-06-061-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* skip RepositoriesControllerTest#test_show_should_show_diff_button_depending_o...Toshi MARUYAMA2019-04-041-15/+17
* "View differences" buttons are shown in the repository page even without "Bro...Jean-Philippe Lang2019-03-301-0/+19
* 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-4/+16
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-1/+2
* Render repository graphs using Chart.js instead of SVG (#26253).Jean-Philippe Lang2017-06-251-2/+10
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for functional tests.Jean-Philippe Lang2017-05-311-33/+132
* Typo: s/changset-comments/changeset-comments/ (#22758, #24604).Jean-Philippe Lang2016-12-181-1/+1
* Adds a setting to enable/disable formatting of commit messages (#22758).Jean-Philippe Lang2016-12-121-0/+10
* Adds accessors for report_last_commit.Jean-Philippe Lang2016-10-041-0/+10
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-211-26/+11
* 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 undefined method `compact!' error when additional_user_ids is empty (#1...Jean-Philippe Lang2015-03-071-0/+9
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-171-8/+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
* Fixed "First argument in form cannot contain nil or be empty" error (#18275).Jean-Philippe Lang2014-11-281-0/+12
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-221-27/+22
* 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
* Accept issue id with leading sharp when adding a related issue.Jean-Philippe Lang2013-11-091-0/+8
* Cleanup of finders with :conditions option.Jean-Philippe Lang2013-06-121-1/+1
* Disable autofetching of repository changesets if projects are closed (#13945).Jean-Philippe Lang2013-05-121-0/+25
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Functional tests cleanup.Jean-Philippe Lang2012-12-031-7/+0
* Removes RJS from RepositoriesController.Jean-Philippe Lang2012-07-191-6/+13
* Makes repository url read-only after saving.Jean-Philippe Lang2012-06-201-2/+2
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Fixed error on commits per month graph (#10806).Jean-Philippe Lang2012-05-011-0/+5
* Adds a test for project menu item when displaying a revision.Jean-Philippe Lang2012-02-271-0/+8
* Adds missing format parameter.Jean-Philippe Lang2012-02-251-3/+3
* Adds a "Manage related isses" permission to add/remove commits/issues relatio...Jean-Philippe Lang2012-02-051-0/+32
* Don't use a disabled SCM as a default repository SCM (#779).Jean-Philippe Lang2012-01-151-0/+16
* Adds support for multiple repositories per project (#779).Jean-Philippe Lang2012-01-151-8/+17
* Resourcified repositories for CRUD operations to prepare for multiple SCM per...Jean-Philippe Lang2012-01-151-6/+82
* scm: remove trailing white-spaces from functional repositories controller test.Toshi MARUYAMA2011-05-241-5/+5
* scm: code clean up test/functional/repositories_controller_test.rb.Toshi MARUYAMA2011-03-221-11/+24
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1