rdev/cmd/rdev-api
jordan 96219a647f
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat: add POST /projects/{id}/notify/reprovision to migrate notify host
Implements ReprovisionNotifyHost to migrate a project's email sending
from an old notify host to a new one (e.g., from project-name-based to
slug-based host). Preserves the project's notify account and send key.

- Adds ReprovisionNotifyHost to port.NotifyProvisioner interface
- Implements revokeHostAccess on notifyAdminAPI + adminClient
- Implements Provisioner.ReprovisionNotifyHost (12-step migration)
  in provisioner_reprovision.go (split to keep provisioner.go < 500 lines)
- Adds NotifyHandler.Reprovision handler (POST /notify/reprovision)
- Updates OpenAPI spec with reprovision endpoint

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-23 21:28:59 -07:00
..
config.go fix: move default Gitea org from jordan to threesix 2026-02-23 16:44:09 -07:00
main.go feat: improve notify domain verification reliability and add status endpoints 2026-02-23 16:25:55 -07:00
openapi_ext.go feat: add POST /projects/{id}/notify/reprovision to migrate notify host 2026-02-23 21:28:59 -07:00
openapi.go feat: add POST /projects/{id}/notify/reprovision to migrate notify host 2026-02-23 21:28:59 -07:00