mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 06:55:52 +03:00
[PR #2423] [CLOSED] Fix openframe mode nats api variable #3895
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#3895
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/2423
Author: @kirill-567
Created: 2/27/2026
Status: ❌ Closed
Base:
develop← Head:fix/openframe-mode-nats-api-variable📝 Commits (10+)
4445b06fixesdb23b59Update views.py70a4205fix19c3aceMerge branch 'develop' of https://github.com/Flamingo-CX/tacticalrmm into developba86fc8fixc6e9c14Update helpers.py064e5a7fix2327166fix98750b4Update views.py91ea376fix📊 Changes
47 files changed (+4310 additions, -259 deletions)
View changed files
➕
.github/steps/sign-macos-package/action.yml(+114 -0)➕
.github/steps/sign-windows-package/action.yml(+85 -0)➕
.github/workflows/release.yml(+180 -0)📝
.gitignore(+1 -0)📝
README.md(+291 -35)📝
api/tacticalrmm/accounts/views.py(+74 -178)📝
api/tacticalrmm/agents/models.py(+11 -0)📝
api/tacticalrmm/agents/urls.py(+3 -0)📝
api/tacticalrmm/agents/views.py(+5 -1)➕
api/tacticalrmm/core/README_AGENT_PUBSUB.md(+136 -0)➕
api/tacticalrmm/core/agent_updater.py(+151 -0)📝
api/tacticalrmm/core/apps.py(+17 -0)📝
api/tacticalrmm/core/management/commands/create_natsapi_conf.py(+1 -1)📝
api/tacticalrmm/core/management/commands/initial_mesh_setup.py(+1 -0)➕
api/tacticalrmm/core/management/commands/start_agent_listener.py(+51 -0)📝
api/tacticalrmm/core/tasks.py(+5 -2)📝
api/tacticalrmm/core/views.py(+1 -0)📝
api/tacticalrmm/scripts/urls.py(+4 -0)➕
api/tacticalrmm/scriptschedules/__init__.py(+0 -0)➕
api/tacticalrmm/scriptschedules/apps.py(+7 -0)...and 27 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.