[PR #373] [MERGED] Change allowed_ips to non-nullable #718

Closed
opened 2026-02-04 18:45:35 +03:00 by OVERLORD · 0 comments
Owner

📋 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: mainHead: change/allowed_ips-nullable


📝 Commits (4)

  • 093fa2d change allowed_ips to non nullable
  • 148f439 fix default value
  • 75f9659 Merge branch 'refs/heads/main' into change/allowed_ips-nullable
  • c578359 show "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.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/373 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 6/11/2024 **Status:** ✅ Merged **Merged:** 6/13/2024 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `change/allowed_ips-nullable` --- ### 📝 Commits (4) - [`093fa2d`](https://github.com/pelican-dev/panel/commit/093fa2da09912abe2ea128e38374c01bede99813) change `allowed_ips` to non nullable - [`148f439`](https://github.com/pelican-dev/panel/commit/148f43937096d42c3e73a08d4f17fc242705b6df) fix default value - [`75f9659`](https://github.com/pelican-dev/panel/commit/75f96594c8052d18d59bf3010c3aa6bb1631df0f) Merge branch 'refs/heads/main' into change/allowed_ips-nullable - [`c578359`](https://github.com/pelican-dev/panel/commit/c578359962d8235f853022a412443b393b9a404a) show "allowed_ips" input ### 📊 Changes **4 files changed** (+44 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Closes #127 --- <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-04 18:45:35 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#718