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
*
Merged r22819 and r22820 to 5.1-stable (#40412).
Marius Balteanu
2024-05-12
1
-1
/
+3
*
Reverts r22794 (#40556).
Marius Balteanu
2024-04-29
1
-3
/
+0
*
Merged r22791 from trunk to 5.1-stable (#40556).
Marius Balteanu
2024-04-29
1
-0
/
+3
*
Merged r22746 from trunk to 5.1-stable (#40043).
Marius Balteanu
2024-02-27
1
-1
/
+1
*
Merged r22417 from trunk to 5.1-stable (#39443).
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
*
use "do end" instead of {} at app/models/issue_query.rb
Toshi MARUYAMA
2020-11-07
1
-4
/
+4
*
use "do end" instead of {} at app/models/issue_query.rb
Toshi MARUYAMA
2020-11-07
1
-4
/
+4
*
avoid multi-line ternary operators in app/models/issue_query.rb
Toshi MARUYAMA
2020-07-04
1
-4
/
+6
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/models/issue_qu...
Toshi MARUYAMA
2019-11-20
1
-1
/
+0
*
cleanup: rubocop: fix Layout/AlignArguments in IssueQuery available_columns v...
Toshi MARUYAMA
2019-11-07
1
-1
/
+2
*
cleanup: rubocop: fix Layout/AlignArguments in IssueQuery#initialize_availabl...
Toshi MARUYAMA
2019-11-07
1
-37
/
+50
*
cleanup: rubocop: fix Layout/AlignArguments in IssueQuery#available_columns
Toshi MARUYAMA
2019-11-07
1
-9
/
+13
*
Fixed that total estimated time column is shown even when estimated time fiel...
Jean-Philippe Lang
2019-10-19
1
-0
/
+1
*
code cleanup: rubocop: fix Layout/CaseIndentation in app/models/issue_query.rb
Toshi MARUYAMA
2019-10-17
1
-3
/
+2
[next]