mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[PR #100] [MERGED] Bunch of stuff #1528
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#1528
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/100
Author: @sadnub
Created: 9/11/2020
Status: ✅ Merged
Merged: 9/11/2020
Merged by: @wh1te909
Base:
develop← Head:feature-default-policy📝 Commits (7)
bbaa41eadd any automated task actions as a pending action if agent is offline63cb88eAdded default policy support5b9e6c9Added default policy notifications to the automation manager and related policies modal8c8b93fmade the actual affected agent count show up in automation manager78c3ce3bump app version8249f0eshow sync status correctly3d5da1dcreate additional policy override and monthly patching📊 Changes
27 files changed (+641 additions, -84 deletions)
View changed files
📝
api/tacticalrmm/agents/models.py(+48 -1)📝
api/tacticalrmm/api/views.py(+4 -0)📝
api/tacticalrmm/automation/models.py(+30 -1)📝
api/tacticalrmm/automation/serializers.py(+3 -11)📝
api/tacticalrmm/automation/tasks.py(+13 -0)📝
api/tacticalrmm/automation/views.py(+8 -4)➕
api/tacticalrmm/autotasks/migrations/0004_automatedtask_sync_status.py(+18 -0)➕
api/tacticalrmm/autotasks/migrations/0005_auto_20200910_1725.py(+18 -0)📝
api/tacticalrmm/autotasks/models.py(+7 -0)📝
api/tacticalrmm/autotasks/tasks.py(+59 -7)➕
api/tacticalrmm/core/migrations/0008_auto_20200910_1434.py(+25 -0)📝
api/tacticalrmm/core/models.py(+14 -0)📝
api/tacticalrmm/core/views.py(+10 -1)➕
api/tacticalrmm/logs/migrations/0003_auto_20200910_0347.py(+18 -0)📝
api/tacticalrmm/logs/models.py(+17 -0)📝
api/tacticalrmm/tacticalrmm/settings.py(+1 -1)➕
api/tacticalrmm/winupdate/migrations/0006_auto_20200910_1909.py(+28 -0)➕
api/tacticalrmm/winupdate/migrations/0007_winupdatepolicy_run_time_day.py(+18 -0)📝
api/tacticalrmm/winupdate/models.py(+15 -1)📝
api/tacticalrmm/winupdate/tasks.py(+54 -29)...and 7 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.