Commit graph

40 commits

Author SHA1 Message Date
Andres Keskküla
8d5152d400 Merge branch 'postalinfo'
Conflicts:
	app/helpers/epp/contacts_helper.rb
	app/models/address.rb
	app/models/contact.rb
	db/schema.rb
	spec/epp/contact_spec.rb
	spec/fabricators/contact_fabricator.rb
	spec/fabricators/international_address_fabricator.rb
	spec/models/address_spec.rb
	spec/models/contact_spec.rb
2014-08-26 10:09:52 +03:00
Andres Keskküla
2655da4555 Replaced address with local and international addr 2014-08-25 17:05:57 +03:00
Martin Lensment
6c5c0b38c8 Rubocop autocorrect 2014-08-25 14:14:25 +03:00
Andres Keskküla
fdf9301d41 Relation check for contact#delete 2014-08-22 11:25:25 +03:00
Martin Lensment
2a8d091bfc Merge branch 'master' of github.com:internetee/registry
Conflicts:
	spec/epp/contact_spec.rb
2014-08-18 12:30:50 +03:00
Martin Lensment
d9240aa4f8 Add feature testing support 2014-08-18 12:26:55 +03:00
Andres Keskküla
91f373379a Contact#info auth info check 2014-08-18 10:40:01 +03:00
Andres Keskküla
c1f90754d1 Added auth info to contact 2014-08-15 16:09:05 +03:00
Andres Keskküla
4133fd1464 Refactor 2014-08-15 12:55:54 +03:00
Andres Keskküla
0a4a7f98c2 Updated contact ident_type logic 2014-08-15 12:07:38 +03:00
Andres Keskküla
6bcf508fac Refactored contact attribute assignment 2014-08-15 11:52:43 +03:00
Andres Keskküla
1e446869c6 Create contact builder rough version 2014-08-14 14:10:31 +03:00
Andres Keskküla
3583f41668 Remodeled contact specs to be clearer 2014-08-14 11:04:25 +03:00
Andres Keskküla
fba13f5576 Removed redundant xml files 2014-08-14 10:26:27 +03:00
Andres Keskküla
6729622974 Contact create spec xml builder 2014-08-13 17:25:37 +03:00
Andres Keskküla
ca7779fb4c Refactored contact_check specs onto xml builder 2014-08-13 15:29:52 +03:00
Andres Keskküla
e8ddf2272e Added multiple streets to address 2014-08-13 13:35:25 +03:00
Andres Keskküla
dc2ec5535f More contact specs 2014-08-13 12:29:09 +03:00
Andres Keskküla
96706bb194 Improved contact spec 2014-08-12 15:22:02 +03:00
Andres Keskküla
03486c107c Fixed contact#info not returning value on failure 2014-08-12 14:52:23 +03:00
Andres Keskküla
a01f03a6d5 Contact fabricator code made dynamic 2014-08-11 16:08:18 +03:00
Andres Keskküla
2f0b0c35d4 Validateing rest of the contact requests 2014-08-11 15:52:16 +03:00
Andres Keskküla
e99af041f1 updated contact#create to new attr checking 2014-08-11 14:21:02 +03:00
Andres Keskküla
6be202ad16 Update contact now userstamps on success 2014-08-07 16:38:34 +03:00
Andres Keskküla
76dfa505c2 Rough contact update 2014-08-06 17:14:53 +03:00
Andres Keskküla
813674c965 create#contacts refactor 2014-08-06 11:38:21 +03:00
Andres Keskküla
1349abbbc7 Made contact accept address as nested attribute 2014-08-05 16:55:42 +03:00
Andres Keskküla
902cb8d441 created_by and updated_by logic for contact#info 2014-08-05 15:23:55 +03:00
Andres Keskküla
8ce1875484 Added general user stamping on contact 2014-08-04 13:15:54 +03:00
Andres Keskküla
62230321bb Tweaked contact spec to improve coverage 2014-07-31 13:53:52 +03:00
Andres Keskküla
8a1a634f37 Basic info_contact command 2014-07-31 12:45:38 +03:00
Andres Keskküla
2cdd10f465 Placeholder for contact info 2014-07-30 15:09:43 +03:00
Andres Keskküla
45589ee956 Ident type detection 2014-07-30 11:55:52 +03:00
Andres Keskküla
1f29925004 Basic contact check command implementation 2014-07-28 14:30:16 +03:00
Andres Keskküla
65bb5166cc Basic contact delete command implementation 2014-07-28 12:00:55 +03:00
Andres Keskküla
256f564327 Basic EE-id support 2014-07-24 15:26:14 +03:00
Martin Lensment
48710b41f7 Fix all tests 2014-07-03 17:53:15 +03:00
Martin Lensment
4684b311a2 Rails update, request validation 2014-07-03 16:08:53 +03:00
Martin Lensment
6a456240fa Contact creation improvements 2014-07-02 18:11:03 +03:00
Martin Lensment
2187be6364 Add basic contact creation request to EPP 2014-07-02 16:37:11 +03:00