gitlab-org--gitlab-foss/spec/support
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 Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
banzai Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
chunked_io Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
controllers Merge branch 'remove-nested-groups-checks' into 'master' 2019-07-26 14:57:12 +00:00
cycle_analytics_helpers Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
features Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
gitlab-git-test.git
gitlab_stubs
google_api Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
helpers Merge branch 'feat/smime-signed-notification-emails' into 'master' 2019-08-22 12:16:00 +00:00
http_io Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
import_export Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
matchers Convert RestClient to Gitlab::HTTP for Prometheus Monitor 2019-08-07 02:42:20 +00:00
migrations_helpers Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
prometheus Use separate Kubernetes namespaces per environment 2019-08-07 04:40:29 +00:00
protected_tags Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
redis Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
services Use separate Kubernetes namespaces per environment 2019-08-07 04:40:29 +00:00
shared_contexts Expose namespace storage statistics with GraphQL 2019-08-22 22:08:28 +00:00
shared_examples Add SortingPreference concern 2019-08-21 10:13:45 +00:00
test_reports Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
trace Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
active_record_enum.rb
batch_loader.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
capybara.rb Enable CSP in gitlab.yml.example 2019-08-22 11:10:33 -07:00
carrierwave.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
commit_trailers_spec_helper.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
database_cleaner.rb Use transactions in JS feature specs 2019-07-12 10:39:14 +08:00
db_cleaner.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
external_authorization_service_helpers.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
forgery_protection.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
generate-seed-repo-rb
inspect_squelch.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
issuables_requiring_filter_shared_examples.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
json_response.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
omni_auth.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
prepare-gitlab-git-test-for-commit
protected_branch_helpers.rb Extract EE specific tests for protected branches/tags 2019-04-25 13:06:06 -03:00
protected_tag_helpers.rb Extract EE specific tests for protected branches/tags 2019-04-25 13:06:06 -03:00
rspec.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
seed.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
setup_builds_storage.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
sidekiq.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
stored_repositories.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00
stub_version.rb
unpack-gitlab-git-test
webmock.rb Add frozen_string_literal to spec/support 2019-07-25 17:33:34 +12:00