clair/database/pgsql
Quentin Machu a03459d02e Merge pull request #165 from Quentin-M/db_registration
Allow specifying datastore driver by config, relocate upgrade detection, mock datastore
2016-05-20 12:20:26 -05:00
..
migrations database: add created_at field for layers and vulnerabilities 2016-02-24 16:36:45 -05:00
testdata *: add missing copyright headers 2016-02-24 16:34:54 -05:00
complex_test.go database: Allow specifying datastore driver by config 2016-05-11 15:29:13 -07:00
feature_test.go database: Allow specifying datastore driver by config 2016-05-11 15:29:13 -07:00
feature.go database: Find the FeatureVersion we try to insert before doing any lock 2016-03-03 14:15:06 -05:00
keyvalue_test.go database: Allow specifying datastore driver by config 2016-05-11 15:29:13 -07:00
keyvalue.go database: use constants to store queries 2016-02-24 16:40:40 -05:00
layer_test.go worker/database: Move upgrade detection logic out of database to worker 2016-05-20 12:01:30 -05:00
layer.go worker/database: Move upgrade detection logic out of database to worker 2016-05-20 12:01:30 -05:00
lock_test.go database: Allow specifying datastore driver by config 2016-05-11 15:29:13 -07:00
lock.go database: use constants to store queries 2016-02-24 16:40:40 -05:00
namespace_test.go database: Allow specifying datastore driver by config 2016-05-11 15:29:13 -07:00
namespace.go database: use constants to store queries 2016-02-24 16:40:40 -05:00
notification_test.go database: Add some missing copyright headers 2016-05-20 12:01:31 -05:00
notification.go database: Add some missing copyright headers 2016-05-20 12:01:31 -05:00
pgsql_test.go *: use path/filepath instead of path 2016-05-20 12:01:31 -05:00
pgsql.go *: use path/filepath instead of path 2016-05-20 12:01:31 -05:00
queries.go pgsql: use subquery to plan GetNotification query (#182) 2016-05-20 13:10:00 -04:00
vulnerability_test.go database: Allow specifying datastore driver by config 2016-05-11 15:29:13 -07:00
vulnerability.go remove the useless pointer of NextPage field; check namespace notfound error 2016-03-08 11:48:52 +08:00