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
*
Use anonymous block forwarding introduced in Ruby 3.1 (#38585).
Go MAEDA
2024-08-21
1
-3
/
+3
*
Use Array#intersect? introduced in Ruby 3.1 (#38585).
Go MAEDA
2024-08-20
1
-1
/
+1
*
Fix RuboCop offense Layout/EmptyLinesAroundMethodBody, one of the offenses en...
Go MAEDA
2024-08-12
1
-1
/
+0
*
Fix incorrect sorting of users grouped by status in issue filters for adminis...
Go MAEDA
2024-08-11
1
-3
/
+3
*
Adds description field to custom queries (#9309).
Marius Balteanu
2024-06-04
1
-0
/
+1
*
Adds Watcher list to the list of available query columns for issues (#29894).
Marius Balteanu
2024-04-28
1
-0
/
+8
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
1
-1
/
+1
*
Optimize queries visibility check (#39852).
Go MAEDA
2024-02-01
1
-10
/
+11
*
Use ApplicationRecord instead of ActiveRecord::Base (#38975).
Marius Balteanu
2024-01-23
1
-1
/
+1
*
Replace String#sub with delete_prefix / delete_suffix (#40008).
Go MAEDA
2024-01-08
1
-1
/
+1
*
Fix "any" operator for text filters to exclude empty text values (#39991).
Go MAEDA
2024-01-02
1
-1
/
+1
*
Optimize query models by replacing `map` with `pluck` (#39837).
Go MAEDA
2023-12-29
1
-3
/
+3
*
Fix RuboCop offense Performance/StringIdentifierArgument (#39888).
Go MAEDA
2023-12-20
1
-1
/
+1
*
Fix RuboCop offense Lint/SymbolConversion (#39887).
Go MAEDA
2023-12-20
1
-4
/
+4
*
Updates Rails to 7.1.2 (#36320).
Marius Balteanu
2023-11-27
1
-4
/
+4
*
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
[next]