fleet/server/datastore
Roberto Dip e4cd25f4aa
fix a bug causing features to be false (#8240)
Related to https://github.com/fleetdm/fleet/issues/8010 and https://github.com/fleetdm/fleet/issues/8013 this prevents a bug that happens when:

1. A team doesn't have a `config.features` key in the JSON stored in the table or `config` is `NULL`
2. The team is edited from the UI

All `config.features` will default to `false`, which can be a problem if your global settings are `true` for both (which is the default)
2022-10-14 19:27:37 -03:00
..
cached_mysql avoid panic when storing a nil pointer in cached_mysql (#8020) 2022-10-03 13:29:20 -03:00
mysql fix a bug causing features to be false (#8240) 2022-10-14 19:27:37 -03:00
mysqlredis Track active hosts count and enforce limit (#6099) 2022-06-13 16:29:32 -04:00
redis Detect the NOPERM error to mean redis cluster is disabled (#5058) 2022-04-11 16:17:30 -04:00
s3 adjust installers endpoint to avoid AJAX downloads (#7226) 2022-08-16 12:54:41 -03:00