Commit Graph

152 Commits (0e5c4b64456b6a0f845fbda4d0a22c949c5205cf)

Author SHA1 Message Date
Ales Raszka f326b6f664 Use PotentialNamespace in ancestry
6 years ago
Sida Chen 2d1ac2c4d5 update
6 years ago
Sida Chen 0731df972c pgsql: Remove unused test code
6 years ago
Sida Chen dfa07f6d86 pgsql: Move notification to its module
6 years ago
Sida Chen 921acb26fe pgsql: Split vulnerability.go to files in vulnerability module
6 years ago
Sida Chen 7cc83ccbc5 pgsql: Split ancestry.go to files in ancestry module
6 years ago
Sida Chen 497b79a293 pgsql: Add test for migrations
6 years ago
Sida Chen ea418cffd4 pgsql: Split layer.go to files in layer module
6 years ago
Sida Chen 176c69e59d pgsql: Move namespace to its module
6 years ago
Sida Chen 98e81ff5f1 pgsql: Move keyvalue to keyvalue module
6 years ago
Sida Chen ba50d7c626 pgsql: Move lock to lock module
6 years ago
Sida Chen 0b32b36cf7 pgsql: Move detector to pgsql/detector module
6 years ago
Sida Chen c50a2339b7 pgsql: Split feature.go to table based files in feature module
6 years ago
Sida Chen 43f3ea87d8 pgsql: Move batch queries to corresponding modules
6 years ago
Sida Chen a33050637b pgsql: Move extra logic in pgsql.go to util folder
6 years ago
Sida Chen 8bebea3643 pgsql: Split testutil.go into multiple files
6 years ago
Ales Raszka d77dc0f0ae Use struct as a map key instead of string
6 years ago
Ales Raszka a8a91379d9 Add test for potential namespace
6 years ago
Ales Raszka 60b0bd27fa Add namespace_id as constraints to layer_feature
6 years ago
Ales Raszka 60ef726677 Move PotentialNamespace to LayerFeature
6 years ago
Ales Raszka 44c4a6f3ce Store PotentialNamespace in database
6 years ago
Ales Raszka 34c2d96b36 featurefmt: Extract PotentialNamespace
6 years ago
Sida Chen b03f1bc3a6 pgsql: Fix failed tests
6 years ago
Sida Chen ed9c6baf4f pgsql: Fix pgsql test
6 years ago
Sida Chen 046b0e49d1 Add missing licenses
6 years ago
Jimmy Zelinskie 4fa03d1c78
Merge pull request #723 from jzelinskie/lock-tx
6 years ago
Jimmy Zelinskie 961c7d4680 database: add test for lock expiration
6 years ago
Jimmy Zelinskie a4e7873d14 database: make locks SOI & add Extend method
6 years ago
Sida Chen f7e54c1a28
Merge pull request #695 from saromanov/fix-unchecked-error
6 years ago
Sida Chen 5bf8365f7b pgsql: Prevent inserting invalid entry to database
6 years ago
Sida Chen 8aae73f1c8 pgsql: Remove unnecessary logs
6 years ago
Sida Chen 73bc2bc36b
Merge pull request #672 from KeyboardNerd/source_package/feature_type
6 years ago
Sida Chen 5a94499fdb update according to comments
6 years ago
Sida Chen 79af05e67d pgsql: Fix postgres queries for feature_type
6 years ago
Sida Chen 073c685c5b pgsql: Add proper tests for database migration
6 years ago
Sida Chen 00eed77b45 database: Add feature_type database model
6 years ago
Sida Chen c6c8fce39a pgsql: Add feature_type to initial schema
6 years ago
Jimmy Zelinskie cafe0976a4
Merge pull request #685 from jzelinskie/updater-cleanup
6 years ago
Sergey a57d806717
pgsql: fix unchecked error
6 years ago
Ales Raszka 015a79fd5a Layer: replace arrays with slices
6 years ago
Ales Raszka 90f5592095 Feature: replace arrays with slices
6 years ago
Jimmy Zelinskie 399deab100 database: remove FindLock()
6 years ago
Sida Chen f759dd54c0 database: Replace Parent Feature with source metadata
6 years ago
Sida Chen 3fe894c5ad database: Add parent feature pointer to Feature struct
6 years ago
Sida Chen e657d26313 database: move dbutil and testutil to database from pkg
6 years ago
Sida Chen 0c1b80b2ed pgsql: Implement database queries for detector relationship
6 years ago
Sida Chen 9c49d9dc55 pgsql: Move queries to corresponding files
6 years ago
Sida Chen dca2d4e597 pgsql: Add detector to database schema
6 years ago
Sida Chen 53433090a3 pgsql: update the query format
6 years ago
Sida Chen e160616723 database: Use LayerWithContent as Layer
6 years ago