mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| inmem | ||
| internal/appstate | ||
| mysql | ||
| datastore_app_test.go | ||
| datastore_campaigns_test.go | ||
| datastore_hosts_test.go | ||
| datastore_invites_test.go | ||
| datastore_labels_test.go | ||
| datastore_options_test.go | ||
| datastore_packs_test.go | ||
| datastore_password_reset_test.go | ||
| datastore_queries_test.go | ||
| datastore_scheduled_queries_test.go | ||
| datastore_test.go | ||
| datastore_users_test.go | ||
| inmem_test.go | ||
| mysql_test.go | ||