gitlab-org--gitlab-foss/app/services/notes
Sean McGivern ef454f68e8 Reset todo counters when the target is deleted
When the target is deleted, todos are destroyed, but we did not reset the todo
cache for users with todos on the deleted target. This would only update after
the next time the todo cache was updated for that user.
2017-12-18 12:23:00 +00:00
..
build_service.rb Support comments for personal snippets 2017-05-05 15:45:49 +02:00
create_service.rb Detect n+1 issues involving Gitaly 2017-09-19 10:55:37 +00:00
destroy_service.rb Reset todo counters when the target is deleted 2017-12-18 12:23:00 +00:00
post_process_service.rb
quick_actions_service.rb Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
render_service.rb Resolve "DashboardController#activity.json is slow due to SQL" 2017-11-06 16:52:56 +00:00
update_service.rb