Skip to content

Return empty array when commit has no statuses in API

Grzegorz Bizon requested to merge fix/commit-status-api-improvement into master

This makes API endpoint for Commit Statuses return empty array instead of 404 when commit exists, but has no statuses.

Closes #3080 (closed)

Merge request reports