fleet/datastore
Zachary Wasserman 8f16bd8bcc Send configuration + label queries in distributed reads (#215)
This PR is the beginning of distributed query work. For now we are focusing on using the distributed query subsystem to retrieve the basic configuration information (currently just platform), and run the label queries.

A mockable clock interface is also added to the service struct, allowing us to inject a clock as a dependency, and write unit tests that can control the time.
2016-09-20 20:08:11 -07:00
..
config.go Refactoring for config patterns (#159) 2016-09-14 09:11:06 -07:00
datastore.go Update users service (#156) 2016-09-15 10:52:17 -04:00
datastore_test.go Serializable config types (#141) 2016-09-19 16:11:39 -07:00
gorm.go Send configuration + label queries in distributed reads (#215) 2016-09-20 20:08:11 -07:00
gorm_password_reset.go Update users service (#156) 2016-09-15 10:52:17 -04:00
gorm_sessions.go Refactoring for config patterns (#159) 2016-09-14 09:11:06 -07:00
gorm_test.go assertifying the tests (#163) 2016-09-14 11:40:51 -07:00
gorm_users.go Update users service (#156) 2016-09-15 10:52:17 -04:00
inmem.go Update users service (#156) 2016-09-15 10:52:17 -04:00
inmem_password_reset.go Update users service (#156) 2016-09-15 10:52:17 -04:00
inmem_sessions.go Refactoring for config patterns (#159) 2016-09-14 09:11:06 -07:00
inmem_users.go Update users service (#156) 2016-09-15 10:52:17 -04:00