gitlab-org--gitlab-foss/app/graphql/types
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
..
award_emojis GraphQL mutations for add, remove and toggle emoji 2019-06-28 12:03:33 +12:00
ci Add authorize to LabelType and NamespaceType 2019-06-21 13:00:50 +02:00
notes GraphQL support for Notes created in discussions 2019-07-10 12:13:48 +12:00
permission_types Wrap proc properly in gitaly call counts 2019-07-03 22:53:13 +12:00
tree Added submodule links to Submodule type in GraphQL API 2019-07-17 13:06:19 +00:00
base_enum.rb Enable frozen string in app/graphql + app/finders 2018-09-11 12:15:23 -07:00
base_field.rb Address reviewer comments 2019-07-05 10:18:50 +12:00
base_input_object.rb GraphQL mutations for managing Notes 2019-07-10 12:13:47 +12:00
base_interface.rb Enable frozen string in app/graphql + app/finders 2018-09-11 12:15:23 -07:00
base_object.rb Render GFM html in GraphQL 2019-06-20 08:02:33 +00:00
base_scalar.rb Enable frozen string in app/graphql + app/finders 2018-09-11 12:15:23 -07:00
base_union.rb Enable frozen string in app/graphql + app/finders 2018-09-11 12:15:23 -07:00
commit_type.rb Added commit type to tree GraphQL type 2019-06-28 08:30:29 +01:00
diff_paths_input_type.rb GraphQL mutations for managing Notes 2019-07-10 12:13:47 +12:00
diff_refs_type.rb Expose diff_refs on MergeRequestType 2019-07-10 12:13:48 +12:00
group_type.rb Remove code related to object hierarchy in MySQL 2019-07-25 15:35:06 +08:00
issuable_state_enum.rb Add GraphQL filters for issuables (state, labels, time fields) 2019-02-21 09:40:49 +01:00
issue_state_enum.rb Add authorize to LabelType and NamespaceType 2019-06-21 13:00:50 +02:00
issue_type.rb Render GFM html in GraphQL 2019-06-20 08:02:33 +00:00
label_type.rb Add authorize to LabelType and NamespaceType 2019-06-21 13:00:50 +02:00
merge_request_state_enum.rb Add authorize to LabelType and NamespaceType 2019-06-21 13:00:50 +02:00
merge_request_type.rb Expose diff_refs on MergeRequestType 2019-07-10 12:13:48 +12:00
metadata_type.rb Add authorize to LabelType and NamespaceType 2019-06-21 13:00:50 +02:00
milestone_type.rb GraphQL Type authorization 2019-04-03 14:36:33 +13:00
mutation_type.rb GraphQL mutations for managing Notes 2019-07-10 12:13:47 +12:00
namespace_type.rb Expose namespace storage statistics with GraphQL 2019-08-22 22:08:28 +00:00
order.rb Suggests issues when typing title 2018-11-27 15:10:40 +00:00
project_statistics_type.rb Do not blindly expose public project statistics 2019-06-14 20:40:21 +00:00
project_type.rb Wrap proc properly in gitaly call counts 2019-07-03 22:53:13 +12:00
query_type.rb Add authorize to LabelType and NamespaceType 2019-06-21 13:00:50 +02:00
repository_type.rb Wrap proc properly in gitaly call counts 2019-07-03 22:53:13 +12:00
root_storage_statistics_type.rb Expose namespace storage statistics with GraphQL 2019-08-22 22:08:28 +00:00
sort.rb Suggests issues when typing title 2018-11-27 15:10:40 +00:00
task_completion_status.rb Add authorize to LabelType and NamespaceType 2019-06-21 13:00:50 +02:00
time_type.rb Enable frozen string in app/graphql + app/finders 2018-09-11 12:15:23 -07:00
user_type.rb GraphQL Type authorization 2019-04-03 14:36:33 +13:00