netlify / git-gateway

A Gateway to Git APIs
MIT License
400 stars 89 forks source link

Allow GitHub `status`/`statuses` endpoints #28

Closed erquhart closed 5 years ago

erquhart commented 5 years ago

Netlify CMS deploy preview links (https://github.com/netlify/netlify-cms/issues/372 / https://github.com/netlify/netlify-cms/pull/2028) require access to GitHub's Statuses API, specifically the status endpoint. It is very similar to statuses, so we may as well allow both while we're at it.

As deploy preview support is added for GitLab and Bitbucket, their respective status API's will need to be allowed here as well.

Blocking https://github.com/netlify/netlify-cms/pull/2028.