summaryrefslogtreecommitdiff
path: root/app/serializers/discussion_diff_file_entity.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused data from discussions endpointOswaldo Ferreira2018-12-061-0/+4
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.