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#1943
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/1908
Author: @phanan
Created: 3/17/2025
Status: ✅ Merged
Merged: 3/17/2025
Merged by: @phanan
Base:
master← Head:group-by📝 Commits (1)
d96c75efix: group by issue in Postgres (closes #1907)📊 Changes
17 files changed (+226 additions, -89 deletions)
View changed files
📝
.github/workflows/unit-backend-pgsql.yml(+0 -4)📝
app/Repositories/PlaylistRepository.php(+2 -2)📝
app/Services/FileScanner.php(+6 -1)📝
app/Services/SongStorages/CloudStorage.php(+1 -1)📝
app/Services/SongStorages/DropboxStorage.php(+3 -3)📝
app/Services/SongStorages/LocalStorage.php(+1 -1)📝
app/Services/SongStorages/S3CompatibleStorage.php(+4 -4)📝
app/Services/SongStorages/S3LambdaStorage.php(+1 -1)📝
app/Services/SongStorages/SftpStorage.php(+4 -4)📝
config/filesystems.php(+5 -5)📝
phpunit.xml.dist(+53 -50)📝
public/.gitignore(+1 -0)➕
public/.htaccess.example(+111 -0)📝
tests/Integration/KoelPlus/Services/SongStorages/DropboxStorageTest.php(+4 -13)📝
tests/Integration/KoelPlus/Services/SongStorages/S3CompatibleStorageTest.php(+2 -0)📝
tests/Integration/KoelPlus/Services/Streamer/StreamerTest.php(+8 -0)➕
tests/Integration/KoelPlus/Services/TestingDropboxStorage.php(+20 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.