mirror of
https://github.com/pelican-dev/plugins.git
synced 2026-05-09 08:26:01 +02:00
[PR #67] [CLOSED] SRV records support with endpoint notifications #94
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#94
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/67
Author: @HarlequinSin
Created: 12/28/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (10+)
e603353add srv_target column to cloudflare_domains migration5948e9cadd SRV record and target stringscc76657add srv_target field to CloudflareDomain model and resourcee17c617add srv_record toggle to SubdomainRelationManager and SubdomainResource2e72466Adding logic for srv recordsf20e58eadd error messages for missing SRV target and enhance tooltip logic in SubdomainResource58de843add zone request status messages and improve logging for missing SRV record target or port2ff7a99add CloudflareService class for managing DNS records with upsert and delete functionality1572187cleanupeb1a0ebRemade script to utilize upsert with better error handling📊 Changes
13 files changed (+733 additions, -68 deletions)
View changed files
📝
subdomains/README.md(+42 -1)➕
subdomains/database/migrations/004_add_srv_target_to_nodes.php(+45 -0)📝
subdomains/lang/en/strings.php(+54 -2)➕
subdomains/src/Enums/ServiceRecordType.php(+55 -0)📝
subdomains/src/Filament/Admin/Resources/CloudflareDomains/Pages/ManageCloudflareDomains.php(+2 -1)📝
subdomains/src/Filament/Admin/Resources/Servers/RelationManagers/SubdomainRelationManager.php(+6 -4)➕
subdomains/src/Filament/Components/Actions/SetSrvTargetAction.php(+46 -0)📝
subdomains/src/Filament/Server/Resources/Subdomains/SubdomainResource.php(+18 -10)📝
subdomains/src/Models/CloudflareDomain.php(+21 -2)📝
subdomains/src/Models/Subdomain.php(+223 -46)📝
subdomains/src/Providers/SubdomainsPluginProvider.php(+5 -1)➕
subdomains/src/Services/CloudflareService.php(+215 -0)📝
subdomains/src/SubdomainsPlugin.php(+1 -1)📄 Description
There are some pretty sweeping changes here, but they can be summarized in to the following:
Let me know if there are any issues (honestly never made a PR before and this is my first time with PHP)
Summary by CodeRabbit
Release Notes
New Features
Documentation
Improvements
✏️ 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.