mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[PR #2415] [CLOSED] Set task status when update script schedule #3889
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#3889
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/2415
Author: @kirill-567
Created: 2/20/2026
Status: ❌ Closed
Base:
develop← Head:feature/update-tasks-correctly📝 Commits (10+)
4445b06fixesdb23b59Update views.py70a4205fix19c3aceMerge branch 'develop' of https://github.com/Flamingo-CX/tacticalrmm into developba86fc8fixc6e9c14Update helpers.py064e5a7fix2327166fix98750b4Update views.py91ea376fix📊 Changes
35 files changed (+3700 additions, -256 deletions)
View changed files
➕
.cursor/README.md(+323 -0)➕
.cursor/api-spec-script-schedules.md(+575 -0)➕
.cursor/local-dev-setup.md(+155 -0)➕
.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/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/views.py(+1 -0)📝
api/tacticalrmm/scripts/urls.py(+4 -0)➕
api/tacticalrmm/scriptschedules/__init__.py(+0 -0)...and 15 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.