summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* fix assert_equal parameter is broken in test/functional/project_enumerations_...Toshi MARUYAMA2019-10-091-3/+3
* code cleanup: rubocop: fix Style/AsciiComments in test/unit/mail_handler_test.rbToshi MARUYAMA2019-10-091-1/+0
* code layout clean up test/unit/issue_status_test.rbToshi MARUYAMA2019-10-081-5/+12
* code layout clean up test/functional/issue_statuses_controller_test.rbToshi MARUYAMA2019-10-081-2/+2
* add additional assert to Issue system "test_update_issue_with_form_update"Toshi MARUYAMA2019-10-081-1/+1
* reduce sleep seconds of Issue system "test_update_journal_notes_with_preview"Toshi MARUYAMA2019-10-081-1/+1
* code clean up test/integration/issues_test.rbToshi MARUYAMA2019-10-071-4/+4
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/integration/iss...Toshi MARUYAMA2019-10-071-1/+1
* code cleanup: rubocop: fix Style/HashSyntax in test/functional/issues_control...Toshi MARUYAMA2019-10-071-5/+2
* code cleanup: rubocop: fix Layout/ClosingHeredocIndentation and Layout/Indent...Toshi MARUYAMA2019-10-071-11/+9
* code cleanup: rubocop: fix Layout/AlignArray in test/functional/issues_contro...Toshi MARUYAMA2019-10-071-4/+1
* code cleanup: rubocop: fix Layout/SpaceAfterColon in test/integration/wiki_te...Toshi MARUYAMA2019-10-071-3/+2
* code cleanup: rubocop: fix Layout/SpaceInsideStringInterpolation in test/func...Toshi MARUYAMA2019-10-071-1/+1
* code cleanup: rubocop: fix Layout/SpaceAfterColon in test/functional/issues_c...Toshi MARUYAMA2019-10-071-2/+2
* code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in test/functiona...Toshi MARUYAMA2019-10-071-5/+0
* code cleanup: rubocop: fix Layout/IndentHeredoc in test/functional/documents_...Toshi MARUYAMA2019-10-071-6/+4
* 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