mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
Merge branch 'master' into improve-registrant-area
# Conflicts: # test/fixtures/contacts.yml
This commit is contained in:
commit
3ca95364ef
51 changed files with 1021 additions and 235 deletions
10
test/fixtures/contacts.yml
vendored
10
test/fixtures/contacts.yml
vendored
|
@ -17,7 +17,7 @@ william: &william
|
|||
email: william@inbox.test
|
||||
phone: '+555.555'
|
||||
fax: '+666.6'
|
||||
ident: 1234
|
||||
ident: 12345
|
||||
ident_type: priv
|
||||
ident_country_code: US
|
||||
registrar: bestnames
|
||||
|
@ -36,7 +36,7 @@ jane:
|
|||
name: Jane
|
||||
email: jane@mail.test
|
||||
phone: '+555.555'
|
||||
ident: 1234
|
||||
ident: 123456
|
||||
ident_type: priv
|
||||
ident_country_code: US
|
||||
registrar: bestnames
|
||||
|
@ -48,7 +48,7 @@ acme_ltd:
|
|||
name: Acme Ltd
|
||||
email: acme@outlook.test
|
||||
phone: '+555.555'
|
||||
ident: 1234
|
||||
ident: 1234567
|
||||
ident_type: org
|
||||
registrar: bestnames
|
||||
ident_country_code: US
|
||||
|
@ -60,7 +60,7 @@ jack:
|
|||
name: Jack
|
||||
email: jack@inbox.test
|
||||
phone: '+555.555'
|
||||
ident: 12345
|
||||
ident: 12345678
|
||||
ident_type: org
|
||||
registrar: goodnames
|
||||
ident_country_code: US
|
||||
|
@ -89,4 +89,4 @@ invalid:
|
|||
email: invalid@invalid.test
|
||||
auth_info: any
|
||||
registrar: bestnames
|
||||
uuid: bd80c0f9-26ee-49e0-a2cb-2311d931c433
|
||||
uuid: bd80c0f9-26ee-49e0-a2cb-2311d931c433
|
||||
|
|
27
test/fixtures/domain_contacts.yml
vendored
27
test/fixtures/domain_contacts.yml
vendored
|
@ -28,11 +28,36 @@ airport_william_tech:
|
|||
contact: william
|
||||
type: TechDomainContact
|
||||
|
||||
library_john:
|
||||
library_acme_admin:
|
||||
domain: library
|
||||
contact: acme_ltd
|
||||
type: AdminDomainContact
|
||||
|
||||
library_john_tech:
|
||||
domain: library
|
||||
contact: john
|
||||
type: TechDomainContact
|
||||
|
||||
metro_jack_admin:
|
||||
domain: metro
|
||||
contact: jack
|
||||
type: AdminDomainContact
|
||||
|
||||
metro_jack_tech:
|
||||
domain: metro
|
||||
contact: jack
|
||||
type: TechDomainContact
|
||||
|
||||
hospital_john_admin:
|
||||
domain: hospital
|
||||
contact: john
|
||||
type: AdminDomainContact
|
||||
|
||||
hospital_john_tech:
|
||||
domain: hospital
|
||||
contact: john
|
||||
type: TechDomainContact
|
||||
|
||||
invalid_invalid_admin:
|
||||
domain: invalid
|
||||
contact: invalid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue