Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
02ded4c0
Commit
02ded4c0
authored
May 06, 2019
by
Alessio Caiazza
Committed by
Achilleas Pipinellis
May 06, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document packages_size statistics API
parent
bcaec0fb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
7 deletions
+12
-7
doc/api/groups.md
doc/api/groups.md
+2
-2
doc/api/projects.md
doc/api/projects.md
+10
-5
No files found.
doc/api/groups.md
View file @
02ded4c0
...
...
@@ -69,8 +69,8 @@ GET /groups?statistics=true
"storage_size"
:
212
,
"repository_size"
:
33
,
"lfs_objects_size"
:
123
,
"job_artifacts_size"
:
57
"job_artifacts_size"
:
57
,
"packages_size"
:
0
}
}
]
...
...
doc/api/projects.md
View file @
02ded4c0
...
...
@@ -155,7 +155,8 @@ When the user is authenticated and `simple` is not set this returns something li
"storage_size"
:
1038090
,
"repository_size"
:
1038090
,
"lfs_objects_size"
:
0
,
"job_artifacts_size"
:
0
"job_artifacts_size"
:
0
,
"packages_size"
:
0
},
"_links"
:
{
"self"
:
"http://example.com/api/v4/projects"
,
...
...
@@ -237,7 +238,8 @@ When the user is authenticated and `simple` is not set this returns something li
"storage_size"
:
2066080
,
"repository_size"
:
2066080
,
"lfs_objects_size"
:
0
,
"job_artifacts_size"
:
0
"job_artifacts_size"
:
0
,
"packages_size"
:
0
},
"_links"
:
{
"self"
:
"http://example.com/api/v4/projects"
,
...
...
@@ -345,7 +347,8 @@ GET /users/:user_id/projects
"storage_size"
:
1038090
,
"repository_size"
:
1038090
,
"lfs_objects_size"
:
0
,
"job_artifacts_size"
:
0
"job_artifacts_size"
:
0
,
"packages_size"
:
0
},
"_links"
:
{
"self"
:
"http://example.com/api/v4/projects"
,
...
...
@@ -426,7 +429,8 @@ GET /users/:user_id/projects
"storage_size"
:
2066080
,
"repository_size"
:
2066080
,
"lfs_objects_size"
:
0
,
"job_artifacts_size"
:
0
"job_artifacts_size"
:
0
,
"packages_size"
:
0
},
"_links"
:
{
"self"
:
"http://example.com/api/v4/projects"
,
...
...
@@ -553,7 +557,8 @@ GET /projects/:id
"storage_size"
:
1038090
,
"repository_size"
:
1038090
,
"lfs_objects_size"
:
0
,
"job_artifacts_size"
:
0
"job_artifacts_size"
:
0
,
"packages_size"
:
0
},
"_links"
:
{
"self"
:
"http://example.com/api/v4/projects"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment