Skip to content

Add CRUD service for the Manifest entity

João Pereira requested to merge db-manifests-crud-service into database

This MR replicates the work done on !125 (merged) (Repository entity) adding a new service for the Manifest entity.

Additionally, this also includes the ManifestLayer entity, which is not a top level entity, but just an association between manifests and layers (both top level entities). Therefore, this association is managed/abstracted by the manifestStore and layerStore services.

Please see !125 (merged) for context.

Related to #63 (closed).

Edited by João Pereira

Merge request reports