[PR #30] patching init #29

Open
opened 2026-03-02 02:12:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/amidaware/tacticalrmm-web/pull/30
Author: @sadnub
Created: 1/24/2025
Status: 🔄 Open

Base: developHead: patch-rework


📝 Commits (10+)

  • 42a124d patching init
  • f020c82 add Policy Assignments UI
  • 45aba53 cleanup wording and variable names for patch policies
  • ab8ed9f added policy exclusions dialog and table column
  • 2bf046b improve the patch policy form UI
  • b844fb4 improved patch policy exclusions form
  • e51e907 added scan/install schedule to patch policy table
  • ad53c71 PatchPolicySelector dialog: made the patches scrollable and widened the dialog box
  • 886814c added applied patches form and added patch policy exclusions and applied patches to patch policy form in edit mode
  • a0a3727 add applied to dialog for patch policy table

📊 Changes

45 files changed (+7023 additions, -1310 deletions)

View changed files

📝 package-lock.json (+815 -1262)
📝 src/components/FileBar.vue (+7 -0)
📝 src/components/agents/AgentActionMenu.vue (+7 -8)
📝 src/components/ui/TacticalTable.vue (+238 -10)
src/core/agents/api.ts (+69 -0)
src/core/agents/composables.ts (+50 -0)
src/core/agents/types.ts (+46 -0)
src/core/alerts/api.ts (+91 -0)
src/core/alerts/composables.ts (+24 -0)
src/core/alerts/types.ts (+60 -0)
src/core/automation/api.ts (+91 -0)
src/core/automation/composables.ts (+24 -0)
src/core/automation/types.ts (+12 -0)
src/core/clients/api.ts (+169 -0)
src/core/clients/composables.ts (+59 -0)
src/core/clients/types.ts (+30 -0)
src/core/dashboard/api.ts (+121 -0)
src/core/dashboard/components/PolicyAssignments.vue (+224 -0)
src/core/dashboard/composables.ts (+20 -0)
src/core/dashboard/types.ts (+70 -0)

...and 25 more files

📄 Description

No description provided


🔄 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-web/pull/30 **Author:** [@sadnub](https://github.com/sadnub) **Created:** 1/24/2025 **Status:** 🔄 Open **Base:** `develop` ← **Head:** `patch-rework` --- ### 📝 Commits (10+) - [`42a124d`](https://github.com/amidaware/tacticalrmm-web/commit/42a124dbe25138bb6ac3eac63c3bb3b6cefdcaff) patching init - [`f020c82`](https://github.com/amidaware/tacticalrmm-web/commit/f020c825f7621897880ef1fc59083cc7e0f9b8b6) add Policy Assignments UI - [`45aba53`](https://github.com/amidaware/tacticalrmm-web/commit/45aba53b00a428a8e8c593df6fefbcc2a9d35229) cleanup wording and variable names for patch policies - [`ab8ed9f`](https://github.com/amidaware/tacticalrmm-web/commit/ab8ed9f7f126ab7799af5562bd9a045e43972150) added policy exclusions dialog and table column - [`2bf046b`](https://github.com/amidaware/tacticalrmm-web/commit/2bf046bdaf44611170498353fb07c0d0d664ff00) improve the patch policy form UI - [`b844fb4`](https://github.com/amidaware/tacticalrmm-web/commit/b844fb4b7e666929657d2bd7f53522eaeeece106) improved patch policy exclusions form - [`e51e907`](https://github.com/amidaware/tacticalrmm-web/commit/e51e907ae3e5025bba5ab2fed0d654ba8b379bdf) added scan/install schedule to patch policy table - [`ad53c71`](https://github.com/amidaware/tacticalrmm-web/commit/ad53c71c33843d1527c066c909c4e3a50816f824) PatchPolicySelector dialog: made the patches scrollable and widened the dialog box - [`886814c`](https://github.com/amidaware/tacticalrmm-web/commit/886814cb880b43fcd8399bce0ae5ec21f4742dbb) added applied patches form and added patch policy exclusions and applied patches to patch policy form in edit mode - [`a0a3727`](https://github.com/amidaware/tacticalrmm-web/commit/a0a372745852a3fd6036cbefb08d14c54785eceb) add applied to dialog for patch policy table ### 📊 Changes **45 files changed** (+7023 additions, -1310 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+815 -1262) 📝 `src/components/FileBar.vue` (+7 -0) 📝 `src/components/agents/AgentActionMenu.vue` (+7 -8) 📝 `src/components/ui/TacticalTable.vue` (+238 -10) ➕ `src/core/agents/api.ts` (+69 -0) ➕ `src/core/agents/composables.ts` (+50 -0) ➕ `src/core/agents/types.ts` (+46 -0) ➕ `src/core/alerts/api.ts` (+91 -0) ➕ `src/core/alerts/composables.ts` (+24 -0) ➕ `src/core/alerts/types.ts` (+60 -0) ➕ `src/core/automation/api.ts` (+91 -0) ➕ `src/core/automation/composables.ts` (+24 -0) ➕ `src/core/automation/types.ts` (+12 -0) ➕ `src/core/clients/api.ts` (+169 -0) ➕ `src/core/clients/composables.ts` (+59 -0) ➕ `src/core/clients/types.ts` (+30 -0) ➕ `src/core/dashboard/api.ts` (+121 -0) ➕ `src/core/dashboard/components/PolicyAssignments.vue` (+224 -0) ➕ `src/core/dashboard/composables.ts` (+20 -0) ➕ `src/core/dashboard/types.ts` (+70 -0) _...and 25 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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-web#29
No description provided.