mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[PR #189] [MERGED] Feature/printer model queue #949
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy#949
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/maziggy/bambuddy/pull/189
Author: @maziggy
Created: 1/30/2026
Status: ✅ Merged
Merged: 1/30/2026
Merged by: @maziggy
Base:
0.1.6-final← Head:feature/printer_model_queue📝 Commits (6)
2eb21e8Issue #1627c5c4eeModel-based queue assignment with filament validation and queue notifications (#162)6fe3956Added variables to queue related notificatuon templates836335bCorrect AMS data access in print scheduler filament validation74379daFix X1E model-based queueba3ad1dMerge branch '0.1.6-final' into feature/printer_model_queue📊 Changes
33 files changed (+10234 additions, -183 deletions)
View changed files
📝
CHANGELOG.md(+18 -0)📝
README.md(+7 -4)📝
backend/app/api/routes/archives.py(+1 -0)📝
backend/app/api/routes/notification_templates.py(+8 -0)📝
backend/app/api/routes/notifications.py(+8 -0)📝
backend/app/api/routes/print_queue.py(+175 -7)📝
backend/app/api/routes/settings.py(+21 -0)📝
backend/app/core/database.py(+40 -0)📝
backend/app/main.py(+28 -0)📝
backend/app/models/archive.py(+3 -0)📝
backend/app/models/notification.py(+9 -0)📝
backend/app/models/notification_template.py(+43 -0)📝
backend/app/models/print_queue.py(+9 -0)📝
backend/app/schemas/archive.py(+2 -0)📝
backend/app/schemas/notification.py(+18 -0)📝
backend/app/schemas/notification_template.py(+55 -0)📝
backend/app/schemas/print_queue.py(+6 -0)📝
backend/app/services/archive.py(+33 -3)📝
backend/app/services/notification_service.py(+150 -0)📝
backend/app/services/print_scheduler.py(+301 -39)...and 13 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.