mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 06:05:49 +03:00
[PR #117] [MERGED] 111 fix pool playback #280
Labels
No labels
bug
bug
client
design
documentation
feature
feature
infrastructure
pull-request
ready for development
server
server
spike
technical work
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Stagnum#280
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/EddieTheCubeHead/Stagnum/pull/117
Author: @EddieTheCubeHead
Created: 3/5/2024
Status: ✅ Merged
Merged: 3/6/2024
Merged by: @KeManen
Base:
master← Head:111-fix-pool-playback📝 Commits (2)
09292f5111 fix pool playbackf85a870111 Added a test for new functionality📊 Changes
5 files changed (+94 additions, -21 deletions)
View changed files
➕
server/src/alembic/versions/3b8805c4d7db_fixing_incorrect_foreign_keys.py(+41 -0)📝
server/src/api/common/dependencies.py(+9 -9)📝
server/src/api/pool/dependencies.py(+2 -2)📝
server/src/database/entities.py(+6 -10)📝
server/test/pool_features/playback_features.py(+36 -0)📄 Description
Simpler fix than predicted:
Some confusion with SQLAlchemy fk constraints, fixed
Forgot to set created playback as active if there was existing playback
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.