mirror of
https://github.com/koel/koel.git
synced 2026-04-26 09:15:59 +03:00
[PR #1973] [MERGED] chore: switch from uuid to ulid where applicable #1989
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#1989
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/1973
Author: @phanan
Created: 6/27/2025
Status: ✅ Merged
Merged: 6/27/2025
Merged by: @phanan
Base:
master← Head:ulid📝 Commits (1)
5b7d8d4chore: switch from uuid to ulid where applicable📊 Changes
16 files changed (+97 additions, -92 deletions)
View changed files
📝
app/Console/Commands/Storage/SetupDropboxStorageCommand.php(+2 -2)📝
app/Helpers/TestableIdentifier.php(+18 -3)📝
app/Helpers/Ulid.php(+2 -9)📝
app/Helpers/Uuid.php(+2 -9)📝
app/Models/PlaylistCollaborationToken.php(+2 -2)📝
app/Models/User.php(+2 -2)📝
app/Services/MediaMetadataService.php(+4 -4)📝
app/Services/PodcastService.php(+2 -2)📝
app/Services/SongStorages/LocalStorage.php(+2 -1)📝
app/Services/UserInvitationService.php(+2 -2)📝
app/Services/UserService.php(+2 -1)📝
app/Values/SmartPlaylist/SmartPlaylistRule.php(+2 -2)📝
tests/Integration/KoelPlus/Services/SmartPlaylistServiceTest.php(+3 -3)📝
tests/Integration/Services/SmartPlaylistServiceTest.php(+43 -42)📝
tests/Integration/Services/Transcoding/LocalTranscodingStrategyTest.php(+4 -3)📝
tests/Integration/Services/Transcoding/SfpTranscodingStrategyTest.php(+5 -5)📄 Description
Because ULID is just shorter.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.