mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 06:55:52 +03:00
[PR #2239] [MERGED] scheduled reports init #1909
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#1909
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/2239
Author: @sadnub
Created: 6/5/2025
Status: ✅ Merged
Merged: 10/10/2025
Merged by: @wh1te909
Base:
develop← Head:feat-scheduledreports📝 Commits (10+)
6c9bcaascheduled reports initb64e0f7set report history prune days to 0, add daily schedulers optionsebf302dadd run report schedule option. refactor report running to avoid code duplicationb09274eset last_run when report schedule is ran. Implement locked_at when repot is run from scheduled taskea0bfc3code formatting45f4f9cfix email sending9fcf0acfix db, merge migrations into one and code formattingfc14dfefix scheduler functionsc691bc6fix schedule functions2a24b70fix schedule reports erroring out📊 Changes
30 files changed (+2005 additions, -158 deletions)
View changed files
➕
api/tacticalrmm/accounts/migrations/0039_role_can_manage_schedules_role_can_view_schedules.py(+23 -0)📝
api/tacticalrmm/accounts/models.py(+2 -0)📝
api/tacticalrmm/core/admin.py(+2 -1)➕
api/tacticalrmm/core/migrations/0050_schedule_coresettings_report_history_prune_days_and_more.py(+45 -0)📝
api/tacticalrmm/core/models.py(+98 -2)📝
api/tacticalrmm/core/permissions.py(+8 -0)📝
api/tacticalrmm/core/serializers.py(+72 -1)📝
api/tacticalrmm/core/tasks.py(+4 -0)➕
api/tacticalrmm/core/tests_pytest/test_scheduler.py(+158 -0)📝
api/tacticalrmm/core/urls.py(+2 -0)📝
api/tacticalrmm/core/views.py(+51 -1)📝
api/tacticalrmm/ee/reporting/admin.py(+10 -1)📝
api/tacticalrmm/ee/reporting/constants.py(+26 -0)📝
api/tacticalrmm/ee/reporting/management/commands/generate_json_schemas.py(+13 -1)➕
api/tacticalrmm/ee/reporting/migrations/0004_reportdataquery_created_by_and_more.py(+119 -0)📝
api/tacticalrmm/ee/reporting/models.py(+74 -4)➕
api/tacticalrmm/ee/reporting/serializers.py(+24 -0)➕
api/tacticalrmm/ee/reporting/tasks.py(+141 -0)📝
api/tacticalrmm/ee/reporting/tests/test_data_queries.py(+182 -17)📝
api/tacticalrmm/ee/reporting/tests/test_import_export_template_views.py(+0 -1)...and 10 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.