git - Free push logs tool for GitLab -


i have gitlab instance on server , i'm going create users students assignments there. wondering whether there free push log tool gitlab can show these items:

-who initiated push -which protocol used -what originating ip address -which git client used -and other useful information checkout commit requests 

it because want catch cases of plagiarism.

there gitlab-auditor on github.

it parses gitlab-shell-log , present information in organized way.

don't forget apply patches indicated in readme because enable important info logs.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -