mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[PR #72] [MERGED] Server/workstation policies #3470
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#3470
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/72
Author: @sadnub
Created: 8/26/2020
Status: ✅ Merged
Merged: 8/26/2020
Merged by: @wh1te909
Base:
develop← Head:server-policies📝 Commits (6)
0a6ff54modify database for workstation/server policiesa41f02bserver/workstation policies addition6f02f09bump app version5909af9fix vue error in related policiesb4a2b7fadded related_agent method to policy42a6bfbFix error message when trying to enable alerts on policy check from agents table📊 Changes
16 files changed (+888 additions, -244 deletions)
View changed files
📝
api/tacticalrmm/automation/models.py(+62 -12)📝
api/tacticalrmm/automation/serializers.py(+30 -6)📝
api/tacticalrmm/automation/tasks.py(+8 -4)📝
api/tacticalrmm/automation/tests.py(+215 -57)📝
api/tacticalrmm/automation/views.py(+191 -47)➕
api/tacticalrmm/clients/migrations/0004_auto_20200821_2115.py(+43 -0)📝
api/tacticalrmm/clients/models.py(+20 -4)📝
api/tacticalrmm/tacticalrmm/settings.py(+1 -1)📝
api/tacticalrmm/tacticalrmm/test.py(+17 -16)📝
web/src/components/ChecksTab.vue(+9 -3)📝
web/src/components/automation/PolicyOverview.vue(+46 -14)📝
web/src/components/automation/modals/PolicyAdd.vue(+99 -21)📝
web/src/components/automation/modals/RelationsView.vue(+37 -6)📝
web/test/jest/__tests__/automation/policyadd.spec.js(+37 -12)📝
web/test/jest/__tests__/automation/policyoverview.spec.js(+21 -11)📝
web/test/jest/__tests__/automation/relationview.spec.js(+52 -30)📄 Description
This allows the apply policies to workstations or servers from the client/site level. The currently applied policies will be erased and will need to be applied again though due to the schema changes.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.