xanzy / go-gitlab

GitLab Go SDK
Apache License 2.0
2.33k stars 924 forks source link

Add container registry status to response body #1933

Closed heidiberry closed 2 months ago

heidiberry commented 2 months ago

Resolves https://github.com/xanzy/go-gitlab/issues/1928

Added the status field to the container repository object. The API documentation does not include a list of valid statuses but I think I've found the correct enum in GitLab's codebase and linked to it in the type declaration.