mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Previously, when determining which packs a host should get when it checked in, we were iterating each pack and only checking whether or not the host was apart of a label which was a target of the pack, but we were never checking whether or not the host had been added as a specific target of that pack. This PR makes the necessary modification to `svc.ListPacksForHost`. |
||
|---|---|---|
| .. | ||
| 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 | ||