summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated from global requirementsjuno-eolstable/junoOpenStack Proposal Bot2015-09-251-1/+1
| | | | Change-Id: Iad197f775d58a6dc26532a9248adfb0687f2db86
* Updated from global requirementsOpenStack Proposal Bot2015-08-131-1/+1
| | | | Change-Id: I47930b58d5d6fed926e06031b9497d927b3bb75c
* Updated from global requirementsOpenStack Proposal Bot2015-07-283-39/+38
| | | | Change-Id: I376aff9e6f9ea8a401e7ec56ca6498104a8c4efb
* Ensure validations account for trailing newlinesKiall Mac Innes2015-07-202-3/+63
| | | | | | | | The regex's used for validation allowed "\n" terminated strings to pass, allowing invalid data through. Change-Id: Iae4c40ffab9951280bb6d67c2a7cb779dc7ddf0f Closes-Bug: 1471158
* DevStack: Support installing client at released versionsKiall Mac Innes2015-07-151-5/+8
| | | | | | | | See I26fac0ccf8fd4818e24618d56bf04b32306f88f6 for similar devstack repo changes, and I27a56222c7e8e610fba8bf97672d2a42f5cf14ca for minor fixes. Change-Id: I99602ffdbbb38b13e29edcf54b9134f75746a22b
* Updated from global requirementsOpenStack Proposal Bot2015-04-221-1/+1
| | | | Change-Id: I9ad18e30f187b326f1d27fe9b9d6c13613a7b32e
* Updated from global requirementsOpenStack Proposal Bot2015-04-092-5/+5
| | | | Change-Id: I741d52f7e53ddd1c2c9ec41665450163486b2165
* Updated from global requirementsOpenStack Proposal Bot2015-03-091-1/+1
| | | | Change-Id: Ib8cf89bc947d5ad12aa4b22682e3f4d404968a67
* Updated from global requirementsOpenStack Proposal Bot2015-02-162-30/+30
| | | | Change-Id: I3c7ef19f03d68dfa8421267bd8533917fd0f81c6
* Updated from global requirementsOpenStack Proposal Bot2015-01-281-1/+1
| | | | Change-Id: Iaf7bc7812c80b0864c1dcca0e21bafadcaad5c0a
* Updated from global requirementsOpenStack Proposal Bot2015-01-141-1/+1
| | | | Change-Id: I87d8f7c13be17c8cb7a6432f8bd6b23d770ba01f
* Updated from global requirementsOpenStack Proposal Bot2015-01-141-1/+1
| | | | Change-Id: Idc2a250f395f3f525932b0247f662d1cd4fb5381
* Updated from global requirementsOpenStack Proposal Bot2014-12-161-1/+1
| | | | Change-Id: I538a7f66ff752e4850db3c97734462c0c556d5b8
* Updated from global requirementsOpenStack Proposal Bot2014-12-161-2/+2
| | | | Change-Id: If61c685252a7bd753ee0612aa4885aac6f47045a
* Updated from global requirementsOpenStack Proposal Bot2014-12-051-1/+1
| | | | Change-Id: I7729a4dd25622aa101f1850baea227b0d0a25066
* Updated from global requirementsOpenStack Proposal Bot2014-12-032-9/+9
| | | | Change-Id: Iad84ddd6a436e8e5384c56b723cf74c1ec18ef34
* Updated from global requirementsOpenStack Proposal Bot2014-11-272-10/+10
| | | | Change-Id: Ifb24763ef744640daca3259a4fb4f0d839c0392c
* Opening stable/junoThierry Carrez2014-10-162-1/+2
| | | | | | | Bump version to next stable release on juno branch, and set defaultbranch in .gitreview for convenience. Change-Id: I4ee902a01f38fc5533ad1a76d904cfa2f46fca9c
* Multi backend attepts to read a deleted domain2014.2.rc22014.2proposed/junoKiall Mac Innes2014-09-302-2/+6
| | | | | | | | This effectively results in all delete-domain requests failing when the multi backend is used. Closes-Bug: 1375397 Change-Id: I05a54600bf7493ff467b8f5a81af7d682fe5ca7a
* Merge "Updated from global requirements"2014.2.rc1Jenkins2014-09-261-1/+1
|\
| * Updated from global requirementsOpenStack Proposal Bot2014-09-261-1/+1
| | | | | | | | Change-Id: I64c20a5b34bcf64d66d283215d32d8189f5a4d41
* | Merge "Notif handlers:remove double check of event type"Jenkins2014-09-263-23/+0
|\ \ | |/ |/|
| * Notif handlers:remove double check of event typeJordanP2014-09-233-23/+0
| | | | | | | | | | | | | | | | | | | | | | | | Change Id50a4a42a8dddbffb85b5fbca43f1b7f31447874 made the call to handler's process_notification to happen only on registered event types. There's not need to check the event type inside the handler itself. Also remove the unit test because the part of the code that is tested is never executed. Change-Id: I75e204d5ff44d3dd0100393a98cc2537886eaa05
* | Merge "Make use of SQLA Core in PowerDNS"Jenkins2014-09-254-192/+281
|\ \
| * | Make use of SQLA Core in PowerDNSEndre Karlson2014-09-254-192/+281
| | | | | | | | | | | | | | | Closes-Bug: 1368863 Change-Id: I2534a84a62c9e438d8091ec2a6d959a6960c6a95
* | | Merge "Prevent update/delete of managed records in v1 API"Jenkins2014-09-252-11/+9
|\ \ \
| * | | Prevent update/delete of managed records in v1 APIKiall Mac Innes2014-09-252-11/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a partial fix, as the V2 API may still update/delete these records. As the V2 API is still experimental, I'd like to fix the V1 API first - and ensure the "managed=True" flag is set correctly ASAP. Closes-Bug: 1373913 Change-Id: If1de4c0043cf735e1f5e32ee1a1c0996d0a0ab8e
* | | | Fixes docstring typosRafael Rivero2014-09-246-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | Fixes several docstring typos. Change-Id: I4330792c1d6945bd1ba624f8d07d43c7b791be31
* | | | Updated from global requirementsOpenStack Proposal Bot2014-09-241-1/+1
| |/ / |/| | | | | | | | Change-Id: Ib4e1a78dbd236c75571ebaa49c300d6d6cc8b27c
* | | Merge "Imported Translations from Transifex"Jenkins2014-09-234-36/+66
|\ \ \
| * | | Imported Translations from TransifexOpenStack Proposal Bot2014-09-234-36/+66
| | |/ | |/| | | | | | | Change-Id: If25c1d78d5cfd41c5ab4720c1d30ce5b397c5835
* | | Missing Tests for Blacklist storage layer methodsBetsy Luzader2014-09-221-0/+146
|/ / | | | | | | | | | | | | There were no tests for blacklists at the storage layer. This adds those tests. Change-Id: I2e08bae1baa6eddbef50a1f5de320a9bc06f99c3
* | Merge "Fix example response for reports/tenant"Jenkins2014-09-221-3/+6
|\ \
| * | Fix example response for reports/tenantEndre Karlson2014-09-221-3/+6
| | | | | | | | | | | | Change-Id: I63042366e7d7c54c7422b7fb8218aa22c75e01c4
* | | Merge "Use non-deprecated notification_driver"Jenkins2014-09-223-3/+3
|\ \ \
| * | | Use non-deprecated notification_driverJordanP2014-09-153-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Designate is using oslo.messaging so it should be using 'messaging' as its notification driver and not the now deprecated full python path to the oslo-incubator notification driver. Change-Id: Ic6896ce2606dd8d86a4c96ff570c51f3db4ac399
* | | | Merge "Update oslosphinx requirement"Jenkins2014-09-221-2/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Update oslosphinx requirementEndre Karlson2014-09-221-2/+1
| | | | | | | | | | | | | | | | Change-Id: Ifecef4f831ed8fa6980c339f98631611f3ca2167
* | | | Merge "Add v1 missing api docs"Jenkins2014-09-225-0/+555
|\ \ \ \
| * | | | Add v1 missing api docsEndre Karlson2014-09-225-0/+555
| | |_|/ | |/| | | | | | | | | | Change-Id: I65789f319093041b008b77e9c3dddb744de1a4e4
* | | | Merge "Backends need to implement c/u/d_recordset"Jenkins2014-09-2214-418/+484
|\ \ \ \ | |_|/ / |/| | |
| * | | Backends need to implement c/u/d_recordsetKiall Mac Innes2014-09-2014-418/+484
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current code means the central generate SOA/NS records are not provisioned, nor or any records create via the V2 API. Change-Id: I49dc3dda9d4b49305646a8b222165abaa3506959 Closes-Bug: 1366821 Closes-Bug: 1370621
* | | | Merge "Fix issues with timeout and if a domain exists"Jenkins2014-09-221-3/+13
|\ \ \ \
| * | | | Fix issues with timeout and if a domain existsEndre Karlson2014-09-221-3/+13
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | * When creating a domain it would fail if the domain exists. New behaviour is to update the existing domain. * Raise default request timeouts to 10 Change-Id: I4896f046feb1cc3382a4a848cb0d0689bed44b5b
* | | | Merge "Updating README"Jenkins2014-09-221-7/+4
|\ \ \ \
| * | | | Updating READMEAlok Jani2014-09-171-7/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 1370354 Change-Id: I272f16d1aea3467bf9ea9133c308762f904a68a1
* | | | | Merge "Removing *.shapes files from Desginate diagrams"Jenkins2014-09-223-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | Removing *.shapes files from Desginate diagramsAlok Jani2014-09-173-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 1370354 Change-Id: I6f47a313323d3d18034ea6f3ab0ba32bbab1cd6b
* | | | | Merge "Add png for `Designate-PowerDNS-Detail`"Jenkins2014-09-221-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | Add png for `Designate-PowerDNS-Detail`Alok Jani2014-09-171-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 1370354 Change-Id: I613d95dccea4cdd9d03a2549049354fe45059252