1. 05 9月, 2019 1 次提交
  2. 23 8月, 2019 1 次提交
    • A
      Expose namespace storage statistics with GraphQL · 606a1d2d
      Alessio Caiazza 提交于
      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
          }
        }
      }
      606a1d2d