OpenTechFund / bypass-otf_proxy

1 stars 1 forks source link

If domain is in version 2 mode, and there are no deprecated keys, don't ask for removal. #48

Closed maxpearl closed 3 years ago

maxpearl commented 3 years ago

Example:

New Domain listing: {'main_domain': 'testing_new.com', 'available_alternatives': [{'proto': 'http', 'type': 'mirror', 'created_at': '2021-05-26 11:23:53.488532', 'url': 'new.test.mirror1.com'}]}
...
This entry is in version 2 mode. Delete deprecated keys (y/N)?
maxpearl commented 3 years ago

And a corollary - since we're deprecating, don't ask, delete the keys.

maxpearl commented 3 years ago

Adding a delete_deprecated to all testing and editing domains, so that should take care of this.