[PR #907] feat(provider): add support for Spaceship #895

Open
opened 2025-11-20 04:26:27 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qdm12/ddns-updater/pull/907
Author: @amroessam
Created: 1/11/2025
Status: 🔄 Open

Base: masterHead: add-spaceship-dns


📝 Commits (5)

📊 Changes

10 files changed (+466 additions, -0 deletions)

View changed files

docs/spaceship.md (+34 -0)
📝 internal/provider/constants/providers.go (+2 -0)
📝 internal/provider/errors/update.go (+1 -0)
📝 internal/provider/provider.go (+3 -0)
internal/provider/providers/spaceship/createrecord.go (+55 -0)
internal/provider/providers/spaceship/deleterecord.go (+43 -0)
internal/provider/providers/spaceship/getrecord.go (+80 -0)
internal/provider/providers/spaceship/provider.go (+169 -0)
internal/provider/providers/spaceship/types.go (+18 -0)
internal/provider/providers/spaceship/updaterecord.go (+61 -0)

📄 Description

Hey @qdm12, I'm back with another dns provider, can I please get a review 🙏🏽


🔄 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/qdm12/ddns-updater/pull/907 **Author:** [@amroessam](https://github.com/amroessam) **Created:** 1/11/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `add-spaceship-dns` --- ### 📝 Commits (5) - [`7eb185d`](https://github.com/qdm12/ddns-updater/commit/7eb185dd7dbf2cec1f8b7da12c400bb25bceb3db) Added spaceship - [`c278547`](https://github.com/qdm12/ddns-updater/commit/c278547faa97927bb6a7fdd43ff57ea3b78b5a16) Added spaceship docs link - [`b4c51d7`](https://github.com/qdm12/ddns-updater/commit/b4c51d7cc2f2a04c4a281572e1031c02bc0846a2) Resolve comments - [`addbfed`](https://github.com/qdm12/ddns-updater/commit/addbfed316ac74fa612dfcdda86a260cd36055ff) Make linter happy - [`9a54732`](https://github.com/qdm12/ddns-updater/commit/9a547324793cbee432c1588de38961403abc5ae2) Make linter happy ### 📊 Changes **10 files changed** (+466 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `docs/spaceship.md` (+34 -0) 📝 `internal/provider/constants/providers.go` (+2 -0) 📝 `internal/provider/errors/update.go` (+1 -0) 📝 `internal/provider/provider.go` (+3 -0) ➕ `internal/provider/providers/spaceship/createrecord.go` (+55 -0) ➕ `internal/provider/providers/spaceship/deleterecord.go` (+43 -0) ➕ `internal/provider/providers/spaceship/getrecord.go` (+80 -0) ➕ `internal/provider/providers/spaceship/provider.go` (+169 -0) ➕ `internal/provider/providers/spaceship/types.go` (+18 -0) ➕ `internal/provider/providers/spaceship/updaterecord.go` (+61 -0) </details> ### 📄 Description Hey @qdm12, I'm back with another dns provider, can I please get a review 🙏🏽 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 04:26:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#895