summaryrefslogtreecommitdiff
path: root/app/services/resource_events
Commit message (Collapse)AuthorAgeFilesLines
* Fix `updated_at` doesn't apply to `state_event` updates of issues via APISean McGivern2019-04-081-1/+1
|
* Preload user status for label eventsBob Van Landuyt2018-10-251-1/+1
| | | | | This makes sure the user_status for the user of a label event is preloaded. Otherwise it would not be rendered in the fake system note.
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
| | | | | This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
* Use ResourceLabelEvent for tracking label changesJan Provaznik2018-09-072-2/+56
|
* Resource event modelJan Provaznik2018-08-011-0/+43