mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[PR #2275] [MERGED] Live stream command support #1913
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#1913
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/amidaware/tacticalrmm/pull/2275
Author: @fahadkhan-fk
Created: 8/13/2025
Status: ✅ Merged
Merged: 11/28/2025
Merged by: @wh1te909
Base:
develop← Head:feature-cmd-stream📝 Commits (10+)
0746f73feat: add live stream commands support00fb8b6feat: update reload_nats function36d2578feat: add cmd_id with each stream msg69bdef3feat: add audit log support70cb35efeat: use channel_name as key79845e9feat: remove agent subscribe for cmdoutput subject34d7ab2feat: remove stream buffer to collect output42b0805fix: include history ID in streaming command payload for result tracking4d38c91style: reformat code using black15f2309refactor: use async ORM for AgentHistory and AuditLog in CommandStreamConsumer📊 Changes
5 files changed (+696 additions, -5 deletions)
View changed files
📝
api/tacticalrmm/agents/consumers.py(+187 -2)📝
api/tacticalrmm/agents/models.py(+116 -0)➕
api/tacticalrmm/agents/tests/test_consumers.py(+383 -0)📝
api/tacticalrmm/tacticalrmm/urls.py(+3 -1)📝
api/tacticalrmm/tacticalrmm/utils.py(+7 -2)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.