mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 23:15:57 +03:00
[PR #91] [CLOSED] Update RMM Agent Name in Add/Remove Programs #3474
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#3474
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/91
Author: @bradhawkins85
Created: 9/3/2020
Status: ❌ Closed
Base:
master← Head:develop📝 Commits (10+)
b8662efCreate ClearGoogleChromeCache.ps15e8064cCreate ClearFirefoxCache.ps151d9314Create InstallDuplicati.ps1add3f34WinDefendQuickScanBackground0a6ff54modify 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
84 files changed (+5352 additions, -1444 deletions)
View changed files
📝
.gitignore(+3 -0)📝
README.md(+1 -1)📝
_modules/win_agent.py(+38 -0)📝
api/tacticalrmm/agents/urls.py(+1 -0)📝
api/tacticalrmm/agents/views.py(+64 -0)📝
api/tacticalrmm/api/views.py(+4 -0)📝
api/tacticalrmm/automation/models.py(+72 -15)📝
api/tacticalrmm/automation/serializers.py(+55 -7)📝
api/tacticalrmm/automation/tasks.py(+16 -5)📝
api/tacticalrmm/automation/tests.py(+191 -85)📝
api/tacticalrmm/automation/views.py(+172 -61)➕
api/tacticalrmm/autotasks/migrations/0003_automatedtask_script_args.py(+19 -0)📝
api/tacticalrmm/autotasks/models.py(+11 -1)📝
api/tacticalrmm/autotasks/serializers.py(+2 -2)➕
api/tacticalrmm/checks/migrations/0007_check_script_args.py(+19 -0)📝
api/tacticalrmm/checks/models.py(+6 -0)📝
api/tacticalrmm/checks/serializers.py(+9 -3)📝
api/tacticalrmm/checks/views.py(+15 -9)➕
api/tacticalrmm/clients/migrations/0004_auto_20200821_2115.py(+43 -0)📝
api/tacticalrmm/clients/models.py(+20 -4)...and 64 more files
📄 Description
Please delete, messed up the first PR.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.