mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[PR #10] [MERGED] Policies Progress and added MongoDB to docker setup #3440
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#3440
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/10
Author: @sadnub
Created: 4/19/2020
Status: ✅ Merged
Merged: 4/19/2020
Merged by: @wh1te909
Base:
develop← Head:feature-policies-alerts📝 Commits (3)
8a22299Policy Overview Add/Edit5588f90Added most framework for Policies in Checks and Tasks. Added MongoDB to docker setup and configured for MeshCentral58fb862Merge branch 'develop' into feature-policies-alerts📊 Changes
42 files changed (+1880 additions, -169 deletions)
View changed files
📝
api/tacticalrmm/agents/urls.py(+1 -0)📝
api/tacticalrmm/agents/views.py(+5 -0)📝
api/tacticalrmm/automation/serializers.py(+21 -4)📝
api/tacticalrmm/automation/urls.py(+3 -1)📝
api/tacticalrmm/automation/views.py(+77 -9)➕
api/tacticalrmm/checks/migrations/0006_auto_20200415_0300.py(+45 -0)➕
api/tacticalrmm/checks/migrations/0007_auto_20200415_2300.py(+45 -0)➕
api/tacticalrmm/checks/migrations/0011_merge_20200416_1658.py(+14 -0)➕
api/tacticalrmm/checks/migrations/0012_auto_20200419_1900.py(+76 -0)📝
api/tacticalrmm/checks/models.py(+84 -32)📝
api/tacticalrmm/checks/serializers.py(+24 -0)📝
api/tacticalrmm/checks/urls.py(+1 -0)📝
api/tacticalrmm/checks/views.py(+37 -17)📝
api/tacticalrmm/clients/serializers.py(+5 -1)📝
api/tacticalrmm/clients/urls.py(+1 -0)📝
api/tacticalrmm/clients/views.py(+5 -0)📝
docker/.env.example(+3 -0)📝
docker/docker-compose.dev.yml(+4 -4)📝
docker/docker-compose.yml(+16 -0)📝
docker/meshcentral/config.json(+29 -28)...and 22 more files
📄 Description
Here is a progress commit. I wasn't able to test everything out, but I don't think the code would have affected the agent table at all.
I wasn't sure how to handle the agent.hostname dependency on the checks models. I have a solution in place, but I'm not sure if this will mess anything up. It is a start at least!
Next thing I need to do is finish up the automation overview and provide some visibility into the agents affected by the policies and be able to view the individual output for the checks.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.