fleet/server/datastore
John Murphy d533931799 Addresses Issue where the reset button doesn't work on options page (#1447)
Closes issue #1388. The problem here is that previously, the reset button loaded a hard coded list of default options into the component state, instead of the proper behavior which is to reset the options to default values on the back end, and then load them back into the redux store. This PR adds a ResetOptions endpoint on the server, and wires up the UI so that it triggers the endpoint, then loads the default options from the backend server.
2017-03-30 18:56:11 -05:00
..
inmem Addresses Issue where the reset button doesn't work on options page (#1447) 2017-03-30 18:56:11 -05:00
internal/appstate Change label queries to use platform instead of build_platform (#1282) 2017-02-23 12:04:51 -07:00
mysql Addresses Issue where the reset button doesn't work on options page (#1447) 2017-03-30 18:56:11 -05:00
datastore_app_test.go renaming kolide-ose to kolide (#1143) 2017-02-01 10:20:50 -07:00
datastore_campaigns_test.go renaming kolide-ose to kolide (#1143) 2017-02-01 10:20:50 -07:00
datastore_decorators_test.go Decorator support (#1430) 2017-03-28 16:45:18 -05:00
datastore_email_changes_test.go Email confirmation fix (#1231) 2017-02-16 21:07:20 +08:00
datastore_hosts_test.go Fix host status regression from #1334 (#1383) 2017-03-09 11:36:24 -07:00
datastore_invites_test.go renaming kolide-ose to kolide (#1143) 2017-02-01 10:20:50 -07:00
datastore_labels_test.go Allow deleted label names to be replaced (#1309) 2017-02-24 17:47:30 -08:00
datastore_licenses_test.go Licensed endpoints (#1188) 2017-02-10 02:43:45 +08:00
datastore_migrations_test.go Warn before running migrations (#1385) 2017-03-09 10:40:52 -08:00
datastore_options_test.go Addresses Issue where the reset button doesn't work on options page (#1447) 2017-03-30 18:56:11 -05:00
datastore_packs_test.go Performance improvements for the packs API (#1331) 2017-03-01 12:56:13 -07:00
datastore_password_reset_test.go renaming kolide-ose to kolide (#1143) 2017-02-01 10:20:50 -07:00
datastore_queries_test.go renaming kolide-ose to kolide (#1143) 2017-02-01 10:20:50 -07:00
datastore_scheduled_queries_test.go renaming kolide-ose to kolide (#1143) 2017-02-01 10:20:50 -07:00
datastore_targets_test.go Speed up manage packs page loading (#1429) 2017-03-30 08:31:28 -07:00
datastore_test.go Addresses Issue where the reset button doesn't work on options page (#1447) 2017-03-30 18:56:11 -05:00
datastore_unicode_test.go Update MySQL definitions for Unicode support 🔥 (#1360) 2017-03-08 09:29:25 -08:00
datastore_users_test.go renaming kolide-ose to kolide (#1143) 2017-02-01 10:20:50 -07:00
datastore_yara_test.go renaming kolide-ose to kolide (#1143) 2017-02-01 10:20:50 -07:00
file_integrity_monitoring_test.go renaming kolide-ose to kolide (#1143) 2017-02-01 10:20:50 -07:00
inmem_test.go renaming kolide-ose to kolide (#1143) 2017-02-01 10:20:50 -07:00
mysql_test.go Use persistent MySQL for local server, tmpfs MySQL for tests (#1245) 2017-02-17 09:15:10 -08:00