Commit Graph

11 Commits

Author SHA1 Message Date
GitLab Bot e40c68997d Add latest changes from gitlab-org/gitlab@master 2022-02-24 12:12:57 +00:00
GitLab Bot ee52c3666e Add latest changes from gitlab-org/gitlab@master 2022-02-16 21:12:25 +00:00
GitLab Bot 77e7754605 Add latest changes from gitlab-org/gitlab@master 2021-12-15 00:13:13 +00:00
GitLab Bot d7918f3466 Add latest changes from gitlab-org/gitlab@master 2021-08-31 15:10:29 +00:00
GitLab Bot 4046c3447e Add latest changes from gitlab-org/gitlab@master 2021-02-05 15:09:28 +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 45b4df3e57 Add latest changes from gitlab-org/gitlab@master 2020-03-30 09:07:58 +00:00
GitLab Bot 9caed104bc Add latest changes from gitlab-org/gitlab@master 2019-12-11 03:07:31 +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