[PR #2423] [CLOSED] Fix openframe mode nats api variable #3895

Closed
opened 2026-03-14 07:44:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/amidaware/tacticalrmm/pull/2423
Author: @kirill-567
Created: 2/27/2026
Status: Closed

Base: developHead: fix/openframe-mode-nats-api-variable


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/amidaware/tacticalrmm/pull/2423 **Author:** [@kirill-567](https://github.com/kirill-567) **Created:** 2/27/2026 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `fix/openframe-mode-nats-api-variable` --- ### 📝 Commits (10+) - [`4445b06`](https://github.com/amidaware/tacticalrmm/commit/4445b062534396c67642242833ca0aefd7e86a2e) fixes - [`db23b59`](https://github.com/amidaware/tacticalrmm/commit/db23b59b91b19ff7a07beda61a8e2c19698d483d) Update views.py - [`70a4205`](https://github.com/amidaware/tacticalrmm/commit/70a4205bcfbe16eff85e0b4361e93fdee93c8bd4) fix - [`19c3ace`](https://github.com/amidaware/tacticalrmm/commit/19c3ace0f22919bfe1565932aa70eb16c1326fdd) Merge branch 'develop' of https://github.com/Flamingo-CX/tacticalrmm into develop - [`ba86fc8`](https://github.com/amidaware/tacticalrmm/commit/ba86fc87e4b37ca294ba9e3ca6b69e45c5d8ef44) fix - [`c6e9c14`](https://github.com/amidaware/tacticalrmm/commit/c6e9c144cbd3e00303de13cdcf44cde7339a0f7c) Update helpers.py - [`064e5a7`](https://github.com/amidaware/tacticalrmm/commit/064e5a76df41a1ad3314a459a943af80d46323b7) fix - [`2327166`](https://github.com/amidaware/tacticalrmm/commit/23271669941ea15fab0ba489cfda070c655fd0c2) fix - [`98750b4`](https://github.com/amidaware/tacticalrmm/commit/98750b403cbc87484e93eb3d77cc6c27568a4812) Update views.py - [`91ea376`](https://github.com/amidaware/tacticalrmm/commit/91ea3769001c8f609076a0919ae3ab92741f5690) fix ### 📊 Changes **47 files changed** (+4310 additions, -259 deletions) <details> <summary>View changed files</summary> ➕ `.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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 07:44:46 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tacticalrmm#3895
No description provided.