summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix that test_mail_from_format_should_be_validated randomly fails (#31154).Go MAEDA2019-09-051-1/+2
* Add inherit_members to projects API response (#32002).Go MAEDA2019-09-051-3/+15
* code cleanup: rubocop: fix Layout/SpaceBeforeFirstArg in test/unit/lib/redmin...Toshi MARUYAMA2019-09-041-1/+1
* Code cleanup: RuboCop: Fix Performance/InefficientHashSearchGo MAEDA2019-09-035-6/+6
* Add missing fixtures to TimelogCustomFieldsVisibilityTest (#31999).Go MAEDA2019-09-031-2/+2
* Force passwords to contain specified character classes (#4221).Go MAEDA2019-08-291-0/+20
* IssueCustomFieldTest randomly fails (#31967).Go MAEDA2019-08-281-1/+0
* Add missing fixtures to Redmine::Helpers::GanttHelperTest (#31966).Go MAEDA2019-08-281-1/+1
* Add missing fixtures to Redmine::ApiTest::VersionsTest (#31965).Go MAEDA2019-08-281-1/+2
* VersionsControllerTest#test_show randomly fails (#31964, #28510).Go MAEDA2019-08-281-6/+8
* Reject version custom field values not visible for the user (#31954, #23997).Go MAEDA2019-08-271-0/+23
* Reject project custom field values not visible for the user (#31954, #31925).Go MAEDA2019-08-271-0/+24
* Reject setting RFC non-compliant emission email addresses (#31154).Go MAEDA2019-08-261-0/+14
* ThemesTest may fail if a third-party theme with a favicon is installed (#31941).Go MAEDA2019-08-251-4/+5
* Fix hard-coded string "no subject" in app/models/mail_handler.rb (#5820).Go MAEDA2019-08-251-6/+8
* Add VersionsCustomFieldsVisibilityTest (#23997).Go MAEDA2019-08-241-0/+79
* Per role visibility settings for version custom fields (#23997).Go MAEDA2019-08-241-0/+20
* Add tests for r18383 (#31231).Go MAEDA2019-08-243-0/+28
* MarkdownFormatterTest#test_should_support_underlined_text is declared as priv...Go MAEDA2019-08-211-5/+5
* Per role visibility settings for project custom fields (#31925).Go MAEDA2019-08-202-0/+32
* Code cleanup: RuboCop: Rails/ActiveRecordAliasesGo MAEDA2019-08-178-14/+14
* Update Rouge to 3.8.0 (#31556).Go MAEDA2019-08-141-1/+1