gitlab-org--gitlab-foss/app/graphql
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
..
functions Enable frozen string in app/graphql + app/finders 2018-09-11 12:15:23 -07:00
mutations Use AwardEmojis services in GraphQL mutations 2019-08-21 11:39:41 +12:00
resolvers Fix incorrect instances of `GraphQL::ID_TYPE` 2019-06-03 21:59:33 +02:00
types Expose namespace storage statistics with GraphQL 2019-08-22 22:08:28 +00:00
gitlab_schema.rb GraphQL support for Notes created in discussions 2019-07-10 12:13:48 +12:00