gitlab-org--gitlab-foss/spec/requests
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
..
api Expose namespace storage statistics with GraphQL 2019-08-22 22:08:28 +00:00
projects
git_http_spec.rb
jwt_controller_spec.rb
lfs_http_spec.rb
lfs_locks_api_spec.rb
oauth_tokens_spec.rb
openid_connect_spec.rb
rack_attack_global_spec.rb Standardize remote_ip and path keys for auth.log and api_json.log 2019-08-20 18:12:28 +00:00
request_profiler_spec.rb
user_activity_spec.rb