CI Status Not Allowing Unknown
Created by: bassrock
Hi,
I am developing a plugin for a new ci service and while going through how Gitlab, connects to GItlab CI I see it allows an unknown state. This however is not allowed in the page that gets displayed to the user in merge requests and instead the user sees an unable to connect to CI error, when really it should be an "Unallowed state" error.
Either way in this section: https://github.com/gitlabhq/gitlabhq/blob/7c6a58a756cc3bff78a6d0a0ca8abfe9b2c147da/app/assets/javascripts/merge_request.js.coffee#L91
It should allow an unknown state since Gitlab CI allows it.