summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated from global requirementsliberty-eolstable/libertyOpenStack Proposal Bot2016-05-151-1/+1
| | | | Change-Id: Iccaa03de05f8b4d47ee54fab15af19e93d97cb95
* Updated from global requirementsOpenStack Proposal Bot2016-04-111-1/+1
| | | | Change-Id: I540627596f9df0b03bb402700b371ccc180554fd
* Update cliff dependencyFederico Ceratto2016-03-301-1/+1
| | | | | | | | | | | | From global requirements commit e7dd2aab268cda23b03af9c39fded29f199c4039: 1.16.0 uses fcntl which is not available on windows (See Bug #1543958). 1.17.0 does not work when an empty list is provided (See Bug #1539770). There are no further releases in the 1.x series after 1.17.0 and the both issues were addressed as of 2.0.0 so we should be fine with the exclusion. Change-Id: I0b8d7863b75127bf6df0c9287065b3700d04ad30
* Updated from global requirementsOpenStack Proposal Bot2015-12-161-1/+1
| | | | Change-Id: I727634aef3089a68590f1bd0b4c8ddb170ef5d62
* Updated from global requirementsOpenStack Proposal Bot2015-11-171-1/+1
| | | | Change-Id: I2c3c96659c72f2a28a31c685aa5389f0f9666111
* Updated from global requirementsOpenStack Proposal Bot2015-10-191-2/+2
| | | | Change-Id: I23302f5055c39372eda2c09c5684431f9ea14a99
* Update .gitreview for stable/libertyDoug Hellmann2015-09-221-0/+1
| | | | Change-Id: I70ca58517cf0d12b3c696a3b67fc8be58161876a
* Merge "Add formatting of output data"1.5.0Jenkins2015-09-215-0/+45
|\
| * Add formatting of output dataEndre Karlson2015-09-165-0/+45
| | | | | | | | | | | | | | Show records on seperate lines when doing show / commands on recordsets. Remove resource['link'] Change-Id: I93e5e7c382d0b97c37b8e4b6c8cfad94488290ba
* | Merge "Updated from global requirements"Jenkins2015-09-212-2/+2
|\ \
| * | Updated from global requirementsOpenStack Proposal Bot2015-09-172-2/+2
| |/ | | | | | | Change-Id: Idcca5c0b766a44ea3df5f3b11ca02e1bd071b902
* | Merge "Meaningful Exception for over-quota on domains"Jenkins2015-09-211-1/+1
|\ \
| * | Meaningful Exception for over-quota on domainssonu.kumar2015-09-091-1/+1
| |/ | | | | | | | | | | | | | | This patch makes meaningful exception to be thrown when over-quota on domains is found. Change-Id: I98c7e41bc14eb758f45bc4d35dd12c0bd98e1b2b Closes-Bug: #1463488
* | Merge "Make is so exceptions have some message"Jenkins2015-09-211-1/+4
|\ \
| * | Make is so exceptions have some messageTerryHowe2015-09-011-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | If you don't have a message on an exception it prints out as nothing. This change will default the messaqge to the class name which should be useful. Change-Id: Ie246b37c971e8c30752714b49aa55e69482b32e7
* | | Added appropriate error message for designate clisonu.kumar2015-09-111-1/+4
| |/ |/| | | | | | | | | | | | | | | This patch adds appropriate error message for Exception generated when running cli without authentication and endpoint. Change-Id: I78fe2f8db9a2cfa716c0071a7da404817dd5fbdd Closes-Bug: #1490843
* | Merge "Implement socket timeout in v1"Jenkins2015-09-088-13/+214
|\ \
| * | Implement socket timeout in v1Federico Ceratto2015-08-118-13/+214
| | | | | | | | | | | | | | | | | | | | | | | | | | | Add endpoint_override keyword to v2.Client() and check for the session argument in DesignateAdapter() Add unit test, fix minor typos Change-Id: I038ec7b0d1feadc9642bd47285e397b3fe84c13c Closes-Bug: 1469739
* | | Merge "Added test cases for reports in designateclient"Jenkins2015-09-071-0/+54
|\ \ \
| * | | Added test cases for reports in designateclientsonu.kumar2015-09-031-0/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds tests cases for reports module in v1 designateclient. Change-Id: I5d91c8f975e7ea10c602af1326ebe5f33e0257c9
* | | | Merge "Added diagnostics,sync and touch test cases for v1 designateclient"Jenkins2015-09-073-0/+101
|\ \ \ \
| * | | | Added diagnostics,sync and touch test cases for v1 designateclientsonu.kumar2015-09-033-0/+101
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | This patch adds test cases for diagnostics, sync and touch modules of v1 designateclient. Change-Id: I2dd1d0093246289426dc045f02660c31ff0f9a38
* | | | Merge "Added quotas and servers test cases for designateclient"Jenkins2015-09-072-0/+131
|\ \ \ \
| * | | | Added quotas and servers test cases for designateclientsonu.kumar2015-09-022-0/+131
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | This patch adds tests cases for quotas and servers module of designate v1 client. Change-Id: I6d754886445ac6f35745b2d21da7e67219f0909a
* | | | Merge "Added test cases for designate v1 client"Jenkins2015-09-073-0/+357
|\ \ \ \ | |/ / /
| * | | Added test cases for designate v1 clientsonu.kumar2015-09-023-0/+357
| | |/ | |/| | | | | | | | | | | | | | | | This patch adds test cases for domains and records modules of designate v1 client. Change-Id: I4b4d8671041193ddbaccb10947bb21f5d626fb92
* | | Merge "V2 CLI Support"Jenkins2015-09-0213-1/+1078
|\ \ \ | |/ / |/| |
| * | V2 CLI SupportEndre Karlson2015-09-0213-1/+1078
| | | | | | | | | | | | Change-Id: I583fc864bb4aa8b4dd2d965c2f8c1f3f6d31dd8c
* | | Updated from global requirementsOpenStack Proposal Bot2015-08-261-1/+1
| | | | | | | | | | | | Change-Id: I5e1a5336c8e3ca3b53825d180e393cd2976709b4
* | | Merge "Updated from global requirements"Jenkins2015-08-221-1/+1
|\ \ \
| * | | Updated from global requirementsOpenStack Proposal Bot2015-08-131-1/+1
| | | | | | | | | | | | | | | | Change-Id: I73e9cf7997a578c8b2a9a69c5529779dd0045319
* | | | Update github's URLalgerwang2015-08-192-2/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Old URL is https://github.com/stackforge/python-designateclient or git@github.com:stackforge/python-designateclient.git. But now is https://github.com/openstack/python-designateclient or git@github.com:openstack/python-designateclient.git Closes-Bug: #1486337 Change-Id: I1f3d0b90b22295ad9cce9c2f05d9993935d07f70
* | | Merge "Don't wildcard resolve names"Jenkins2015-08-111-1/+1
|\ \ \
| * | | Don't wildcard resolve namesEndre Karlson2015-08-111-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | If we wilcard resolve names like if a user passes in "foo" and there's a domain or entity called "foo.io" it will match and return foo.io. Removing the *name* makes it match the wanted behaviour. Change-Id: I0c0167384952d5d302909b06a3f5597add8f9ff9
* | | Updated from global requirementsOpenStack Proposal Bot2015-08-111-1/+1
| | | | | | | | | | | | Change-Id: I77a9b0ea0bf75cfd5be07d508a2faac55844cd01
* | | Merge "Improve help strings"Jenkins2015-08-107-37/+38
|\ \ \
| * | | Improve help stringsAndreas Jaeger2015-08-077-37/+38
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve consistency of help strings - also with other python clients: * Add missing "." to sentences in shell.py, like the majority already was. * Use sentence capitalization for all help strings (compare with shell.py). Change-Id: Idb3c5ba5167efc8947b4f2e89ba1b4e3d1863e5e
* | | Updated from global requirementsOpenStack Proposal Bot2015-08-101-1/+1
|/ / | | | | | | Change-Id: I7f6638ee467fc470a466519e3554dd72f72572f6
* | Merge "Convert byte to str for py3 compatibilty"1.4.0Jenkins2015-08-041-1/+1
|\ \
| * | Convert byte to str for py3 compatibiltyPradeep Kumar Singh2015-08-041-1/+1
| | | | | | | | | | | | Change-Id: I5d65508e659aa16ba0704bf1ee7d3d66a8a2d437
* | | Updated from global requirementsOpenStack Proposal Bot2015-08-041-1/+1
|/ / | | | | | | Change-Id: Ic40c1895ca21bf88570a769bb850e431874d652e
* | Updated from global requirementsOpenStack Proposal Bot2015-07-291-1/+1
| | | | | | | | Change-Id: I07a36459855a7d273f394f58c1b420272893fdd3
* | Merge "Solve some py3 compatibilty issues"Jenkins2015-07-274-10/+13
|\ \
| * | Solve some py3 compatibilty issuesPradeep Kumar Singh2015-07-244-10/+13
| | | | | | | | | | | | | | | | | | | | | 1. replaced dict.keys() with six.iterkeys(dict) 2. replaced map with six.moves.map Change-Id: I4b80e12a4686fd6f5857c2322de13b1245e72083
* | | Merge "Add some missing Unit Tests to test_utils.py"Jenkins2015-07-271-0/+21
|\ \ \
| * | | Add some missing Unit Tests to test_utils.pyPradeep Kumar Singh2015-07-271-0/+21
| |/ / | | | | | | | | | Change-Id: If33fba535f3541ade0b9fc516cf9b0bd4d215357
* | | Merge "Updated from global requirements"Jenkins2015-07-271-2/+1
|\ \ \
| * | | Updated from global requirementsOpenStack Proposal Bot2015-07-221-2/+1
| |/ / | | | | | | | | | Change-Id: I940c54adbf1be71adbde6bf5a7eaffb237eb6804
* | | Fix py3 compatibilty issuesPradeep Kumar Singh2015-07-232-4/+6
|/ / | | | | | | | | | | | | 1. replace urllib with six.moves.urllib 2. replace basestring with six.string_types Change-Id: I92dbbdb149ed35e1623184eb7a93162b5cc0bfb6
* | Merge "Updated from global requirements"Jenkins2015-07-201-1/+1
|\ \