mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 06:55:52 +03:00
[PR #1008] [MERGED] Global datetime format and other GH issue fixes #3763
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#3763
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/1008
Author: @sadnub
Created: 3/19/2022
Status: ✅ Merged
Merged: 4/11/2022
Merged by: @wh1te909
Base:
develop← Head:develop📝 Commits (10+)
6fefd55Allow canceling other pending actions. Fixes #958903f0e5implement global datetime format. #1007c152e18policy rework initb5ae875fix issue with multiple alert object being returned0623f53fix date format string empty826ac7freturned tasks/checks in agent runner serializer and saving resultsb0ac570cleanup migrations and rework all checks/tasks to use the task/results table. fix alerts69ef767finalize the schema and fix ui for checks6ffdf5cFixed Check History graph and reworked task sync_statuse38af9frework task create/modify/delete/running and fix checks tests📊 Changes
137 files changed (+4658 additions, -3833 deletions)
View changed files
📝
.devcontainer/docker-compose.yml(+3 -2)📝
.devcontainer/entrypoint.sh(+3 -0)📝
.devcontainer/requirements.txt(+21 -16)📝
.vscode/settings.json(+19 -1)➖
.vscode/tasks.json(+0 -23)➕
api/tacticalrmm/accounts/migrations/0031_user_date_format.py(+18 -0)📝
api/tacticalrmm/accounts/models.py(+29 -0)📝
api/tacticalrmm/accounts/permissions.py(+3 -3)📝
api/tacticalrmm/accounts/serializers.py(+2 -0)📝
api/tacticalrmm/accounts/tests.py(+8 -8)📝
api/tacticalrmm/agents/management/commands/fake_agents.py(+112 -60)📝
api/tacticalrmm/agents/management/commands/update_agents.py(+3 -3)➕
api/tacticalrmm/agents/migrations/0047_alter_agent_plat_alter_agent_site.py(+26 -0)📝
api/tacticalrmm/agents/models.py(+234 -140)📝
api/tacticalrmm/agents/permissions.py(+14 -14)📝
api/tacticalrmm/agents/serializers.py(+1 -14)📝
api/tacticalrmm/agents/tasks.py(+42 -27)📝
api/tacticalrmm/agents/tests.py(+121 -100)📝
api/tacticalrmm/agents/utils.py(+20 -16)📝
api/tacticalrmm/agents/views.py(+40 -26)...and 80 more files
📄 Description
DateTime format
Policy Rework
Other Fixes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.