mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-23 19:08:57 +03:00
[PR #373] [MERGED] Change allowed_ips to non-nullable
#718
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/373
Author: @Boy132
Created: 6/11/2024
Status: ✅ Merged
Merged: 6/13/2024
Merged by: @Boy132
Base:
main← Head:change/allowed_ips-nullable📝 Commits (4)
093fa2dchangeallowed_ipsto non nullable148f439fix default value75f9659Merge branch 'refs/heads/main' into change/allowed_ips-nullablec578359show "allowed_ips" input📊 Changes
4 files changed (+44 additions, -6 deletions)
View changed files
📝
app/Filament/Resources/ApiKeyResource/Pages/CreateApiKey.php(+1 -3)📝
app/Models/ApiKey.php(+9 -2)📝
database/Factories/ApiKeyFactory.php(+1 -1)➕
database/migrations/2024_06_04_133434_make_allowed_ips_column_non_nullable.php(+33 -0)📄 Description
Closes #127
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.