index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
models
/
issue_query.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add filters for "Author's group" and "Author's role" to issues list (#7867).
Go MAEDA
2024-08-21
1
-0
/
+38
*
Move logic for estimated remaining hours from @QueryColumn@ to @Issue@ (#37862).
Marius Balteanu
2024-06-04
1
-18
/
+5
*
Fix RuboCop offense Style/RedundantSelfAssignment (#40412).
Go MAEDA
2024-05-13
1
-1
/
+1
*
Fixes issue list filter "Watched by: me" only shows issues watched via group ...
Marius Balteanu
2024-05-11
1
-1
/
+3
*
Fix RuboCop offense Style/SuperWithArgsParentheses (#37862).
Go MAEDA
2024-05-01
1
-1
/
+1
*
Adds estimated remaining hours issue query column calculated based on estimat...
Marius Balteanu
2024-05-01
1
-1
/
+24
*
Adds Watcher list to the list of available query columns for issues (#29894).
Marius Balteanu
2024-04-28
1
-0
/
+4
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
1
-1
/
+1
*
Replace regular expression matches with String#start_with? / end_with? (#40010).
Go MAEDA
2024-01-11
1
-1
/
+1
*
Replace String#sub with delete_prefix / delete_suffix (#40008).
Go MAEDA
2024-01-08
1
-2
/
+2
*
Extend "contains" operator in "Parent task" filter to support multiple issue ...
Go MAEDA
2023-12-29
1
-3
/
+12
*
Optimize query models by replacing `map` with `pluck` (#39837).
Go MAEDA
2023-12-29
1
-4
/
+7
*
Fix RuboCop offense Lint/SymbolConversion (#39887).
Go MAEDA
2023-12-20
1
-1
/
+1
*
Fix RuboCop offense Style/SuperWithArgsParentheses (#39887).
Go MAEDA
2023-12-20
1
-1
/
+1
*
Fix an expression of non-boolean type specified in a context where a conditio...
Marius Balteanu
2023-11-11
1
-7
/
+8
*
Optimize IssueQuery#sql_for_assigned_to_role_field for PostgreSQL (#38319).
Go MAEDA
2023-10-09
1
-3
/
+3
*
Refactor SQL construction in IssueQuery#sql_for_assigned_to_role_field for be...
Go MAEDA
2023-10-09
1
-4
/
+10
*
Fix SQL error when passing invalid value to "Related to" filter (#38301).
Go MAEDA
2023-06-21
1
-8
/
+12
*
New issues filter operators "has been", "has never been", and "changed from" ...
Go MAEDA
2023-05-11
1
-5
/
+5
*
Make the "Any searchable text" filter search only open issues when the status...
Go MAEDA
2023-05-01
1
-1
/
+4
*
Fix "Any searchable text" filter doesn't support the project filter with the ...
Go MAEDA
2023-04-18
1
-1
/
+9
*
Change the notation of "contains any of" filter operator to "*~" (#38435).
Go MAEDA
2023-04-16
1
-5
/
+5
*
Fix "contains any of" operator is not taken into account in File and File des...
Go MAEDA
2023-04-16
1
-8
/
+8
*
"contains any of" operator for text filters to perform OR search of multiple ...
Go MAEDA
2023-04-14
1
-1
/
+7
*
Change the behavior of the "Any searchable text" filter from OR search to AND...
Go MAEDA
2023-04-05
1
-1
/
+1
*
Fix a bug the "doesn't contain" operator returns no issues if the search find...
Go MAEDA
2023-04-05
1
-1
/
+1
*
Add "Any searchable text" filter for issues (#38402).
Go MAEDA
2023-04-05
1
-0
/
+29
*
Multiple issue ids in "Related to" filter (#38301).
Go MAEDA
2023-03-25
1
-1
/
+2
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Check visibility for passed user in IssueQuery.default (#37499, #37608).
Go MAEDA
2022-08-26
1
-1
/
+1
*
Default query should not be applied if the query is not allowed to be set as ...
Go MAEDA
2022-07-31
1
-4
/
+8
*
Allow to filter issues by its version status with shared versions (#36824, #3...
Marius Balteanu
2022-03-24
1
-2
/
+4
*
Do not fire a query to get user default query when user has no default query ...
Go MAEDA
2022-03-21
1
-1
/
+1
*
Reverts r21480 (#36503).
Go MAEDA
2022-03-21
1
-1
/
+1
*
Do not fire a query to get user default query when user has no default query ...
Marius Balteanu
2022-03-20
1
-1
/
+1
*
Reduce extra database queries in IssueQuery.default (#7360, #36503).
Go MAEDA
2022-01-23
1
-3
/
+9
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
You can configure default project queries in the following places (#35795):
Marius Balteanu
2021-11-15
1
-1
/
+0
*
Default issue query (#7360).
Go MAEDA
2021-07-06
1
-0
/
+14
*
Use base_scope for issue query results (#35396).
Go MAEDA
2021-06-19
1
-6
/
+2
*
Filter issues by file description (#34715).
Go MAEDA
2021-06-14
1
-0
/
+21
*
Filter issues by notes (#5893).
Go MAEDA
2021-04-21
1
-0
/
+9
*
Replace pluck().first with pick() (#32909).
Go MAEDA
2021-04-03
1
-2
/
+2
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
shorten long line of app/models/issue_query.rb
Toshi MARUYAMA
2020-12-19
1
-8
/
+27
*
shorten long line of IssueQuery#available_columns
Toshi MARUYAMA
2020-11-30
1
-15
/
+33
*
shorten long line of IssueQuery#sql_for_relations
Toshi MARUYAMA
2020-11-29
1
-4
/
+27
*
add empty line after guard clause to app/models/issue_query.rb
Toshi MARUYAMA
2020-11-26
1
-0
/
+1
*
shorten long line of IssueQuery#joins_for_order_statement
Toshi MARUYAMA
2020-11-26
1
-7
/
+21
*
remove spaces inside {} of app/models/issue_query.rb
Toshi MARUYAMA
2020-11-16
1
-19
/
+19
[next]