fleet/server/kolide
Zachary Wasserman 0b612eedab Push query results and metadata over websocket connection (#519)
- New route `/api/v1/kolide/results/{id}` with upgrade to websocket connection
- Query results pushed over websocket as they are received from pubsub
- Target totals updates pushed over websocket every second
- New datastore method to support retrieiving target totals
- Websocket package includes helpers and patterns for communicating over websockets
2016-11-22 16:35:43 -08:00
..
app.go Datastore refactor (#439) 2016-11-16 21:47:49 +08:00
datastore.go Osquery Configuration Control (#244) 2016-10-02 20:14:35 -07:00
emails.go Datastore refactor (#439) 2016-11-16 21:47:49 +08:00
hosts.go Datastore refactor (#439) 2016-11-16 21:47:49 +08:00
invites.go removing gorm struct tags (#491) 2016-11-16 09:48:43 -08:00
labels.go Fix missing JSON tag for labels (#510) 2016-11-17 16:51:30 -08:00
osquery.go Osquery Configuration Control (#244) 2016-10-02 20:14:35 -07:00
packs.go Add attributes to packs (#524) 2016-11-22 13:56:05 -08:00
queries.go Push query results and metadata over websocket connection (#519) 2016-11-22 16:35:43 -08:00
query_results.go Datastores for buffering distributed query results (#346) 2016-10-31 15:51:19 -07:00
service.go Target search endpoint (#339) 2016-11-02 10:59:53 -04:00
sessions_test.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
sessions.go Fixes for bugs in MySQL migration (#501) 2016-11-16 15:12:59 -08:00
targets.go Push query results and metadata over websocket connection (#519) 2016-11-22 16:35:43 -08:00
traits.go removing gorm struct tags (#491) 2016-11-16 09:48:43 -08:00
users_test.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
users.go removing gorm struct tags (#491) 2016-11-16 09:48:43 -08:00