[PR #899] Feat/scaleway.com #893

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/899
Author: @francesco086
Created: 1/1/2025
Status: 🔄 Open

Base: masterHead: feat/scaleway.com


📝 Commits (10+)

📊 Changes

6 files changed (+243 additions, -0 deletions)

View changed files

📝 README.md (+2 -0)
docs/scaleway.md (+37 -0)
📝 internal/provider/constants/providers.go (+2 -0)
📝 internal/provider/headers/headers.go (+4 -0)
📝 internal/provider/provider.go (+3 -0)
internal/provider/providers/scaleway/provider.go (+195 -0)

📄 Description

Solves issue https://github.com/qdm12/ddns-updater/issues/660


🔄 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/899 **Author:** [@francesco086](https://github.com/francesco086) **Created:** 1/1/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `feat/scaleway.com` --- ### 📝 Commits (10+) - [`75d1a15`](https://github.com/qdm12/ddns-updater/commit/75d1a154b4e771bacee29063e4dc7d14b03d1122) implement scaleway.com flavor - [`740aa38`](https://github.com/qdm12/ddns-updater/commit/740aa387dfa6b68c494649eec3fe94e29a53de72) fix tests - [`ac47230`](https://github.com/qdm12/ddns-updater/commit/ac47230538c4114bafdb8a0417cf2e46c6da9b71) troubleshooting - [`1e80577`](https://github.com/qdm12/ddns-updater/commit/1e805773836f4047a4a7f4af9c3c075cda6fecc5) add optional settings - [`ea37d4a`](https://github.com/qdm12/ddns-updater/commit/ea37d4ad083e78282f4d5c6fae8fda8bc1b94190) update documentation - [`49128bc`](https://github.com/qdm12/ddns-updater/commit/49128bc0ddb6f7cd3b3948a2aed583eded1fa7c3) revert readme tables - [`1ff7a34`](https://github.com/qdm12/ddns-updater/commit/1ff7a34088069fcbf1db02d92ccf4bbfca342fcc) remove comments in example json - [`5576557`](https://github.com/qdm12/ddns-updater/commit/55765571ac710c8ee29a0271b4261f9cd62b92fe) remove field_type - [`0398397`](https://github.com/qdm12/ddns-updater/commit/039839725783b7ca708926206c978d5231f2f6c6) change ttl type to uint16 and shorten comment - [`fd3ee27`](https://github.com/qdm12/ddns-updater/commit/fd3ee27f0000e7a3ea1d3150aabce0634713cb35) remove unnecessary comments ### 📊 Changes **6 files changed** (+243 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) ➕ `docs/scaleway.md` (+37 -0) 📝 `internal/provider/constants/providers.go` (+2 -0) 📝 `internal/provider/headers/headers.go` (+4 -0) 📝 `internal/provider/provider.go` (+3 -0) ➕ `internal/provider/providers/scaleway/provider.go` (+195 -0) </details> ### 📄 Description Solves issue https://github.com/qdm12/ddns-updater/issues/660 --- <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#893