summaryrefslogtreecommitdiffstats
path: root/app/models/issue_query.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22819 and r22820 to 5.1-stable (#40412).Marius Balteanu2024-05-121-1/+3
* Reverts r22794 (#40556).Marius Balteanu2024-04-291-3/+0
* Merged r22791 from trunk to 5.1-stable (#40556).Marius Balteanu2024-04-291-0/+3
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Merged r22417 from trunk to 5.1-stable (#39443).Marius Balteanu2023-11-111-7/+8
* Optimize IssueQuery#sql_for_assigned_to_role_field for PostgreSQL (#38319).Go MAEDA2023-10-091-3/+3
* Refactor SQL construction in IssueQuery#sql_for_assigned_to_role_field for be...Go MAEDA2023-10-091-4/+10
* Fix SQL error when passing invalid value to "Related to" filter (#38301).Go MAEDA2023-06-211-8/+12
* New issues filter operators "has been", "has never been", and "changed from" ...Go MAEDA2023-05-111-5/+5
* Make the "Any searchable text" filter search only open issues when the status...Go MAEDA2023-05-011-1/+4
* Fix "Any searchable text" filter doesn't support the project filter with the ...Go MAEDA2023-04-181-1/+9
* Change the notation of "contains any of" filter operator to "*~" (#38435).Go MAEDA2023-04-161-5/+5
* Fix "contains any of" operator is not taken into account in File and File des...Go MAEDA2023-04-161-8/+8
* "contains any of" operator for text filters to perform OR search of multiple ...Go MAEDA2023-04-141-1/+7
* Change the behavior of the "Any searchable text" filter from OR search to AND...Go MAEDA2023-04-051-1/+1
* Fix a bug the "doesn't contain" operator returns no issues if the search find...Go MAEDA2023-04-051-1/+1
* Add "Any searchable text" filter for issues (#38402).Go MAEDA2023-04-051-0/+29
* Multiple issue ids in "Related to" filter (#38301).Go MAEDA2023-03-251-1/+2
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Check visibility for passed user in IssueQuery.default (#37499, #37608).Go MAEDA2022-08-261-1/+1
* Default query should not be applied if the query is not allowed to be set as ...Go MAEDA2022-07-311-4/+8
* Allow to filter issues by its version status with shared versions (#36824, #3...Marius Balteanu2022-03-241-2/+4
* Do not fire a query to get user default query when user has no default query ...Go MAEDA2022-03-211-1/+1
* Reverts r21480 (#36503).Go MAEDA2022-03-211-1/+1
* Do not fire a query to get user default query when user has no default query ...Marius Balteanu2022-03-201-1/+1
* Reduce extra database queries in IssueQuery.default (#7360, #36503).Go MAEDA2022-01-231-3/+9
* 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-1/+0
* Default issue query (#7360).Go MAEDA2021-07-061-0/+14
* Use base_scope for issue query results (#35396).Go MAEDA2021-06-191-6/+2
* Filter issues by file description (#34715).Go MAEDA2021-06-141-0/+21
* Filter issues by notes (#5893).Go MAEDA2021-04-211-0/+9
* Replace pluck().first with pick() (#32909).Go MAEDA2021-04-031-2/+2
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* shorten long line of app/models/issue_query.rbToshi MARUYAMA2020-12-191-8/+27
* shorten long line of IssueQuery#available_columnsToshi MARUYAMA2020-11-301-15/+33
* shorten long line of IssueQuery#sql_for_relationsToshi MARUYAMA2020-11-291-4/+27
* add empty line after guard clause to app/models/issue_query.rbToshi MARUYAMA2020-11-261-0/+1
* shorten long line of IssueQuery#joins_for_order_statementToshi MARUYAMA2020-11-261-7/+21
* remove spaces inside {} of app/models/issue_query.rbToshi MARUYAMA2020-11-161-19/+19
* use "do end" instead of {} at app/models/issue_query.rbToshi MARUYAMA2020-11-071-4/+4
* use "do end" instead of {} at app/models/issue_query.rbToshi MARUYAMA2020-11-071-4/+4
* avoid multi-line ternary operators in app/models/issue_query.rbToshi MARUYAMA2020-07-041-4/+6
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/models/issue_qu...Toshi MARUYAMA2019-11-201-1/+0
* cleanup: rubocop: fix Layout/AlignArguments in IssueQuery available_columns v...Toshi MARUYAMA2019-11-071-1/+2
* cleanup: rubocop: fix Layout/AlignArguments in IssueQuery#initialize_availabl...Toshi MARUYAMA2019-11-071-37/+50
* cleanup: rubocop: fix Layout/AlignArguments in IssueQuery#available_columnsToshi MARUYAMA2019-11-071-9/+13
* Fixed that total estimated time column is shown even when estimated time fiel...Jean-Philippe Lang2019-10-191-0/+1
* code cleanup: rubocop: fix Layout/CaseIndentation in app/models/issue_query.rbToshi MARUYAMA2019-10-171-3/+2