fix: rename custom fields handlers, clean metadata API, remove Version field #645
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Renames custom fields handlers to GetRepoCustomFields/SetRepoCustomFields to avoid collision with manifest metadata GetRepoMetadata/UpdateRepoMetadata. Moves custom fields endpoint from /metadata to /custom-fields. Removes stale Version field from metadata.go saveMetadata().