fleet/server
Zachary Wasserman d6b4de3874
Refactor osquery options interface (#1674)
After discussion with @groob and @marpaia, we have decided that the service
methods should not be aware of any YAML/JSON definitions, and should work
directly with objects. The new pattern we will use will involve converting YAML
to JSON at the client, and then sending the JSON which will be decoded using
the familiar go-kit mechanisms before being passed to the service methods.
2018-01-02 16:22:45 -08:00
..
config Require JWT Key to be specified for server startup (#1480) 2017-04-12 15:05:56 -07:00
contexts General simplification in go part (#1658) 2017-12-04 09:43:43 -05:00
datastore Transition osquery options interfaces for compatibility with fleetctl (#1649) 2017-12-13 18:14:54 -05:00
health add health package to create reusable healthz checks. (#1583) 2017-10-23 14:39:15 -04:00
kolide Refactor osquery options interface (#1674) 2018-01-02 16:22:45 -08:00
launcher Transition osquery options interfaces for compatibility with fleetctl (#1649) 2017-12-13 18:14:54 -05:00
logwriter logwriter: stat file before writing (#1617) 2017-11-15 12:34:49 -05:00
mail Rename project to Kolide Fleet (#1529) 2017-06-22 15:50:45 -04:00
mock Transition osquery options interfaces for compatibility with fleetctl (#1649) 2017-12-13 18:14:54 -05:00
pubsub Rename project to Kolide Fleet (#1529) 2017-06-22 15:50:45 -04:00
service Refactor osquery options interface (#1674) 2018-01-02 16:22:45 -08:00
sso General simplification in go part (#1658) 2017-12-04 09:43:43 -05:00
test Rename project to Kolide Fleet (#1529) 2017-06-22 15:50:45 -04:00
websocket Rename project to Kolide Fleet (#1529) 2017-06-22 15:50:45 -04:00