[PR #1] [MERGED] Reporting Frontend Changes #3

Closed
opened 2026-03-02 02:12:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/amidaware/tacticalrmm-web/pull/1
Author: @sadnub
Created: 7/28/2022
Status: Merged
Merged: 10/25/2023
Merged by: @wh1te909

Base: developHead: feat-reporting


📝 Commits (10+)

  • ee30314 reporting wip
  • 4d409ea resolve query editor schema over http
  • f87f497 fix url
  • e0c37fa fill out code functions for html template and report template
  • 01a13f3 fix icon name
  • f7e6ebc data source select in template editor
  • cb301d3 minor fixes
  • 00df929 fix report assets and add allow selecting in the template form
  • cdbbddd Load reports manager as an integration
  • 93217b4 more improvements

📊 Changes

46 files changed (+7726 additions, -1657 deletions)

View changed files

📝 .vscode/settings.json (+2 -3)
📝 package-lock.json (+1437 -1133)
📝 package.json (+11 -7)
📝 quasar.config.js (+1 -1)
📝 src/boot/axios.js (+15 -0)
src/boot/integrations.ts (+10 -0)
src/boot/monaco.ts (+23 -0)
📝 src/components/FileBar.vue (+51 -0)
src/components/FileBrowser.vue (+287 -0)
📝 src/components/accounts/RolesForm.vue (+19 -1)
📝 src/components/agents/AgentActionMenu.vue (+22 -0)
📝 src/components/agents/ChecksTab.vue (+0 -1)
📝 src/components/scripts/ScriptFormModal.vue (+330 -349)
📝 src/components/scripts/ScriptSnippetFormModal.vue (+149 -161)
src/components/ui/IntegrationsContextMenu.vue (+33 -0)
src/composables/filebrowser.ts (+58 -0)
src/ee/LICENSE.md (+30 -0)
src/ee/reporting/api/reporting.ts (+626 -0)
src/ee/reporting/components/AssetFileUpload.vue (+93 -0)
src/ee/reporting/components/DataQuerySelect.vue (+96 -0)

...and 26 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/1 **Author:** [@sadnub](https://github.com/sadnub) **Created:** 7/28/2022 **Status:** ✅ Merged **Merged:** 10/25/2023 **Merged by:** [@wh1te909](https://github.com/wh1te909) **Base:** `develop` ← **Head:** `feat-reporting` --- ### 📝 Commits (10+) - [`ee30314`](https://github.com/amidaware/tacticalrmm-web/commit/ee30314a3e250c0daff1b1d321d13fcea4d3bfe4) reporting wip - [`4d409ea`](https://github.com/amidaware/tacticalrmm-web/commit/4d409ea1aedcc43709d3f01e2cb61ebd03c38faf) resolve query editor schema over http - [`f87f497`](https://github.com/amidaware/tacticalrmm-web/commit/f87f4970bef675e13316109e5669b99f9cb9ee68) fix url - [`e0c37fa`](https://github.com/amidaware/tacticalrmm-web/commit/e0c37faee862b2f1334be120db7e5152f16c87e5) fill out code functions for html template and report template - [`01a13f3`](https://github.com/amidaware/tacticalrmm-web/commit/01a13f31f3a02dcc9235c52d2ce3fd523e74b76e) fix icon name - [`f7e6ebc`](https://github.com/amidaware/tacticalrmm-web/commit/f7e6ebc69f7d0ad2ff267fa59ab5e383d32953a0) data source select in template editor - [`cb301d3`](https://github.com/amidaware/tacticalrmm-web/commit/cb301d34a6dbbbba4191887c972343e7b71b9ff0) minor fixes - [`00df929`](https://github.com/amidaware/tacticalrmm-web/commit/00df9296bf9b828d6ce169c5560225ac9f63c55e) fix report assets and add allow selecting in the template form - [`cdbbddd`](https://github.com/amidaware/tacticalrmm-web/commit/cdbbddda7a319d72bdadb13451040aaa7f7b0977) Load reports manager as an integration - [`93217b4`](https://github.com/amidaware/tacticalrmm-web/commit/93217b495c0e59eff9447f64590d8b20aeb78f72) more improvements ### 📊 Changes **46 files changed** (+7726 additions, -1657 deletions) <details> <summary>View changed files</summary> 📝 `.vscode/settings.json` (+2 -3) 📝 `package-lock.json` (+1437 -1133) 📝 `package.json` (+11 -7) 📝 `quasar.config.js` (+1 -1) 📝 `src/boot/axios.js` (+15 -0) ➕ `src/boot/integrations.ts` (+10 -0) ➕ `src/boot/monaco.ts` (+23 -0) 📝 `src/components/FileBar.vue` (+51 -0) ➕ `src/components/FileBrowser.vue` (+287 -0) 📝 `src/components/accounts/RolesForm.vue` (+19 -1) 📝 `src/components/agents/AgentActionMenu.vue` (+22 -0) 📝 `src/components/agents/ChecksTab.vue` (+0 -1) 📝 `src/components/scripts/ScriptFormModal.vue` (+330 -349) 📝 `src/components/scripts/ScriptSnippetFormModal.vue` (+149 -161) ➕ `src/components/ui/IntegrationsContextMenu.vue` (+33 -0) ➕ `src/composables/filebrowser.ts` (+58 -0) ➕ `src/ee/LICENSE.md` (+30 -0) ➕ `src/ee/reporting/api/reporting.ts` (+626 -0) ➕ `src/ee/reporting/components/AssetFileUpload.vue` (+93 -0) ➕ `src/ee/reporting/components/DataQuerySelect.vue` (+96 -0) _...and 26 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>
kerem closed this issue 2026-03-02 02:12:21 +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-web#3
No description provided.