summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Allow adding user groups as watchers for issues (#4511).Go MAEDA2020-02-063-4/+6
* Rails 6: Fix deprecation warning "Class level methods will no longer inherit ...Go MAEDA2020-02-031-2/+2
* Reverts r19478 (#32897).Go MAEDA2020-01-3017-18/+18
* Fix 'DEPRECATION WARNING: Uniqueness validator will no longer enforce case se...Go MAEDA2020-01-2817-18/+18
* Fix ruby 2.7 warning: The last argument is used as the keyword parameter (#32...Go MAEDA2020-01-231-1/+1
* Enable users to receive email notifications about high issues (only) (#32628).Go MAEDA2020-01-213-0/+9
* Add IssuePriority#high? and #low? helpers (#32628).Go MAEDA2020-01-211-0/+8
* Extract finding the default or "middle" issue priority into its own class met...Go MAEDA2020-01-211-3/+10
* Use existing scopes instead of one-off AR condition (#32628).Go MAEDA2020-01-211-1/+1
* Make languages in Highlighted code button in toolbar customizable (#32528).Go MAEDA2020-01-141-1/+12
* Fix sort projects table by custom field (#32769).Go MAEDA2020-01-121-1/+1
* CSV import does not keep the project it was clicked from (#21766).Jean-Philippe Lang2019-12-201-1/+9
* Issue relations filter lacks "is not" (#32546).Go MAEDA2019-12-121-1/+1
* cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in app/models/jour...Toshi MARUYAMA2019-11-261-7/+9
* cleanup: rubocop: fix Layout/IndentFirstArgument in app/models/journal.rbToshi MARUYAMA2019-11-251-3/+6
* cleanup: rubocop: fix Layout/IndentFirstHashElement in app/models/setting.rbToshi MARUYAMA2019-11-251-5/+5
* code layout clean up app/models/user.rbToshi MARUYAMA2019-11-251-1/+4
* cleanup: rubocop: fix Layout/MultilineHashBraceLayout and Layout/SpaceInsideB...Toshi MARUYAMA2019-11-251-8/+6
* cleanup: rubocop: fix Layout/IndentFirstHashElement in app/models/auth_source...Toshi MARUYAMA2019-11-251-5/+5
* cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/models/setting.rbToshi MARUYAMA2019-11-251-0/+6
* code layout clean up app/models/workflow_transition.rbToshi MARUYAMA2019-11-251-1/+6
* cleanup: rubocop: fix Layout/SpaceInsidePercentLiteralDelimiters in app/model...Toshi MARUYAMA2019-11-241-1/+1
* cleanup: rubocop: fix Layout/SpaceAfterComma in app/models/mailer.rbToshi MARUYAMA2019-11-241-1/+1
* cleanup: rubocop: fix Layout/SpaceAfterComma in app/models/enumeration.rbToshi MARUYAMA2019-11-241-1/+2
* cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in app/models/mailer.rbToshi MARUYAMA2019-11-241-1/+1
* cleanup: rubocop: fix Layout/SpaceAfterComma in app/models/query.rbToshi MARUYAMA2019-11-241-1/+1
* cleanup: rubocop: fix Layout/IndentFirstArrayElement in app/models/setting.rbToshi MARUYAMA2019-11-241-13/+17
* cleanup: rubocop: fix Style/MultilineIfModifier in app/models/repository/subv...Toshi MARUYAMA2019-11-231-12/+15
* cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/models/reposito...Toshi MARUYAMA2019-11-231-0/+1
* cleanup: rubocop: fix Layout/SpaceAfterComma in app/models/repository/git.rbToshi MARUYAMA2019-11-231-1/+1
* cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/models/reposito...Toshi MARUYAMA2019-11-221-0/+4
* cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/models/query.rbToshi MARUYAMA2019-11-221-0/+11
* cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/models/mailer.rbToshi MARUYAMA2019-11-221-0/+2
* cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/models/journal.rbToshi MARUYAMA2019-11-221-0/+1
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/models/project_...Toshi MARUYAMA2019-11-201-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/models/setting.rbToshi MARUYAMA2019-11-201-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/models/time_ent...Toshi MARUYAMA2019-11-201-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/models/query.rbToshi MARUYAMA2019-11-201-4/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/models/issue_qu...Toshi MARUYAMA2019-11-201-1/+0
* Make sure we cannot create a ProjectQuery on a given project (#29482).Jean-Philippe Lang2019-11-201-0/+5
* rubocop: fix Lint/IneffectiveAccessModifier in app/models/auth_source_ldap.rb...Toshi MARUYAMA2019-11-161-4/+7
* Reverts r18692 (#32470).Jean-Philippe Lang2019-11-161-1/+0
* Add anonymous user to author list in issue/time query (#16904).Jean-Philippe Lang2019-11-101-0/+1
* Add support for grouping by issue on timelog view (#32436).Jean-Philippe Lang2019-11-101-1/+1
* Removed invalid association IssueCustomField#issue_custom_values (#32431).Jean-Philippe Lang2019-11-101-1/+0
* Adds "Target Version" column to the list of "Available columns" in "Spent tim...Go MAEDA2019-11-101-0/+4
* cleanup: rubocop: fix Layout/IndentFirstArrayElement in app/models/project.rbToshi MARUYAMA2019-11-091-10/+12
* cleanup: rubocop: fix Layout/BlockEndNewline in app/models/message.rbToshi MARUYAMA2019-11-091-9/+11
* cleanup: rubocop: fix Layout/BlockAlignment in app/models/time_entry.rbToshi MARUYAMA2019-11-091-5/+6
* cleanup: rubocop: fix Layout/BlockAlignment in app/models/project.rbToshi MARUYAMA2019-11-091-1/+2