[PR #1908] [MERGED] fix: group by issue in Postgres (closes #1907) #1943

Closed
opened 2026-02-26 03:32:50 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: group-by


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/koel/koel/pull/1908 **Author:** [@phanan](https://github.com/phanan) **Created:** 3/17/2025 **Status:** ✅ Merged **Merged:** 3/17/2025 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `group-by` --- ### 📝 Commits (1) - [`d96c75e`](https://github.com/koel/koel/commit/d96c75e589e9b3c85a7d3fb3989e6fc9cecdb187) fix: group by issue in Postgres (closes #1907) ### 📊 Changes **17 files changed** (+226 additions, -89 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:32:50 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#1943
No description provided.