summaryrefslogtreecommitdiffstats
path: root/app/models/issue.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Use ApplicationRecord instead of ActiveRecord::Base (#38975).Marius Balteanu2024-01-231-1/+1
* Optimize `Issue#relations` method to improve performance by fetching both `re...Go MAEDA2023-12-281-1/+4
* Fix RuboCop offense Performance/StringIdentifierArgument (#39888).Go MAEDA2023-12-201-2/+2
* Fix RuboCop offense Style/SuperWithArgsParentheses (#39887).Go MAEDA2023-12-201-1/+1
* Moves create parent issue journal to after_commit hook to work around stale o...Marius Balteanu2023-11-181-10/+20
* Retry in case of stale issue during Issue.update_versions (#38820).Go MAEDA2023-08-231-3/+12
* <=> operator should return nil when invoked with an incomparable object (#387...Go MAEDA2023-06-291-3/+3
* Ability to disable the priority field (#38416).Go MAEDA2023-04-141-0/+1
* Check if the user has the permission to add notes or edit an issue when addin...Go MAEDA2023-03-021-0/+4
* Show parent issues in notification email (#34302).Go MAEDA2023-03-011-0/+2
* Disable auto watch for the anonymous user (#38238).Go MAEDA2023-02-261-2/+2
* Auto watch issues on issue creation (#38238).Go MAEDA2023-02-261-0/+13
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Reverts r21958 and r21959 (#1739).Go MAEDA2022-11-181-12/+0
* Add the ability to change the author of an issue (#1739).Go MAEDA2022-11-161-0/+12
* Consider only roles with either add_issues or edit_issues permissions for any...Go MAEDA2022-09-171-4/+7
* Improved @fixed_version_id@ validation (#37171).Marius Balteanu2022-06-161-2/+2
* Ensure @category_id@ is valid within the issue's project (#37171).Marius Balteanu2022-06-161-0/+6
* The done ratio of a parent issue may not be 100% even if all subtasks have a ...Go MAEDA2022-06-081-6/+7
* Issue#last_notes fallback does not respect notes visibility (#37155).Marius Balteanu2022-05-281-1/+1
* Allow users to be mentioned using @ in issues and wiki pages (#13919):Marius Balteanu2022-02-231-0/+2
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Fixes for Performance/StringIdentifierArgument introduced in RuboCop Performa...Go MAEDA2021-12-291-6/+6
* Fixes for Performance/BigDecimalWithNumericArgument introduced in RuboCop Per...Go MAEDA2021-12-251-1/+1
* Issue Summary: add statistics about issues without assignee, version or categ...Go MAEDA2021-12-121-1/+1
* Allow addition/removal of subtasks to show in parent's history (#6033).Go MAEDA2021-11-081-2/+28
* Tokenize search parameter in order to allow multiple search terms in:Marius Balteanu2021-10-051-2/+1
* Use sanitize_sql_like in like scopes (#35073).Marius Balteanu2021-10-031-1/+1
* Fixed attachments deletable by user without edit issue permission on tracker ...Marius Balteanu2021-08-051-0/+5
* Ruby 3.0: Fix `super` calls (#34992, #34986).Go MAEDA2021-04-031-1/+1
* Do not journalize attachments that are added during a "Copy Issue" operation ...Go MAEDA2021-03-291-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Unable to autoload constant Version.table_name if gems use Version class (#33...Go MAEDA2021-03-031-2/+2
* Add class 'error' to custom fields with validation errors (#32764, #34580).Go MAEDA2021-01-111-1/+1
* Show only valid projects on issue form when the issue is a subtask (#33419).Go MAEDA2021-01-011-13/+39
* shorten long line of app/models/issue.rbToshi MARUYAMA2020-12-171-25/+107
* Use sum { ... } instead of map { ... }.sum (#34399).Go MAEDA2020-12-061-3/+3
* remove spaces inside {} of app/models/issue.rbToshi MARUYAMA2020-11-171-1/+1
* use "do end" instead of {} at ActiveRecord scope lambda of app/models/issue.rbToshi MARUYAMA2020-11-121-12/+12
* use "do end" instead of {} at app/models/issue.rbToshi MARUYAMA2020-11-071-8/+8
* Evaluate acts_as_activity_provider's scope lazily (#33664).Go MAEDA2020-10-171-1/+1
* fix source indent of app/models/issue.rbToshi MARUYAMA2020-09-261-8/+9
* Fix that Issues API bypasses add_issue_notes permission (#33689).Go MAEDA2020-08-121-1/+0
* remove spaces inside {} of app/models/issue.rbToshi MARUYAMA2020-07-111-3/+3
* add space after comma to app/models/issue.rbToshi MARUYAMA2020-07-111-2/+2
* add empty line after guard clause to app/models/issue.rbToshi MARUYAMA2020-07-111-0/+12
* fix source indent of Issue#visible_conditionToshi MARUYAMA2020-07-111-2/+2
* fix source indent of Issue#self_and_descendantsToshi MARUYAMA2020-07-111-1/+2
* Add "behind-schedule" CSS class to issues (#31881).Go MAEDA2020-07-091-0/+1