mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[PR #1829] [CLOSED] initial SysTray api PR #1887
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#1887
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/1829
Author: @conlan0
Created: 4/3/2024
Status: ❌ Closed
Base:
develop← Head:develop📝 Commits (10+)
d791976Add systray config endpoint for agent6f1531bAdd systray agent urlse12d8a1add agent api communication for systraycd8182fAdd admin and celery task0285216Add systray task to send nats for updated config6986c9dAdd systray views for frontendb05194fAdd systray urls for frontend34aba82add systray_enabled to core settings23b56daadd trayicon config to sitese308c12Update serializers.py for systray📊 Changes
74 files changed (+1907 additions, -330 deletions)
View changed files
📝
.devcontainer/entrypoint.sh(+1 -0)📝
.vscode/settings.json(+2 -1)📝
README.md(+4 -1)📝
ansible/roles/trmm_dev/tasks/main.yml(+1 -1)➕
api/tacticalrmm/accounts/migrations/0037_role_can_run_server_scripts_role_can_use_webterm.py(+23 -0)📝
api/tacticalrmm/accounts/models.py(+2 -0)📝
api/tacticalrmm/accounts/tests.py(+5 -5)📝
api/tacticalrmm/accounts/views.py(+86 -1)📝
api/tacticalrmm/agents/models.py(+20 -11)📝
api/tacticalrmm/agents/tasks.py(+1 -1)📝
api/tacticalrmm/agents/views.py(+4 -2)➕
api/tacticalrmm/alerts/migrations/0014_alerttemplate_action_rest_alerttemplate_action_type_and_more.py(+55 -0)📝
api/tacticalrmm/alerts/models.py(+297 -96)📝
api/tacticalrmm/alerts/permissions.py(+14 -0)📝
api/tacticalrmm/alerts/serializers.py(+18 -2)📝
api/tacticalrmm/alerts/tests.py(+33 -8)📝
api/tacticalrmm/alerts/views.py(+2 -2)➕
api/tacticalrmm/apiv3/admin.py(+4 -0)➕
api/tacticalrmm/apiv3/migrations/0001_initial.py(+24 -0)➕
api/tacticalrmm/apiv3/support/__init__.py(+0 -0)...and 54 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.