fleet/server/datastore
Mike Arpaia 12f8c0b671 Datastore cleaning (#262)
This PR reorganizes a bunch of the files in datastore such that all datastore implementations are consistently broken up into multiple files. Additionally, the datastore tests follow a similar pattern and can easily be applied to any complete datastore implementation.
2016-10-04 16:34:36 -04:00
..
config.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
datastore.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
datastore_app_test.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
datastore_hosts_test.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
datastore_invite_test.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
datastore_labels_test.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
datastore_packs_test.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
datastore_password_reset_test.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
datastore_queries_test.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
datastore_test.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
datastore_users_test.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
gorm.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
gorm_app.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
gorm_hosts.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
gorm_invite.go Adds endpoints to invite new users to the application. (#235) 2016-09-28 22:44:05 -04:00
gorm_labels.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
gorm_packs.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
gorm_password_reset.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
gorm_queries.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
gorm_sessions.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
gorm_test.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
gorm_users.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
inmem.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
inmem_app.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
inmem_hosts.go Implement osquery datastore methods for inmem datastore (#255) 2016-09-29 18:19:51 -07:00
inmem_invite.go Adds endpoints to invite new users to the application. (#235) 2016-09-28 22:44:05 -04:00
inmem_labels.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
inmem_packs.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
inmem_password_reset.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
inmem_queries.go Datastore cleaning (#262) 2016-10-04 16:34:36 -04:00
inmem_sessions.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
inmem_users.go Adds endpoints to invite new users to the application. (#235) 2016-09-28 22:44:05 -04:00