Skip to content

Generate valid json

Nicole requested to merge IchHabRecht/gitlab-ce:generate-valid-json into master

This patch helps to be compatible to other programing languages as it improves the validation of hook data. It seems only ruby can handle 'nil' as value while other json decode function will fatal.

Merge request reports