Martin Angers

Results 89 comments of Martin Angers

> Not a big deal as that works well enough, but I think it would make things a bit easier if env var expansion was supported in args file? Especially...

The `${VAR}` notation is a POSIX standard (not a bash-ism), but indeed the Windows-style should probably also be supported, although I'd suggest the code not depend on the current platform...

> Let's decide on the transactions. Should I remove them? Personally I would keep them. I think Tomas' suggestion is reasonable, let's keep it and make sure in load testing...

One major question: will orbit authentication/enrollment already be done before this ticket? E.g. https://github.com/fleetdm/fleet/issues/7109 . Will orbit already make requests and receive agent options from fleet (i.e. distributed read/write)? This...

> One major question: will orbit authentication/enrollment already be done before this ticket? E.g. https://github.com/fleetdm/fleet/issues/7109 . Will orbit already make requests and receive agent options from fleet (i.e. distributed read/write)?...

@lukeheath I have a PR out for the backend validation of the new flags section (#7979 ), and I will take a shot at the frontend changes in a separate...

@lukeheath The `mia_count` property is already the number of hosts missing for 30 days (`seen_time` greater than 30 days). We just want to add a new count that is for...

@lukeheath Some early comments about this, I still have a lot of things to investigate: > 1. What changes will be necessary to support this change on the backend? This...

@noahtalerman @lukeheath It seems like we assume a relatively small number of queries (in the Figma, the `Manage automations` page reserves a small space to manually select by checkboxes which...

@lukeheath @noahtalerman > The Fleet API is backwards compatible. On upgrade, all schedule, query, and packs API routes work. This is not true anymore, now that we're doing this as...