Commits with no statuses return 404
This is a bug with the new Commit Status API that was merged in a few days ago (!1530 (merged)).
When attempting to get the statuses for a commit that does not yet have any, the API returns a 404
error and:
{"message":"404 Commit Not Found"}
I think this should instead return a 200
and an empty array.