mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[PR #1261] [MERGED] chore(builds): upgrade to Laravel 8 #1660
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#1660
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/1261
Author: @phanan
Created: 11/14/2020
Status: ✅ Merged
Merged: 11/14/2020
Merged by: @phanan
Base:
master← Head:dev/l8📝 Commits (1)
830cfacchore(builds): uprade to Laravel 8📊 Changes
75 files changed (+1964 additions, -1494 deletions)
View changed files
📝
app/Facades/Util.php(+3 -0)📝
app/Http/Controllers/API/ObjectStorage/S3/SongController.php(+2 -2)📝
app/Models/Album.php(+5 -2)📝
app/Models/Artist.php(+5 -4)📝
app/Models/Interaction.php(+6 -1)📝
app/Models/Playlist.php(+2 -0)📝
app/Models/Setting.php(+3 -2)📝
app/Models/Song.php(+4 -2)📝
app/Models/User.php(+3 -1)📝
app/Services/FileSynchronizer.php(+4 -4)📝
app/Services/UploadService.php(+4 -7)📝
app/Services/Util.php(+1 -1)📝
composer.json(+16 -8)📝
composer.lock(+1517 -865)➕
database/factories/AlbumFactory.php(+21 -0)➕
database/factories/ArtistFactory.php(+19 -0)➕
database/factories/InteractionFactory.php(+23 -0)➖
database/factories/ModelFactory.php(+0 -91)➕
database/factories/PlaylistFactory.php(+21 -0)➕
database/factories/SettingFactory.php(+19 -0)...and 55 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.