summaryrefslogtreecommitdiff
path: root/designate/schema
Commit message (Expand)AuthorAgeFilesLines
* Enable H306 check and fix import orderingMichael Johnson2021-11-181-3/+3
* Update hacking for Python3Andreas Jaeger2020-04-012-17/+17
* Bump to hacking 1.1.0Erik Olof Gunnar Andersson2019-07-041-4/+4
* Remove v1 APIGraham Hayes2018-01-111-5/+1
* Trivial fix pep8 and typosNgo Quoc Cuong2017-05-061-1/+1
* TrivialFix: Remove logging import unusedCao Xuan Hoang2016-08-262-6/+0
* Fix SSHFP validation for ECDSA, ED25519, and SHA256Alex Monk2016-08-051-1/+1
* Fix misspellingsvenkatamahesh2016-02-041-1/+1
* Fix wildcard NS recordJames Li2016-01-291-0/+12
* Add validation for MX, TXT, and SSHFP recordsRahman Syed2016-01-261-6/+14
* Update email addresses hp.com to hpe.comFederico Ceratto2016-01-114-4/+4
* Rename all references of Domain to ZoneGraham Hayes2015-11-171-5/+7
* Add DomainMaster Object to designate objectsGraham Hayes2015-08-131-0/+14
* Ensure validations account for trailing newlinesKiall Mac Innes2015-07-031-10/+20
* Replace dict.items() with list(dict.items())Pradeep Kumar Singh2015-06-301-1/+1
* Validate SRV records have the correct name on the recordsetGraham Hayes2015-04-071-0/+14
* Add Schema to RRData ObjectsGraham Hayes2015-03-301-2/+14
* Added FloatingIP object to DesignateObjectsGraham Hayes2015-03-231-0/+16
* Add Admin API and add extensionsGraham Hayes2015-03-181-1/+1
* Support secondary zonesEndre Karlson2015-03-161-0/+18
* Switch to oslo.logEndre Karlson2015-01-214-5/+5
* Cleanup validation regex'sKiall Mac Innes2014-12-111-4/+4
* Add a UUID Schema format checkerKiall Mac Innes2014-10-141-0/+15
* Change log string format to '%' for consistencyJordan Cazamias2014-06-242-2/+2
* Fix style errors H305 and H307Jordan Cazamias2014-06-184-0/+7
* Remove JSONSchema 1.3 compatibility codeKiall Mac Innes2014-03-122-62/+18
* Prevent Schema regex's from capturing inputKiall Mac Innes2014-02-101-4/+4
* Add APIs for managing TLDsVinod Mangalpally2014-01-201-0/+16
* Ensure JSON Schema format validators operate only on stringsKiall Mac Innes2014-01-091-0/+16
* Ensure we're compatible with JSONSchema 1.3.0 through 2.2.02013.2Kiall Mac Innes2013-10-313-96/+138
* Sync requirements with stable/havana requirementsKiall Mac Innes2013-10-301-28/+70
* API Version 2 - Initial FrameworkKiall Mac Innes2013-08-161-0/+3
* Bug 1206849: Add more logging to the API LayerVinod Mangalpally2013-08-121-0/+2
* Restore JSONSchema 1.1.0 compatibilityKiall Mac Innes2013-08-072-30/+27
* Ensure all errors raised from netaddr are caughtKiall Mac Innes2013-08-061-2/+2
* Refactor JSONSchema handling codeKiall Mac Innes2013-07-304-0/+314