summaryrefslogtreecommitdiff
path: root/moniker
Commit message (Expand)AuthorAgeFilesLines
* Fixup bug in bind9 backend.Kiall Mac Innes2013-02-111-1/+2
* Domain Sync should not attempt to delete records after deleting the domainKiall Mac Innes2013-02-071-2/+3
* Prevent renaming of a domain, and ensure records are contained in their paren...Kiall Mac Innes2013-02-079-65/+98
* Add SPF to type ENUM in Records TableKiall Mac Innes2013-02-072-1/+41
* Remove some magic from the RPC Backend APIKiall Mac Innes2013-02-031-16/+16
* Add naive domain/record synchronization implementationsKiall Mac Innes2013-02-039-6/+220
* Rename moniker-api-paste.ini -> api-paste.iniKiall Mac Innes2013-01-312-1/+1
* Cleanup and simplify Tenant "Sudo" CodeKiall Mac Innes2013-01-314-17/+19
* Cleanup Blacklist code, Protect from sub-domain hijacking. Upgrade to pyflake...Kiall Mac Innes2013-01-317-18/+277
* Override the format for recordsEndre Karlson2013-01-303-1/+6
* Replace reserved domain suffixes with regex based domain name blacklistKiall Mac Innes2013-01-303-40/+39
* Use Policy enforcement to record an Audit trailKiall Mac Innes2013-01-302-8/+62
* Update to JSONSchema 0.8 finalKiall Mac Innes2013-01-301-2/+39
* Re-add version.py.Kiall Mac Innes2013-01-292-1/+19
* Initial Diagnostics API endpoint.Kiall Mac Innes2013-01-298-11/+112
* Sync with Oslo 30a50c8aKiall Mac Innes2013-01-2917-417/+403
* Allow Moniker Services to Spawn N processes each.Kiall Mac Innes2013-01-283-0/+6
* Change to rootwrapper - bug #1075120Endre Karlson2013-01-247-42/+516
* A Domain's TTL should be optionalKiall Mac Innes2013-01-241-2/+3
* Sanitize content field for certain record types.Kiall Mac Innes2013-01-211-2/+8
* Pass server list from central -> backend for domain operations.Kiall Mac Innes2013-01-2112-61/+92
* PowerDNS Backend DriverKiall Mac Innes2013-01-185-71/+332
* Fix bug #1075268 - Support multiple notification handlers listening to the sa...Kiall Mac Innes2013-01-141-1/+2
* Merge "Add support for a "sudo" like mechanism in the API."Jenkins2013-01-149-22/+122
|\
| * Add support for a "sudo" like mechanism in the API.Kiall Mac Innes2013-01-149-22/+122
* | Add dummy versions list endpointKiall Mac Innes2013-01-141-0/+31
|/
* Add support for admin-reserved DNS domain name suffixes.Kiall Mac Innes2013-01-105-0/+146
* Add support for PTR recordsKiall Mac Innes2013-01-104-5/+66
* Sync with oslo a8973c52Kiall Mac Innes2013-01-093-5/+5
* Add tests for API 409 Handling (Duplicates / Conflicts)Kiall Mac Innes2013-01-092-0/+36
* Add tests for API 404 HandlingKiall Mac Innes2013-01-094-4/+104
* Handle RPC timeout's appropriately in the APIKiall Mac Innes2013-01-096-0/+156
* Add tests for KeystoneContextMiddleware and NoAuthMiddlewareKiall Mac Innes2013-01-081-0/+78
* Allow wildcard DNS records using a *Kiall Mac Innes2013-01-082-2/+36
* Ensure `moniker-manage --version` reports the correct version number.Kiall Mac Innes2013-01-081-1/+2
* Sync with oslo-incubator ad93e4e3Kiall Mac Innes2013-01-0813-96/+286
* Switch to a single config file, using a config group per service.Kiall Mac Innes2013-01-0817-36/+157
* Allow configuration file to be specified via --config-fileKiall Mac Innes2013-01-084-13/+24
* Add more happy path API tests for servers/domains/records.Kiall Mac Innes2013-01-078-73/+331
* Ensure Schema handle datetime objects appropriatelyKiall Mac Innes2013-01-072-0/+37
* Centralize argv slicingKiall Mac Innes2013-01-071-2/+2
* Use consistent base class name for moniker.backend testsKiall Mac Innes2013-01-074-7/+7
* Remove dead code from moniker.storageKiall Mac Innes2013-01-062-19/+0
* Fixup hostname regex + add some tests for valid host names.Kiall Mac Innes2012-12-292-5/+35
* Sync with oslo 8888ad01Kiall Mac Innes2012-12-295-33/+31
* Ditch pre_version argument to oslo-version.Kiall Mac Innes2012-12-231-2/+1
* Added generic SQLOPTSPatrick Galbraith2012-12-173-24/+26
* Record TTL should default to, and accept, NULL valuesKiall Mac Innes2012-12-163-3/+35
* Remove unnecessary if/else block from the bind9 zone templateKiall Mac Innes2012-12-131-6/+0
* Ensure partial API updates are validated correctlyKiall Mac Innes2012-12-113-3/+12