fleet/server
Zachary Wasserman 8f16bd8bcc Send configuration + label queries in distributed reads (#215)
This PR is the beginning of distributed query work. For now we are focusing on using the distributed query subsystem to retrieve the basic configuration information (currently just platform), and run the label queries.

A mockable clock interface is also added to the service struct, allowing us to inject a clock as a dependency, and write unit tests that can control the time.
2016-09-20 20:08:11 -07:00
..
endpoint_middleware_test.go Update users service (#156) 2016-09-15 10:52:17 -04:00
endpoint_middleware.go Update users service (#156) 2016-09-15 10:52:17 -04:00
endpoint_packs.go small fixes in endpoint error handling (#117) 2016-09-06 11:02:11 -04:00
endpoint_queries.go small fixes in endpoint error handling (#117) 2016-09-06 11:02:11 -04:00
endpoint_sessions.go add missed fields on user (#213) 2016-09-20 14:54:20 -04:00
endpoint_users.go add missed fields on user (#213) 2016-09-20 14:54:20 -04:00
frontend.go render react template from binaryfs (#196) 2016-09-19 19:06:41 -04:00
handler_test.go Send configuration + label queries in distributed reads (#215) 2016-09-20 20:08:11 -07:00
handler.go add authentication/nil check for /me endpoint to prevent panic (#193) 2016-09-19 13:50:31 -07:00
http_auth_test.go Send configuration + label queries in distributed reads (#215) 2016-09-20 20:08:11 -07:00
http_auth.go Send configuration + label queries in distributed reads (#215) 2016-09-20 20:08:11 -07:00
logging_sessions.go Update users service (#156) 2016-09-15 10:52:17 -04:00
logging_users.go Add /me route (#177) 2016-09-15 21:35:52 -07:00
logging.go removing old server implementation (#109) 2016-09-05 16:03:58 -04:00
service_hosts_test.go Send configuration + label queries in distributed reads (#215) 2016-09-20 20:08:11 -07:00
service_hosts.go Osqueryd Service (#119) 2016-09-06 17:28:07 -04:00
service_osquery_test.go Send configuration + label queries in distributed reads (#215) 2016-09-20 20:08:11 -07:00
service_osquery.go Send configuration + label queries in distributed reads (#215) 2016-09-20 20:08:11 -07:00
service_packs_test.go Send configuration + label queries in distributed reads (#215) 2016-09-20 20:08:11 -07:00
service_packs.go removing old server implementation (#109) 2016-09-05 16:03:58 -04:00
service_queries_test.go Send configuration + label queries in distributed reads (#215) 2016-09-20 20:08:11 -07:00
service_queries.go removing old server implementation (#109) 2016-09-05 16:03:58 -04:00
service_sessions_test.go Send configuration + label queries in distributed reads (#215) 2016-09-20 20:08:11 -07:00
service_sessions.go Auth errors (#185) 2016-09-20 15:22:54 -04:00
service_users_test.go Send configuration + label queries in distributed reads (#215) 2016-09-20 20:08:11 -07:00
service_users.go add missed fields on user (#213) 2016-09-20 14:54:20 -04:00
service.go Send configuration + label queries in distributed reads (#215) 2016-09-20 20:08:11 -07:00
test_util.go Send configuration + label queries in distributed reads (#215) 2016-09-20 20:08:11 -07:00
transport_packs_test.go removing old server implementation (#109) 2016-09-05 16:03:58 -04:00
transport_packs.go removing old server implementation (#109) 2016-09-05 16:03:58 -04:00
transport_queries_test.go removing old server implementation (#109) 2016-09-05 16:03:58 -04:00
transport_queries.go removing old server implementation (#109) 2016-09-05 16:03:58 -04:00
transport_sessions_test.go Header based JWT authentication (#131) 2016-09-07 21:24:11 -04:00
transport_sessions.go Header based JWT authentication (#131) 2016-09-07 21:24:11 -04:00
transport_users_test.go Update users service (#156) 2016-09-15 10:52:17 -04:00
transport_users.go Update users service (#156) 2016-09-15 10:52:17 -04:00
transport.go Auth errors (#185) 2016-09-20 15:22:54 -04:00
validation_users.go nicer validation errors (#180) 2016-09-16 11:23:48 -04:00