mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[PR #94] [MERGED] Feature Patch Management through policies and auto approval #1527
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#1527
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/94
Author: @sadnub
Created: 9/6/2020
Status: ✅ Merged
Merged: 9/8/2020
Merged by: @wh1te909
Base:
develop← Head:feature-policy-patch📝 Commits (10+)
f93d7bbwinupdate UI startb596e1ddocker dev fix8fd5328winupdate UI start84d7241UI improvementse1c07c6fix merge conflicts2b86d07Finish up Patch Policye5c05bbMerge branch 'develop' of https://github.com/wh1te909/tacticalrmm into develop9791ae5winupdate UI startef3b8aaUI improvements44f446cFinish up Patch Policy📊 Changes
27 files changed (+1003 additions, -318 deletions)
View changed files
📝
.vscode/settings.json(+1 -1)➕
api/tacticalrmm/agents/migrations/0013_agent_patches_last_installed.py(+18 -0)➕
api/tacticalrmm/agents/migrations/0014_remove_agent_managed_by_wsus.py(+17 -0)📝
api/tacticalrmm/agents/models.py(+135 -3)📝
api/tacticalrmm/api/views.py(+14 -5)📝
api/tacticalrmm/automation/serializers.py(+3 -0)📝
api/tacticalrmm/automation/urls.py(+2 -0)📝
api/tacticalrmm/automation/views.py(+31 -0)📝
api/tacticalrmm/tacticalrmm/celery.py(+8 -0)📝
api/tacticalrmm/tacticalrmm/settings.py(+1 -1)➕
api/tacticalrmm/winupdate/migrations/0003_auto_20200828_0134.py(+26 -0)➕
api/tacticalrmm/winupdate/migrations/0004_auto_20200904_0103.py(+38 -0)➕
api/tacticalrmm/winupdate/migrations/0005_auto_20200905_2114.py(+38 -0)📝
api/tacticalrmm/winupdate/models.py(+23 -7)📝
api/tacticalrmm/winupdate/tasks.py(+129 -75)📝
api/tacticalrmm/winupdate/views.py(+10 -2)📝
docker/docker-compose.dev.yml(+20 -1)📝
docker/docker-compose.override.yml(+29 -0)📝
install.sh(+44 -3)📝
update.sh(+51 -3)...and 7 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.