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
/
test
/
unit
/
query_test.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
-0
/
+15
*
Merged r22819 and r22820 to 5.1-stable (#40412).
Marius Balteanu
2024-05-12
1
-3
/
+38
*
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
/
+14
*
Fix RuboCop offense Rails/RedundantActiveRecordAllMethod (#37248).
Go MAEDA
2023-10-12
1
-1
/
+1
*
Fix SQL error when passing invalid value to "Related to" filter (#38301).
Go MAEDA
2023-06-21
1
-0
/
+4
*
New issues filter operators "has been", "has never been", and "changed from" ...
Go MAEDA
2023-05-11
1
-0
/
+67
*
Make the "Any searchable text" filter search only open issues when the status...
Go MAEDA
2023-05-01
1
-0
/
+15
*
Fix "Any searchable text" filter doesn't support the project filter with the ...
Go MAEDA
2023-04-18
1
-0
/
+30
*
OR search with multiple terms for "starts with" and "ends with" filter operat...
Go MAEDA
2023-04-17
1
-0
/
+28
*
Change the notation of "contains any of" filter operator to "*~" (#38435).
Go MAEDA
2023-04-16
1
-4
/
+4
*
Fix "contains any of" operator is not taken into account in File and File des...
Go MAEDA
2023-04-16
1
-0
/
+30
*
"contains any of" operator for text filters to perform OR search of multiple ...
Go MAEDA
2023-04-14
1
-0
/
+31
*
Add Parent task filter and column to Spent time (#37623).
Go MAEDA
2023-04-11
1
-0
/
+26
*
Change the behavior of the "Any searchable text" filter from OR search to AND...
Go MAEDA
2023-04-05
1
-0
/
+35
*
Fix a bug the "doesn't contain" operator returns no issues if the search find...
Go MAEDA
2023-04-05
1
-2
/
+47
*
Add "Any searchable text" filter for issues (#38402).
Go MAEDA
2023-04-05
1
-0
/
+30
*
Multiple issue ids in "Related to" filter (#38301).
Go MAEDA
2023-03-25
1
-0
/
+8
*
Ruby 2.7: Fix RuboCop offense Performance/MapCompact (#38134).
Go MAEDA
2023-01-17
1
-2
/
+2
*
Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...
Go MAEDA
2023-01-01
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
-0
/
+14
*
Fix RuboCop offense Rails/Pluck (#37248).
Go MAEDA
2022-10-28
1
-13
/
+13
*
Default query should not be applied if the query is not allowed to be set as ...
Go MAEDA
2022-07-31
1
-0
/
+1
*
Add test for #37349.
Marius Balteanu
2022-06-27
1
-0
/
+18
*
Fix filter for chained User custom fields returns 500 internal server error w...
Marius Balteanu
2022-06-27
1
-0
/
+12
*
Fix failing test caused by r21646 (#37255).
Marius Balteanu
2022-06-19
1
-2
/
+3
*
Fix RuboCop offense Rails/RefuteMethods (#36824, #30924).
Go MAEDA
2022-03-26
1
-1
/
+1
*
Fix RuboCop offense Style/HashSyntax (Don't mix styles in the same hash) (#36...
Go MAEDA
2022-03-26
1
-2
/
+2
*
Allow to filter issues by its version status with shared versions (#36824, #3...
Marius Balteanu
2022-03-24
1
-0
/
+15
*
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
-3
/
+3
*
Add tests for #35764.
Marius Balteanu
2021-10-05
1
-0
/
+7
*
Use sanitize_sql_like in Query#sql_contains (#35073).
Marius Balteanu
2021-10-03
1
-0
/
+15
*
Default issue query (#7360).
Go MAEDA
2021-07-06
1
-0
/
+61
*
Filter issues by file description (#34715).
Go MAEDA
2021-06-14
1
-0
/
+42
*
Duplicate entries in issue filter values (#35201).
Go MAEDA
2021-05-07
1
-0
/
+13
*
Filter issues by notes (#5893).
Go MAEDA
2021-04-21
1
-0
/
+41
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
Fix that column header is clickable even when the column is not actually sort...
Go MAEDA
2021-03-14
1
-0
/
+10
*
Subprojects issues are not displayed on main project when all subprojects are...
Go MAEDA
2020-12-27
1
-0
/
+11
*
remove spaces inside {} of test/unit/query_test.rb
Toshi MARUYAMA
2020-11-15
1
-12
/
+12
*
fix source indent of test/unit/query_test.rb
Toshi MARUYAMA
2020-10-26
1
-6
/
+5
*
fix source indent of test/unit/query_test.rb
Toshi MARUYAMA
2020-10-26
1
-9
/
+15
*
shorten long line of test/unit/query_test.rb
Toshi MARUYAMA
2020-10-22
1
-23
/
+120
*
Fix RuboCop offense Style/RedundantCapitalW due to r20154 (#34142).
Go MAEDA
2020-10-22
1
-3
/
+3
*
Drop Ruby 2.3 support (#34142).
Go MAEDA
2020-10-21
1
-5
/
+3
*
add space after comma to test/unit/query_test.rb
Toshi MARUYAMA
2020-07-19
1
-16
/
+16
*
Fix that totals of custom fields may not be sorted as configured (#33281).
Go MAEDA
2020-05-08
1
-0
/
+31
*
Fix sort does not work with group by datetime columns (#33110).
Jean-Philippe Lang
2020-04-05
1
-0
/
+28
[next]