mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
Merge pull request #780 from internetee/registry-662
Enable domain contact replacement
This commit is contained in:
commit
157b383738
53 changed files with 708 additions and 2780 deletions
2
test/fixtures/contacts.yml
vendored
2
test/fixtures/contacts.yml
vendored
|
@ -76,7 +76,7 @@ not_in_use:
|
|||
|
||||
invalid:
|
||||
name: any
|
||||
code: any
|
||||
code: invalid
|
||||
email: invalid@invalid.test
|
||||
auth_info: any
|
||||
registrar: bestnames
|
||||
|
|
15
test/fixtures/domain_contacts.yml
vendored
15
test/fixtures/domain_contacts.yml
vendored
|
@ -8,11 +8,26 @@ shop_william:
|
|||
contact: william
|
||||
type: TechDomainContact
|
||||
|
||||
shop_acme_ltd:
|
||||
domain: shop
|
||||
contact: acme_ltd
|
||||
type: TechDomainContact
|
||||
|
||||
airport_john:
|
||||
domain: airport
|
||||
contact: john
|
||||
type: AdminDomainContact
|
||||
|
||||
airport_william_admin:
|
||||
domain: airport
|
||||
contact: william
|
||||
type: AdminDomainContact
|
||||
|
||||
airport_william_tech:
|
||||
domain: airport
|
||||
contact: william
|
||||
type: TechDomainContact
|
||||
|
||||
library_john:
|
||||
domain: library
|
||||
contact: john
|
||||
|
|
4
test/fixtures/nameservers.yml
vendored
4
test/fixtures/nameservers.yml
vendored
|
@ -18,6 +18,10 @@ airport_ns1:
|
|||
hostname: ns1.bestnames.test
|
||||
domain: airport
|
||||
|
||||
airport_ns2:
|
||||
hostname: ns2.bestnames.test
|
||||
domain: airport
|
||||
|
||||
metro_ns1:
|
||||
hostname: ns1.bestnames.test
|
||||
domain: metro
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue