mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[PR #16] [MERGED] More Tests, Finished Task and Check policy tables, many fixes and ref… #3444
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#3444
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/16
Author: @sadnub
Created: 5/25/2020
Status: ✅ Merged
Merged: 5/25/2020
Merged by: @wh1te909
Base:
develop← Head:feature-policies-alerts📝 Commits (1)
cb1da9aMore Tests, Finished Task and Check policy tables, many fixes and refactors📊 Changes
24 files changed (+686 additions, -691 deletions)
View changed files
📝
api/tacticalrmm/automation/urls.py(+1 -0)📝
api/tacticalrmm/automation/views.py(+7 -1)➕
api/tacticalrmm/autotasks/migrations/0003_auto_20200525_0243.py(+20 -0)➕
api/tacticalrmm/autotasks/migrations/0004_auto_20200525_0301.py(+20 -0)📝
api/tacticalrmm/autotasks/models.py(+9 -3)📝
api/tacticalrmm/autotasks/urls.py(+1 -0)📝
api/tacticalrmm/autotasks/views.py(+23 -11)📝
web/src/components/automation/AutomationManager.vue(+69 -29)➖
web/src/components/automation/OverviewAutomatedTasksTab.vue(+0 -120)➖
web/src/components/automation/OverviewChecksTab.vue(+0 -168)📝
web/src/components/automation/PolicyAutomatedTasksTab.vue(+45 -36)📝
web/src/components/automation/PolicyChecksTab.vue(+110 -195)📝
web/src/components/automation/PolicyOverview.vue(+47 -36)📝
web/src/components/automation/PolicySubTableTabs.vue(+1 -2)➖
web/src/components/automation/modals/PolicyCheckStatus.vue(+0 -33)📝
web/src/components/automation/modals/PolicyForm.vue(+6 -8)➕
web/src/components/automation/modals/PolicyStatus.vue(+59 -0)📝
web/src/components/modals/tasks/AddAutomatedTask.vue(+19 -7)📝
web/src/mixins/mixins.js(+36 -20)📝
web/src/store/automation.js(+17 -0)...and 4 more files
📄 Description
Here's another one. I reworked the automated tasks to support the policies similar to what I did with checks. Next I am going to finish up the PolicyStatus for the policy Checks and Tasks.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.