google-nomulus/java/google/registry/flows/host
cgoldfeder 15ba52988b Remove LINKED from the disallowed statuses for contact/host delete
LINKED is supposed to be a virtual status that gets added/removed
when needed. It's mistakenly been persisted to datastore on many
resources, but the persisted value is meaningless and may not
represent reality at all. There is no reason to check for LINKED
status before kicking off a delete, since the smoke test and
[] will catch all actual linked objects, and the LINKED
status can be causing false positives for objects that are no
longer LINKED.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=145422457
2017-01-25 12:25:05 -05:00
..
HostCheckFlow.java Move ConfigModule and LocalTestConfig into RegistryConfig 2017-01-09 12:01:09 -05:00
HostCreateFlow.java Move ConfigModule and LocalTestConfig into RegistryConfig 2017-01-09 12:01:09 -05:00
HostDeleteFlow.java Remove LINKED from the disallowed statuses for contact/host delete 2017-01-25 12:25:05 -05:00
HostFlowUtils.java Fix uncaught LEADING_HYPHEN IllegalArgumentException in host flows 2016-11-16 17:09:45 -05:00
HostInfoFlow.java Create *InfoData objects instead of reusing *Resource objects 2017-01-12 14:11:51 -05:00
HostUpdateFlow.java Make host flows only accept canonicalized host names as input 2016-11-10 11:29:03 -05:00