Add API support for custom CI tools commit status
Created by: ste93cry
Hi, as I'm using TeamCity Continuous Integration Server as CI tool it would be useful to be able to integrate the build status inside the merge requests like the GitLab CI does. Take as example GitHub: they have a generic API which is used by 3rd parties softwares to push the status of the builds and displays in the MR the results. It would be good to extend the alredy existent GitLab API and add this feature as I'm sure it would be a great addition for the next release of the software and it would make happy a lot of users which uses a different CI tool. As reference to the GitHub API you can find here a blog post from them about it. As I have no experience with Ruby I can't help but I really hope to see it for the 4.2 release if possible.