influxdb/bolt
Michael Desa d0a2f84c07 feat(platform): add dashboards service
feat(platform): add dashboard service interface and associated types

feat(bolt): add bolt implementation ofplatform dashboard service

feat(http): add dashboard http handler and http implementation dashboard service

feat(cmd/idpd): use bolt dashboard service in idpd

test(testing): add conformance test for dashboard service

test(bolt): ensure conforms dashboard service conforms to tests

fix(platform): rename DashboardContents to DashboardCellContents in test

fix(bolt): correct mispelled comments
2018-06-04 08:26:19 -07:00
..
authorization.go feat(platform): add boltdb implementation of services 2018-05-21 10:08:22 -04:00
authorization_test.go feat(platform): add boltdb implementation of services 2018-05-21 10:08:22 -04:00
bbolt.go feat(platform): add dashboards service 2018-06-04 08:26:19 -07:00
bbolt_test.go feat(bolt): add boltdb implementation of bucket service 2018-05-16 11:45:10 -04:00
bucket.go feat(platform): add boltdb implementation of services 2018-05-21 10:08:22 -04:00
bucket_test.go feat(platform): add boltdb implementation of services 2018-05-21 10:08:22 -04:00
dashboard.go feat(platform): add dashboards service 2018-06-04 08:26:19 -07:00
dashboard_test.go feat(platform): add dashboards service 2018-06-04 08:26:19 -07:00
organization.go feat(platform): add boltdb implementation of services 2018-05-21 10:08:22 -04:00
organization_test.go feat(platform): add boltdb implementation of services 2018-05-21 10:08:22 -04:00
user.go feat(platform): add boltdb implementation of services 2018-05-21 10:08:22 -04:00
user_test.go feat(platform): add boltdb implementation of services 2018-05-21 10:08:22 -04:00