summaryrefslogtreecommitdiffstats
path: root/test/unit/issue_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Check view watchers permission when copying issues (#40946).Marius Balteanu2024-07-081-0/+20
* Add test for r22895 (#40860).Go MAEDA2024-06-251-0/+10
* Fix "unexpected invocation" test failure in IssueTest with Mocha 2.2.0 (#40603).Go MAEDA2024-04-231-3/+0
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Change the default notification option from `only_my_events` to `only_assigne...Go MAEDA2023-12-111-1/+1
* Revert r22504 that missing a necessary file (#39500).Go MAEDA2023-12-111-1/+1
* Change the default notification option from `only_my_events` to `only_assigne...Go MAEDA2023-12-081-1/+1
* Fix RuboCop offense Rails/RedundantActiveRecordAllMethod (#37248).Go MAEDA2023-10-121-6/+6
* Retry in case of stale issue during Issue.update_versions (#38820).Go MAEDA2023-08-231-0/+35
* Fix RuboCop offense Style/RedundantFilterChain (#36919).Go MAEDA2023-06-071-1/+1
* Ability to disable the priority field (#38416).Go MAEDA2023-04-141-0/+10
* Disable auto watch for the anonymous user (#38238).Go MAEDA2023-02-261-0/+15
* Auto watch issues on issue creation (#38238).Go MAEDA2023-02-261-0/+34
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-011-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Reverts r21958 and r21959 (#1739).Go MAEDA2022-11-181-52/+0
* Add the ability to change the author of an issue (#1739).Go MAEDA2022-11-161-0/+52
* Consider only roles with either add_issues or edit_issues permissions for any...Go MAEDA2022-09-171-0/+22
* Improved @fixed_version_id@ validation (#37171).Marius Balteanu2022-06-161-0/+8
* Ensure @category_id@ is valid within the issue's project (#37171).Marius Balteanu2022-06-161-0/+8
* 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