Request: Use same post-receive-hook format as github / codebase
Created by: Luzifer
Currently (version 2.8) gitlab is sending out a post request including plain json. Github and CodebaseHQ are sending out parameter 'payload' with json content. As deployment tools like DeployHQ need this parameter it would be quite useful to use the same format as them to have the chance to use the same tools.
Format documentation of Github: https://help.github.com/articles/post-receive-hooks (CodebaseHQ is using the same format)