summaryrefslogtreecommitdiffstats
path: root/test/functional/repositories_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use `fixtures :all` to ensure consistent test data and improve test reliabili...Go MAEDA2024-12-111-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
* Redirect to repositories#show after repository#fetch_changesets to avoid the ...Go MAEDA2023-10-311-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 random test failure (#33953).Go MAEDA2022-09-271-1/+1
* Skip test_show_without_main_repository_should_display_first_repository when S...Go MAEDA2022-07-281-0/+2
* Repository tab is not displayed if no repository is set as the main repositor...Go MAEDA2022-07-271-0/+20
* 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 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