gitlab-org--gitlab-foss/lib/gitlab/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
..
authorize Merge branch 'security-bvl-enforce-graphql-type-authorization' into 'master' 2019-07-02 06:22:09 +00:00
calls_gitaly Address reviewer comments 2019-07-05 10:18:50 +12:00
connections Only check abilities on rendered GraphQL nodes 2019-04-18 16:17:29 +02:00
docs Improve Graphql Docs 2019-07-11 08:06:35 +00:00
loaders Expose namespace storage statistics with GraphQL 2019-08-22 22:08:28 +00:00
markdown_field Render GFM html in GraphQL 2019-06-20 08:02:33 +00:00
present
query_analyzers Apply reviewer feedback 2019-05-31 19:57:02 +12:00
representation Added submodule links to Submodule type in GraphQL API 2019-07-17 13:06:19 +00:00
authorize.rb Alert if calls_gitaly declaration missing 2019-07-03 22:53:13 +12:00
calls_gitaly.rb Address reviewer comments 2019-07-05 10:18:50 +12:00
connections.rb
copy_field_description.rb GraphQL mutations for add, remove and toggle emoji 2019-06-28 12:03:33 +12:00
errors.rb GraphQL mutations for add, remove and toggle emoji 2019-06-28 12:03:33 +12:00
expose_permissions.rb
find_argument_in_parent.rb CE backport for changes in EE MR 14292 2019-06-28 17:02:03 +12:00
generic_tracing.rb Add opentracing integration for graphql 2019-05-02 07:01:14 +00:00
markdown_field.rb Render GFM html in GraphQL 2019-06-20 08:02:33 +00:00
mount_mutation.rb Wrap proc properly in gitaly call counts 2019-07-03 22:53:13 +12:00
present.rb
variables.rb