designate/designate/objects
Erik Olof Gunnar Andersson 18a5d4f4d9 Moved all regexes to constants
- Moved record regexes to constants.
- Moved floating ip regex to constants.
- Moved valdiation regex to constants.
- Added additional floating ip tests around regexes.

Change-Id: I3cb738f2775f770deda30253b91f148b593314bc
2023-08-14 17:21:24 +00:00
..
adapters Moved all regexes to constants 2023-08-14 17:21:24 +00:00
__init__.py Implement sharing of zones 2023-02-14 01:54:15 +00:00
base.py Secondary zone loops AXFR transfer during zone creation 2023-04-07 05:55:53 +00:00
blacklist.py Checks for invalid denylist regex patterns 2022-02-18 19:14:35 +00:00
fields.py Moved all regexes to constants 2023-08-14 17:21:24 +00:00
floating_ip.py Add inactive value to floating ip status 2022-03-02 17:57:48 -08:00
pool_also_notify.py Migrate object to OVO (7) 2018-02-25 16:07:58 +00:00
pool_attribute.py Migrate object to OVO (7) 2018-02-25 16:07:58 +00:00
pool_nameserver.py Migrate object to OVO (7) 2018-02-25 16:07:58 +00:00
pool_ns_record.py Migrate object to OVO (7) 2018-02-25 16:07:58 +00:00
pool_target_master.py Migrate object to OVO (7) 2018-02-25 16:07:58 +00:00
pool_target_option.py Migrate object to OVO (7) 2018-02-25 16:07:58 +00:00
pool_target.py Migrate object to OVO (7) 2018-02-25 16:07:58 +00:00
pool.py Removed deprecated pool-manager implementation 2019-09-24 11:10:54 +00:00
quota.py Improve quota API validations 2022-05-17 22:08:51 +00:00
record.py Additional recordset validation testing 2023-08-14 14:26:08 +02:00
recordset.py Fixed issues with __repr__ and __str__ on objects 2022-08-07 17:28:38 +00:00
rrdata_a.py Fixed issues with __repr__ and __str__ on objects 2022-08-07 17:28:38 +00:00
rrdata_aaaa.py Fixed issues with __repr__ and __str__ on objects 2022-08-07 17:28:38 +00:00
rrdata_caa.py Fixed issues with __repr__ and __str__ on objects 2022-08-07 17:28:38 +00:00
rrdata_cert.py Fixed issues with __repr__ and __str__ on objects 2022-08-07 17:28:38 +00:00
rrdata_cname.py Fixed issues with __repr__ and __str__ on objects 2022-08-07 17:28:38 +00:00
rrdata_mx.py Validate MX records during recordset create or update 2022-08-15 07:41:34 +00:00
rrdata_naptr.py Improve NAPTR support 2023-05-19 19:10:11 +01:00
rrdata_ns.py Fixed issues with __repr__ and __str__ on objects 2022-08-07 17:28:38 +00:00
rrdata_ptr.py Fixed issues with __repr__ and __str__ on objects 2022-08-07 17:28:38 +00:00
rrdata_soa.py Fixed issues with __repr__ and __str__ on objects 2022-08-07 17:28:38 +00:00
rrdata_spf.py Fixed issues with __repr__ and __str__ on objects 2022-08-07 17:28:38 +00:00
rrdata_srv.py Fixed issues with __repr__ and __str__ on objects 2022-08-07 17:28:38 +00:00
rrdata_sshfp.py Fixed issues with __repr__ and __str__ on objects 2022-08-07 17:28:38 +00:00
rrdata_txt.py Fixed issues with __repr__ and __str__ on objects 2022-08-07 17:28:38 +00:00
server.py Migrate object to OVO (7) 2018-02-25 16:07:58 +00:00
service_status.py Migrate object to OVO (7) 2018-02-25 16:07:58 +00:00
shared_zone.py Implement sharing of zones 2023-02-14 01:54:15 +00:00
tenant.py Migrate object to OVO (7) 2018-02-25 16:07:58 +00:00
tld.py Migrate object to OVO (7) 2018-02-25 16:07:58 +00:00
tsigkey.py Migrate object to OVO (7) 2018-02-25 16:07:58 +00:00
validation_error.py Migrate object to OVO (7) 2018-02-25 16:07:58 +00:00
zone_attribute.py Migrate object to OVO (7) 2018-02-25 16:07:58 +00:00
zone_export.py Migrate object to OVO (7) 2018-02-25 16:07:58 +00:00
zone_import.py Migrate object to OVO (7) 2018-02-25 16:07:58 +00:00
zone_master.py Enable H306 check and fix import ordering 2021-11-18 00:30:05 +00:00
zone_transfer_accept.py Migrate object to OVO (7) 2018-02-25 16:07:58 +00:00
zone_transfer_request.py Migrate object to OVO (7) 2018-02-25 16:07:58 +00:00
zone.py Move to a batch model for incrementing serial 2023-04-04 03:48:34 +00:00