google-nomulus/javatests/google/registry/flows/domain/testdata
jianglai ff221fba96 Validate individual fee types
Currently we validate the fee extension by summing up all fees present in the extension and comparing it against the total fee to be charged. While this works in most cases, we'd like the ability to individually validate each fee. This is especially useful during EAP when two fees are charged, a regular "create" fee that would also be amount we charge during renewal, and a one time "EAP" fee.

Because we can only distinguish fees by their descriptions, we try to match the description to the format string of the fee type enums. We also only require individual fee matches when we are charging more than one type of fees, which makes the change compatible with most existing use cases where only one fees is charged and the description field is ignored in the extension.

We expect the workflow to be that a registrar sends a domain check, and we reply with exactly what fees we are expecting, and then it will use the descriptions in the response to send us a domain create with the correct fees.

Note that we aggregate fees within the same FeeType together. Normally there will only be one fee per type, but in case of custom logic there could be more than one fee for the same type. There is no way to distinguish them as they both use the same description. So it is simpler to just aggregate them.

This CL also includes some reformatting that conforms to google-java-format output.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=186530316
2018-03-06 18:48:39 -05:00
..
domain_allocate.xml Add extra flow logic hook for domain allocation 2016-11-10 12:30:44 -05:00
domain_allocate_11_years.xml Add period restriction to domain flows 2017-02-14 12:14:04 -05:00
domain_allocate_13_nameservers.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_allocate_bad_application_roid.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_allocate_claims_notice.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_allocate_collision.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_allocate_dsdata.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_allocate_dsdata_8_records.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_allocate_idn.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_allocate_no_nameservers.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_allocate_premium.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_allocate_reserved.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_allocate_response.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_allocate_smd_id.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_check.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_check_50.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_check_50_allocationtoken.xml Add base AllocationToken validation logic for domain checks 2018-01-19 14:32:48 -05:00
domain_check_51.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_check_allocationtoken.xml Add base AllocationToken validation logic for domain checks 2018-01-19 14:32:48 -05:00
domain_check_anchor.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_check_avail.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_check_claims.xml Add base AllocationToken validation logic for domain checks 2018-01-19 14:32:48 -05:00
domain_check_claims_50.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_check_claims_51.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_check_claims_allocationtoken.xml Add base AllocationToken validation logic for domain checks 2018-01-19 14:32:48 -05:00
domain_check_claims_bad_tld.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_check_claims_multiple_tlds.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_check_claims_response.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_check_claims_response_multiple_tlds.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_check_claims_response_none.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_check_duplicates.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_check_eap_fee_response_date_v12.xml Support date and notAfter in fee extension response v12 2016-09-26 13:24:57 -04:00
domain_check_eap_fee_response_v06.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_eap_fee_response_v11.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_eap_fee_response_v12.xml Support date and notAfter in fee extension response v12 2016-09-26 13:24:57 -04:00
domain_check_fee_bad_period_v06.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_bad_period_v11.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_bad_period_v12.xml Support version 0.12 of the EPP Fee Extension 2016-07-21 14:55:08 -04:00
domain_check_fee_command_phase_v06.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_command_phase_v11.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_command_phase_v12.xml Support version 0.12 of the EPP Fee Extension 2016-07-21 14:55:08 -04:00
domain_check_fee_command_subphase_v06.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_command_subphase_v11.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_command_subphase_v12.xml Support version 0.12 of the EPP Fee Extension 2016-07-21 14:55:08 -04:00
domain_check_fee_date_v12.xml Support custom effective date for fee check command 2016-09-19 12:08:46 -04:00
domain_check_fee_euro_v06.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_euro_v11.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_euro_v12.xml Support version 0.12 of the EPP Fee Extension 2016-07-21 14:55:08 -04:00
domain_check_fee_fractional.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_check_fee_fractional_response.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_check_fee_invalid_command_v06.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_invalid_command_v11.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_invalid_command_v12.xml Support version 0.12 of the EPP Fee Extension 2016-07-21 14:55:08 -04:00
domain_check_fee_multiple_commands_response_v06.xml Add extra logic for all relevant flows 2016-09-14 15:26:36 -04:00
domain_check_fee_multiple_commands_response_v12.xml Add extra logic for all relevant flows 2016-09-14 15:26:36 -04:00
domain_check_fee_multiple_commands_v06.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_multiple_commands_v12.xml Support version 0.12 of the EPP Fee Extension 2016-07-21 14:55:08 -04:00
domain_check_fee_multiyear_restore_v06.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_multiyear_restore_v11.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_multiyear_restore_v12.xml Support version 0.12 of the EPP Fee Extension 2016-07-21 14:55:08 -04:00
domain_check_fee_multiyear_transfer_v06.xml Restrict domain transfer pricing to 1 year 2017-03-21 15:33:29 -04:00
domain_check_fee_multiyear_transfer_v11.xml Restrict domain transfer pricing to 1 year 2017-03-21 15:33:29 -04:00
domain_check_fee_multiyear_transfer_v12.xml Restrict domain transfer pricing to 1 year 2017-03-21 15:33:29 -04:00
domain_check_fee_not_in_avail.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_check_fee_premium_eap_response_v06.xml Add test to confirm fee validation when creating/checking a premium domain during EAP 2018-02-20 15:26:13 -05:00
domain_check_fee_premium_response_v06.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_premium_response_v11_create.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_premium_response_v11_renew.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_premium_response_v11_restore.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_premium_response_v11_transfer.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_premium_response_v11_update.xml Add extra logic for all relevant flows 2016-09-14 15:26:36 -04:00
domain_check_fee_premium_response_v12.xml Add extra logic for all relevant flows 2016-09-14 15:26:36 -04:00
domain_check_fee_premium_v06.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_premium_v11_create.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_premium_v11_renew.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_premium_v11_restore.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_premium_v11_transfer.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_premium_v11_update.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_premium_v12.xml Support version 0.12 of the EPP Fee Extension 2016-07-21 14:55:08 -04:00
domain_check_fee_reserved_response_v06.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_reserved_response_v11_create.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_reserved_response_v11_renew.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_reserved_response_v11_restore.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_reserved_response_v11_transfer.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_reserved_response_v12.xml Support version 0.12 of the EPP Fee Extension 2016-07-21 14:55:08 -04:00
domain_check_fee_reserved_sunrise_response_v06.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_reserved_sunrise_response_v11_create.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_reserved_sunrise_response_v11_renew.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_reserved_sunrise_response_v11_restore.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_reserved_sunrise_response_v11_transfer.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_reserved_sunrise_response_v12.xml Support version 0.12 of the EPP Fee Extension 2016-07-21 14:55:08 -04:00
domain_check_fee_reserved_v06.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_reserved_v11_create.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_reserved_v11_renew.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_reserved_v11_restore.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_reserved_v11_transfer.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_reserved_v12.xml Support version 0.12 of the EPP Fee Extension 2016-07-21 14:55:08 -04:00
domain_check_fee_response_v06.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_response_v11.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_response_v12.xml Support version 0.12 of the EPP Fee Extension 2016-07-21 14:55:08 -04:00
domain_check_fee_unknown_command_v06.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_unknown_command_v11.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_unknown_command_v12.xml Support version 0.12 of the EPP Fee Extension 2016-07-21 14:55:08 -04:00
domain_check_fee_v06.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_v11.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_check_fee_v12.xml Support custom effective date for fee check command 2016-09-19 12:08:46 -04:00
domain_check_one_multipart_tld_reserved.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_check_one_tld.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_check_one_tld_reserved.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_check_one_tld_response.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_check_premium.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_check_reserved_allocationtoken.xml Add base AllocationToken validation logic for domain checks 2018-01-19 14:32:48 -05:00
domain_check_template.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_11_years.xml Add period restriction to domain flows 2017-02-14 12:14:04 -05:00
domain_create_13_nameservers.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_14_nameservers.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_allocationtoken.xml Add and wire up the AllocationTokenExtension XML class 2018-01-19 14:23:59 -05:00
domain_create_anchor_authcode.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_anchor_response.xml Handle LRP tokens in flows 2016-08-22 14:30:19 -04:00
domain_create_anchor_tenant.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_anchor_wrong_authcode.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_bad_checksum_claim_notice.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_bad_idn_minna.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_bad_validator_id.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_claim_notice.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_code_with_mark.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_dsdata.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_dsdata_8_records.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_dsdata_9_records.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_dsdata_no_maxsiglife.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_duplicate_contact.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_eap_combined_fee.xml Validate individual fee types 2018-03-06 18:48:39 -05:00
domain_create_eap_fee.xml Validate individual fee types 2018-03-06 18:48:39 -05:00
domain_create_fee.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_create_fee_applied.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_create_fee_bad_scale.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_create_fee_defaults.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_create_fee_grace_period.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_create_fee_refundable.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_create_idn_minna.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_landrush.xml Handle LRP tokens in flows 2016-08-22 14:30:19 -04:00
domain_create_landrush_11_years.xml Add period restriction to domain flows 2017-02-14 12:14:04 -05:00
domain_create_landrush_allowedinsunrise.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_landrush_claim_notice.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_landrush_fee.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_create_landrush_fee_applied.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_create_landrush_fee_bad_scale.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_create_landrush_fee_defaults.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_create_landrush_fee_grace_period.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_create_landrush_fee_refundable.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_create_landrush_fee_response.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_create_landrush_lrp.xml Handle LRP tokens in flows 2016-08-22 14:30:19 -04:00
domain_create_landrush_months.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_landrush_premium.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_landrush_premium_response.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_landrush_response.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_landrush_response_claims.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_landrush_signed_mark.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_landrush_two_years.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_lrp.xml Add additional LRP tests for non-application phases 2016-11-02 15:19:34 -04:00
domain_create_malformed_claim_notice1.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_malformed_claim_notice2.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_metadata.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_missing_admin.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_missing_contact_type.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_missing_non_registrant_contacts.xml Fix NPE bug in DomainCommand.cloneAndLinkReferences() 2016-08-15 17:13:29 -04:00
domain_create_missing_period.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_missing_registrant.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_missing_tech.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_months.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_no_hosts_or_dsdata.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_premium.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_premium_eap.xml Validate individual fee types 2018-03-06 18:48:39 -05:00
domain_create_registration_encoded_signed_mark.xml Update create logic to ignore signed marks unless in sunrise 2016-12-06 11:52:46 -05:00
domain_create_registration_encoded_signed_mark_mismatched_label.xml Add FlowMetadata (containing isSuperuser) to custom flow logic 2017-01-25 12:25:34 -05:00
domain_create_registration_landrush.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_registration_qlp_landrush.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_registration_qlp_landrush_claims_notice.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_registration_qlp_landrush_encoded_signed_mark.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_registration_qlp_start_date_sunrise.xml Add the START_DATE_SUNRISE phase 2018-02-20 15:45:27 -05:00
domain_create_registration_qlp_sunrise.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_registration_qlp_sunrise_claims_notice.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_registration_qlp_sunrise_encoded_signed_mark.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_registration_qlp_sunrush.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_registration_qlp_sunrush_claims_notice.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_registration_qlp_sunrush_encoded_signed_mark.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_registration_start_date_sunrise.xml Add the START_DATE_SUNRISE phase 2018-02-20 15:45:27 -05:00
domain_create_registration_start_date_sunrise_claims_notice.xml Add the START_DATE_SUNRISE phase 2018-02-20 15:45:27 -05:00
domain_create_registration_start_date_sunrise_encoded_signed_mark.xml Add the START_DATE_SUNRISE phase 2018-02-20 15:45:27 -05:00
domain_create_registration_start_date_sunrise_wrong_encoded_signed_mark.xml Add the START_DATE_SUNRISE phase 2018-02-20 15:45:27 -05:00
domain_create_registration_sunrise.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_registration_sunrush.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_reserved.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_reserved_response.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_response.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_response_claims.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_response_eap_fee.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_create_response_encoded_signed_mark_name.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_response_fee.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_create_response_idn_minna.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_response_premium.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_response_premium_eap.xml Add test to confirm fee validation when creating/checking a premium domain during EAP 2018-02-20 15:26:13 -05:00
domain_create_response_wildcard.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_signed_mark.xml Update create logic to ignore signed marks unless in sunrise 2016-12-06 11:52:46 -05:00
domain_create_sunrise_bad_encoded_xml.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_sunrise_bad_encoding.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_sunrise_code_with_mark.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_sunrise_duplicate_contact.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_sunrise_empty_encoded_signed_mark.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_sunrise_encoded_signed_mark.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_sunrise_encoded_signed_mark_no_hosts.xml Fix whitelist tests 2016-05-13 23:20:27 -04:00
domain_create_sunrise_encoded_signed_mark_response.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_sunrise_encoded_signed_mark_with_whitespace.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_sunrise_hex_encoding.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_sunrise_missing_contact_type.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_sunrise_no_matching_marks.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_sunrise_signed_mark.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_sunrise_signed_mark_and_notice.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_sunrise_signed_mark_reserved.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_sunrise_signed_mark_reserved_response.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_sunrise_signed_mark_uppercase.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_sunrise_signed_mark_with_secdns.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_sunrise_signed_mark_with_secdns_8_records.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_sunrise_signed_mark_with_secdns_9_records.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_sunrise_two_signed_marks.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_sunrise_with_secdns_maxsiglife.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_sunrise_without_marks.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_sunrise_wrong_extension.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_sunrush.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_sunrush_13_nameservers.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_sunrush_14_nameservers.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_sunrush_allowedinsunrise.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_sunrush_allowedinsunrise_response.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_sunrush_bad_checksum_claim_notice.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_sunrush_bad_idn_minna.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_sunrush_bad_validator_id.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_sunrush_claim_notice.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_sunrush_encoded_signed_mark.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_sunrush_encoded_signed_mark_certificate_corrupt.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_sunrush_encoded_signed_mark_corrupt.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_sunrush_encoded_signed_mark_response.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_sunrush_encoded_signed_mark_revoked_cert.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_sunrush_encoded_signed_mark_signature_corrupt.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_sunrush_malformed_claim_notice1.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_sunrush_malformed_claim_notice2.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_sunrush_response.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_sunrush_response_claims.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_uppercase.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_wildcard.xml Ensure that poll messages are created in domain create flow tests 2017-01-09 11:59:04 -05:00
domain_create_with_tld.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_create_wrong_extension.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_delete.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_delete_allocationtoken.xml Add and wire up the AllocationTokenExtension XML class 2018-01-19 14:23:59 -05:00
domain_delete_application.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_delete_application_landrush.xml Add extra flow logic hooks for application delete and update 2016-11-10 11:24:32 -05:00
domain_delete_application_sunrush.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_delete_application_wrong_extension.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_delete_flags.xml Add extra logic for all relevant flows 2016-09-14 15:26:36 -04:00
domain_delete_metadata.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_delete_response.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_delete_response_autorenew_fee.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_delete_response_fee.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_delete_response_pending.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_delete_response_pending_fee.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_delete_superuser_extension.xml Add support for a domain delete superuser EPP extension 2017-09-12 15:51:50 -04:00
domain_info.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_default_hosts.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_delegated_hosts.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_fee_bad_period.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_fee_command_phase.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_fee_command_subphase.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_fee_create.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_fee_create_euro.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_fee_create_premium.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_fee_create_premium_response.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_fee_create_response.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_fee_multiyear_restore.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_fee_multiyear_transfer.xml Restrict domain transfer pricing to 1 year 2017-03-21 15:33:29 -04:00
domain_info_fee_renew.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_fee_renew_premium.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_fee_renew_premium_response.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_fee_renew_response.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_fee_restore.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_fee_restore_premium.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_fee_restore_premium_response.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_fee_restore_response.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_fee_transfer.xml Restrict domain transfer pricing to 1 year 2017-03-21 15:33:29 -04:00
domain_info_fee_transfer_premium.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_fee_transfer_premium_response.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_fee_transfer_response.xml Restrict domain transfer pricing to 1 year 2017-03-21 15:33:29 -04:00
domain_info_flags_none.xml Add extra flow logic hooks for info and update 2016-08-15 16:51:26 -04:00
domain_info_flags_two.xml Add extra flow logic hooks for info and update 2016-08-15 16:51:26 -04:00
domain_info_none_hosts.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_response.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_response_addperiod.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_response_autorenewperiod.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_response_delegated_hosts.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_response_dsdata.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_response_dsdata_addperiod.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_response_none_hosts.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_response_pendingdelete.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_response_redemptionperiod.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_response_renewperiod.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_response_stackedaddrenewperiod.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_response_subordinate_hosts.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_response_transferperiod.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_response_unauthorized.xml Show the registrant in unauth'ed domain <info> 2016-05-27 12:38:21 -04:00
domain_info_subordinate_hosts.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_sunrise.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_sunrise_all_hosts.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_sunrise_allocated.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_sunrise_delegated_hosts.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_sunrise_flags_none.xml Add extra flow logic hook for application info 2016-11-10 12:30:44 -05:00
domain_info_sunrise_flags_two.xml Add extra flow logic hook for application info 2016-11-10 12:30:44 -05:00
domain_info_sunrise_include_marks.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_sunrise_no_application_id.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_sunrise_no_marks.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_sunrise_none_hosts.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_sunrise_response.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_sunrise_response_dsdata.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_sunrise_response_no_nameservers.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_sunrise_response_with_mark.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_with_auth.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_info_with_contact_auth.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_renew.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_renew_11_years.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_renew_fee.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_renew_fee_applied.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_renew_fee_bad_scale.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_renew_fee_defaults.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_renew_fee_grace_period.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_renew_fee_refundable.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_renew_fee_wildcard.xml Remove deprecated extra flow logic and TLD-specific pricing proxy 2016-12-19 11:09:20 -05:00
domain_renew_flags.xml Add extra flow logic for Restore 2016-11-02 15:19:34 -04:00
domain_renew_missing_period.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_renew_months.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_renew_premium.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_renew_response.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_renew_response_fee.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_renew_response_fee_wildcard.xml Remove deprecated extra flow logic and TLD-specific pricing proxy 2016-12-19 11:09:20 -05:00
domain_renew_response_missing_period.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_transfer_approve.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_transfer_approve_contact_authinfo.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_transfer_approve_domain_authinfo.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_transfer_approve_extra.xml Add extra flow logic hooks for transfer approve, cancel and reject 2016-11-15 13:52:01 -05:00
domain_transfer_approve_net.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_transfer_approve_response.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_transfer_approve_response_autorenew.xml Remove obsolete TransferData.extendedRegistrationYears 2017-03-21 15:35:00 -04:00
domain_transfer_approve_response_net.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_transfer_approve_response_zero_period.xml Add support for a domain transfer request superuser EPP extension 2017-09-12 15:51:50 -04:00
domain_transfer_approve_response_zero_period_autorenew_grace.xml Allow domain transfers with 0 period and in auto-renew grace period 2017-10-04 16:16:45 -04:00
domain_transfer_cancel.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_transfer_cancel_contact_authinfo.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_transfer_cancel_domain_authinfo.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_transfer_cancel_extra.xml Add extra flow logic hooks for transfer approve, cancel and reject 2016-11-15 13:52:01 -05:00
domain_transfer_cancel_response.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_transfer_query.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_transfer_query_contact_authinfo.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_transfer_query_domain_authinfo.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_transfer_query_response.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_transfer_query_response_10_years.xml Flatten the domain transfer flows 2016-09-22 14:30:05 -04:00
domain_transfer_query_response_client_approved.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_transfer_query_response_client_cancelled.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_transfer_query_response_client_rejected.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_transfer_query_response_server_approved.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_transfer_query_response_server_cancelled.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_transfer_reject.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_transfer_reject_contact_authinfo.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_transfer_reject_domain_authinfo.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_transfer_reject_extra.xml Add extra flow logic hooks for transfer approve, cancel and reject 2016-11-15 13:52:01 -05:00
domain_transfer_reject_response.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_transfer_request.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_transfer_request_2_years.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_transfer_request_domain_authinfo.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_transfer_request_fee.xml Reconcile FeesAndCredits handling in price customization 2016-12-22 16:09:14 -05:00
domain_transfer_request_fee_and_superuser_extension.xml Add support for a domain transfer request superuser EPP extension 2017-09-12 15:51:50 -04:00
domain_transfer_request_fee_applied.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_transfer_request_fee_bad_scale.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_transfer_request_fee_defaults.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_transfer_request_fee_grace_period.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_transfer_request_fee_refundable.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_transfer_request_missing_period.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_transfer_request_months.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_transfer_request_no_authinfo.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_transfer_request_premium.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_transfer_request_response.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_transfer_request_response_10_year_cap.xml Restrict domain transfer periods to 1 year 2017-03-21 15:11:07 -04:00
domain_transfer_request_response_15_minutes.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_transfer_request_response_autorenew_grace_at_request_only.xml Fix DomainTransferRequestFlow to correctly cancel autorenew graces 2017-03-07 13:39:15 -05:00
domain_transfer_request_response_autorenew_grace_at_transfer_only.xml Fix DomainTransferRequestFlow to correctly cancel autorenew graces 2017-03-07 13:39:15 -05:00
domain_transfer_request_response_autorenew_grace_throughout_transfer_window.xml Fix DomainTransferRequestFlow to correctly cancel autorenew graces 2017-03-07 13:39:15 -05:00
domain_transfer_request_response_fee.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_transfer_request_response_fees.xml Restrict domain transfer periods to 1 year 2017-03-21 15:11:07 -04:00
domain_transfer_request_response_su_ext_one_year_period_nonzero_transfer_length.xml Add support for a domain transfer request superuser EPP extension 2017-09-12 15:51:50 -04:00
domain_transfer_request_response_su_ext_zero_period_autorenew_grace.xml Allow domain transfers with 0 period and in auto-renew grace period 2017-10-04 16:16:45 -04:00
domain_transfer_request_response_su_ext_zero_period_nonzero_transfer_length.xml Add support for a domain transfer request superuser EPP extension 2017-09-12 15:51:50 -04:00
domain_transfer_request_response_su_ext_zero_period_zero_transfer_length.xml Add support for a domain transfer request superuser EPP extension 2017-09-12 15:51:50 -04:00
domain_transfer_request_separate_fees.xml Validate individual fee types 2018-03-06 18:48:39 -05:00
domain_transfer_request_superuser_extension.xml Add support for a domain transfer request superuser EPP extension 2017-09-12 15:51:50 -04:00
domain_transfer_request_wildcard.xml Wire in domain transfer custom pricing and add a test 2016-12-22 16:07:39 -05:00
domain_update.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_add_nameserver.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_add_non_server_status.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_add_registry_lock.xml Add domain_lock nomulus command 2017-11-21 18:54:42 -05:00
domain_update_add_remove_same_contact.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_add_remove_same_host.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_add_server_hold_status.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_add_server_status.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_add_server_status_non_registrar.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_authinfo.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_change_server_status.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_dsdata_add.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_dsdata_add_rem.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_dsdata_add_rem_same.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_dsdata_empty.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_dsdata_rem.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_dsdata_rem_all.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_dsdata_rem_all_false.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_dsdata_urgent.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_duplicate_contact.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_fee.xml Remove deprecated extra flow logic and TLD-specific pricing proxy 2016-12-19 11:09:20 -05:00
domain_update_max_everything.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_maxsiglife.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_metadata.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_missing_contact_type.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_prohibited_status.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_registrant.xml Disallow empty nameservers for domains in TLDs with whitelist 2016-07-13 16:01:10 -04:00
domain_update_registrant_to_tech.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_remove_admin.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_remove_client_hold.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_remove_contact.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_remove_multiple_contacts.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_remove_nameserver.xml Disallow empty nameservers for domains in TLDs with whitelist 2016-07-13 16:01:10 -04:00
domain_update_remove_server_hold.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_remove_server_status.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_remove_tech.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_response.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_restore_request.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_restore_request_fee.xml Validate individual fee types 2018-03-06 18:48:39 -05:00
domain_update_restore_request_fee_applied.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_update_restore_request_fee_bad_scale.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_update_restore_request_fee_defaults.xml Validate individual fee types 2018-03-06 18:48:39 -05:00
domain_update_restore_request_fee_grace_period.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_update_restore_request_fee_refundable.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_update_restore_request_flags.xml Add extra flow logic for Restore 2016-11-02 15:19:34 -04:00
domain_update_restore_request_premium.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_restore_request_response_fee.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
domain_update_restore_request_with_add.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_restore_request_with_change.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_restore_request_with_remove.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_restore_request_with_secdns.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_subordinate_hosts.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_sunrise.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_sunrise_add_nameserver.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_sunrise_add_remove_same_contact.xml Add a missing verification to DomainApplicationUpdateFlow. 2016-10-11 11:27:53 -04:00
domain_update_sunrise_add_remove_same_host.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_sunrise_authinfo.xml Add a missing verification to DomainApplicationUpdateFlow. 2016-10-11 11:27:53 -04:00
domain_update_sunrise_dsdata_add.xml Add a missing verification to DomainApplicationUpdateFlow. 2016-10-11 11:27:53 -04:00
domain_update_sunrise_dsdata_add_rem.xml Add a missing verification to DomainApplicationUpdateFlow. 2016-10-11 11:27:53 -04:00
domain_update_sunrise_dsdata_add_rem_same.xml Add a missing verification to DomainApplicationUpdateFlow. 2016-10-11 11:27:53 -04:00
domain_update_sunrise_dsdata_empty.xml Add a missing verification to DomainApplicationUpdateFlow. 2016-10-11 11:27:53 -04:00
domain_update_sunrise_dsdata_rem.xml Add a missing verification to DomainApplicationUpdateFlow. 2016-10-11 11:27:53 -04:00
domain_update_sunrise_dsdata_rem_all.xml Add a missing verification to DomainApplicationUpdateFlow. 2016-10-11 11:27:53 -04:00
domain_update_sunrise_dsdata_rem_all_false.xml Add a missing verification to DomainApplicationUpdateFlow. 2016-10-11 11:27:53 -04:00
domain_update_sunrise_dsdata_urgent.xml Add a missing verification to DomainApplicationUpdateFlow. 2016-10-11 11:27:53 -04:00
domain_update_sunrise_duplicate_contact.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_sunrise_fee.xml Add a domain application update custom pricing logic test 2016-12-19 11:09:20 -05:00
domain_update_sunrise_maxsiglife.xml Add a missing verification to DomainApplicationUpdateFlow. 2016-10-11 11:27:53 -04:00
domain_update_sunrise_missing_contact_type.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_sunrise_prohibited_status.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_sunrise_registrant_to_tech.xml Add a missing verification to DomainApplicationUpdateFlow. 2016-10-11 11:27:53 -04:00
domain_update_sunrise_remove_admin.xml Add a missing verification to DomainApplicationUpdateFlow. 2016-10-11 11:27:53 -04:00
domain_update_sunrise_remove_contact.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_sunrise_remove_multiple_contacts.xml Add a missing verification to DomainApplicationUpdateFlow. 2016-10-11 11:27:53 -04:00
domain_update_sunrise_remove_nameserver.xml Add nameserver validation in domain update related flows 2017-03-27 12:58:19 -04:00
domain_update_sunrise_remove_tech.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_sunrise_wrong_extension.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
domain_update_wildcard.xml Remove deprecated extra flow logic and TLD-specific pricing proxy 2016-12-19 11:09:20 -05:00
domain_update_wrong_extension.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00