mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[PR #18] [MERGED] 0.1.5b5 #902
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#902
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/18
Author: @maziggy
Created: 12/11/2025
Status: ✅ Merged
Merged: 12/11/2025
Merged by: @maziggy
Base:
main← Head:0.1.5b📝 Commits (10+)
f317eadFixed bug where external links were not respected by hotkeys53fcc28Fixed bug where external links were not respected by hotkeys83fc278Fixed bug where not all AMS spools were synced to Spoolman107d94eAdded playwright tests711140dAdded mobile PWA support60ec159Added CHANGELOG.mdd151808## New Features09bdb18Updated README; Added new screenshots596956cUpdated README; Added new screenshots9cdce0dUpdated README; Added new screenshots📊 Changes
211 files changed (+118521 additions, -8918 deletions)
View changed files
➕
.coverage(+0 -0)➕
.github/workflows/ci.yml(+288 -0)➕
CHANGELOG.md(+168 -0)📝
README.md(+63 -4)➕
backend/.coverage(+0 -0)➕
backend/app/api/routes/ams_history.py(+129 -0)➕
backend/app/api/routes/api_keys.py(+138 -0)📝
backend/app/api/routes/archives.py(+322 -4)📝
backend/app/api/routes/notifications.py(+10 -3)➕
backend/app/api/routes/projects.py(+428 -0)📝
backend/app/api/routes/settings.py(+2 -2)➕
backend/app/api/routes/system.py(+200 -0)➕
backend/app/api/routes/webhook.py(+332 -0)➕
backend/app/core/auth.py(+114 -0)📝
backend/app/core/config.py(+1 -1)📝
backend/app/core/database.py(+95 -1)📝
backend/app/main.py(+247 -31)📝
backend/app/models/__init__.py(+6 -0)➕
backend/app/models/ams_history.py(+31 -0)➕
backend/app/models/api_key.py(+29 -0)...and 80 more files
📄 Description
Changelog (v0.1.5b4 → v0.1.5b5)
New Features
Improvements
Bug Fixes
Infrastructure
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.