google-nomulus/javatests/google/registry/flows/domain/testdata
nickfelt 3a7f67b7f3 Fix DomainTransferRequestFlow to correctly cancel autorenew graces
This fixes longstanding bug b/19430703 in which domain transfers that were
server-approved would only handle the autorenew grace period correctly if
the autorenew grace period was going to start within the transfer window.
If the autorenew grace period was already active (e.g. the domain had
recently autorenewed, before the transfer was requested), the logic would
miss it, even if it was going to be active throughout the transfer window
(i.e. it would still be active at the server-approval time).

When the autorenew grace period is active at the time a transfer is approved
(whether by the server or explicitly via DomainTransferApproveFlow), the
correct behavior is to essentially "cancel" the autorenew - the losing registrar
receives a refund for the autorenew charge, and the gaining registrar's transfer
extended registration years are applied to the expiration time as it was prior
to that autorenew.  The way we implement this is that we just have the transfer
essentially "subsume" the autorenew - we deduct 1 year from the transfer's
extended registration years before extending the registration period from what
the expiration time is post-autorenew at the moment of transfer approval.

See b/19430703#comment17 for details on the policy justification; the only real
ICANN document about this is https://www.icann.org/news/advisory-2002-06-06-en,
but registrars informally document in many places that transfers will trigger
autorenew grace, e.g. see https://support.google.com/domains/answer/3251236

There are still a few parts of this bug that remain unfixed:

  1) RdeDomainImportAction repeats a lot of logic when handling imported domains
     that are in pending transfer, so it will also need to address this case in
     some way, but the policy choices there are unclear so I'm waiting until we
     know more about RDE import goals to figure out how to fix that.

  2) Behavior at the millisecond edge cases is inconsistent - specifically, for
     the case where a transfer is requested such that the automatic transfer
     time is exactly the domain's expiration time (down to the millisecond),
     the correct behavior is a little unclear and this CL for now ignores this
     issue in favor of getting a fix for 99.999% of the issue into prod.  See
     newly created b/35881941 for the gory details.

Also, there are parts of this bug that will be fixed as parts of either
b/25084229 (transfer exDate computations) or b/35110537 (disallowing transfers
with extended registration years other than 1), both of which are less pressing.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=149024269
2017-03-07 13:39:15 -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_51.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04: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 mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04: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_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_not_in_avail.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04: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_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_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_fee.xml Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04: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_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_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_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_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_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_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_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 mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -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 mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -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 mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -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_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_10_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_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_years.xml mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -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 Reconcile FeesAndCredits handling in price customization 2016-12-22 16:09:14 -05: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_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 Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04: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 Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04: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_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