mirror of
https://github.com/pelican-dev/plugins.git
synced 2026-05-09 08:26:01 +02:00
[PR #38] [CLOSED] Add Server Tags plugin for server organization #77
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/plugins#77
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/pelican-dev/plugins/pull/38
Author: @zfelyx
Created: 12/21/2025
Status: ❌ Closed
Base:
main← Head:feature/server-tags-plugin📝 Commits (2)
883208bAdd Server Tags plugin for server organization16b3434Fix parent class name in ListTaggedServers📊 Changes
12 files changed (+509 additions, -0 deletions)
View changed files
➕
server-tags/database/migrations/001_create_server_tags_table.php(+25 -0)➕
server-tags/database/migrations/002_create_server_server_tag_table.php(+27 -0)➕
server-tags/lang/en/strings.php(+14 -0)➕
server-tags/plugin.json(+18 -0)➕
server-tags/src/Filament/Admin/Resources/ServerTags/Pages/ManageServerTags.php(+20 -0)➕
server-tags/src/Filament/Admin/Resources/ServerTags/ServerTagResource.php(+152 -0)➕
server-tags/src/Filament/Admin/Resources/Servers/RelationManagers/ServerTagRelationManager.php(+57 -0)➕
server-tags/src/Filament/App/Resources/Servers/Pages/ListTaggedServers.php(+45 -0)➕
server-tags/src/Models/ServerTag.php(+59 -0)➕
server-tags/src/Policies/ServerTagPolicy.php(+13 -0)➕
server-tags/src/Providers/ServerTagsPluginProvider.php(+21 -0)➕
server-tags/src/ServerTagsPlugin.php(+58 -0)📄 Description
Introduces a new Server Tags plugin with migrations, models, policies, Filament resources, and provider for tagging servers. Enables custom tags for servers, tag management in admin, tag-based server filtering in app, and related permissions. Includes language strings and plugin metadata. #5
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.