mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[PR #24] [MERGED] 0.1.5 final #913
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
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-maziggy-1#913
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/24
Author: @maziggy
Created: 12/14/2025
Status: ✅ Merged
Merged: 12/14/2025
Merged by: @maziggy
Base:
main← Head:0.1.5-final📝 Commits (10+)
3a08901Fix unused variable in test file causing Docker build failureee2b674Issue 1: Print Start Notification - Estimated Time Unknowna14dcbcFrontend WebSocket Tests Summaryb6b83a6Added a persistent loading toast with spinner for backup exports that include print archives:80c39dfFixed bug in Dockerfile7262896Uodated Dockerfile9ba4ef6Fix docker build3fe49f61. Timelapse Race Condition Fix (bambu_mqtt.py)ae558841. ArchiveService import shadowing bug (main.py:978) - Local import was shadowing module-level import, causing "cannot access local variable" errorc317ff11. Pre-commit Hook Configuration (.pre-commit-config.yaml)📊 Changes
38 files changed (+3870 additions, -835 deletions)
View changed files
➕
.pre-commit-config.yaml(+43 -0)📝
CHANGELOG.md(+31 -0)📝
Dockerfile(+13 -2)➕
Dockerfile.test(+45 -0)📝
README.md(+95 -0)📝
backend/app/api/routes/archives.py(+124 -141)📝
backend/app/main.py(+394 -148)📝
backend/app/services/archive.py(+70 -62)📝
backend/app/services/bambu_mqtt.py(+282 -216)📝
backend/app/services/notification_service.py(+37 -6)📝
backend/app/services/printer_manager.py(+50 -41)📝
backend/tests/conftest.py(+79 -0)➕
backend/tests/integration/test_print_lifecycle.py(+387 -0)➕
backend/tests/unit/services/test_bambu_mqtt.py(+411 -0)📝
backend/tests/unit/services/test_notification_service.py(+118 -0)📝
backend/tests/unit/services/test_printer_manager.py(+62 -71)➕
backend/tests/unit/test_code_quality.py(+267 -0)➕
backend/tests/unit/test_log_error_detection.py(+313 -0)📝
build_docker.sh(+1 -1)➕
docker-compose.test.yml(+64 -0)...and 18 more files
📄 Description
This release focuses on stability improvements, particularly around timelapse handling and Docker support.
Bug Fixes
New Features
Improvements
Docker
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.