diff options
author | Stan Hu <stanhu@gmail.com> | 2019-07-29 13:10:16 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-07-29 13:10:16 +0000 |
commit | 914bfabba6708696c049d3a0304d67873b39c047 (patch) | |
tree | 944bce7776c406d1093c0be6dcc2ec9dea802fb4 /doc | |
parent | f7641d848d6b6356c0e5a66e32c0f7fb2aae1b19 (diff) | |
parent | 6cfd13726fbce725633d95140dd0e4bf1779c5db (diff) | |
download | gitlab-ce-914bfabba6708696c049d3a0304d67873b39c047.tar.gz |
Merge branch 'ce-port-4550-add-project-download-export-audit-event' into 'master'
CE: Add project download & project export audit event
See merge request gitlab-org/gitlab-ce!31103
Diffstat (limited to 'doc')
-rw-r--r-- | doc/administration/audit_events.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/administration/audit_events.md b/doc/administration/audit_events.md index aaa43f67760..02de2caf558 100644 --- a/doc/administration/audit_events.md +++ b/doc/administration/audit_events.md @@ -73,6 +73,8 @@ From there, you can see the following actions: - User was added to project and with which [permissions] - Permission changes of a user assigned to a project - User was removed from project +- Project export was downloaded +- Project repository was downloaded ### Instance events **(PREMIUM ONLY)** |