summaryrefslogtreecommitdiffstats
path: root/test/functional/projects_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed tests (#23980).Marius Balteanu2024-09-051-1/+1
* Adds description field to custom queries (#9309).Marius Balteanu2024-06-041-0/+9
* Link "Last activity" column to project activity page (#40706, #23954).Marius Balteanu2024-05-281-1/+4
* Fix RuboCop offense Rails/HttpStatus (#39889).Go MAEDA2024-05-181-13/+13
* Adds the date of the last activity to the list of available columns for Proje...Marius Balteanu2024-05-031-0/+12
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Reverts r22438 (#35189).Marius Balteanu2024-01-231-12/+0
* New email notification option "For any event on my bookmarked projects" (#351...Go MAEDA2023-11-161-0/+12
* Introduce permission to set a project public (#38048).Go MAEDA2023-01-121-2/+55
* 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 RuboCop offense Rails/FreezeTime (#37248).Go MAEDA2022-10-271-1/+1
* Default query should not be applied if the query is not allowed to be set as ...Go MAEDA2022-07-311-0/+33
* Adds projects bulk delete (#36691).Marius Balteanu2022-05-171-0/+25
* Background job for project deletion (#36691).Marius Balteanu2022-05-171-0/+20
* Explicitly specify text formatting in the tests (#35952).Marius Balteanu2022-01-221-19/+21
* Change the default value for "Time span format" from "decimal" to "minutes" (...Go MAEDA2022-01-081-2/+2
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Fixes for Performance/StringIdentifierArgument introduced in RuboCop Performa...Go MAEDA2021-12-291-2/+2
* You can configure default project queries in the following places (#35795):Marius Balteanu2021-11-151-1/+24
* Fix that deleting a closed or archived projects not working anymore after r20...Marius Balteanu2021-09-061-0/+38
* Rails 6.1: add header=present to csv tests (#29914, #32921).Go MAEDA2021-04-011-1/+1
* Fix cannot change the default version under settings (#34982).Go MAEDA2021-03-311-0/+22
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Fix that disabled trackers of subprojects are listed in project overview (#10...Go MAEDA2020-12-121-0/+19
* Require to enter project's identifier to confirm project deletion (#34417).Go MAEDA2020-12-101-3/+13
* Allow normal users to delete a project (#33945).Go MAEDA2020-09-151-0/+34
* Unify CSS classes for custom fields in issue#show, issue#edit and issue#bulk_...Go MAEDA2020-04-111-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Updating custom fields does not trigger update to "updated_on" field in the c...Go MAEDA2020-02-291-0/+24
* Reverts r19510 that breaks IssueTest#test_closed_on_should_be_set_when_closin...Go MAEDA2020-02-111-24/+0
* Updating custom fields does not trigger update to "updated_on" field in the c...Go MAEDA2020-02-111-0/+24
* Fix totals not displayed in projects list view (#32896).Go MAEDA2020-01-281-0/+18
* Use #media_type instead of #content_type to test the MIME type of a response ...Go MAEDA2020-01-271-2/+2
* Fix sort projects table by custom field (#32769).Go MAEDA2020-01-121-2/+25
* CSV related tests fail with Rails 5.2.4 (#32526, #32525).Go MAEDA2019-12-081-1/+1
* cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/projec...Toshi MARUYAMA2019-11-251-191/+165
* cleanup: rubocop: fix Layout/SpaceInsideHashLiteralBraces in test/functional/...Toshi MARUYAMA2019-11-241-2/+2
* Fix CSV export of projects (#29482).Jean-Philippe Lang2019-11-021-0/+49
* Test failure (#29482).Jean-Philippe Lang2019-10-191-1/+4
* Set default columns for the projects list (#29482).Jean-Philippe Lang2019-10-191-0/+10
* Option to switch between table list and board list (#29482).Jean-Philippe Lang2019-10-191-0/+53
* Filter after parent project (#29482).Jean-Philippe Lang2019-10-191-0/+19
* Filter after projects (#29482).Jean-Philippe Lang2019-10-191-0/+19
* Fix test failure due to missing call to set_tmp_attachments_directory (#32122).Go MAEDA2019-10-041-0/+2
* Per role visibility settings for project custom fields (#31925).Go MAEDA2019-08-201-0/+12
* Duplicate method definition in tests (#31093).Jean-Philippe Lang2019-06-201-5/+5
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Adds favorites and recently used projects lists to project jump box (#31355).Go MAEDA2019-05-201-0/+21
* Project search should select subprojects scope when the project has subprojec...Go MAEDA2019-03-251-0/+31