gitlab-org--gitlab-foss/spec/services/notes
Oswaldo Ferreira bb8f2520b4 Persist truncated note diffs on a new table
We request Gitaly in a N+1 manner to build discussion diffs. Once the diffs are from different revisions, it's hard to make a single request to the service in order to build the whole response.
With this change we solve this problem and simplify a lot fetching this piece of info.
2018-05-24 15:34:43 -03:00
..
build_service_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
create_service_spec.rb Persist truncated note diffs on a new table 2018-05-24 15:34:43 -03:00
destroy_service_spec.rb Reset todo counters when the target is deleted 2017-12-18 12:23:00 +00:00
post_process_service_spec.rb Merge branch 'jej/mattermost-notification-confidentiality-10-6' into 'security-10-6' 2018-04-05 08:41:56 +02:00
quick_actions_service_spec.rb Fix quick actions for users who cannot update issues and MRs 2018-03-02 16:16:13 +00:00
render_service_spec.rb Support Markdown rendering using multiple projects 2018-04-11 14:10:19 +02:00
resolve_service_spec.rb Merge request and commit discussions API 2018-05-01 12:39:44 +00:00
update_service_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00