summaryrefslogtreecommitdiff
path: root/artifact_description.go
AgeCommit message (Collapse)AuthorFilesLines
2018-07-20Change basic weles types to generated by swaggerAlexander Mazuruk1-0/+154
Definitions from artifactmanager.go and jobmanager.go are removed. Definitions which are used by swagger were added to swagger.yml. Swagger server was regenerated. ArtifactStatusChange was moved to separate file for consistency. In ArtifactType const renamed: YAMLFILE to YAML TESTFILE to TEST FILE suffix was redundant as each ArtifactType is a file. In ArtifactType and ArtifactStatus consts AM_ prefix was changed to ArtifactType and ArtifactStatus respectively. JobStatus consts JOB_ prefix was changed to JobStatus. This naming is more go-compliant. Swagger generated models use strfmt.DateTime rather than time.Time. strfmt.DateTime is a wrapper for time.Time extending it with swagger validation. controller and artifacts packages were adjusted to be compatible with the above. Currently artifact_info.go has difference between committed and generated code. This is caused by the following issue: https://github.com/go-swagger/go-swagger/issues/1617 Change-Id: If7687ac25113c93c6b130ae6555fd338c700fef8 Signed-off-by: Alexander Mazuruk <a.mazuruk@samsung.com>