fleet/server/datastore/inmem
Zachary Wasserman 608772917c Refactor label membership storage
Label membership is now stored in the label_membership table. This is
done in preparation for adding "manual" labels, as previously label
membership was associated directly with label query executions.

Label queries are now all executed at the same time, rather than on
separate intervals. This simplifies the calculation of which distributed
queries need to be run when a host checks in.
2020-07-21 14:05:46 -07:00
..
app.go Rename project to Kolide Fleet (#1529) 2017-06-22 15:50:45 -04:00
campaigns.go Refactor label membership storage 2020-07-21 14:05:46 -07:00
email_changes.go Email confirmation fix (#1231) 2017-02-16 21:07:20 +08:00
errors.go catch sql.ErrNoRows in mysql/invites (#667) 2016-12-20 16:31:09 -05:00
hosts.go Implement pagination of hosts in the web UI 2020-07-21 14:05:46 -07:00
inmem_test.go Rename project to Kolide Fleet (#1529) 2017-06-22 15:50:45 -04:00
inmem.go Move live query operations from MySQL to Redis 2020-07-21 14:05:46 -07:00
invites.go Rename project to Kolide Fleet (#1529) 2017-06-22 15:50:45 -04:00
labels.go Implement pagination of hosts in the web UI 2020-07-21 14:05:46 -07:00
packs.go Delete spec entities by name instead of ID (#1755) 2018-05-04 11:05:55 -07:00
password_reset.go Rename project to Kolide Fleet (#1529) 2017-06-22 15:50:45 -04:00
queries.go Fix error messages related to null users as creators of queries. (#1928) 2018-10-11 13:22:43 -07:00
sessions.go Rename project to Kolide Fleet (#1529) 2017-06-22 15:50:45 -04:00
targets.go Improvements to server logging (#2155) 2019-12-04 09:42:10 -08:00
users.go Rename project to Kolide Fleet (#1529) 2017-06-22 15:50:45 -04:00