summaryrefslogtreecommitdiffstats
path: root/app/models/project_query.rb
Commit message (Expand)AuthorAgeFilesLines
* remove spaces inside {} of app/models/project_query.rbToshi MARUYAMA2020-11-171-5/+5
* Fix that totals of custom fields may not be sorted as configured (#33281).Go MAEDA2020-05-081-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Add system setting for default results display format of project query (#32818).Go MAEDA2020-02-111-0/+4
* Fix sort projects table by custom field (#32769).Go MAEDA2020-01-121-1/+1
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/models/project_...Toshi MARUYAMA2019-11-201-1/+0
* Make sure we cannot create a ProjectQuery on a given project (#29482).Jean-Philippe Lang2019-11-201-0/+5
* cleanup: rubocop: fix Layout/AlignArguments in app/models/project_query.rbToshi MARUYAMA2019-11-091-4/+10
* Default sorting on projects by id is not relevant (#29482).Jean-Philippe Lang2019-10-261-1/+1
* Set default columns for the projects list (#29482).Jean-Philippe Lang2019-10-191-1/+1
* Option to switch between table list and board list (#29482).Jean-Philippe Lang2019-10-191-2/+27
* Filter after project custom fields (#29482).Jean-Philippe Lang2019-10-191-0/+1
* Filter after parent project (#29482).Jean-Philippe Lang2019-10-191-0/+3
* Filter after projects (#29482).Jean-Philippe Lang2019-10-191-0/+4
* Filters for Projects page (#29482).Jean-Philippe Lang2019-10-191-0/+68