mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 06:05:49 +03:00
[PR #194] [MERGED] 189 subtask go through backend routes add handling for errors by raising httpexception #315
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#315
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/194
Author: @EddieTheCubeHead
Created: 4/6/2024
Status: ✅ Merged
Merged: 4/7/2024
Merged by: @EddieTheCubeHead
Base:
master← Head:189-subtask-go-through-backend-routes-add-handling-for-errors-by-raising-httpexception📝 Commits (10+)
4e48ae4189 better internal server error handlinge1ae8c7189 Raise exception if spotify client id or secret are missing in login callback421e554Merge branch '164-subtask-create-websocket-for-updating-currently-playing-song-information' into 189-subtask-go-through-backend-routes-add-handling-for-errors-by-raising-httpexception2e61f47189 Update spotify client dependency to more reliably and cleanly bubble exceptions from spotify API through to client96b6d86189 Ensure search routes propagate spotify errorsfb66d46189 Better fixture support for testing propagating spotify errors99d3ac0189 Ensure adding pool content propagates spotify errors5e365ae189 Exceptions for invalid pool member deletionsd4072c2189 Update example.env39648c8Merge branch 'master' into 189-subtask-go-through-backend-routes-add-handling-for-errors-by-raising-httpexception📊 Changes
17 files changed (+231 additions, -72 deletions)
View changed files
📝
example.env(+3 -0)📝
server/README.md(+2 -0)📝
server/src/api/auth/dependencies.py(+26 -21)📝
server/src/api/common/dependencies.py(+20 -9)📝
server/src/api/common/helpers.py(+11 -0)📝
server/src/api/pool/dependencies.py(+22 -19)📝
server/src/api/pool/routes.py(+1 -2)📝
server/src/api/search/dependencies.py(+3 -3)📝
server/test/auth_features/auth_login_callback_features.py(+38 -8)📝
server/test/auth_features/auth_login_features.py(+10 -1)📝
server/test/conftest.py(+29 -1)📝
server/test/pool_features/add_content_features.py(+13 -0)📝
server/test/pool_features/create_pool_features.py(+13 -0)📝
server/test/pool_features/delete_content_features.py(+22 -4)📝
server/test/pool_features/playback_websocket_features.py(+3 -4)📝
server/test/search_features/album_search_features.py(+1 -0)📝
server/test/search_features/general_search_features.py(+14 -0)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.