clair/database
Ales Raszka 60b0bd27fa Add namespace_id as constraints to layer_feature
If layer contains more than one potential namespace, features will be
created for each namespace. Layer_feature table now has to contains one
more constrains (namespace_id).
2019-03-07 11:22:54 +01:00
..
pgsql Add namespace_id as constraints to layer_feature 2019-03-07 11:22:54 +01:00
database.go database: make locks SOI & add Extend method 2019-02-28 15:46:31 -05:00
dbutil.go Move PotentialNamespace to LayerFeature 2019-03-07 11:22:54 +01:00
detector.go clair: Use builder pattern for constructing ancestry 2019-02-26 10:26:49 -05:00
error.go database: Add StorageError type 2019-02-19 16:48:42 -05:00
feature_type.go database: Add feature_type database model 2019-02-19 16:48:42 -05:00
mock.go database: make locks SOI & add Extend method 2019-02-28 15:46:31 -05:00
models.go Move PotentialNamespace to LayerFeature 2019-03-07 11:22:54 +01:00
namespace_mapping.go database: add mapping for Ubuntu Cosmic (18.10) 2018-10-29 13:42:44 -04:00
severity_test.go
severity.go
testutil.go