]> git.openstreetmap.org Git - rails.git/history - app/models/issue.rb
Rubocop fixes and increase per method complexity limit from 23 to 25
[rails.git] / app / models / issue.rb
2019-01-16 Andy AllanMerge pull request #1151 from polarbearing/patch-1
2018-06-17 Tom HughesAssign vandalism reports for users to moderators
2018-06-17 Tom HughesOnly include issues visible to the current user in...
2018-06-16 Tom HughesMerge remote-tracking branch 'upstream/pull/1576'
2018-06-10 Tom HughesMerge branch 'master' into next
2018-06-10 Tom HughesAdd some extra indexes on issues
2018-04-11 Andy AllanMerge branch 'master' into moderation
2018-03-21 Andy AllanConvert issue status to an enum
2018-03-14 Andy AllanRefactor set_default_assigned_role to be more easily...
2018-03-14 Andy AllanRemove cascading deletes, add another foreign key,...
2018-02-28 Andy AllanMerge branch 'master' into moderation
2018-02-28 Andy AllanMerge branch 'master' into moderation
2018-02-28 Andy AllanRemove reporting of changesets
2018-02-28 Andy AllanAllow reporting of anonymous notes
2018-01-21 Andy AllanMerge branch 'master' into moderation
2017-12-06 Andy AllanRe-enable issue reassigning.
2017-12-06 Andy AllanValidate the assigned role, and remove the :type activr...
2017-12-06 Andy AllanRename 'issue_type' to 'assigned_role', set defaults...
2017-11-29 Andy AllanCombine migrations into one
2017-11-29 Andy AllanAnnotate models.
2017-11-29 Andy AllanMerge branch 'master' into moderation
2017-08-02 Andy AllanMerge branch 'master' into moderation
2017-07-12 Andy AllanSet the reported_user in a callback
2017-07-12 Andy AllanRubocop autofixes.
2017-07-12 Andy AllanRename association to reported_user, for clarity
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 ShreyAdded sortable headers + search + reportable Notes
2016-08-22 ShreyAdded support for reporting Changesets + Deleting issue...
2016-08-22 ShreyAdded Issue Type + Issue Reassigning + Last updated_by
2016-08-22 ShreyIssue reopens on Reports coming in after instance update
2016-08-22 ShreyFixed tests + Added new ones
2016-08-22 ShreyDB changes + Related issues added
2016-08-22 ShreyAdded IssueComments + ForeignKeys + Indexes
2016-08-22 ShreyAdded authorization + issues dashboard
2016-08-22 ShreyControllers + a few tests + new notification added...
2016-08-22 ShreyBasic models set up