Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove osquery dependency and replace with kmd (#96)
* Moved darwin from osquery to kmd for testing * removed osquery darwin dependency * removed kmd source and moved to internal npm module, fixed issue with Chrome extension command * remove all the osquery/thrift things * Added windows kmds and updated resolvers * bumped version and have unused resolvers return null * add all sources files to build * support querying osqueryVersion for backwards compat * added osqueryVersion back into schema * removed remaining osquery binaries and package.json references * Updated mac address resolvers to match graphql spec * Moved filling of empty graphql schema items to resolver, rather than adding bogus values in kmd sources * fixed issue with disk resolver not returning uuid or proper encryption status * disabled app and extension checks, fixed remote login check * Cleanup for 3.0 release. - Removed unused dependencies - Upgraded react-scripts to v2 - Removed unused code * tweaking autolaunch checks * Added isFirstLaunch to app settings * Fixed issue with powershell launcher, updated bitlocker check to accurately reflect status * Updated automatic update check on win32, using WU com object instead of service status * Changed automatic update instructions for Windows, changed default automatic updates policy to SUGGESTED * 3.0.1 version bump * Added bitlocker check executable files to build assets * Added extraResources/binaries to package.json (for windows) * Removed binaries key from package.json (windows) * Resolves #94 - regex was too open for ssh port check * Moved to using open-source kmd-script package. Moved back to public npm registry. Fixed encryption check for Windows.
- Loading branch information