mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 06:55:52 +03:00
[PR #159] [MERGED] some features, fixes, and tests #3499
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#3499
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/159
Author: @sadnub
Created: 10/30/2020
Status: ✅ Merged
Merged: 10/31/2020
Merged by: @wh1te909
Base:
develop← Head:develop📝 Commits (9)
b7069f9feat: allow one time tasks and added task cleanup script. Various fixes and reworkbf9efc7bump app version962754ftest start77fd0bcfinish autotask view testsba9a4c7black formattinge09ad7eonly send task to online agents4b9030cremove signal to fix recursion error, moved to a periodic task571a301fix orphaned tasks85d23faadd orphaned task test📊 Changes
30 files changed (+603 additions, -144 deletions)
View changed files
📝
api/tacticalrmm/agents/baker_recipes.py(+1 -1)📝
api/tacticalrmm/agents/migrations/0015_auto_20200922_1344.py(+9 -9)📝
api/tacticalrmm/agents/migrations/0015_note.py(+31 -7)📝
api/tacticalrmm/agents/migrations/0016_merge_20200923_0225.py(+3 -4)📝
api/tacticalrmm/agents/migrations/0017_auto_20201016_0629.py(+23 -23)📝
api/tacticalrmm/agents/migrations/0018_auto_20201023_1956.py(+11 -11)📝
api/tacticalrmm/agents/migrations/0019_agent_maintenace_mode.py(+3 -3)📝
api/tacticalrmm/agents/migrations/0020_auto_20201025_2129.py(+4 -4)📝
api/tacticalrmm/agents/serializers.py(+1 -1)📝
api/tacticalrmm/agents/views.py(+1 -1)📝
api/tacticalrmm/automation/models.py(+5 -1)📝
api/tacticalrmm/automation/serializers.py(+1 -3)📝
api/tacticalrmm/automation/tests.py(+0 -1)➕
api/tacticalrmm/autotasks/management/commands/remove_orphaned_tasks.py(+19 -0)📝
api/tacticalrmm/autotasks/migrations/0006_auto_20200922_1344.py(+9 -9)➕
api/tacticalrmm/autotasks/migrations/0007_auto_20201029_1410.py(+37 -0)➕
api/tacticalrmm/autotasks/migrations/0008_auto_20201030_1515.py(+26 -0)📝
api/tacticalrmm/autotasks/models.py(+11 -4)📝
api/tacticalrmm/autotasks/tasks.py(+76 -0)📝
api/tacticalrmm/autotasks/tests.py(+238 -2)...and 10 more files
📄 Description
Fixes #97 Added a management command to remove orphaned checks on agents. python manage.py remove_orphaned_tasks
Fixes #109 Allows for Run Once task and can optionally remove the task after execution
Fixes a case where duplicate policy tasks will be created on agents
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.