summaryrefslogtreecommitdiffstats
path: root/app/models/issue_query.rb
Commit message (Expand)AuthorAgeFilesLines
* Add filters for "Author's group" and "Author's role" to issues list (#7867).Go MAEDA2024-08-211-0/+38
* Move logic for estimated remaining hours from @QueryColumn@ to @Issue@ (#37862).Marius Balteanu2024-06-041-18/+5
* Fix RuboCop offense Style/RedundantSelfAssignment (#40412).Go MAEDA2024-05-131-1/+1
* Fixes issue list filter "Watched by: me" only shows issues watched via group ...Marius Balteanu2024-05-111-1/+3
* Fix RuboCop offense Style/SuperWithArgsParentheses (#37862).Go MAEDA2024-05-011-1/+1
* Adds estimated remaining hours issue query column calculated based on estimat...Marius Balteanu2024-05-011-1/+24
* Adds Watcher list to the list of available query columns for issues (#29894).Marius Balteanu2024-04-281-0/+4
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Replace regular expression matches with String#start_with? / end_with? (#40010).Go MAEDA2024-01-111-1/+1
* Replace String#sub with delete_prefix / delete_suffix (#40008).Go MAEDA2024-01-081-2/+2
* Extend "contains" operator in "Parent task" filter to support multiple issue ...Go MAEDA2023-12-291-3/+12
* Optimize query models by replacing `map` with `pluck` (#39837).Go MAEDA2023-12-291-4/+7
* Fix RuboCop offense Lint/SymbolConversion (#39887).Go MAEDA2023-12-201-1/+1
* Fix RuboCop offense Style/SuperWithArgsParentheses (#39887).Go MAEDA2023-12-201-1/+1
* Fix an expression of non-boolean type specified in a context where a conditio...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