gitlab-org--gitlab-foss/spec/requests/api/graphql/project
Alessio Caiazza 606a1d2d31 Expose namespace storage statistics with GraphQL
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
    }
  }
}
2019-08-22 22:08:28 +00:00
..
issue Expose comments on Noteables in GraphQL 2019-06-14 12:36:27 +02:00
merge_request Expose comments on Noteables in GraphQL 2019-06-14 12:36:27 +02:00
tree Added commit type to tree GraphQL type 2019-06-28 08:30:29 +01:00
issues_spec.rb
merge_request_spec.rb
project_statistics_spec.rb Expose namespace storage statistics with GraphQL 2019-08-22 22:08:28 +00:00
repository_spec.rb Enforce authorizations for non-nullable fields 2019-06-21 13:00:50 +02:00