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
/
query.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged r22947 and r22948 from trunk to 5.1-stable (#41079).
Go MAEDA
2024-08-13
1
-3
/
+3
*
Merged r22746 from trunk to 5.1-stable (#40043).
Marius Balteanu
2024-02-27
1
-1
/
+1
*
Merged r22583 from trunk to 5.1-stable (#39991).
Go MAEDA
2024-01-03
1
-1
/
+1
*
Fix RuboCop offense Performance/MapMethodChain (#37247).
Go MAEDA
2023-08-23
1
-1
/
+1
*
"has been" and "has never been" filter operators can be very slow (#38527, #3...
Go MAEDA
2023-06-30
1
-4
/
+6
*
Fix PostgreSQL error caused by comparing text with integer values (#38527).
Go MAEDA
2023-05-11
1
-2
/
+2
*
New issues filter operators "has been", "has never been", and "changed from" ...
Go MAEDA
2023-05-11
1
-1
/
+29
*
OR search with multiple terms for "starts with" and "ends with" filter operat...
Go MAEDA
2023-04-17
1
-15
/
+17
*
Change the notation of "contains any of" filter operator to "*~" (#38435).
Go MAEDA
2023-04-16
1
-5
/
+5
*
"contains any of" operator for text filters to perform OR search of multiple ...
Go MAEDA
2023-04-14
1
-4
/
+14
*
Add "Any searchable text" filter for issues (#38402).
Go MAEDA
2023-04-05
1
-0
/
+1
*
Fix RuboCop offense Style/InverseMethods: Use `present?` instead of inverting...
Go MAEDA
2023-03-25
1
-2
/
+2
*
Fix RuboCop offense Lint/MissingSuper (#36919).
Go MAEDA
2023-03-24
1
-4
/
+7
*
Ruby 2.7: Fix RuboCop offense Performance/MapCompact (#38134).
Go MAEDA
2023-01-17
1
-2
/
+2
*
Fix RuboCop offense Performance/RedundantEqualityComparisonBlock (#38146).
Go MAEDA
2023-01-11
1
-1
/
+1
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Query display types should accept only known types (#37925).
Marius Balteanu
2022-11-28
1
-1
/
+1
*
Fix RuboCop offense Rails/Pluck (#37248).
Go MAEDA
2022-10-28
1
-1
/
+1
*
Fix perfomance issue when objects are filtered by custom field values (#37268).
Marius Balteanu
2022-09-23
1
-4
/
+5
*
Introduces a UserQuery model for admin/users (#37674).
Go MAEDA
2022-09-20
1
-1
/
+2
*
Fix chained custom field filter doesn't work for User fields (#36940).
Marius Balteanu
2022-06-27
1
-1
/
+1
*
Revert undesired change (#37349).
Marius Balteanu
2022-06-27
1
-1
/
+1
*
Fix filter for chained User custom fields returns 500 internal server error w...
Marius Balteanu
2022-06-27
1
-2
/
+2
*
Respect field visibility when showing associated issue fields (#37255).
Marius Balteanu
2022-06-16
1
-2
/
+4
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Fixes for Performance/StringIdentifierArgument introduced in RuboCop Performa...
Go MAEDA
2021-12-29
1
-1
/
+1
*
You can configure default project queries in the following places (#35795):
Marius Balteanu
2021-11-15
1
-0
/
+1
*
Disable rubocop Lint/IneffectiveAccessModifier for @self.tokenized_like_condi...
Marius Balteanu
2021-10-09
1
-0
/
+2
*
Tokenize search parameter in order to allow multiple search terms in:
Marius Balteanu
2021-10-05
1
-5
/
+19
*
Fix rubocop offense (#35073).
Marius Balteanu
2021-10-03
1
-4
/
+3
*
Replace send with direct call because sanitize_sql_for_conditions is now publ...
Marius Balteanu
2021-10-03
1
-3
/
+4
*
Use sanitize_sql_like in Query#sql_contains (#35073).
Marius Balteanu
2021-10-03
1
-0
/
+1
*
Default issue query (#7360).
Go MAEDA
2021-07-06
1
-0
/
+6
*
Require redmine/sort_criteria globally (#35455).
Go MAEDA
2021-06-26
1
-2
/
+0
*
Gracefully handle invalid query parameters for custom fields (#35312).
Go MAEDA
2021-05-28
1
-2
/
+5
*
Duplicate entries in issue filter values (#35201).
Go MAEDA
2021-05-07
1
-1
/
+1
*
Disable grouping for associations custom field (#35115).
Go MAEDA
2021-04-21
1
-1
/
+6
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
Unnecessary database access when IssueQuery class is defined (#33290).
Go MAEDA
2021-03-19
1
-13
/
+28
*
Fix that column header is clickable even when the column is not actually sort...
Go MAEDA
2021-03-14
1
-1
/
+1
*
Allow to use watch_by filter in the global issues list (#34700).
Go MAEDA
2021-02-11
1
-1
/
+1
*
Subprojects issues are not displayed on main project when all subprojects are...
Go MAEDA
2020-12-27
1
-4
/
+4
*
shorten long line of Query#sql_for_custom_field
Toshi MARUYAMA
2020-12-12
1
-3
/
+5
*
shorten long line of Query#relative_date_clause
Toshi MARUYAMA
2020-12-10
1
-1
/
+4
*
shorten long line of Query#sql_for_field
Toshi MARUYAMA
2020-12-09
1
-17
/
+78
*
shorten long line of Query#add_custom_fields_filters
Toshi MARUYAMA
2020-12-04
1
-3
/
+7
*
use "do end" instead of {} at ActiveRecord scope lambda of app/models/query.rb
Toshi MARUYAMA
2020-11-09
1
-2
/
+2
*
fix source indent of app/models/query.rb
Toshi MARUYAMA
2020-09-17
1
-4
/
+4
*
Remove an unused variable in Query#add_chained_custom_field_filters (#33728).
Go MAEDA
2020-09-07
1
-1
/
+0
*
use "do end" instead of {} at app/models/query.rb
Toshi MARUYAMA
2020-08-09
1
-5
/
+9
[next]