Martin Angers

Results 89 comments of Martin Angers

Hello Elias, I think you're right, makes sense to me. I don't plan on working on purell in the near future, but happy to assist getting a PR merged that...

@noahtalerman Just want to confirm that the linux query should really only run on platforms reported as "ubuntu" (and not any ubuntu-like distros, such as "pop", or on all "linux")?...

@noahtalerman Thanks, looks like osquery might not understand specific distros anyway (see "The platform key can be" section here: https://osquery.readthedocs.io/en/stable/deployment/configuration/#schedule), so I'll go with "linux".

@lukeheath @RachelElysia I added the `disk_encryption_enabled` field to the response payload of `GET /hosts/{id}` (and `GET /device/{token}` as they share a common implementation). As per the spec and the figma,...

Note that the scope of this ticket (as estimated) does not cover updating the UI/`fleetctl`/`fleetd` to use the new endpoints.

@noahtalerman @rachaelshaw I updated [the spreadsheet](https://docs.google.com/spreadsheets/d/1aH1fTtrpftmwglxVuYqXUSfIRfhk88x5ORVUcIQhdbs/edit#gid=907717004) while implementing the new endpoints, I highlighted in yellow the endpoints that are not platform-agnostic yet (either because they specifically require Apple MDM to...

I also don't have access to Windows but I added a github action on my fork that runs the existing test suite on Windows with the race detector and it...

Thanks, I think I'll merge it in a separate branch, to show another way to achieve this.

That's a weird requirement from Ember... So you can't return an object like `{"key": "value"}`, you have to have `{"model_name": {"key":"value"}}`? And when you return an array, it must be...