mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[PR #2129] [CLOSED] Feature: Add properties field in data source schema for model computed properties #3852
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#3852
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/2129
Author: @sadnub
Created: 1/27/2025
Status: ❌ Closed
Base:
develop← Head:feat-nexturl📝 Commits (8)
1addf57Allow querying agent notes in reporting29042b2allow querying computed properties on modelsdcc5f6cget @property fields dynamically0d81204black21a9505fix related fieldsc7f84a9add additional processing and checks if select_related is passed. Added test cases66f854afix datetime conversion in serializer. Added more tests1e86382remove serializer and modify add_custom_fields function to also add properties if specified📊 Changes
6 files changed (+400 additions, -99 deletions)
View changed files
📝
api/tacticalrmm/ee/reporting/constants.py(+27 -0)📝
api/tacticalrmm/ee/reporting/management/commands/generate_json_schemas.py(+13 -1)📝
api/tacticalrmm/ee/reporting/tests/test_data_queries.py(+187 -30)📝
api/tacticalrmm/ee/reporting/tests/test_import_export_template_views.py(+0 -1)📝
api/tacticalrmm/ee/reporting/tests/test_template_generation.py(+68 -1)📝
api/tacticalrmm/ee/reporting/utils.py(+105 -66)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.