summaryrefslogtreecommitdiffstats
path: root/test/unit/issue_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Merged r21637 and r21638 to 5.0-stable (#37171).Marius Balteanu2022-06-161-0/+16
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Fix test failure due to r21309 (#13099).Go MAEDA2021-12-131-6/+6
* Add tests for #35764.Marius Balteanu2021-10-051-0/+5
* Use sanitize_sql_like in like scopes (#35073).Marius Balteanu2021-10-031-0/+16
* Remove unused setting 'Blind carbon copy recipients (bcc)' (#30820).Marius Balteanu2021-08-011-1/+1
* Fix "ActiveRecord::StaleObjectError: Attempted to update a stale object: Issu...Go MAEDA2021-04-011-2/+3
* Do not journalize attachments that are added during a "Copy Issue" operation ...Go MAEDA2021-03-291-0/+17
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Add test for 4 byte characters (emoji) support (#32054).Go MAEDA2021-03-131-0/+11
* Show only valid projects on issue form when the issue is a subtask (#33419).Go MAEDA2021-01-011-0/+34
* remove spaces inside {} of test/unit/issue_test.rbToshi MARUYAMA2020-11-191-10/+10
* shorten long line of test/unit/issue_test.rbToshi MARUYAMA2020-10-241-4/+10
* shorten long line of test/unit/issue_test.rbToshi MARUYAMA2020-10-221-2/+6
* Fix that Issues API bypasses add_issue_notes permission (#33689).Go MAEDA2020-08-121-0/+17
* Add "behind-schedule" CSS class to issues (#31881).Go MAEDA2020-07-091-0/+5
* Use more efficient "exists?" instead of "first" in tests when checking the ex...Go MAEDA2020-05-031-2/+2
* Show warning and the reason when the issue cannot be closed or reopen because...Go MAEDA2020-03-101-0/+26
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Enable users to receive email notifications about high issues (only) (#32628).Go MAEDA2020-01-211-0/+41
* cleanup: rubocop: fix Layout/IndentFirstArrayElement in test/unit/issue_test.rbToshi MARUYAMA2019-11-241-7/+11
* cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in test/unit/issue...Toshi MARUYAMA2019-11-231-3/+5
* cleanup: rubocop: fix Layout/IndentFirstHashElement in test/unit/issue_test.rbToshi MARUYAMA2019-11-231-8/+18
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/issue_test.rbToshi MARUYAMA2019-11-091-10/+13
* Code cleanup: RuboCop: Fix Performance/Count and Performance/Detect.Go MAEDA2019-10-021-1/+1
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/unit/issue_test.rbToshi MARUYAMA2019-09-301-1/+1
* code cleanup: rubocop: fix Layout/EmptyLinesAroundMethodBody in test/unit/iss...Toshi MARUYAMA2019-09-251-1/+0
* 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
* backout r13743Toshi MARUYAMA2019-09-191-2/+2
* code cleanup: rubocop: fix Lint/UselessSetterCall in test/unit/issue_test.rbToshi MARUYAMA2019-09-181-1/+6
* Update copyright year.Go MAEDA2019-05-251-1/+1
* New Permission: Edit own issue (#1248).Go MAEDA2019-04-251-0/+17
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Test failure.Jean-Philippe Lang2018-12-131-0/+1
* Send individual emails for each mail recipient (#26791).Jean-Philippe Lang2018-10-061-4/+5
* Extend Issue Summary to include subprojects (#2529).Go MAEDA2018-10-031-17/+35
* Test failures with sqlite3.Jean-Philippe Lang2018-09-231-2/+2
* Upgrade to Rails 5.2.0 (#23630).Jean-Philippe Lang2018-06-231-1/+5
* Clear subtask assignee during copy if is locked (#28946).Go MAEDA2018-06-171-0/+19
* Log automatic rescheduling of following issues to journal (#28649).Jean-Philippe Lang2018-06-101-0/+26
* Clear target version when copying an issue if status is locked or closed (#27...Go MAEDA2018-06-071-0/+20
* Fix: Copying an issue fails if the issue is watched by a locked user (#28765).Go MAEDA2018-05-191-0/+18
* Fix: Calculation of the start date of following issues ignores the "non-worki...Go MAEDA2018-03-081-11/+23
* No validation errors when entering an invalid "Estimate hours" value (#27881).Jean-Philippe Lang2018-01-071-1/+1
* try IssueTest#test_overdue failing on CI server at Japanese daytime (#22320)Toshi MARUYAMA2017-07-311-4/+6
* add missing fixture for IssueTest#test_update_should_notify_previous_assigneeToshi MARUYAMA2017-07-271-0/+1
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-2/+2