Commit Graph

36 Commits (02e2c5823670d9587a2143a231adfa3cd38a87bb)

Author SHA1 Message Date
Jimmy Zelinskie ca9f340a91 pgsql: only select distinct layers
8 years ago
Jimmy Zelinskie ea73aa153d pgsql: searchNotificationLayerIntroducingVulnerability order by layer ID
8 years ago
Jimmy Zelinskie 033709eaea add registerable version formats
8 years ago
Jimmy Zelinskie d4522e9c6e api/v1: indexed layers for notifications
8 years ago
Quentin Machu dc8f71024f pgsql: Reduce cost of GetNotification by 2.5
8 years ago
Quentin Machu ec0aad9b7a pgsql: Use booleans instead of varchar to return creation status
8 years ago
Quentin Machu cd23262e41 pgsql: Do not insert entry in Vulnerability_FixedIn_Feature if existing
8 years ago
Jimmy Zelinskie 5d8336acb3 pgsql: use subquery to plan GetNotification query (#182)
8 years ago
Jimmy Zelinskie 51f9c5dcb4 pgsql: remove unnecessary join used in GetNotification (#179)
8 years ago
liangchenye 1a863a06cf remove the useless pointer of NextPage field; check namespace notfound error
9 years ago
liangchenye 48ffb2687a use encrypt page in listVuln api
9 years ago
liangchenye a541e964e0 New API: list vulnerabilities by namespace
9 years ago
Quentin Machu 9b191fb598 database: Find the FeatureVersion we try to insert before doing any lock
9 years ago
Quentin Machu 84319507df database: use constants to store queries
9 years ago
Quentin Machu 06531e01c5 database: disable hash/merge joins in FindLayer
9 years ago
Quentin Machu 18f2d7e672 database: modify join table in FindLayer to reduce cost by 3.5x
9 years ago
Quentin Machu 6d2eedf121 api/database: add the layer name that add each feature in getLayer
9 years ago
Quentin Machu ccaaff000e database: add created_at field for layers and vulnerabilities
9 years ago
Quentin Machu 94ece7bf2b database: fix notification design and add vulnerability history
9 years ago
Jimmy Zelinskie 99f3552470 database: add Insert/DeleteVulnerabilityFix
9 years ago
Quentin Machu 5fdd9d1a07 *: add metadata support along with NVD CVSS
9 years ago
Quentin Machu 1e4ded6f2b database: add ability to list namespaces
9 years ago
Quentin Machu 8be18a0a01 database: write more of the notification system
9 years ago
Quentin Machu ad0531acc7 notifier/database: refactor notification system and add initial Prometheus support
9 years ago
Quentin Machu 63ebddfd36 database: add vulnerability deletion support
9 years ago
Quentin Machu c60d0054fa notifier/database: draft new notification system
9 years ago
Quentin Machu 5759af5bcf database: test and fix layer updates
9 years ago
Quentin Machu 726bd3c0c6 database/api: add layer deletion support
9 years ago
Quentin Machu 82175dcfe9 *: add missing copyright headers
9 years ago
Quentin Machu 92b734d0a4 database: remove an useless query in FindLayer
9 years ago
Quentin Machu bd17dfb5e1 database: ensure that concurrent vulnerability/feature versions insertions work fine
9 years ago
Quentin Machu 1b53142e38 database: allow removing fixed packages in vulnerabilities
9 years ago
Quentin Machu 7c70fc1c20 database: add initial vulnerability support
9 years ago
Quentin Machu 3a786ae020 database: add lock support
9 years ago
Quentin Machu 970756cd5a database: do insert/find layers (with their features and vulnerabilities)
9 years ago
Quentin Machu 2c150b015e *: refactor & do initial work towards PostgreSQL implementation
9 years ago