summaryrefslogtreecommitdiffstats
path: root/app/models/project_query.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixes project query scope that does not take into account limit and offset op...Marius Balteanu2024-11-231-1/+3
* @ProjectQuery#results_scope@ should return @Project::ActiveRecord_Relation@ t...Marius Balteanu2024-11-031-2/+1
* Expose project updated_on column and filter in project query (#40829).Go MAEDA2024-06-271-0/+2
* Adds the date of the last activity to the list of available columns for Proje...Marius Balteanu2024-05-031-2/+15
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Fix RuboCop offense Style/SuperWithArgsParentheses (#39887).Go MAEDA2023-12-201-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Default query should not be applied if the query is not allowed to be set as ...Go MAEDA2022-07-311-3/+4
* Reduce extra queries in @ProjectQuery.default@ (#37135).Marius Balteanu2022-05-281-3/+6
* Background job for project deletion (#36691).Marius Balteanu2022-05-171-0/+1
* Reuse ProjectQuery filters on the admin project list (#33422).Marius Balteanu2022-04-011-2/+34
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* You can configure default project queries in the following places (#35795):Marius Balteanu2021-11-151-0/+8
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* add empty line after guard clause to app/models/project_query.rbToshi MARUYAMA2020-11-261-0/+1
* 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