Root namespaces have storage statistics.
This commit allows namespace owners to get those stats via GraphQL
queries like the following one
{
namespace(fullPath: "a_namespace_path") {
rootStorageStatistics {
storageSize
repositorySize
lfsObjectsSize
buildArtifactsSize
packagesSize
wikiSize
}
}
}
|
||
|---|---|---|
| .. | ||
| batch_lfs_oid_loader.rb | ||
| batch_model_loader.rb | ||
| batch_project_statistics_loader.rb | ||
| batch_root_storage_statistics_loader.rb | ||
| pipeline_for_sha_loader.rb | ||