mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[PR #200] [MERGED] Scripts Manager Rework #3512
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#3512
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/200
Author: @sadnub
Created: 12/10/2020
Status: ✅ Merged
Merged: 12/14/2020
Merged by: @wh1te909
Base:
develop← Head:develop📝 Commits (4)
715accfscripts reworkad1a9ecfix agent table pending actions filter3416a71add community scripts to migrationaebe855add a favorite menu to agent's context menu for easy way to run scripts📊 Changes
26 files changed (+1465 additions, -636 deletions)
View changed files
➕
api/tacticalrmm/accounts/migrations/0009_user_show_community_scripts.py(+18 -0)📝
api/tacticalrmm/accounts/models.py(+1 -0)📝
api/tacticalrmm/accounts/views.py(+9 -2)📝
api/tacticalrmm/core/views.py(+5 -1)📝
api/tacticalrmm/scripts/baker_recipes.py(+0 -3)➕
api/tacticalrmm/scripts/migrations/0004_auto_20201207_1558.py(+28 -0)➕
api/tacticalrmm/scripts/migrations/0005_auto_20201207_1606.py(+18 -0)➕
api/tacticalrmm/scripts/migrations/0006_auto_20201210_2145.py(+57 -0)📝
api/tacticalrmm/scripts/models.py(+40 -33)📝
api/tacticalrmm/scripts/serializers.py(+23 -31)📝
api/tacticalrmm/scripts/tests.py(+116 -13)📝
api/tacticalrmm/scripts/views.py(+36 -75)📝
web/package-lock.json(+229 -44)📝
web/package.json(+8 -6)📝
web/src/components/AgentTable.vue(+58 -2)📝
web/src/components/FileBar.vue(+7 -6)📝
web/src/components/ScriptManager.vue(+319 -177)📝
web/src/components/modals/agents/BulkAction.vue(+17 -6)📝
web/src/components/modals/agents/RunScript.vue(+19 -9)📝
web/src/components/modals/checks/ScriptCheck.vue(+13 -15)...and 6 more files
📄 Description
Here it is! This resolves:
#85
#152
#170
Definitely test that migration in dev first. I only lightly tested it
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.