gitlab-org--gitlab-foss/spec
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
..
bin Ensure changelog filenames are less than 99 characters long 2019-08-13 14:28:54 +05:30
config feat: SMIME signed notification emails 2019-08-20 16:13:32 +02:00
controllers Merge branch 'ce-8631-archiving-a-project-should-create-an-audit-event' into 'master' 2019-08-22 16:06:41 +00:00
db Add commit_id to draft_notes table 2019-08-01 16:00:36 -05:00
dependencies
factories Merge branch '39-count-unique-users-for-more-accurate-smau-reporting' into 'master' 2019-08-19 14:45:24 +00:00
features New wiki page redirects user to random slug 2019-08-21 09:33:12 +12:00
finders Add service classes for mutating AwardEmoji 2019-08-21 11:39:41 +12:00
fixtures Merge branch 'ce-22058-improve-ux-multi-assignees-in-mr' into 'master' 2019-08-21 12:52:34 +00:00
frontend Merge branch 'ee-2502-refactor-ee-app-assets-javascripts-approvals-components-approvers_select-vue-to-remove-approverusers' into 'master' 2019-08-22 07:59:22 +00:00
graphql Expose namespace storage statistics with GraphQL 2019-08-22 22:08:28 +00:00
haml_lint/linter
helpers UI for disabling group/project email notification 2019-08-17 05:56:48 +00:00
initializers feat: SMIME signed notification emails 2019-08-20 16:13:32 +02:00
javascripts Merge branch 'ce-6878-add-epic-select-dropdown' into 'master' 2019-08-22 16:01:04 +00:00
lib Expose namespace storage statistics with GraphQL 2019-08-22 22:08:28 +00:00
mailers Handle namespaced models 2019-08-21 19:23:27 +00:00
migrations Migrations for adding issue_id to versions table 2019-07-29 18:55:19 +00:00
models Expose namespace storage statistics with GraphQL 2019-08-22 22:08:28 +00:00
policies Expose namespace storage statistics with GraphQL 2019-08-22 22:08:28 +00:00
presenters Use ActiveModel's type instead of virtus 2019-08-20 10:52:21 +00:00
rack_servers
requests Expose namespace storage statistics with GraphQL 2019-08-22 22:08:28 +00:00
routing Redirect project.wiki.git to project wiki home 2019-07-26 11:49:36 +12:00
rubocop Add RSpec/TopLevelDescribePath cop 2019-08-01 11:07:26 +01:00
serializers Merge branch 'ce-22058-improve-ux-multi-assignees-in-mr' into 'master' 2019-08-21 12:52:34 +00:00
services Merge branch '63372-award-emoji-services' into 'master' 2019-08-21 09:38:40 +00:00
sidekiq/cron
support Expose namespace storage statistics with GraphQL 2019-08-22 22:08:28 +00:00
tasks Squash project templates on update 2019-08-15 20:20:08 +00:00
uploaders
validators Refactor SystemHookUrlValidator and specs 2019-08-02 15:39:18 +01:00
views Add warning when LE certificate can't be obtained 2019-08-19 13:44:12 +03:00
workers Avoid conflicts between ArchiveTraceWorkers 2019-08-22 10:28:12 +07:00
factories_spec.rb
fast_spec_helper.rb Add methods for injecting EE modules 2019-07-30 14:52:54 +02:00
rails_helper.rb
rake_helper.rb
simplecov_env.rb
spec_helper.rb Allow to use focus: true in specs 2019-08-11 14:13:38 +10:00