iver-wharf / wharf-api

Wharf backend written in Go
MIT License
1 stars 0 forks source link

Deprecate status ID, use strings instead #152

Open applejag opened 2 years ago

applejag commented 2 years ago

Our build responses and requests has both build status ID and string enum.

Suggest removing the ID from the REST API and only rely on the status string.

This needs deprecation warning, so could be removed first v6 if deprecated in v5