Commit Graph

73 Commits (release-1.2)

Author SHA1 Message Date
Quentin Machu 94bcf91cdf Merge pull request #263 from Quentin-M/rhel_unique_fixedin
8 years ago
Matt Moore df1b2a13c4 Add Ubuntu yakkety to the namespace mapping.
8 years ago
Jimmy Zelinskie da446b65d6 pgsql: use subquery to plan GetNotification query (#182)
8 years ago
Jimmy Zelinskie be3d697dc4 pgsql: remove unnecessary join used in GetNotification (#179)
8 years ago
Quentin Machu 79ba99bbea database: Fix invalid error message
8 years ago
Jimmy Zelinskie 363cde29f4 psql: add debug message for duplicate layers
8 years ago
liangchenye 1a863a06cf remove the useless pointer of NextPage field; check namespace notfound error
8 years ago
liangchenye 48ffb2687a use encrypt page in listVuln api
8 years ago
liangchenye a541e964e0 New API: list vulnerabilities by namespace
8 years ago
Quentin Machu 9b191fb598 database: Find the FeatureVersion we try to insert before doing any lock
8 years ago
Jimmy Zelinskie 500fc4e407 various: gofmt -s
8 years ago
Jimmy Zelinskie 8fd0aa162b various: spelling corrections
8 years ago
Quentin Machu 84319507df database: use constants to store queries
8 years ago
Quentin Machu 06531e01c5 database: disable hash/merge joins in FindLayer
8 years ago
Quentin Machu 18f2d7e672 database: modify join table in FindLayer to reduce cost by 3.5x
8 years ago
Quentin Machu 6d2eedf121 api/database: add the layer name that add each feature in getLayer
8 years ago
Quentin Machu b5d8f9952e database: fix notification test (wrong signature)
8 years ago
Quentin Machu f0816d2c4d database: add docs about the interface
8 years ago
Quentin Machu d3b14106a9 database: ignore insertLayer collisions to make it truly idempotent
8 years ago
Quentin Machu e3a25e5368 database: ignore min versions during new vulnerability insertions
8 years ago
Quentin Machu 7c11e4eb5d updater/database: do not create notifications during the initial update
8 years ago
Quentin Machu 883be8769f database: fix Ping() method in PostgreSQL's implementation
8 years ago
Quentin Machu f8b4a52f8a database: make notification tests more robust (old/new, update/delete vulnerabilities)
8 years ago
Quentin Machu ccaaff000e database: add created_at field for layers and vulnerabilities
8 years ago
Quentin Machu 94ece7bf2b database: fix notification design and add vulnerability history
8 years ago
Jimmy Zelinskie 99f3552470 database: add Insert/DeleteVulnerabilityFix
8 years ago
Quentin Machu 03d904c620 database: improve PostgreSQL test inits and cleanups
8 years ago
Quentin Machu 5fdd9d1a07 *: add metadata support along with NVD CVSS
8 years ago
Quentin Machu 8f9779e232 database: cache feature version upon lookup
8 years ago
Quentin Machu 1e4ded6f2b database: add ability to list namespaces
8 years ago
Quentin Machu 35df7ca0eb database: fix feature version cache
8 years ago
Quentin Machu 8be18a0a01 database: write more of the notification system
8 years ago
Quentin Machu 3ecb8b69cb updater: ignore "ubuntu-core" in the Ubuntu fetcher
8 years ago
Quentin Machu d3d689a26a database: don't prune locks when we renew one
8 years ago
Quentin Machu 2690800331 database: create notification during vulnerability insertion
8 years ago
Quentin Machu baed60e19b prometheus: add initial Prometheus support
8 years ago
Quentin Machu ad0531acc7 notifier/database: refactor notification system and add initial Prometheus support
8 years ago
Quentin Machu b8b7be3f81 *: remove health checker
8 years ago
Quentin Machu 63ebddfd36 database: add vulnerability deletion support
8 years ago
Quentin Machu 21f152c03e database: fix keyvalue/notification tests
8 years ago
Quentin Machu 563b3825d8 database: let handleErrors deal with the not found case
8 years ago
Quentin Machu c60d0054fa notifier/database: draft new notification system
8 years ago
Quentin Machu 5759af5bcf database: test and fix layer updates
8 years ago
Quentin Machu 726bd3c0c6 database/api: add layer deletion support
8 years ago
Quentin Machu 248fc7df72 database: fix cache collision (feature & feature versions)
8 years ago
Quentin Machu 82175dcfe9 *: add missing copyright headers
8 years ago
Quentin Machu 6e20993bac api: simplify getLayer route and JSON output
8 years ago
Quentin Machu 92b734d0a4 database: remove an useless query in FindLayer
8 years ago
Quentin Machu bd17dfb5e1 database: ensure that concurrent vulnerability/feature versions insertions work fine
8 years ago
Quentin Machu 74fc5b3e66 database: add missing transaction commits and close opened statement before inserting feature versions.
8 years ago