Mentions légales du service

Update faq authored by Admin clmouton's avatar Admin clmouton
...@@ -401,7 +401,10 @@ query { ...@@ -401,7 +401,10 @@ query {
The result of the query returns, for each project, the space occupied by the various components in bytes. The result of the query returns, for each project, the space occupied by the various components in bytes.
storageSize is the total size of a project. storageSize is the total size of a project.
## How much space is taken by the artifacts and logs at each pipeline execution?
### How do I remove a large file or a binary added by mistake? ### How do I remove a large file or a binary added by mistake?
https://gitlab.inria.fr/siteadmin/doc/-/wikis/Statistics-creation-at-each-pipeline-execution
Here's how to rewrite the history, and in particular how to delete a commit or delete a file from each commit: Here's how to rewrite the history, and in particular how to delete a commit or delete a file from each commit:
https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History
... ...
......