fleet/server
Mike Arpaia 704ddd424b Host summary endpoint (#742)
* Initial scaffolding of the host summary endpoint

* inmem datastore implementation of GenerateHostStatusStatistics

* HostSummary docstring

* changing the url of the host summary endpoint

* datastore tests for GenerateHostStatusStatistics

* MySQL datastore implementation of GenerateHostStatusStatistics

* <= and >= to catch exact time edge case

* removing clock interface method

* lowercase error wraps

* removin superfluous whitespace

* use updated_at

* adding a seen_at column to the hosts table

* moving the update of seen_time to the caller

* using db.Get instead of db.Select
2017-01-04 14:16:17 -07:00
..
config Use redis for distributed query results when not in dev mode (#653) 2016-12-15 16:13:23 -08:00
contexts Make context imports consistent (#359) 2016-10-31 15:18:05 -07:00
datastore Host summary endpoint (#742) 2017-01-04 14:16:17 -07:00
errors change the implementation of ErrNotFound and AlreadyExists to a struct type (#665) 2016-12-20 13:35:22 -05:00
kolide Host summary endpoint (#742) 2017-01-04 14:16:17 -07:00
mail Add invite email template and use the new invite mailer pattern (#711) 2016-12-28 11:55:03 -05:00
pubsub Close orphaned distributed query campaign after failed publish attempt (#707) 2016-12-27 10:35:19 -05:00
service Host summary endpoint (#742) 2017-01-04 14:16:17 -07:00
test Host summary endpoint (#742) 2017-01-04 14:16:17 -07:00
version Organizing go code (#241) 2016-09-26 11:48:55 -07:00
websocket Push query results and metadata over websocket connection (#519) 2016-11-22 16:35:43 -08:00