An error occurred fetching the project authors.
  1. 17 Oct, 2019 2 commits
  2. 16 Oct, 2019 1 commit
  3. 26 Sep, 2019 1 commit
  4. 28 Aug, 2019 1 commit
  5. 22 Aug, 2019 1 commit
    • Alessio Caiazza's avatar
      Expose namespace storage statistics with GraphQL · 606a1d2d
      Alessio Caiazza authored
      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
  6. 11 Jul, 2019 1 commit