aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/services/artifact-config.service.spec.ts
AgeCommit message (Collapse)AuthorFilesLines
2020-04-19Configure a new Artifact Typeandre.schmid1-0/+23
Centralizes artifact configuration in one yaml entry. Allow the configuration of a new artifact type without the need of code changes. The configuration file now is used as a source of artifacts types instead the artifact type enum. The enum will be used as a source of base artifact types and also in hard coded business rules. Change-Id: Id0383d9fca9bce0519a4d52a4ecb3a68c8713f0f Issue-ID: SDC-2754 Signed-off-by: andre.schmid <andre.schmid@est.tech>