summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Option to send email notification on "Target version updated" (#17840).Go MAEDA2019-10-051-2/+26
* Fix test failure due to missing call to set_tmp_attachments_directory (#32122).Go MAEDA2019-10-0420-18/+62
* Render Textile and Markdown attachments on the preview page (#29752).Go MAEDA2019-10-033-0/+40
* Code cleanup: RuboCop: Fix Performance/Count and Performance/Detect.Go MAEDA2019-10-024-4/+4
* Add support for "start with" and "end with" operators to "Files" filter (#318...Go MAEDA2019-09-301-0/+14
* fix duplicate name of IssuesControllerTest#test_bulk_copy_should_allow_copyin...Toshi MARUYAMA2019-09-301-4/+2
* code cleanup: rubocop: fix Layout/IndentHeredoc in test/integration/api_test/...Toshi MARUYAMA2019-09-301-12/+9
* code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in test/integrati...Toshi MARUYAMA2019-09-301-25/+21
* code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in test/unit/chan...Toshi MARUYAMA2019-09-301-4/+0
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/unit/issue_test.rbToshi MARUYAMA2019-09-301-1/+1
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/integration/api...Toshi MARUYAMA2019-09-301-4/+0
* add test "removing issue shows confirm dialog"Toshi MARUYAMA2019-09-301-0/+8
* code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in test/integrati...Toshi MARUYAMA2019-09-251-35/+31
* code cleanup: rubocop: fix Layout/EmptyLinesAroundMethodBody in test/unit/iss...Toshi MARUYAMA2019-09-251-1/+0
* detect Chrome downloaded file more strictlyToshi MARUYAMA2019-09-252-4/+12
* "starts with" and "ends with" filter operators for string values (#31879).Go MAEDA2019-09-251-0/+14
* code cleanup: rubocop: fix Style/WhileUntilModifier in test/application_syste...Toshi MARUYAMA2019-09-251-3/+1
* detect strictly Chrome downloaded fileToshi MARUYAMA2019-09-251-1/+1
* do not delete Chrome downloaded files on LinuxToshi MARUYAMA2019-09-251-1/+2
* workaround Chrome default_directory ignored on LinuxToshi MARUYAMA2019-09-252-5/+7
* code cleanup: rubocop: fix Style/TrailingCommaInArguments in test/unit/issue_...Toshi MARUYAMA2019-09-251-1/+1
* code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in test/unit/issue_tes...Toshi MARUYAMA2019-09-241-1/+0
* add missing fixtures to MailHandlerTest (#31946)Toshi MARUYAMA2019-09-241-0/+1
* Don't show unsettable permissions in the tracker permissions table (#30431).Go MAEDA2019-09-241-0/+2
* code cleanup: rubocop: fix Layout/MultilineArrayBraceLayout in test/unit/repo...Toshi MARUYAMA2019-09-211-4/+2
* Fixes not to call set_tmp_attachments_directory twice after each test (#32094).Go MAEDA2019-09-202-20/+0
* Log info messages when MailHandler ignored a reply to a nonexistent issue, jo...Go MAEDA2019-09-191-0/+31
* backout r13743Toshi MARUYAMA2019-09-191-2/+2
* code cleanup: rubocop: fix Lint/UselessSetterCall in test/unit/issue_test.rbToshi MARUYAMA2019-09-181-1/+6
* Change textfield to textarea for "Exclude attachments by name" (#19903).Go MAEDA2019-09-181-1/+1
* Fix FrozenError during tests (#32071, #26561).Go MAEDA2019-09-161-1/+1
* code cleanup: rubocop: fix Layout/IndentationConsistency in test/functional/r...Toshi MARUYAMA2019-09-141-2/+2
* code cleanup: rubocop: fix Layout/EmptyLinesAroundMethodBody in test/function...Toshi MARUYAMA2019-09-141-1/+0
* Add clear query icon next to selected query in sidebar (#31640).Go MAEDA2019-09-141-0/+11
* code cleanup: rubocop: fix Layout/IndentationConsistency in test/functional/r...Toshi MARUYAMA2019-09-131-1/+1
* mail_body method in test/test_helper.rb raises an exception if the message is...Go MAEDA2019-09-131-1/+1
* code clean up test/functional/repositories_mercurial_controller_test.rbToshi MARUYAMA2019-09-131-3/+1
* code clean up test/functional/repositories_git_controller_test.rbToshi MARUYAMA2019-09-131-8/+8
* code cleanup: rubocop: fix Style/MethodCallWithoutArgsParentheses in test/fun...Toshi MARUYAMA2019-09-131-3/+3
* Add additional mail headers for issue tracker (#31910).Go MAEDA2019-09-121-0/+1
* Add missing fixture (#13468).Go MAEDA2019-09-121-1/+2
* Fix the test name different from the actual behavior (#31994).Go MAEDA2019-09-111-1/+1
* Issue auto complete should return last 10 issues (#31994).Go MAEDA2019-09-111-0/+16
* code cleanup: rubocop: fix Layout/SpaceInsideReferenceBrackets in test/unit/l...Toshi MARUYAMA2019-09-111-25/+25
* Fix that Redmine::ApiTest::NewsTest fails when config.time_zone is set (#13468).Go MAEDA2019-09-111-2/+1
* REST API for updating news (#13468).Go MAEDA2019-09-091-0/+112
* REST API for deleting news (#13468).Go MAEDA2019-09-091-0/+20
* REST API for retrieving news (#13468).Go MAEDA2019-09-091-1/+56
* REST API for creating news (#13468).Go MAEDA2019-09-091-0/+148
* Add missing fixture to IssueStatusesControllerTest (#32023).Go MAEDA2019-09-051-1/+1