mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #282] [MERGED] Remove Hashids #670
Reference in New Issue
Block a user
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/pelican-dev/panel/pull/282
Author: @Boy132
Created: 5/28/2024
Status: ✅ Merged
Merged: 5/30/2024
Merged by: @lancepioch
Base:
main← Head:remove/hashids📝 Commits (1)
9d24464remove hashids completely📊 Changes
20 files changed (+11 additions, -250 deletions)
View changed files
📝
.env.example(+0 -3)📝
.github/workflows/ci.yaml(+0 -2)📝
app/Console/Commands/Environment/AppSettingsCommand.php(+0 -5)📝
app/Console/Commands/Schedule/ProcessRunnableCommand.php(+1 -1)➖
app/Contracts/Extensions/HashidsInterface.php(+0 -15)➖
app/Extensions/Hashids.php(+0 -22)📝
app/Models/Allocation.php(+0 -9)📝
app/Models/Database.php(+0 -22)📝
app/Models/Schedule.php(+0 -11)📝
app/Models/Subuser.php(+0 -8)📝
app/Models/Task.php(+0 -11)➖
app/Providers/HashidsServiceProvider.php(+0 -26)📝
app/Providers/RouteServiceProvider.php(+0 -6)📝
app/Transformers/Api/Client/DatabaseTransformer.php(+1 -12)📝
bootstrap/providers.php(+0 -1)📝
composer.json(+0 -1)📝
composer.lock(+2 -71)➖
config/hashids.php(+0 -15)📝
lang/en/command/messages.php(+1 -1)📝
tests/Integration/Api/Client/Server/Database/DatabaseAuthorizationTest.php(+6 -8)📄 Description
Closes #269
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.