Commit Graph

9 Commits

Author SHA1 Message Date
GitLab Bot 7ff36fc6e9 Add latest changes from gitlab-org/gitlab@master 2022-05-16 18:09:11 +00:00
GitLab Bot ee52c3666e Add latest changes from gitlab-org/gitlab@master 2022-02-16 21:12:25 +00:00
GitLab Bot 9a8f801d73 Add latest changes from gitlab-org/gitlab@master 2020-11-17 12:09:15 +00:00
GitLab Bot b0980f5557 Add latest changes from gitlab-org/gitlab@master 2020-10-08 21:08:52 +00:00
GitLab Bot 8d96319c80 Add latest changes from gitlab-org/gitlab@master 2020-07-01 00:09:02 +00:00
GitLab Bot d6348d22dd Add latest changes from gitlab-org/gitlab@master 2020-06-24 09:08:32 +00:00
GitLab Bot b6a92c969b Add latest changes from gitlab-org/gitlab@master 2020-05-07 06:09:38 +00:00
GitLab Bot 5bfb8d1fad Add latest changes from gitlab-org/gitlab@master 2020-03-18 18:09:35 +00:00
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