Audit Event - Change target in the audit entry for downloading source code from release
Problem to solve
The audit log entry for the release page download source code currently looks like this: https://gitlab.com/gitlab-org/gitlab/uploads/bed44044b01e34c28c7491b782be756b/image.png
The target currently states the name of the project, this is redundant as it is already mentioned before the audit table.
It would be better to state the <release name>
Also it would be more informative to state which package was downloaded (zip, tar.gz, tar.bz2, tar)
Intended users
Users who need this info for compliance, auditing and monitoring of user actions
Further details
Proposal
The new log entry for download should look like this:
| Author | Action | Target | At |
|---|---|---|---|
<downloader> |
"Repository Download Started" <package-type>
|
<name of release> |
<timestamp> |
Where <package-type> = zip/ tar.gz/ tar.bz2/tar