Actions
Refactor #17906
closedMove create_*_record remove_*_record functions into dns_common
Description
Currently most of the DNS providers implement the exact same create_*_record and remove_*_record functions, but with a different do_create and do_remoe implementation. This leads to duplication and extra maintenance effort. Providing them by default in dns_common should reduce this and make plugin development easier.
Updated by Ewoud Kohl van Wijngaarden about 8 years ago
- Category set to DNS
- Status changed from New to Assigned
- Assignee set to Ewoud Kohl van Wijngaarden
Updated by The Foreman Bot about 8 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/smart-proxy/pull/492 added
Updated by Anonymous about 8 years ago
- Related to Feature #17879: Add DNS CNAME entry for nsupdate added
Updated by Anonymous about 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 47732b9ef1375e7bc88b7056f497080477ac2e31.
Updated by Dominic Cleal about 8 years ago
- Translation missing: en.field_release set to 209
Actions