clair/database/pgsql
Jimmy Zelinskie d193b46449 pkg/pagination: init
This change refactors a lot of the code dealing with pagination so that
fernet implementation details do not leak.

- Deletes database/pgsql/token
- Introduces a pagination package
- Renames idPageNumber to Page and add a constructor and method.
2018-09-07 16:13:51 -04:00
..
migrations Update Database and Worker implementation for layer-wise feature 2018-09-06 13:56:03 -04:00
testdata Update Database and Worker implementation for layer-wise feature 2018-09-06 13:56:03 -04:00
ancestry_test.go Update Database and Worker implementation for layer-wise feature 2018-09-06 13:56:03 -04:00
ancestry.go Update Database and Worker implementation for layer-wise feature 2018-09-06 13:56:03 -04:00
complex_test.go database: postgres implementation with tests. 2017-08-10 11:25:29 -04:00
feature_test.go database: postgres implementation with tests. 2017-08-10 11:25:29 -04:00
feature.go database: postgres implementation with tests. 2017-08-10 11:25:29 -04:00
keyvalue_test.go database: postgres implementation with tests. 2017-08-10 11:25:29 -04:00
keyvalue.go database: postgres implementation with tests. 2017-08-10 11:25:29 -04:00
layer_test.go Update Database and Worker implementation for layer-wise feature 2018-09-06 13:56:03 -04:00
layer.go Update Database and Worker implementation for layer-wise feature 2018-09-06 13:56:03 -04:00
lock_test.go database: postgres implementation with tests. 2017-08-10 11:25:29 -04:00
lock.go database: postgres implementation with tests. 2017-08-10 11:25:29 -04:00
namespace_test.go database: postgres implementation with tests. 2017-08-10 11:25:29 -04:00
namespace.go database: postgres implementation with tests. 2017-08-10 11:25:29 -04:00
notification_test.go pkg/pagination: init 2018-09-07 16:13:51 -04:00
notification.go pkg/pagination: init 2018-09-07 16:13:51 -04:00
page.go pkg/pagination: init 2018-09-07 16:13:51 -04:00
pgsql_test.go pkg/pagination: init 2018-09-07 16:13:51 -04:00
pgsql.go pkg/pagination: init 2018-09-07 16:13:51 -04:00
queries.go Update Database and Worker implementation for layer-wise feature 2018-09-06 13:56:03 -04:00
vulnerability_test.go database: postgres implementation with tests. 2017-08-10 11:25:29 -04:00
vulnerability.go database: postgres implementation with tests. 2017-08-10 11:25:29 -04:00