Commit graph

158 commits

Author SHA1 Message Date
Andres Keskküla
f5e7f23ddf Fixed tests 2014-10-22 12:36:32 +03:00
Martin Lensment
dafcb6f78c Refactor settings 2014-10-15 17:49:42 +03:00
Martin Lensment
55aa7743b0 Fix some rubocops errors 2014-10-14 16:37:51 +03:00
Priit Tamboom
8d189023c7 rubocop update, now it's green 2014-10-10 16:11:28 +03:00
Priit Tamboom
2d6ed7fa45 rubocop autocorret to get tests green 2014-10-10 15:10:05 +03:00
Andres Keskküla
3d652bf85b Contact - Registrar relation 2014-10-07 16:14:36 +03:00
Andres Keskküla
af97dadfca Fixed specs 2014-10-06 10:48:27 +03:00
Andres Keskküla
0586babd01 reworked contact tests 2014-10-06 10:48:27 +03:00
Martin Lensment
0ab1e29a53 Domain status value uniqueness fix, epp tests fixes 2014-09-30 18:05:32 +03:00
Andres Keskküla
c4deed6a55 Merged the address types 2014-09-25 15:27:08 +03:00
Andres Keskküla
aecb919610 Contact code generation 2014-09-19 12:16:44 +03:00
Martin Lensment
142db654c4 Requests in tests can be made by different registrars now 2014-09-04 13:46:52 +03:00
Andres Keskküla
13dad4cfcb Updated contact commands authorization 2014-09-01 11:48:07 +03:00
Andres Keskküla
a9df2c82b1 Contact#update tests to check disclosure update 2014-08-29 16:12:11 +03:00
Andres Keskküla
22f753aa6c Contact info command now honors disclosure 2014-08-29 11:51:56 +03:00
Andres Keskküla
bb6b0610be Contact renew command returns appropriate error 2014-08-28 15:12:25 +03:00
Andres Keskküla
3b7289607c Updated contact#update request validation 2014-08-26 16:04:59 +03:00
Andres Keskküla
114d602621 More style fixes 2014-08-26 13:47:49 +03:00
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