Closed anttimaki closed 11 months ago
Current dependencies on/for this PR:
This stack of pull requests is managed by Graphite.
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
c3b00ba
) 93.03% compared to head (0014b16
) 93.03%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
To avoid slowdowns, PackageListingAPIView returns only up to four dependencies. To compensate, the number of total dependencies is returned in a separate field.
An endpoint for returning all the dependencies in a paginated manner will be added later.
Refs TS-2012