1. 29 2月, 2020 1 次提交
  2. 24 2月, 2020 1 次提交
  3. 20 2月, 2020 1 次提交
  4. 28 1月, 2020 1 次提交
  5. 21 1月, 2020 1 次提交
  6. 20 12月, 2019 1 次提交
  7. 20 11月, 2019 1 次提交
  8. 22 10月, 2019 1 次提交
  9. 28 8月, 2019 1 次提交
  10. 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
  11. 11 7月, 2019 1 次提交