[go: up one dir, main page]

Skip to content

system log for git activity with ref/branch information

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

Proposal

adding ref/branch information for git activity to system log like production_json.log or api_json.log.

use cases: we want to monitor/alert on changes to protected branches for subset of projects. correlating ref/branch information to branch protection can be done on our end. If it can be added in log field, it'd be amazing.

Detail: we want to specifically check on project access token's activity. users' activity is mostly done by MR. However, project access token is wild wild west if it's not treated correctly. we use IP information to determine the source of origin. having ref/branch information allows us to do needful.

current workaround: set up system hook and check ref field. But system hook is lack of remote_ip information

Edited by 🤖 GitLab Bot 🤖