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
*
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
*
Remove duplicate keys from sort criteria (#32737).
Go MAEDA
2020-04-02
1
-3
/
+3
*
Projects filter "Subproject of" does not work when the given value is "My pro...
Go MAEDA
2020-03-04
1
-0
/
+28
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
Allow adding user groups as watchers for issues (#4511).
Go MAEDA
2020-02-06
1
-12
/
+14
*
Test for r19363 (#32546).
Go MAEDA
2019-12-12
1
-0
/
+4
*
cleanup: rubocop: fix Layout/SpaceInsideParens in test/unit/query_test.rb
Toshi MARUYAMA
2019-11-24
1
-1
/
+1
*
Add a fixture for QueryTest#test_filter_my_bookmarks (#29482).
Go MAEDA
2019-10-30
1
-1
/
+1
*
code cleanup: rubocop: revert r18854
Toshi MARUYAMA
2019-10-26
1
-12
/
+12
*
code cleanup: rubocop: fix Layout/AlignArguments in test/unit/query_test.rb
Toshi MARUYAMA
2019-10-23
1
-10
/
+10
*
code cleanup: rubocop: fix Layout/SpaceBeforeBlockBraces in test/unit/query_t...
Toshi MARUYAMA
2019-10-23
1
-12
/
+12
*
Option to filter after my bookmarked projects (#32302, #29482, #31355).
Go MAEDA
2019-10-23
1
-0
/
+21
*
Fixed that total estimated time column is shown even when estimated time fiel...
Jean-Philippe Lang
2019-10-19
1
-0
/
+19
*
code cleanup: rubocop: fix Layout/EmptyLines in test/unit/query_test.rb
Toshi MARUYAMA
2019-10-19
1
-3
/
+0
*
code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/unit/query_test.rb
Toshi MARUYAMA
2019-10-14
1
-3
/
+3
*
code cleanup: rubocop: fix Layout/SpaceAroundBlockParameters in test/unit/que...
Toshi MARUYAMA
2019-10-13
1
-5
/
+4
*
Add support for "start with" and "end with" operators to "Files" filter (#318...
Go MAEDA
2019-09-30
1
-0
/
+14
*
"starts with" and "ends with" filter operators for string values (#31879).
Go MAEDA
2019-09-25
1
-0
/
+14
*
Code cleanup: RuboCop: Fix Performance/InefficientHashSearch
Go MAEDA
2019-09-03
1
-2
/
+2
*
Limit total_estimated_hours to visible issues (#31778).
Go MAEDA
2019-08-07
1
-0
/
+33
*
Issues in paginated views may be lost because sorting criteria are not unique...
Jean-Philippe Lang
2019-06-20
1
-0
/
+14
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Issue filtering by spent time (#26826).
Go MAEDA
2019-04-30
1
-1
/
+20
*
Changes Query#as_params for more complete serialization (#31276).
Go MAEDA
2019-04-30
1
-0
/
+15
*
Support frozen_string_literal in test/**/*.rb (#26561).
Go MAEDA
2019-03-21
1
-1
/
+1
*
Decode hexadecimal-encoded literals in order to be frozen string literals fri...
Go MAEDA
2019-03-19
1
-1
/
+1
*
Remove unnecessary encoding magic comment (#31034).
Go MAEDA
2019-03-16
1
-2
/
+0
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Fix the test (#4502).
Go MAEDA
2019-03-13
1
-2
/
+6
*
Multiple issue ids in "Subtasks" filter (#30808).
Go MAEDA
2019-02-28
1
-0
/
+10
*
Ensure that the current language is 'en' in the test (#30718).
Go MAEDA
2019-02-15
1
-0
/
+1
*
Multiple issue ids in "Parent task" filter (#30482).
Go MAEDA
2019-02-01
1
-0
/
+10
*
New date filter operators: tomorrow, next week, next month (#4502).
Go MAEDA
2019-01-19
1
-1
/
+43
*
Remove blank keys from sort criteria (#30009).
Go MAEDA
2018-11-26
1
-0
/
+6
*
Filter issues after project status (#20081).
Go MAEDA
2018-10-29
1
-0
/
+23
*
Custom queries are broken by updating with nil parameter values (#29701).
Go MAEDA
2018-10-04
1
-0
/
+15
*
Redmine::SortCriteria#normalize! does not limit properly the maximum number o...
Go MAEDA
2018-09-20
1
-0
/
+6
*
Ensure that only visible watchers on issues can be queried (#29133).
Go MAEDA
2018-07-08
1
-0
/
+32
*
Dangerous query method deprecation warnings (#23630).
Jean-Philippe Lang
2018-06-23
1
-6
/
+9
*
Fixed that "test_editable_by_for_global_query" and "test_editable_by_for_glob...
Jean-Philippe Lang
2018-06-16
1
-1
/
+0
*
Global and public custom queries are shown as editable to non administrators ...
Jean-Philippe Lang
2018-04-08
1
-1
/
+21
*
Ignore archived project memberships when calculating issue query visibility (...
Go MAEDA
2018-04-07
1
-0
/
+5
[next]