From 26b94bcc7d510482eea253b02dcc4ff22c48d68a Mon Sep 17 00:00:00 2001 From: Oswaldo Ferreira Date: Tue, 4 Dec 2018 20:17:10 -0200 Subject: Remove unused data from discussions endpoint We don't need a series of attributes to render diff files on discussions.json request. Therefore this MR removes lots of unnecessary attributes from the request, mainly the highlighted diff lines, which are pretty expensive. --- .../unreleased/osw-remove-unnused-data-from-diff-discussions.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/unreleased/osw-remove-unnused-data-from-diff-discussions.yml (limited to 'changelogs/unreleased') diff --git a/changelogs/unreleased/osw-remove-unnused-data-from-diff-discussions.yml b/changelogs/unreleased/osw-remove-unnused-data-from-diff-discussions.yml new file mode 100644 index 00000000000..58d9a19d038 --- /dev/null +++ b/changelogs/unreleased/osw-remove-unnused-data-from-diff-discussions.yml @@ -0,0 +1,5 @@ +--- +title: Remove unused data from discussions endpoint +merge_request: 23570 +author: +type: performance -- cgit v1.2.3