feat(dns): manage DNS zones and records#91
Conversation
|
@codex review |
🦋 Changeset detectedLatest commit: 012303b The changes in this PR will be included in the next version bump. This PR includes changesets to release 8 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Greptile SummaryThis PR adds an experimental
Confidence Score: 4/5Safe to merge after fixing the three spinner-leak paths in stats, dnssec/disable, and logging/disable. Three commands — packages/cli/src/commands/dns/zone/stats.ts, packages/cli/src/commands/dns/zone/dnssec/disable.ts, packages/cli/src/commands/dns/zone/logging/disable.ts Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
CLI[bunny dns] --> ZoneNS[dns zone]
CLI --> RecordNS[dns record]
ZoneNS --> ZList[list]
ZoneNS --> ZAdd[add]
ZoneNS --> ZRemove[remove]
ZoneNS --> ZShow[show]
ZoneNS --> ZStats[stats]
ZoneNS --> ZNS[nameservers]
ZoneNS --> DNSSEC[dnssec]
ZoneNS --> Logging[logging]
DNSSEC --> DnsEnable[enable]
DNSSEC --> DnsDisable[disable]
Logging --> LogEnable[enable]
Logging --> LogDisable[disable]
RecordNS --> RList[list]
RecordNS --> RAdd[add]
RecordNS --> RRemove[remove]
RecordNS --> RUpdate[update]
RecordNS --> RExport[export]
RecordNS --> RImport[import]
ZList & ZAdd & ZRemove & ZShow & ZStats & ZNS & DnsEnable & DnsDisable & LogEnable & LogDisable --> resolveZone[resolveZoneInteractive]
RList & RAdd & RRemove & RUpdate & RExport & RImport --> resolveZone
RRemove & RUpdate --> resolveRecord[resolveRecordInteractive]
resolveZone --> API[api.ts: fetchZones / fetchZone / resolveZone]
API --> CoreAPI[CoreClient → bunny.net API]
Reviews (4): Last reviewed commit: "fix AcceleratedPullZoneId" | Re-trigger Greptile |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7f18945ad4
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
No description provided.