gitlab-org--gitlab-foss/spec/support/shared_contexts
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
..
finders Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
policies Expose namespace storage statistics with GraphQL 2019-08-22 22:08:28 +00:00
change_access_checks_shared_context.rb CE port Refactor Gitlab::Checks::ChangeAccess class 2018-12-04 11:55:49 +00:00
email_shared_context.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
json_response_shared_context.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
merge_request_create.rb [CE] Support multiple assignees for merge requests 2019-04-08 18:40:00 -03:00
merge_request_edit.rb [CE] Support multiple assignees for merge requests 2019-04-08 18:40:00 -03:00
merge_requests_allowing_collaboration.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
services_shared_context.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
url_shared_context.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00