mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
[PR #1830] [CLOSED] feat: replace attempt() with built-in rescue() #1892
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#1892
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/1830
Author: @phanan
Created: 9/30/2024
Status: ❌ Closed
Base:
master← Head:attempt-to-rescue📝 Commits (1)
875f04ffeat: replace attempt() with built-in rescue()📊 Changes
20 files changed (+43 additions, -65 deletions)
View changed files
📝
app/Casts/SmartPlaylistRulesCast.php(+3 -5)📝
app/Helpers.php(+5 -26)📝
app/Http/Controllers/API/AuthController.php(+1 -1)📝
app/Http/Integrations/Spotify/SpotifyClient.php(+1 -1)📝
app/Listeners/WriteSyncLog.php(+1 -1)📝
app/Models/SongZipArchive.php(+1 -1)📝
app/Observers/AlbumObserver.php(+1 -1)📝
app/Repositories/Repository.php(+1 -1)📝
app/Rules/ImageData.php(+2 -2)📝
app/Rules/SupportedAudioFile.php(+2 -2)📝
app/Rules/ValidSmartPlaylistRulePayload.php(+1 -1)📝
app/Services/ApplicationInformationService.php(+1 -1)📝
app/Services/FileScanner.php(+3 -3)📝
app/Services/ITunesService.php(+1 -1)📝
app/Services/LastfmService.php(+5 -5)📝
app/Services/MediaInformationService.php(+2 -2)📝
app/Services/MediaMetadataService.php(+3 -3)📝
database/migrations/2021_06_04_153259_convert_user_preferences_from_array_to_json.php(+2 -2)📝
database/migrations/2022_08_04_092531_drop_contributing_artist_id.php(+2 -2)📝
tests/Unit/Rules/ValidSmartPlaylistRulePayloadTest.php(+5 -4)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.