]> git.openstreetmap.org Git - rails.git/history - app/models/issue_comment.rb
Rename 'issue_type' to 'assigned_role', set defaults in the model and test.
[rails.git] / app / models / issue_comment.rb
2017-11-29 Andy AllanUse a simple user_id for tables with one owning user
2017-11-29 Andy AllanRemove the reassign column from issue_comments
2017-11-29 Andy AllanAnnotate models.
2017-11-29 Andy AllanMerge branch 'master' into moderation
2017-09-13 Andy AllanEnsure that issue comments have associated issues and...
2017-08-02 Andy AllanMerge branch 'master' into moderation
2017-07-12 Andy AllanMerge branch 'master' into moderation
2016-08-22 Matt AmosMade rubocop happy by formatting and minor syntax tweaks.
2016-08-22 ShreyFixed tests + Altered migration file + Added reporting...
2016-08-22 ShreyAdded IssueComments + ForeignKeys + Indexes