fleet/server/mock
Zachary Wasserman fcb8418b2f Add fleetctl get host capability to get single host with labels
Getting a single host with `fleetctl get host foobar` will look up the
host with the matching hostname, uuid, osquery identifier, or node key,
and provide the full host details along with the labels the host is a
member of.
2020-07-21 14:05:46 -07:00
..
datastore.go Clean up unused DB tables, migrations, and code (#2258) 2020-07-08 13:02:18 -07:00
datastore_appconfig.go Add support for multiple enroll secrets (#2238) 2020-05-29 09:12:39 -07:00
datastore_appconfig_helpers.go Rename project to Kolide Fleet (#1529) 2017-06-22 15:50:45 -04:00
datastore_campaigns.go Refactor label membership storage 2020-07-21 14:05:46 -07:00
datastore_hosts.go Add fleetctl get host capability to get single host with labels 2020-07-21 14:05:46 -07:00
datastore_invites.go Rename project to Kolide Fleet (#1529) 2017-06-22 15:50:45 -04:00
datastore_invites_helpers.go Rename project to Kolide Fleet (#1529) 2017-06-22 15:50:45 -04:00
datastore_labels.go Implement pagination of hosts in the web UI 2020-07-21 14:05:46 -07:00
datastore_osquery_options.go Transition osquery options interfaces for compatibility with fleetctl (#1649) 2017-12-13 18:14:54 -05:00
datastore_packs.go Fix pack and query UI issues in Fleet 2.0 (#1829) 2018-06-15 10:13:11 -04:00
datastore_queries.go Return 404 errors where appropriate in spec endpoints (#1777) 2018-05-09 16:54:42 -07:00
datastore_query_results.go Add ability to disable live queries (#2167) 2020-01-13 16:53:04 -08:00
datastore_scheduled_queries.go Fix pack and query UI issues in Fleet 2.0 (#1829) 2018-06-15 10:13:11 -04:00
datastore_sessions.go Prevent non-admin users from modifying other users 2018-09-18 14:56:25 -04:00
datastore_targets.go Move live query operations from MySQL to Redis 2020-07-21 14:05:46 -07:00
datastore_users.go Rename project to Kolide Fleet (#1529) 2017-06-22 15:50:45 -04:00
datastore_users_helpers.go Rename project to Kolide Fleet (#1529) 2017-06-22 15:50:45 -04:00
errors.go add mock package and use in invite tests (#603) 2017-01-10 16:49:14 -05:00
service.go refactor gRPC endpoints with launcher packages in mind (#1582) 2017-10-24 19:55:32 -04:00
service_osquery.go Save details provided by host during enrollment (#2066) 2019-07-01 16:50:04 -07:00