#152 Allow use enum type name while creating ArtifactBuild
Merged by jkaluza. Opened by qwan.
qwan/freshmaker use-enum-type  into  master

Download 152.patch

This allows creating/updating ArtifactBuild with ArtifactType.(type) and
ArtifactBuildState.(state), it previously requires us to do that with
ArtifactType.(type).value and ArtifactBuildState.(state).value.

rebased onto f6a12d9f803eed15507c101b1244b0e684e0fc23

Looks good for me :thumbsup: This looks like a real enum :smile:

Commit 23a129dc fixes this pull-request

Pull-Request has been merged by jkaluza

Pull-Request has been merged by jkaluza

Metadata