mrhid6
6c6b8a8a4a
feat: agent reports workloads and handles workload commands
2026-08-07 08:58:46 +01:00
mrhid6
ac093bcf5c
feat: store workload reports and route log results
2026-08-07 08:56:26 +01:00
mrhid6
8e134a6676
feat: workload registry proto messages
2026-08-07 08:53:33 +01:00
mrhid6
8b1175e8ff
feat: agent reads bounded workload logs
2026-08-07 08:49:42 +01:00
mrhid6
467ccabe36
feat: agent control actions with self-protection
2026-08-07 08:48:27 +01:00
mrhid6
5561c10086
feat: agent enumerates systemd services
2026-08-07 08:46:59 +01:00
mrhid6
2390642f1f
feat: agent enumerates docker containers
2026-08-07 08:46:03 +01:00
mrhid6
c972f99678
fix: Fixed agent collect packages
2026-08-06 16:20:34 +01:00
mrhid6
f88c96166e
feat: agent reports installed packages on the hourly loop
...
SyncKeys now returns the whole response so the poll can carry
CollectPackages; a separate RPC for one boolean would be a message every
30 seconds for a value that changes when a licence does.
The flag is an atomic: the 30s poll writes it, the hourly package loop
reads it, and they are different goroutines.
2026-08-06 13:21:13 +01:00
mrhid6
d05c2aa478
feat: ReportPackages wire types with hash short-circuit
...
The pb packages are hand-written, not protoc-generated, and the wire
codec is JSON (encoding.RegisterCodec(JSONCodec{})). Field numbers in
the .proto are documentation; JSON field names are the contract. Both pb
packages edited by hand to match.
SyncResponse.collect_packages is omitempty and absent decodes as false,
so an older server leaves agents collecting nothing rather than
collecting without a licence.
2026-08-06 13:17:44 +01:00
mrhid6
031f2ce583
feat: agent collects installed packages per package manager
2026-08-06 11:56:41 +01:00
mrhid6
c5baa3a138
feat: agent parses /etc/os-release for distro identification
2026-08-06 11:55:45 +01:00
mrhid6
ee4d4afa99
feat: Removed unused test units
2026-08-03 10:18:01 +01:00
mrhid6
c4da8ba96b
feat: More logging for command stream
2026-07-31 17:20:35 +01:00
mrhid6
260b1fb0ef
feat: Added ping command
2026-07-31 17:10:59 +01:00
mrhid6
c9868b362b
fix: Fixes to server shutdown stream
2026-07-31 16:44:47 +01:00
mrhid6
b2c7dee391
feat: handle OpenProxyCmd in the agent command stream
2026-07-29 13:03:02 +01:00
mrhid6
bba41a7a85
feat: add agent-side console relay
2026-07-29 12:59:24 +01:00
mrhid6
b23805a7b8
feat: add ProxyStream wire types for agent-relayed console
2026-07-29 12:37:37 +01:00
mrhid6
df875bde5b
feat: Windows agent inventory
2026-07-28 11:29:08 +01:00
mrhid6
66d56199a2
fix: Fixed agent msi update command
2026-07-28 10:53:06 +01:00
mrhid6
65e285a894
fix: Fixed agent build
2026-07-28 10:30:29 +01:00
mrhid6
cadab8a231
feat: Updated package path to match repo
2026-07-28 10:01:40 +01:00
mrhid6
b54abd2841
fix(agent): restore the !linux build constraint on collect_other.go
...
Unrelated to the shared module work; pre-existing on main.
"_other" is not a GOOS suffix, so without the constraint this file compiled
on Linux alongside collect_linux.go and redeclared collect. Linux agent
builds failed, which agent-release.yml depends on.
2026-07-24 13:48:23 +01:00
mrhid6
6987179535
feat: Removed comments
2026-07-24 09:51:30 +01:00
mrhid6
abac836a6d
feat: edit monitors + notification channels; HTTP monitor insecure-TLS option
2026-07-21 14:55:41 +01:00
mrhid6
8b56911db6
feat(agent): agent-run monitor scheduler
2026-07-21 14:19:59 +01:00
mrhid6
c3613c6c0a
feat(proto): SyncMonitors + ReportChecks RPCs
2026-07-21 14:18:49 +01:00
mrhid6
8071606109
feat(agent): schedule inventory reporting (30s metrics, 15m static)
2026-07-21 14:07:09 +01:00
mrhid6
d7801b68d2
feat(agent): /proc-based inventory collectors
2026-07-21 14:06:11 +01:00
mrhid6
403a6d39d5
feat(proto): add ReportInventory RPC and inventory model
2026-07-21 14:04:28 +01:00
mrhid6
acde2c7623
feat: More verbose logging on workflow logs
2026-07-20 17:35:58 +01:00
mrhid6
0501239c54
feat(agent): stream step output chunks over CommandStream
2026-07-20 12:36:37 +01:00
mrhid6
45947b60b8
feat(proto): add StepOutputChunk streaming message
2026-07-20 12:34:32 +01:00
mrhid6
1aa5cddb94
fix(workflows): mask output env in persisted logs, preserve cancelled status, run agent step async
2026-07-20 12:01:35 +01:00
mrhid6
783b40ab2c
feat(agent): execute RunStepCmd with WORKFLOW_ENV capture
2026-07-20 11:29:14 +01:00
mrhid6
397c92c3a4
feat(proto): add RunStepCmd and StepResult messages
2026-07-20 11:24:08 +01:00
mrhid6
d78c8cb8d8
fix: Fixed agent windows version
2026-07-17 15:38:00 +01:00
mrhid6
37e163b211
feat: skip authorized_keys management on non-linux agents
2026-07-17 11:31:58 +01:00
mrhid6
f6b29062c3
feat: OS-aware agent config directory
2026-07-17 11:30:40 +01:00
domrichardson
6622ddefa8
fix: fixes to command stream
2026-06-25 09:12:20 +01:00
domrichardson
f3304e04df
feat: Added package management
2026-06-24 16:31:51 +01:00
domrichardson
76932d3bf4
feat: Updated brand to be vantage
2026-06-24 15:48:13 +01:00
domrichardson
56a0be15a8
feat: update agent button on server page
2026-06-24 14:33:17 +01:00
domrichardson
7cb4592fa3
updates
2026-06-24 13:57:48 +01:00
domrichardson
ff6f0fadaa
updates
2026-06-16 10:28:46 +01:00
domrichardson
69010f4aa1
updates
2026-06-16 09:37:32 +01:00
domrichardson
fc58c057dc
Updates
2026-06-15 14:39:26 +01:00
domrichardson
08dc172ca7
first commit
2026-06-15 13:58:45 +01:00