deb-designate/designate/objects
Tim Simmons 021946e386 Asynchronous Zone Import
* Creates /v2/zones/tasks/imports, which allows users to view imports as resources
* Creates new database table zone_tasks for asynchronous tasks related to zones, along
with the associated objects/adapters
* Imports are done by passing over the request body, creating an async record in the db,
and spawning a thread to do the import
* Adds a config option to enable zone import

Implements: async-import-export
APIImpact: Adds /zones/tasks/imports and removes import from admin api

Change-Id: Ib23810bf8b25d962b9d2d75e042bb097f3c12f7a
2015-06-22 14:45:39 +00:00
..
adapters Asynchronous Zone Import 2015-06-22 14:45:39 +00:00
__init__.py Asynchronous Zone Import 2015-06-22 14:45:39 +00:00
base.py Validate SRV records have the correct name on the recordset 2015-04-07 16:38:23 +01:00
blacklist.py Added Schemas to DesignateObjects 2015-03-16 20:56:22 +00:00
domain_attribute.py Support secondary zones 2015-03-16 21:26:15 +01:00
domain.py Replace API_v2 views with Adapters 2015-03-30 11:20:29 +01:00
floating_ip.py Sync up FIP behaviour to match latest PoolManager 2015-03-30 21:14:05 +02:00
pool_also_notifies.py Add also-notifies support to Pool Manager 2015-03-31 16:48:44 +01:00
pool_attribute.py Add API_v2 Adapter Objects 2015-03-26 14:47:06 +00:00
pool_manager_status.py Implement Pool Targets 2015-03-31 16:48:44 +01:00
pool_nameserver.py Implement Pool Targets 2015-03-31 16:48:44 +01:00
pool_ns_record.py Add API_v2 Adapter Objects 2015-03-26 14:47:06 +00:00
pool_target_master.py Implement Pool Targets 2015-03-31 16:48:44 +01:00
pool_target_option.py Implement Pool Targets 2015-03-31 16:48:44 +01:00
pool_target.py Implement Pool Targets 2015-03-31 16:48:44 +01:00
pool.py Add Akamai Management comamnds 2015-05-13 14:17:19 +02:00
quota.py Convert Object FIELDS from list to dict 2014-10-14 14:39:57 +01:00
record.py Validate SRV records have the correct name on the recordset 2015-04-07 16:38:23 +01:00
recordset.py Add validation of RRSet Type 2015-04-13 12:47:24 +02:00
rrdata_a.py Enable Record Data Validation in v2 API 2015-03-30 21:29:44 +01:00
rrdata_aaaa.py Enable Record Data Validation in v2 API 2015-03-30 21:29:44 +01:00
rrdata_cname.py Enable Record Data Validation in v2 API 2015-03-30 21:29:44 +01:00
rrdata_mx.py Enable Record Data Validation in v2 API 2015-03-30 21:29:44 +01:00
rrdata_ns.py Enable Record Data Validation in v2 API 2015-03-30 21:29:44 +01:00
rrdata_ptr.py Enable Record Data Validation in v2 API 2015-03-30 21:29:44 +01:00
rrdata_soa.py Enable Record Data Validation in v2 API 2015-03-30 21:29:44 +01:00
rrdata_spf.py Enable Record Data Validation in v2 API 2015-03-30 21:29:44 +01:00
rrdata_srv.py Validate SRV records have the correct name on the recordset 2015-04-07 16:38:23 +01:00
rrdata_sshfp.py Enable Record Data Validation in v2 API 2015-03-30 21:29:44 +01:00
rrdata_txt.py Fix Record Object conversions 2015-04-07 13:15:49 +01:00
server.py Added Schemas to DesignateObjects 2015-03-16 20:56:22 +00:00
tenant.py Convert Object FIELDS from list to dict 2014-10-14 14:39:57 +01:00
tld.py Added Schemas to DesignateObjects 2015-03-16 20:56:22 +00:00
tsigkey.py Added Schemas to DesignateObjects 2015-03-16 20:56:22 +00:00
validation_error.py Remove usage of relative_path in ValidationError Objects 2015-03-25 14:15:19 +00:00
zone_task.py Asynchronous Zone Import 2015-06-22 14:45:39 +00:00
zone_transfer_accept.py Add API_v2 Adapter Objects 2015-03-26 14:47:06 +00:00
zone_transfer_request.py Add API_v2 Adapter Objects 2015-03-26 14:47:06 +00:00