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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix test failure due to missing call to set_tmp_attachments_directory (#32122).
Go MAEDA
2019-10-04
9
-5
/
+29
*
Code cleanup: RuboCop: Fix Performance/Count and Performance/Detect.
Go MAEDA
2019-10-02
2
-2
/
+2
*
Add support for "start with" and "end with" operators to "Files" filter (#318...
Go MAEDA
2019-09-30
1
-0
/
+14
*
code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in test/unit/chan...
Toshi MARUYAMA
2019-09-30
1
-4
/
+0
*
code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/unit/issue_test.rb
Toshi MARUYAMA
2019-09-30
1
-1
/
+1
*
code cleanup: rubocop: fix Layout/EmptyLinesAroundMethodBody in test/unit/iss...
Toshi MARUYAMA
2019-09-25
1
-1
/
+0
*
"starts with" and "ends with" filter operators for string values (#31879).
Go MAEDA
2019-09-25
1
-0
/
+14
*
code cleanup: rubocop: fix Style/TrailingCommaInArguments in test/unit/issue_...
Toshi MARUYAMA
2019-09-25
1
-1
/
+1
*
code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in test/unit/issue_tes...
Toshi MARUYAMA
2019-09-24
1
-1
/
+0
*
add missing fixtures to MailHandlerTest (#31946)
Toshi MARUYAMA
2019-09-24
1
-0
/
+1
*
code cleanup: rubocop: fix Layout/MultilineArrayBraceLayout in test/unit/repo...
Toshi MARUYAMA
2019-09-21
1
-4
/
+2
*
Log info messages when MailHandler ignored a reply to a nonexistent issue, jo...
Go MAEDA
2019-09-19
1
-0
/
+31
*
backout r13743
Toshi MARUYAMA
2019-09-19
1
-2
/
+2
*
code cleanup: rubocop: fix Lint/UselessSetterCall in test/unit/issue_test.rb
Toshi MARUYAMA
2019-09-18
1
-1
/
+6
*
Change textfield to textarea for "Exclude attachments by name" (#19903).
Go MAEDA
2019-09-18
1
-1
/
+1
*
Add additional mail headers for issue tracker (#31910).
Go MAEDA
2019-09-12
1
-0
/
+1
*
code cleanup: rubocop: fix Layout/SpaceInsideReferenceBrackets in test/unit/l...
Toshi MARUYAMA
2019-09-11
1
-25
/
+25
*
Fix that test_mail_from_format_should_be_validated randomly fails (#31154).
Go MAEDA
2019-09-05
1
-1
/
+2
*
code cleanup: rubocop: fix Layout/SpaceBeforeFirstArg in test/unit/lib/redmin...
Toshi MARUYAMA
2019-09-04
1
-1
/
+1
*
Code cleanup: RuboCop: Fix Performance/InefficientHashSearch
Go MAEDA
2019-09-03
2
-3
/
+3
*
Force passwords to contain specified character classes (#4221).
Go MAEDA
2019-08-29
1
-0
/
+20
*
IssueCustomFieldTest randomly fails (#31967).
Go MAEDA
2019-08-28
1
-1
/
+0
*
Add missing fixtures to Redmine::Helpers::GanttHelperTest (#31966).
Go MAEDA
2019-08-28
1
-1
/
+1
*
Reject version custom field values not visible for the user (#31954, #23997).
Go MAEDA
2019-08-27
1
-0
/
+23
*
Reject project custom field values not visible for the user (#31954, #31925).
Go MAEDA
2019-08-27
1
-0
/
+24
*
Reject setting RFC non-compliant emission email addresses (#31154).
Go MAEDA
2019-08-26
1
-0
/
+14
*
Fix hard-coded string "no subject" in app/models/mail_handler.rb (#5820).
Go MAEDA
2019-08-25
1
-6
/
+8
*
Add tests for r18383 (#31231).
Go MAEDA
2019-08-24
3
-0
/
+28
*
MarkdownFormatterTest#test_should_support_underlined_text is declared as priv...
Go MAEDA
2019-08-21
1
-5
/
+5
*
Code cleanup: RuboCop: Rails/ActiveRecordAliases
Go MAEDA
2019-08-17
5
-8
/
+8
*
Update Rouge to 3.8.0 (#31556).
Go MAEDA
2019-08-14
1
-1
/
+1
*
Code cleanup: RuboCop: Layout/TrailingBlankLines
Go MAEDA
2019-08-14
1
-1
/
+0
*
Convert HTML links to Textile/Markdown links when creating an issue from an e...
Go MAEDA
2019-08-11
2
-0
/
+10
*
Limit total_estimated_hours to visible issues (#31778).
Go MAEDA
2019-08-07
2
-1
/
+37
*
Update redcarpet to 3.5.0 (#31847).
Go MAEDA
2019-08-05
1
-2
/
+2
*
rubocop: fix Layout/IndentationConsistency of test/unit/repository_cvs_test.rb
Toshi MARUYAMA
2019-08-04
1
-2
/
+2
*
rubocop: fix Layout/DefEndAlignment of test/unit/repository_cvs_test.rb
Toshi MARUYAMA
2019-08-04
1
-1
/
+1
*
rubocop: fix Layout/CommentIndentation of test/unit/repository_cvs_test.rb
Toshi MARUYAMA
2019-08-04
1
-2
/
+2
*
code clean up test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rb
Toshi MARUYAMA
2019-08-04
1
-6
/
+6
*
rubocop: fix Layout/BlockAlignment of test/unit/lib/redmine/scm/adapters/merc...
Toshi MARUYAMA
2019-08-04
1
-1
/
+2
*
rubocop: fix Layout/CaseIndentation of test/unit/lib/redmine/scm/adapters/mer...
Toshi MARUYAMA
2019-08-03
1
-2
/
+2
*
rubocop: fix Layout/AlignArray of test/unit/repository_bazaar_test.rb
Toshi MARUYAMA
2019-07-29
1
-3
/
+3
*
rubocop: fix Layout/AlignArray of test/unit/lib/redmine/scm/adapters/mercuria...
Toshi MARUYAMA
2019-07-29
1
-1
/
+1
*
Add missing fixtures in AttachmentFormatVisibilityTest (#31705).
Go MAEDA
2019-07-12
1
-0
/
+1
*
Some issue fixtures are set inconsistent tracker id which is not available in...
Go MAEDA
2019-06-21
1
-0
/
+1
*
Test errors with SQLite3 (#10378).
Jean-Philippe Lang
2019-06-20
1
-0
/
+1
*
Test failure (#31444).
Jean-Philippe Lang
2019-06-20
1
-0
/
+1
*
Issue macro for flexible linking to issues (#29489).
Jean-Philippe Lang
2019-06-20
1
-0
/
+10
*
Remove code related to JRuby and unsupported Ruby versions (#29441).
Jean-Philippe Lang
2019-06-20
2
-18
/
+0
*
Add "<< me >>" option to user format issue custom fields (#31444).
Jean-Philippe Lang
2019-06-20
1
-0
/
+8
[prev]
[next]