[PR #282] [MERGED] Remove Hashids #670

Closed
opened 2026-02-05 17:50:53 +03:00 by OVERLORD · 0 comments
Owner

📋 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: mainHead: remove/hashids


📝 Commits (1)

  • 9d24464 remove 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.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/282 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 5/28/2024 **Status:** ✅ Merged **Merged:** 5/30/2024 **Merged by:** [@lancepioch](https://github.com/lancepioch) **Base:** `main` ← **Head:** `remove/hashids` --- ### 📝 Commits (1) - [`9d24464`](https://github.com/pelican-dev/panel/commit/9d2446429db3c8adb6d0f6942ecc51c4a1dc0ff7) remove hashids completely ### 📊 Changes **20 files changed** (+11 additions, -250 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description Closes #269 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 17:50:53 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#670