gitlab-org--gitlab-foss/app/services/notes
Kamil Trzciński 650f40865e Forbid the use of `#reload` and prefer `#reset`
The `#reload` makes to load all objects into memory,
and the main purpose of `#reload` is to drop the association cache.

The `#reset` seems to solve exactly that case.
2019-04-15 13:05:14 +02:00
..
base_service.rb Comment on any expanded diff line on MRs 2018-11-09 16:56:48 -02:00
build_service.rb Add reply to notes to turn into discussions 2019-02-06 10:31:46 +00:00
create_service.rb Show commands applied message when promoting issues 2019-03-04 09:21:47 +00:00
destroy_service.rb Comment on any expanded diff line on MRs 2018-11-09 16:56:48 -02:00
post_process_service.rb Enable more frozen string in app/services/**/*.rb 2018-07-17 15:19:40 -07:00
quick_actions_service.rb Show commands applied message when promoting issues 2019-03-04 09:21:47 +00:00
render_service.rb Enable more frozen string in app/services/**/*.rb 2018-07-17 15:19:40 -07:00
resolve_service.rb Enable more frozen string in app/services/**/*.rb 2018-07-17 15:19:40 -07:00
update_service.rb Forbid the use of `#reload` and prefer `#reset` 2019-04-15 13:05:14 +02:00