fleet/server/service
2016-12-30 12:06:54 -07: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 add error logging to distributed query campaign handler (#694) 2016-12-22 20:31:45 -05:00
endpoint_hosts.go Added MIA status for hosts that haven't been updated for 30 days (#570) 2016-12-07 01:37:22 +08: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 Added built in labels (#526) 2016-11-26 02:08:22 +08:00
endpoint_middleware.go Build endpoints for osquery service methods (#245) 2016-09-28 21:21:39 -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 Return query_count and targets_count in all pack responses (#731) 2016-12-30 12:06:54 -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 Remove "selected" keyword from response (#635) 2016-12-13 15:59:59 -08:00
endpoint_test.go Osquery options 365 (#657) 2016-12-29 12:32:28 -06:00
endpoint_users.go Add change password endpoint (#628) 2016-12-14 10:11:43 -08:00
frontend.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
handler_test.go Moving query attributes from the query object to the pack-query relationship (#559) 2016-12-13 14:22:05 -08:00
handler.go Add endpoint to retrieve an invite with the invite token. (#719) 2016-12-29 20:58:12 -05: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_invites.go Add endpoint to retrieve an invite with the invite token. (#719) 2016-12-29 20:58:12 -05:00
logging_sessions.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
logging_users.go Add change password endpoint (#628) 2016-12-14 10:11:43 -08: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 Added built in labels (#526) 2016-11-26 02:08:22 +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 Minor refactoring in HostStatus function (#692) 2016-12-22 13:32:40 -08:00
service_hosts.go Minor refactoring in HostStatus function (#692) 2016-12-22 13:32:40 -08:00
service_invites_test.go App Settings - /admin/settings #363 (#590) 2016-12-20 15:54:30 -06:00
service_invites.go Add endpoint to retrieve an invite with the invite token. (#719) 2016-12-29 20:58:12 -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 Close orphaned distributed query campaign after failed publish attempt (#707) 2016-12-27 10:35:19 -05:00
service_osquery.go Close orphaned distributed query campaign after failed publish attempt (#707) 2016-12-27 10:35:19 -05:00
service_packs_test.go Moving query attributes from the query object to the pack-query relationship (#559) 2016-12-13 14:22:05 -08:00
service_packs.go Moving query attributes from the query object to the pack-query relationship (#559) 2016-12-13 14:22:05 -08:00
service_queries_test.go Record author information with queries (#578) 2016-12-07 12:22:31 -08:00
service_queries.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_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 Added MIA status for hosts that haven't been updated for 30 days (#570) 2016-12-07 01:37:22 +08:00
service_targets.go Fixes host detail updates with MySQL backend (#568) 2016-12-07 03:51:11 +08:00
service_users_test.go Add endpoint to retrieve an invite with the invite token. (#719) 2016-12-29 20:58:12 -05:00
service_users.go Add endpoint to retrieve an invite with the invite token. (#719) 2016-12-29 20:58:12 -05:00
service.go App Settings - /admin/settings #363 (#590) 2016-12-20 15:54:30 -06: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 Moving query attributes from the query object to the pack-query relationship (#559) 2016-12-13 14:22:05 -08:00
transport_packs.go Moving query attributes from the query object to the pack-query relationship (#559) 2016-12-13 14:22:05 -08: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 Add change password endpoint (#628) 2016-12-14 10:11:43 -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 365 (#657) 2016-12-29 12:32:28 -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