refactor: replace custom CRM with Monica fork
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
This commit is contained in:
8
tests/stubs/broken_vcard_stub.vcard
Normal file
8
tests/stubs/broken_vcard_stub.vcard
Normal file
@@ -0,0 +1,8 @@
|
||||
BEGIN:VCAR
|
||||
N:;Bono;;;
|
||||
EMAIL;TYPE=INTERNET:bono@example.com
|
||||
TEL:+1 202-555-0191
|
||||
ORG:U2
|
||||
BDAY:1960-05-10
|
||||
NOTE:Lorem ipsum dolor sit amet
|
||||
END:VCARD
|
||||
2
tests/stubs/single_contact_stub.csv
Normal file
2
tests/stubs/single_contact_stub.csv
Normal file
@@ -0,0 +1,2 @@
|
||||
id,first_name,middle_name,last_name
|
||||
0,Bono,Paul David,Hewson,,,,,,,,,,,1960-05-10,,,,,,,,,,,,,,bono@example.com
|
||||
|
10
tests/stubs/single_vcard_stub.vcard
Normal file
10
tests/stubs/single_vcard_stub.vcard
Normal file
@@ -0,0 +1,10 @@
|
||||
BEGIN:VCARD
|
||||
VERSION:3.0
|
||||
FN:Bono
|
||||
N:;Bono;;;
|
||||
EMAIL;TYPE=INTERNET:bono@example.com
|
||||
TEL:+1 202-555-0191
|
||||
ORG:U2
|
||||
BDAY:1960-05-10
|
||||
NOTE:Lorem ipsum dolor sit amet
|
||||
END:VCARD
|
||||
24
tests/stubs/vcard_stub.vcf
Normal file
24
tests/stubs/vcard_stub.vcf
Normal file
@@ -0,0 +1,24 @@
|
||||
BEGIN:VCARD
|
||||
VERSION:3.0
|
||||
FN:Bono
|
||||
N:;Bono;;;
|
||||
EMAIL;TYPE=INTERNET:bono@example.com
|
||||
TEL:+1 202-555-0191
|
||||
ORG:U2
|
||||
TITLE:Lead vocalist
|
||||
BDAY:1960-05-10
|
||||
NOTE:Lorem ipsum dolor sit amet
|
||||
END:VCARD
|
||||
BEGIN:VCARD
|
||||
VERSION:3.0
|
||||
FN:John Doe
|
||||
N:Doe;John;;;
|
||||
EMAIL;TYPE=INTERNET:john.doe@example.com
|
||||
END:VCARD
|
||||
BEGIN:VCARD
|
||||
VERSION:3.0
|
||||
FN:
|
||||
N:;;;;
|
||||
NICKNAME:Johnny
|
||||
ADR:;;17 Shakespeare Ave.;Southampton;;SO17 2HB;United Kingdom
|
||||
END:VCARD
|
||||
Reference in New Issue
Block a user