fleet/server/service
Victor Vrantchan 71def50756 add missing logs to kolide service (#843)
Add logging middleware for more of the kolide Service interfaces. 
This PR was created through code generation, however it's not likely that the logging middleware can all be continuously regenerated - we're likely to want to add method specific key/values to individual methods. Moving forward, logging middleware should be maintained when changes are made to a service interface method.
2017-01-09 23:40:21 -05:00
..
endpoint_appconfig_test.go Minor App Config API tweaks requested by @mikestone14 (#681) 2016-12-22 08:12:34 -06:00
endpoint_appconfig.go App Settings - /admin/settings #363 (#590) 2016-12-20 15:54:30 -06:00
endpoint_campaigns.go Quick contexts additions (#739) 2017-01-09 08:10:02 -07:00
endpoint_hosts.go Host summary endpoint (#742) 2017-01-04 14:16:17 -07:00
endpoint_invites.go Add endpoint to retrieve an invite with the invite token. (#719) 2016-12-29 20:58:12 -05:00
endpoint_labels.go Added MIA status for hosts that haven't been updated for 30 days (#570) 2016-12-07 01:37:22 +08:00
endpoint_middleware_test.go Quick contexts additions (#739) 2017-01-09 08:10:02 -07:00
endpoint_middleware.go Quick contexts additions (#739) 2017-01-09 08:10:02 -07:00
endpoint_options_test.go Osquery options 365 (#657) 2016-12-29 12:32:28 -06:00
endpoint_options.go Osquery options 365 (#657) 2016-12-29 12:32:28 -06:00
endpoint_osquery.go Flesh out log ingestion endpoint/service methods (#258) 2016-09-30 19:18:27 -07:00
endpoint_packs.go index into pre-allocated array (#844) 2017-01-09 21:30:51 -07:00
endpoint_queries.go Add service method for bulk deleting queries (#600) 2016-12-09 09:12:45 -08:00
endpoint_scheduled_queries.go Remove existing bulk functionality (#641) 2016-12-14 17:22:17 -08:00
endpoint_sessions.go Move API responses under top-level keys (#292) 2016-10-11 09:22:11 -07:00
endpoint_setup.go create first time setup endpoint (#436) 2016-11-09 12:19:07 -05:00
endpoint_targets.go Host summary endpoint (#742) 2017-01-04 14:16:17 -07:00
endpoint_test.go Separate tables from data migrations (#745) 2017-01-05 09:27:56 -08:00
endpoint_users.go Refactor require password reset into separate endpoint (#725) 2017-01-06 14:38:39 -08:00
frontend.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
handler_test.go Host summary endpoint (#742) 2017-01-04 14:16:17 -07:00
handler.go Refactor require password reset into separate endpoint (#725) 2017-01-06 14:38:39 -08:00
http_auth_test.go always return errors to the client as a map slice (#724) 2016-12-29 19:40:12 -05:00
http_auth.go Login form displays error message (#243) 2016-09-28 20:46:45 -04:00
logging_appconfig.go add missing logs to kolide service (#843) 2017-01-09 23:40:21 -05:00
logging_hosts.go add missing logs to kolide service (#843) 2017-01-09 23:40:21 -05:00
logging_invites.go Add endpoint to retrieve an invite with the invite token. (#719) 2016-12-29 20:58:12 -05:00
logging_labels.go add missing logs to kolide service (#843) 2017-01-09 23:40:21 -05:00
logging_osquery.go add missing logs to kolide service (#843) 2017-01-09 23:40:21 -05:00
logging_packs.go add missing logs to kolide service (#843) 2017-01-09 23:40:21 -05:00
logging_scheduled_queries.go add missing logs to kolide service (#843) 2017-01-09 23:40:21 -05:00
logging_sessions.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
logging_users.go add missing logs to kolide service (#843) 2017-01-09 23:40:21 -05:00
logging.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
metrics_appconfig.go store WebAddress config in datastore (#421) 2016-11-04 16:44:38 -04:00
metrics_invites.go Add endpoint to retrieve an invite with the invite token. (#719) 2016-12-29 20:58:12 -05:00
metrics_sessions.go add prometheus endpoint (#236) 2016-09-28 07:35:15 -04:00
metrics_users.go Add change password endpoint (#628) 2016-12-14 10:11:43 -08:00
metrics.go add prometheus endpoint (#236) 2016-09-28 07:35:15 -04:00
service_appconfig_test.go Separate tables from data migrations (#745) 2017-01-05 09:27:56 -08:00
service_appconfig.go Minor App Config API tweaks requested by @mikestone14 (#681) 2016-12-22 08:12:34 -06:00
service_campaigns.go Record author information with queries (#578) 2016-12-07 12:22:31 -08:00
service_hosts_test.go Host summary endpoint (#742) 2017-01-04 14:16:17 -07:00
service_hosts.go Host summary endpoint (#742) 2017-01-04 14:16:17 -07:00
service_invites_test.go App Settings - /admin/settings #363 (#590) 2016-12-20 15:54:30 -06:00
service_invites.go consolidate delete operations in mysql store (#746) 2017-01-04 13:18:21 -05:00
service_labels_test.go Added built in labels (#526) 2016-11-26 02:08:22 +08:00
service_labels.go Label API Updates (#413) 2016-11-02 21:17:23 -04:00
service_options.go Osquery options 365 (#657) 2016-12-29 12:32:28 -06:00
service_osquery_test.go Separate tables from data migrations (#745) 2017-01-05 09:27:56 -08:00
service_osquery.go Osquery Options - /config/osquery-options #365 (#729) 2016-12-31 11:56:54 -06:00
service_packs_test.go Add host_ids and label_ids fields to the packs API (#737) 2017-01-03 10:32:06 -07:00
service_packs.go Add host_ids and label_ids fields to the packs API (#737) 2017-01-03 10:32:06 -07:00
service_queries_test.go Ensure author name and packs are set in NewQuery response (#774) 2017-01-05 18:48:56 -07:00
service_queries.go Ensure author name and packs are set in NewQuery response (#774) 2017-01-05 18:48:56 -07:00
service_scheduled_queries_test.go Moving query attributes from the query object to the pack-query relationship (#559) 2016-12-13 14:22:05 -08:00
service_scheduled_queries.go Moving query attributes from the query object to the pack-query relationship (#559) 2016-12-13 14:22:05 -08:00
service_sessions_test.go Added built in labels (#526) 2016-11-26 02:08:22 +08:00
service_sessions.go change the implementation of ErrNotFound and AlreadyExists to a struct type (#665) 2016-12-20 13:35:22 -05:00
service_targets_test.go Host summary endpoint (#742) 2017-01-04 14:16:17 -07:00
service_targets.go Host summary endpoint (#742) 2017-01-04 14:16:17 -07:00
service_users_test.go Quick contexts additions (#739) 2017-01-09 08:10:02 -07:00
service_users.go Refactor require password reset into separate endpoint (#725) 2017-01-06 14:38:39 -08:00
service.go Host summary endpoint (#742) 2017-01-04 14:16:17 -07:00
transport_appconfig.go App Settings - /admin/settings #363 (#590) 2016-12-20 15:54:30 -06:00
transport_campaigns.go Refactor campaign methods into separate file (#540) 2016-11-29 10:20:06 -08:00
transport_error.go always return errors to the client as a map slice (#724) 2016-12-29 19:40:12 -05:00
transport_hosts.go Add pagination to List* endpoints (#309) 2016-10-13 11:21:47 -07:00
transport_invites_test.go Add endpoint to retrieve an invite with the invite token. (#719) 2016-12-29 20:58:12 -05:00
transport_invites.go Add endpoint to retrieve an invite with the invite token. (#719) 2016-12-29 20:58:12 -05:00
transport_labels_test.go Label API Updates (#413) 2016-11-02 21:17:23 -04:00
transport_labels.go Label API Updates (#413) 2016-11-02 21:17:23 -04:00
transport_options.go Osquery options 365 (#657) 2016-12-29 12:32:28 -06:00
transport_osquery_test.go Make context imports consistent (#359) 2016-10-31 15:18:05 -07:00
transport_osquery.go Update host details in distributed query ingestion (#274) 2016-10-04 17:17:55 -07:00
transport_packs_test.go Add host_ids and label_ids fields to the packs API (#737) 2017-01-03 10:32:06 -07:00
transport_packs.go Add host_ids and label_ids fields to the packs API (#737) 2017-01-03 10:32:06 -07:00
transport_queries_test.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
transport_queries.go Add service method for bulk deleting queries (#600) 2016-12-09 09:12:45 -08:00
transport_scheduled_queries_test.go Remove existing bulk functionality (#641) 2016-12-14 17:22:17 -08:00
transport_scheduled_queries.go Remove existing bulk functionality (#641) 2016-12-14 17:22:17 -08:00
transport_sessions_test.go Lowercase strings which should be case insensitive, like email and username. (#302) 2016-10-12 12:35:34 -04:00
transport_sessions.go Lowercase strings which should be case insensitive, like email and username. (#302) 2016-10-12 12:35:34 -04:00
transport_setup.go create first time setup endpoint (#436) 2016-11-09 12:19:07 -05:00
transport_targets_test.go Target search endpoint (#339) 2016-11-02 10:59:53 -04:00
transport_targets.go Target search endpoint (#339) 2016-11-02 10:59:53 -04:00
transport_test.go Add ordering options for List* methods (#318) 2016-10-17 10:01:14 -04:00
transport_users_test.go Add change password endpoint (#628) 2016-12-14 10:11:43 -08:00
transport_users.go Refactor require password reset into separate endpoint (#725) 2017-01-06 14:38:39 -08:00
transport.go Add ordering options for List* methods (#318) 2016-10-17 10:01:14 -04:00
util_test.go Minor App Config API tweaks requested by @mikestone14 (#681) 2016-12-22 08:12:34 -06:00
validation_appconfig.go Minor App Config API tweaks requested by @mikestone14 (#681) 2016-12-22 08:12:34 -06:00
validation_invites.go Adds endpoints to invite new users to the application. (#235) 2016-09-28 22:44:05 -04:00
validation_options.go Osquery Options - /config/osquery-options #365 (#729) 2016-12-31 11:56:54 -06:00
validation_setup.go create first time setup endpoint (#436) 2016-11-09 12:19:07 -05:00
validation_users.go Improve user endpoint validations (#642) 2016-12-15 09:28:53 -08:00