mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#1860
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/koel/koel/pull/1735
Author: @phanan
Created: 12/29/2023
Status: ✅ Merged
Merged: 1/1/2024
Merged by: @phanan
Base:
master← Head:queue📝 Commits (10+)
d6db336feat: persist queue and playback state3b805ebfix: make id primary3deadebfix: split create and alter table clauses840f8acfix: remove redudant primary()7ee3f24fix: init queu1c3bc12fix: save state right upon playing534bf0afix: fetch saved song info210d172fix: broken testsc5cc757fix: broken tests98f614estuff📊 Changes
35 files changed (+678 additions, -90 deletions)
View changed files
📝
app/Http/Controllers/API/DataController.php(+4 -0)📝
app/Http/Controllers/API/QueueController.php(+27 -1)➕
app/Http/Requests/API/UpdatePlaybackStatusRequest.php(+22 -0)➕
app/Http/Requests/API/UpdateQueueStateRequest.php(+21 -0)➕
app/Http/Resources/QueueStateResource.php(+25 -0)➕
app/Models/QueueState.php(+30 -0)📝
app/Providers/MacroProvider.php(+4 -8)📝
app/Repositories/AlbumRepository.php(+0 -8)📝
app/Repositories/ArtistRepository.php(+4 -2)📝
app/Repositories/Repository.php(+4 -2)📝
app/Repositories/RepositoryInterface.php(+1 -1)📝
app/Repositories/SongRepository.php(+13 -3)➕
app/Services/QueueService.php(+52 -0)📝
app/Services/SearchService.php(+5 -4)➕
app/Values/QueueState.php(+18 -0)➕
database/factories/QueueStateFactory.php(+21 -0)➕
database/migrations/2023_12_28_223335_create_queue_states_table.php(+25 -0)📝
resources/assets/js/components/layout/main-wrapper/ExtraDrawer.spec.ts(+15 -13)📝
resources/assets/js/components/layout/main-wrapper/ExtraDrawer.vue(+4 -4)📝
resources/assets/js/components/song/SongContextMenu.spec.ts(+1 -1)...and 15 more files
📄 Description
WIP. This should close #1675 and bring some pretty nice UX.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.