fleet/server/service
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
..
testdata add endpoint to serve the kolide certificate back to the user (#1025) 2017-01-20 14:32:10 -05:00
endpoint_appconfig_test.go renaming kolide-ose to kolide (#1143) 2017-02-01 10:20:50 -07:00
endpoint_appconfig.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
endpoint_campaigns.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
endpoint_certificate.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
endpoint_change_email.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
endpoint_decorators_test.go Decorator support (#1430) 2017-03-28 16:45:18 -05:00
endpoint_decorators.go use stdlib context in go-kit methods (#1454) 2017-03-29 11:46:52 -04:00
endpoint_hosts.go Only calculate online interval once when retrieving hosts (#1457) 2017-03-30 08:30:05 -07:00
endpoint_import_config_test.go Fix issue where config interval can be number or string (#1432) 2017-03-21 12:02:13 -05:00
endpoint_import_config.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
endpoint_invites.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
endpoint_labels.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
endpoint_licenses.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
endpoint_middleware_test.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
endpoint_middleware.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
endpoint_options_test.go Fix Issue where saving same option value errs. (#1433) 2017-03-30 17:03:48 -05:00
endpoint_options.go Addresses Issue where the reset button doesn't work on options page (#1447) 2017-03-30 18:56:11 -05:00
endpoint_osquery.go Accelerate checkins when hosts enroll (#1423) 2017-03-21 09:17:38 -07:00
endpoint_packs.go Speed up manage packs page loading (#1429) 2017-03-30 08:31:28 -07:00
endpoint_queries.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
endpoint_scheduled_queries.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
endpoint_sessions.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
endpoint_setup.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
endpoint_targets.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
endpoint_test.go Fix Issue where saving same option value errs. (#1433) 2017-03-30 17:03:48 -05:00
endpoint_users_test.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
endpoint_users.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
frontend.go provide context for ServeFrontend 500 errors (#1349) 2017-03-03 19:49:55 -05:00
handler_test.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
handler.go Addresses Issue where the reset button doesn't work on options page (#1447) 2017-03-30 18:56:11 -05:00
http_auth_test.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
http_auth.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
logging_appconfig.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
logging_decorators.go Decorator support (#1430) 2017-03-28 16:45:18 -05:00
logging_email_change.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
logging_hosts.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
logging_invites.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
logging_labels.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
logging_licenses.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
logging_options.go Addresses Issue where the reset button doesn't work on options page (#1447) 2017-03-30 18:56:11 -05:00
logging_osquery.go Accelerate checkins when hosts enroll (#1423) 2017-03-21 09:17:38 -07:00
logging_packs.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
logging_scheduled_queries.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
logging_sessions.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
logging_users.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
logging.go renaming kolide-ose to kolide (#1143) 2017-02-01 10:20:50 -07:00
metrics_appconfig.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
metrics_change_email.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
metrics_decorators.go Decorator support (#1430) 2017-03-28 16:45:18 -05:00
metrics_invites.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
metrics_labels.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
metrics_licenses.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
metrics_options.go Addresses Issue where the reset button doesn't work on options page (#1447) 2017-03-30 18:56:11 -05:00
metrics_sessions.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
metrics_users.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
metrics.go renaming kolide-ose to kolide (#1143) 2017-02-01 10:20:50 -07:00
service_appconfig_test.go Added code to trim whitespace and trim trailing slash from input server url (#1442) 2017-03-22 14:40:01 -05:00
service_appconfig.go Added code to trim whitespace and trim trailing slash from input server url (#1442) 2017-03-22 14:40:01 -05:00
service_campaigns.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
service_certificate_test.go add endpoint to serve the kolide certificate back to the user (#1025) 2017-01-20 14:32:10 -05:00
service_certificate.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
service_decorators.go Decorator support (#1430) 2017-03-28 16:45:18 -05:00
service_errors.go Fix for bug #1236 (#1244) 2017-02-17 01:02:49 +08:00
service_hosts_test.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
service_hosts.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
service_import_config_test.go renaming kolide-ose to kolide (#1143) 2017-02-01 10:20:50 -07:00
service_import_config.go Fix issue where config interval can be number or string (#1432) 2017-03-21 12:02:13 -05:00
service_invites_test.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
service_invites.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
service_labels_test.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
service_labels.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
service_licenses_test.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
service_licenses.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
service_options_test.go Add a minimum threshold for the expected host checkin interval (#1397) 2017-03-13 08:55:10 -07:00
service_options.go Addresses Issue where the reset button doesn't work on options page (#1447) 2017-03-30 18:56:11 -05:00
service_osquery_test.go Remove extraneous calls to MarkHostSeen (#1441) 2017-03-30 08:31:05 -07:00
service_osquery.go Remove extraneous calls to MarkHostSeen (#1441) 2017-03-30 08:31:05 -07:00
service_packs_test.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
service_packs.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
service_queries_test.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
service_queries.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
service_scheduled_queries_test.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
service_scheduled_queries.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
service_sessions_test.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
service_sessions.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
service_targets_test.go Speed up manage packs page loading (#1429) 2017-03-30 08:31:28 -07:00
service_targets.go Speed up manage packs page loading (#1429) 2017-03-30 08:31:28 -07:00
service_test.go rotate osqueryd logs on SIGHUP (#1316) 2017-03-03 12:21:48 -05:00
service_users_test.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
service_users.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
service.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
transport_appconfig.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
transport_campaigns.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
transport_change_email.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
transport_decorators.go use stdlib context in go-kit methods (#1454) 2017-03-29 11:46:52 -04:00
transport_error.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
transport_hosts.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
transport_import_config.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
transport_invites_test.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
transport_invites.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
transport_labels_test.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
transport_labels.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
transport_licenses.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
transport_options.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
transport_osquery_test.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
transport_osquery.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
transport_packs_test.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
transport_packs.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
transport_queries_test.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
transport_queries.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
transport_scheduled_queries_test.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
transport_scheduled_queries.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
transport_sessions_test.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
transport_sessions.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
transport_setup.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
transport_targets_test.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
transport_targets.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
transport_test.go renaming kolide-ose to kolide (#1143) 2017-02-01 10:20:50 -07:00
transport_users_test.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
transport_users.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
transport.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
util_test.go Allow checking in to license server when license is saved. (#1299) 2017-02-24 19:33:42 -05:00
validation_decorators_test.go Decorator support (#1430) 2017-03-28 16:45:18 -05:00
validation_decorators.go Decorator support (#1430) 2017-03-28 16:45:18 -05:00
validation_import_config.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
validation_invites.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
validation_options.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00
validation_setup.go Added code to trim whitespace and trim trailing slash from input server url (#1442) 2017-03-22 14:40:01 -05:00
validation_users.go Update go-kit to 0.4.0 (#1411) 2017-03-15 08:55:30 -07:00