fleet/server/service
2016-10-17 15:30:47 -04:00
..
endpoint_appconfig.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
endpoint_hosts.go Add pagination to List* endpoints (#309) 2016-10-13 11:21:47 -07:00
endpoint_invites.go Add pagination to List* endpoints (#309) 2016-10-13 11:21:47 -07:00
endpoint_labels.go Add pagination to List* endpoints (#309) 2016-10-13 11:21:47 -07:00
endpoint_middleware_test.go Build endpoints for osquery service methods (#245) 2016-09-28 21:21:39 -07:00
endpoint_middleware.go Build endpoints for osquery service methods (#245) 2016-09-28 21:21:39 -07:00
endpoint_osquery.go Flesh out log ingestion endpoint/service methods (#258) 2016-09-30 19:18:27 -07:00
endpoint_packs.go Apply consistent naming conventions across server files (#310) 2016-10-14 08:59:27 -07:00
endpoint_queries.go Add pagination to List* endpoints (#309) 2016-10-13 11:21:47 -07:00
endpoint_sessions.go Move API responses under top-level keys (#292) 2016-10-11 09:22:11 -07:00
endpoint_users.go Add pagination to List* endpoints (#309) 2016-10-13 11:21:47 -07:00
frontend.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
handler_test.go Implement endpoints for host service methods (#280) 2016-10-05 17:10:44 -07:00
handler.go Add pagination to List* endpoints (#309) 2016-10-13 11:21:47 -07:00
http_auth_test.go Apply consistent naming conventions across server files (#310) 2016-10-14 08:59:27 -07:00
http_auth.go Login form displays error message (#243) 2016-09-28 20:46:45 -04:00
logging_invites.go Apply consistent naming conventions across server files (#310) 2016-10-14 08:59:27 -07:00
logging_sessions.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
logging_users.go Adds endpoints to invite new users to the application. (#235) 2016-09-28 22:44:05 -04:00
logging.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
metrics_appconfig.go add prometheus endpoint (#236) 2016-09-28 07:35:15 -04:00
metrics_invites.go Add pagination to List* endpoints (#309) 2016-10-13 11:21:47 -07:00
metrics_sessions.go add prometheus endpoint (#236) 2016-09-28 07:35:15 -04:00
metrics_users.go Add pagination to List* endpoints (#309) 2016-10-13 11:21:47 -07:00
metrics.go add prometheus endpoint (#236) 2016-09-28 07:35:15 -04:00
service_appconfig.go add prometheus endpoint (#236) 2016-09-28 07:35:15 -04:00
service_hosts_test.go Apply consistent naming conventions across server files (#310) 2016-10-14 08:59:27 -07:00
service_hosts.go Apply consistent naming conventions across server files (#310) 2016-10-14 08:59:27 -07:00
service_invites_test.go Minor cleanup in service_invites_test (#313) 2016-10-14 09:01:26 -07:00
service_invites.go Apply consistent naming conventions across server files (#310) 2016-10-14 08:59:27 -07:00
service_labels_test.go Apply consistent naming conventions across server files (#310) 2016-10-14 08:59:27 -07:00
service_labels.go Apply consistent naming conventions across server files (#310) 2016-10-14 08:59:27 -07:00
service_osquery_test.go Apply consistent naming conventions across server files (#310) 2016-10-14 08:59:27 -07:00
service_osquery.go Complete, working inmem datastore implementation (#319) 2016-10-17 15:30:47 -04:00
service_packs_test.go Apply consistent naming conventions across server files (#310) 2016-10-14 08:59:27 -07:00
service_packs.go Complete, working inmem datastore implementation (#319) 2016-10-17 15:30:47 -04:00
service_queries_test.go Apply consistent naming conventions across server files (#310) 2016-10-14 08:59:27 -07:00
service_queries.go Apply consistent naming conventions across server files (#310) 2016-10-14 08:59:27 -07:00
service_sessions_test.go Adds endpoints to invite new users to the application. (#235) 2016-09-28 22:44:05 -04:00
service_sessions.go Apply consistent naming conventions across server files (#310) 2016-10-14 08:59:27 -07:00
service_users_test.go Adds endpoints to invite new users to the application. (#235) 2016-09-28 22:44:05 -04:00
service_users.go Apply consistent naming conventions across server files (#310) 2016-10-14 08:59:27 -07:00
service.go Flesh out log ingestion endpoint/service methods (#258) 2016-09-30 19:18:27 -07:00
transport_appconfig.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
transport_error.go Build endpoints for osquery service methods (#245) 2016-09-28 21:21:39 -07:00
transport_hosts.go Add pagination to List* endpoints (#309) 2016-10-13 11:21:47 -07:00
transport_invites_test.go Show invited users (#297) 2016-10-14 17:08:57 -04:00
transport_invites.go Show invited users (#297) 2016-10-14 17:08:57 -04:00
transport_labels_test.go Osquery Configuration Control (#244) 2016-10-02 20:14:35 -07:00
transport_labels.go Add pagination to List* endpoints (#309) 2016-10-13 11:21:47 -07:00
transport_osquery_test.go Update host details in distributed query ingestion (#274) 2016-10-04 17:17:55 -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 Organizing go code (#241) 2016-09-26 11:48:55 -07:00
transport_packs.go Add pagination to List* endpoints (#309) 2016-10-13 11:21:47 -07:00
transport_queries_test.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
transport_queries.go Add pagination to List* endpoints (#309) 2016-10-13 11:21:47 -07: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_test.go Add ordering options for List* methods (#318) 2016-10-17 10:01:14 -04:00
transport_users_test.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
transport_users.go Add pagination to List* endpoints (#309) 2016-10-13 11:21:47 -07:00
transport.go Add ordering options for List* methods (#318) 2016-10-17 10:01:14 -04:00
util_test.go Adds endpoints to invite new users to the application. (#235) 2016-09-28 22:44:05 -04:00
validation_invites.go Adds endpoints to invite new users to the application. (#235) 2016-09-28 22:44:05 -04:00
validation_users.go Adds endpoints to invite new users to the application. (#235) 2016-09-28 22:44:05 -04:00