seph

Results 141 issues of seph

Because `goleveldb` looks dead, we forked it to https://github.com/kolide/goleveldb Now we should add some basic CI and maybe clean up some stuff. TBD!

good-first-issue

When we run launcher in dev mode (say, as `bin/agent`), it is run with a temporary root directory. Because it's a temp root dir, it's missing the information about updates....

eg: `/var/kolide-k2/k2device.kolide.com/metadata.json` and the various platform specific paths.

good-first-issue

Today, when we make a launcher release we need to manually update the `nix-agent` repository. We should come up with an automation story. cf: https://github.com/kolide/nix-agent/pull/27

good-first-issue

To fix a memory leak, https://github.com/osquery/osquery/pull/8274 added a lot of excess enumeration work. This, unfortunately, is a horrific performance regression for all `unified_log` usage without a timestamp constraint. This adds...

First, it enables the CI workflow for the merge queue. This will let us start playing with that. Second, it prints the `sha256sum` as part of the build process. This...

CI/CD

We got a customer request for a command line way to trigger a recheck, they like to do this _without_ a web browser. My memory is we got most of...

features-improvements

Slack Threads: - https://kolide.slack.com/archives/CGFJY1SP2/p1723663623226709 - https://kolide.slack.com/archives/CGFJY1SP2/p1723845645516179

features-improvements

Chatting with some coworkers, I learned that `SELECT * FROM kolide_system_profiler where datatype like "%" ` works. But it returns so much data it crashes `Terminal.app` and probably has a...

good-first-issue
component:table

We have a customer [question](https://kolide.slack.com/archives/CFPMXV7CZ/p1725911807116169) about granting FDA access to our agent. They notice there's both a `launcher` binary and a `Kolide` app, and it's not clear which is which....