Skip to content

Implement API endpoint to obtain details about image repositories

Context

We are now rolling out a new version of the Container Registry in GitLab.com that includes a metadata database (&5523 (closed)). Among others, this database will allow for efficient storage usage calculations.

This issue is part of a work plan to expose the deduplicated size of image repositories in the GitLab UI and API (&7575 (closed)).

Goal

Implement the repository details endpoint (GET /gitlab/v1/repositories/<path>) defined in #516 (closed). This endpoint will allow to query for details about individual repositories, including their deduplicated size.

Edited by João Pereira