1
0
Fork 0
mirror of https://github.com/maziggy/bambuddy.git synced 2026-05-09 08:25:54 +02:00

[PR #178] [MERGED] Feature/stl thumbnail #947

Closed
opened 2026-05-07 00:15:07 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/maziggy/bambuddy/pull/178
Author: @maziggy
Created: 1/29/2026
Status: Merged
Merged: 1/29/2026
Merged by: @maziggy

Base: 0.1.6-finalHead: feature/stl-thumbnail


📝 Commits (10+)

  • 1cbde60 Merge pull request #142 from maziggy/0.1.6b11
  • 164d22f Add security scanning to CI pipeline
  • 580225a Add security scanning to CI pipeline
  • 2da519a Replace python-jose with PyJWT to eliminate ecdsa vulnerability
  • 51df60c Fixed CI
  • aa5ab13 Added stale issues workflow
  • 56efb44 Added explicit permissions: issues: write
  • a1c59fd Updated the workflow:
  • 54abee5 Updated Github workflow
  • 86ad133 Updated CI

📊 Changes

8 files changed (+886 additions, -1 deletions)

View changed files

=2.8.0 (+5 -0)
📝 backend/app/api/routes/library.py (+220 -0)
📝 backend/app/schemas/library.py (+29 -0)
backend/app/services/stl_thumbnail.py (+227 -0)
backend/tests/unit/services/test_stl_thumbnail.py (+326 -0)
📝 frontend/src/api/client.ts (+15 -0)
📝 frontend/src/pages/FileManagerPage.tsx (+60 -1)
📝 requirements.txt (+4 -0)

📄 Description

Description

Fixes #

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Code refactoring
  • Performance improvement
  • Test addition or update

Changes Made

Screenshots

Testing

  • I have tested this on my local machine
  • I have tested with my printer model:

Checklist

  • My code follows the project's coding style
  • I have commented my code where necessary
  • I have updated the documentation (if needed)
  • My changes generate no new warnings
  • I have tested my changes thoroughly

Additional Notes


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/maziggy/bambuddy/pull/178 **Author:** [@maziggy](https://github.com/maziggy) **Created:** 1/29/2026 **Status:** ✅ Merged **Merged:** 1/29/2026 **Merged by:** [@maziggy](https://github.com/maziggy) **Base:** `0.1.6-final` ← **Head:** `feature/stl-thumbnail` --- ### 📝 Commits (10+) - [`1cbde60`](https://github.com/maziggy/bambuddy/commit/1cbde60e909bd52f2e6a302a562ec992838b7a9c) Merge pull request #142 from maziggy/0.1.6b11 - [`164d22f`](https://github.com/maziggy/bambuddy/commit/164d22f2bb0aefea39426ffc5a2870fc773061f7) Add security scanning to CI pipeline - [`580225a`](https://github.com/maziggy/bambuddy/commit/580225a38d15a474853ff387aef93e0db3f9aa95) Add security scanning to CI pipeline - [`2da519a`](https://github.com/maziggy/bambuddy/commit/2da519a86e8a4b25c93a69eb1d68e080179dd480) Replace python-jose with PyJWT to eliminate ecdsa vulnerability - [`51df60c`](https://github.com/maziggy/bambuddy/commit/51df60cb91732f8dea4ae44b48c2f835836817f3) Fixed CI - [`aa5ab13`](https://github.com/maziggy/bambuddy/commit/aa5ab135c7989b00670ffbb9da763322d22765c8) Added stale issues workflow - [`56efb44`](https://github.com/maziggy/bambuddy/commit/56efb44c4ff11c3e2ad013f6fbc68dbb5b42c682) Added explicit permissions: issues: write - [`a1c59fd`](https://github.com/maziggy/bambuddy/commit/a1c59fd6cbf76acd87a84ef665728c926d07d8e8) Updated the workflow: - [`54abee5`](https://github.com/maziggy/bambuddy/commit/54abee53f8582d75a6fdbc73d190e26122c2adb4) Updated Github workflow - [`86ad133`](https://github.com/maziggy/bambuddy/commit/86ad13398aebcebe2b05432f81026733e5870317) Updated CI ### 📊 Changes **8 files changed** (+886 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `=2.8.0` (+5 -0) 📝 `backend/app/api/routes/library.py` (+220 -0) 📝 `backend/app/schemas/library.py` (+29 -0) ➕ `backend/app/services/stl_thumbnail.py` (+227 -0) ➕ `backend/tests/unit/services/test_stl_thumbnail.py` (+326 -0) 📝 `frontend/src/api/client.ts` (+15 -0) 📝 `frontend/src/pages/FileManagerPage.tsx` (+60 -1) 📝 `requirements.txt` (+4 -0) </details> ### 📄 Description ## Description <!-- Provide a brief description of your changes --> ## Related Issue <!-- Link to the issue this PR addresses (if applicable) --> Fixes # ## Type of Change <!-- Mark the relevant option with an "x" --> - [ ] Bug fix (non-breaking change that fixes an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] Documentation update - [ ] Code refactoring - [ ] Performance improvement - [ ] Test addition or update ## Changes Made <!-- List the specific changes made in this PR --> - - - ## Screenshots <!-- If applicable, add screenshots to demonstrate your changes --> ## Testing <!-- Describe how you tested your changes --> - [ ] I have tested this on my local machine - [ ] I have tested with my printer model: <!-- e.g., X1C, P1S, A1 --> ## Checklist - [ ] My code follows the project's coding style - [ ] I have commented my code where necessary - [ ] I have updated the documentation (if needed) - [ ] My changes generate no new warnings - [ ] I have tested my changes thoroughly ## Additional Notes <!-- Add any additional information that reviewers should know --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:15:07 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bambuddy-maziggy-1#947
No description provided.