mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[PR #2125] [MERGED] release 1.0.0 - posix tasks #1898
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#1898
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/2125
Author: @wh1te909
Created: 1/24/2025
Status: ✅ Merged
Merged: 2/24/2025
Merged by: @wh1te909
Base:
develop← Head:1.0.0📝 Commits (10+)
e12c454monitoring view v2b87272cdebugging black28e65f9blacked79fea4cfix flake34e2174feat: posix tasks3355a78add missing req for tests660bc2ffix importsafe6fccfix mockb4e3f6amove imports for celeryb56f4d9fix import📊 Changes
23 files changed (+703 additions, -32 deletions)
View changed files
📝
.github/workflows/ci-tests.yml(+1 -1)📝
.gitignore(+2 -1)📝
api/tacticalrmm/apiv3/views.py(+6 -7)📝
api/tacticalrmm/automation/models.py(+2 -1)➕
api/tacticalrmm/autotasks/migrations/0041_automatedtask_task_supported_platforms_and_more.py(+44 -0)📝
api/tacticalrmm/autotasks/models.py(+42 -4)📝
api/tacticalrmm/autotasks/tasks.py(+1 -1)➕
api/tacticalrmm/autotasks/tests/__init__.py(+0 -0)📝
api/tacticalrmm/autotasks/tests/test_autotasks.py(+3 -3)➕
api/tacticalrmm/autotasks/tests/test_scheduler.py(+195 -0)📝
api/tacticalrmm/core/decorators.py(+24 -0)📝
api/tacticalrmm/core/tasks.py(+115 -4)📝
api/tacticalrmm/core/urls.py(+2 -1)📝
api/tacticalrmm/core/views.py(+68 -1)📝
api/tacticalrmm/requirements-test.txt(+2 -1)📝
api/tacticalrmm/tacticalrmm/celery.py(+4 -0)📝
api/tacticalrmm/tacticalrmm/constants.py(+16 -0)📝
api/tacticalrmm/tacticalrmm/helpers.py(+16 -0)➕
api/tacticalrmm/tacticalrmm/scheduler.py(+124 -0)📝
api/tacticalrmm/tacticalrmm/utils.py(+22 -2)...and 3 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.