mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[PR #1823] [MERGED] Serverside actions and cli #3837
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#3837
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/1823
Author: @sadnub
Created: 4/2/2024
Status: ✅ Merged
Merged: 6/28/2024
Merged by: @wh1te909
Base:
develop← Head:urlaction-rework📝 Commits (10+)
097e567initd1b2caeadd migrations0606642fix failure action not saving correctly if a server scriptc10bf9bblack7b0c269fix flakea36fc7efix webhooks8a03d9cset term52aa269modify totp setup view59b4604wrong role name531aac6harden connect method📊 Changes
32 files changed (+1187 additions, -230 deletions)
View changed files
📝
.devcontainer/entrypoint.sh(+1 -0)📝
.vscode/settings.json(+2 -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(+14 -10)➕
api/tacticalrmm/alerts/migrations/0014_alerttemplate_action_rest_alerttemplate_action_type_and_more.py(+55 -0)📝
api/tacticalrmm/alerts/models.py(+192 -78)📝
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/autotasks/models.py(+13 -11)📝
api/tacticalrmm/checks/models.py(+13 -11)📝
api/tacticalrmm/checks/tasks.py(+4 -3)📝
api/tacticalrmm/core/consumers.py(+170 -7)➕
api/tacticalrmm/core/migrations/0045_coresettings_enable_server_scripts_and_more.py(+65 -0)📝
api/tacticalrmm/core/models.py(+40 -49)📝
api/tacticalrmm/core/permissions.py(+10 -0)...and 12 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.