summaryrefslogtreecommitdiffstats
path: root/test/functional/reports_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Issue Summary: add statistics about issues without assignee, version or categ...Go MAEDA2021-12-121-0/+24
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* use with_settings at ReportsControllerTest#test_get_issue_report_details_by_t...Toshi MARUYAMA2020-12-101-7/+3
* Trackers of subprojects are not displayed in the Issue summary page (#34185).Go MAEDA2020-11-161-67/+91
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/report...Toshi MARUYAMA2019-11-231-10/+28
* 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
* Add missing fixture for reports_controller_test (#30120).Go MAEDA2018-12-071-1/+2
* Extend Issue Summary to include subprojects (#2529).Go MAEDA2018-10-031-0/+79
* Issues reports should show only statuses used by the project (#27772).Go MAEDA2017-12-191-0/+26
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for functional tests.Jean-Philippe Lang2017-05-311-4/+15
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-191-22/+1
* 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
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Fixed that open/closed counts on issues summary are not displayed with SQLSer...Jean-Philippe Lang2013-07-281-0/+18
* Removed unused fixtures.Jean-Philippe Lang2013-02-111-1/+0
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Functional tests cleanup.Jean-Philippe Lang2012-12-031-3/+0
* Reversed order of priorities on the issue summary page (#11205).Jean-Philippe Lang2012-06-201-1/+8
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Test cleanup.Jean-Philippe Lang2012-01-011-40/+17
* Rails3: replace "all" fixtures at test/functional/reports_controller_test.rbToshi MARUYAMA2011-09-251-1/+9
* remove trailing white-spaces from test/functional/reports_controller_test.rb.Toshi MARUYAMA2011-08-241-7/+7
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Separated ReportsController#issue_report into two separate actions.Eric Davis2010-02-081-5/+25
* Moved a routing test from a functional to an integration test.Eric Davis2010-02-081-12/+0
* Converted a test to shoulda and added more checks for it's assignments.Eric Davis2010-02-031-4/+15
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Adds some functional tests.Jean-Philippe Lang2009-03-011-0/+40
* Converted routing and urls to follow the Rails REST convention.Eric Davis2009-01-261-0/+20