[PR #16] [MERGED] More Tests, Finished Task and Check policy tables, many fixes and ref… #1494

Closed
opened 2026-03-02 02:23:32 +03:00 by kerem · 0 comments
Owner

📋 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: developHead: feature-policies-alerts


📝 Commits (1)

  • cb1da9a More 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.

## 📋 Pull Request Information **Original PR:** https://github.com/amidaware/tacticalrmm/pull/16 **Author:** [@sadnub](https://github.com/sadnub) **Created:** 5/25/2020 **Status:** ✅ Merged **Merged:** 5/25/2020 **Merged by:** [@wh1te909](https://github.com/wh1te909) **Base:** `develop` ← **Head:** `feature-policies-alerts` --- ### 📝 Commits (1) - [`cb1da9a`](https://github.com/amidaware/tacticalrmm/commit/cb1da9ac62f7e01b997124ce6407c171105e4940) More Tests, Finished Task and Check policy tables, many fixes and refactors ### 📊 Changes **24 files changed** (+686 additions, -691 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 02:23:32 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tacticalrmm#1494
No description provided.