Merge pull request #2114 from jakemcdermott/job-results/host-counts

reduce the minimum number of http requests required to load job details from 7 to 3
This commit is contained in:
Jake McDermott
2018-06-11 18:19:14 -04:00
committed by GitHub
13 changed files with 160 additions and 113 deletions

View File

@@ -1418,7 +1418,7 @@ class ProjectUpdateList(ListAPIView):
class ProjectUpdateDetail(UnifiedJobDeletionMixin, RetrieveDestroyAPIView):
model = ProjectUpdate
serializer_class = ProjectUpdateSerializer
serializer_class = ProjectUpdateDetailSerializer
class ProjectUpdateEventsList(SubListAPIView):