Skip to content
Snippets Groups Projects
  1. Feb 24, 2020
  2. Feb 20, 2020
  3. Jan 28, 2020
  4. Jan 21, 2020
  5. Dec 20, 2019
  6. Nov 19, 2019
  7. Oct 22, 2019
  8. Aug 28, 2019
  9. Aug 22, 2019
    • Alessio Caiazza's avatar
      Expose namespace storage statistics with GraphQL · 606a1d2d
      Alessio Caiazza authored and Mayra Cabrera's avatar Mayra Cabrera committed
      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
  10. Jul 11, 2019
Loading