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
Commit message (
Expand
)
Author
Age
Files
Lines
*
CSV import does not keep the project it was clicked from (#21766).
Jean-Philippe Lang
2019-12-20
2
-1
/
+30
*
Update request_store gem to 1.4 (#31911).
Go MAEDA
2019-12-15
2
-17
/
+0
*
Test for r19363 (#32546).
Go MAEDA
2019-12-12
1
-0
/
+4
*
Require 'mocha/minitest' instead of deprecated 'mocha/setup' (#32592).
Go MAEDA
2019-12-11
1
-1
/
+1
*
CSV related tests fail with Rails 5.2.4 (#32526, #32525).
Go MAEDA
2019-12-08
5
-22
/
+22
*
Fix that spent time report CSV shows translation missing text if custom field...
Go MAEDA
2019-12-06
1
-2
/
+2
*
filter all possibly class values on code tags in Textile (#25742)
Toshi MARUYAMA
2019-12-05
1
-0
/
+8
*
code layout clean up test/unit/workflow_test.rb
Toshi MARUYAMA
2019-12-04
1
-8
/
+21
*
Add missing fixtures to VersionTest (#32540).
Go MAEDA
2019-12-02
1
-1
/
+2
*
Add buttons to save/edit/delete a custom query to calendar view (#32194).
Go MAEDA
2019-11-30
1
-0
/
+35
*
cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in test/unit/principal_te...
Toshi MARUYAMA
2019-11-26
1
-4
/
+4
*
cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in test/unit/token_test.rb
Toshi MARUYAMA
2019-11-26
1
-1
/
+1
*
cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in test/unit/watcher_test.rb
Toshi MARUYAMA
2019-11-26
1
-1
/
+1
*
cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/issues...
Toshi MARUYAMA
2019-11-25
1
-892
/
+1298
*
code layout clean up test/functional/issues_controller_test.rb
Toshi MARUYAMA
2019-11-25
1
-75
/
+282
*
cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/issue_...
Toshi MARUYAMA
2019-11-25
1
-19
/
+20
*
cleanup: rubocop: fix Layout/SpaceInsideHashLiteralBraces in test/functional/...
Toshi MARUYAMA
2019-11-25
1
-47
/
+54
*
cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/projec...
Toshi MARUYAMA
2019-11-25
1
-191
/
+165
*
cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/groups...
Toshi MARUYAMA
2019-11-25
1
-28
/
+52
*
cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in test/functional/issues...
Toshi MARUYAMA
2019-11-25
1
-2
/
+1
*
cleanup: rubocop: fix Layout/SpaceAfterComma in test/functional/issues_contro...
Toshi MARUYAMA
2019-11-25
1
-22
/
+85
*
code layout clean up test/functional/users_controller_test.rb
Toshi MARUYAMA
2019-11-25
1
-17
/
+78
*
code layout clean up test/functional/issues_controller_test.rb
Toshi MARUYAMA
2019-11-25
1
-24
/
+41
*
cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in test/unit/user_...
Toshi MARUYAMA
2019-11-25
1
-10
/
+14
*
cleanup: rubocop: fix Layout/IndentFirstArgument in test/unit/user_test.rb
Toshi MARUYAMA
2019-11-25
1
-3
/
+6
*
cleanup: rubocop: fix Layout/SpaceAfterComma in test/unit/user_test.rb
Toshi MARUYAMA
2019-11-25
1
-1
/
+1
*
code layout clean up test/functional/issues_controller_test.rb
Toshi MARUYAMA
2019-11-25
1
-18
/
+48
*
cleanup: rubocop: fix Layout/MultilineHashBraceLayout in test/unit/lib/redmin...
Toshi MARUYAMA
2019-11-24
1
-17
/
+21
*
cleanup: rubocop: fix Layout/IndentFirstArgument in test/functional/repositor...
Toshi MARUYAMA
2019-11-24
1
-3
/
+5
*
cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/reposi...
Toshi MARUYAMA
2019-11-24
1
-65
/
+97
*
cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/auto_c...
Toshi MARUYAMA
2019-11-24
1
-15
/
+45
*
cleanup: rubocop: fix Layout/IndentFirstHashElement in test/test_helper.rb
Toshi MARUYAMA
2019-11-24
1
-2
/
+6
*
cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in test/test_helper.rb
Toshi MARUYAMA
2019-11-24
1
-3
/
+5
*
cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/issue_...
Toshi MARUYAMA
2019-11-24
1
-23
/
+44
*
cleanup: rubocop: fix Layout/SpaceInsideHashLiteralBraces in test/functional/...
Toshi MARUYAMA
2019-11-24
1
-2
/
+2
*
cleanup: rubocop: fix Lint/ParenthesesAsGroupedExpression in test/functional/...
Toshi MARUYAMA
2019-11-24
1
-6
/
+6
*
cleanup: rubocop: fix Lint/ParenthesesAsGroupedExpression in test/functional/...
Toshi MARUYAMA
2019-11-24
1
-1
/
+1
*
cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in test/unit/proje...
Toshi MARUYAMA
2019-11-24
1
-1
/
+1
*
cleanup: rubocop: fix Layout/IndentFirstHashElement in test/unit/project_test.rb
Toshi MARUYAMA
2019-11-24
1
-3
/
+9
*
cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in test/unit/project_test.rb
Toshi MARUYAMA
2019-11-24
1
-3
/
+3
*
cleanup: rubocop: fix Layout/SpaceAfterComma in test/unit/project_test.rb
Toshi MARUYAMA
2019-11-24
1
-9
/
+9
*
cleanup: rubocop: fix Layout/IndentFirstHashElement in test/unit/lib/redmine/...
Toshi MARUYAMA
2019-11-24
1
-58
/
+88
*
cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in test/unit/lib/redmine/...
Toshi MARUYAMA
2019-11-24
1
-2
/
+2
*
cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/mail_h...
Toshi MARUYAMA
2019-11-24
1
-15
/
+25
*
cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/wiki_for...
Toshi MARUYAMA
2019-11-24
1
-5
/
+8
*
cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in test/unit/lib/redmi...
Toshi MARUYAMA
2019-11-24
1
-0
/
+1
*
cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/wiki_for...
Toshi MARUYAMA
2019-11-24
1
-10
/
+18
*
cleanup: rubocop: fix Layout/AlignArguments in test/test_helper.rb
Toshi MARUYAMA
2019-11-24
1
-1
/
+3
*
cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/accoun...
Toshi MARUYAMA
2019-11-24
1
-57
/
+110
*
cleanup: rubocop: fix Layout/SpaceInsideParens in test/unit/query_test.rb
Toshi MARUYAMA
2019-11-24
1
-1
/
+1
[next]