summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix misspellings in python designateclientShane Wang2014-02-082-2/+3
| | | | | | | | | Fix misspellings detected by: * pip install misspellings * git ls-files | grep -v locale | misspellings -f - Change-Id: Ib47acd8a5e4b1b733e1d75b8995a14620f2c9627 Closes-Bug: #1257295
* Merge "There are no mox tests, so remove dependency"Jenkins2014-01-161-1/+0
|\
| * There are no mox tests, so remove dependencyDirk Mueller2014-01-161-1/+0
| | | | | | | | Change-Id: Ic060988e0dbe3891a0ed05439c7db8cad65ad6bc
* | Merge "Remove dependencies on pep8, pyflakes and flake8"Jenkins2014-01-161-4/+2
|\ \ | |/
| * Remove dependencies on pep8, pyflakes and flake8Dirk Mueller2014-01-161-4/+2
| | | | | | | | | | | | | | They should be determined by the hacking dependency implicitely. Change-Id: Ie659b9f7b31391805ab5627464a0dfece40104ad
* | Merge "Disable verbose logging by default"Jenkins2014-01-161-11/+1
|\ \ | |/ |/|
| * Disable verbose logging by defaultPavel Kirpichyov2014-01-161-11/+1
| | | | | | | | | | | | | | cliff app will manage logging level instead of making it manually Closes-Bug: #1269729 Change-Id: I8f75c1c086c7c7bca6531e7244785caaa69d4a88
* | Sync with global requirementsSascha Peilicke2014-01-162-3/+3
|/ | | | Change-Id: Ifc794e3bd3d85932fe056e09ee8c72e726ab6872
* Fix and enable gating on H306Dirk Mueller2013-12-1615-6/+31
| | | | | | | | | H306, module imports should be in alphabetical order This hacking check actually improves readability quite a bit, as module imports can be sorted in groups (python stdlibs, external imports, in-module imports) Change-Id: I11dc9155fbfc84389f2a5956f393f705388f83ba
* Support building wheels (PEP-427)Sascha Peilicke2013-11-191-0/+3
| | | | | | | With that, building and uploading wheels to PyPI is only one "python setup.py bdist_wheel" away. Change-Id: Iff5981dd4b358652bd5f5e7f72b6f7298e809829
* Add touch-domain to CLIKiall Mac Innes2013-11-123-0/+62
| | | | Change-Id: I369051e7d7ba2c0819835dada3a13e54798a63ad
* Move "sync" commands out of Diagnostics and fix themKiall Mac Innes2013-11-125-72/+104
| | | | | | | | | This mirrors the layout on the server side. I don't consider this a breaking change, as the existing sync commands were broken to begin with. Change-Id: Id80e148e2a0218d6bd64673bb09c15ab0d98418b
* Keyring is not actually used1.0.0Kiall Mac Innes2013-10-311-1/+0
| | | | Change-Id: I583ac67b10d51e95fefd8bb1ea2c6fa13a79caa9
* Remove outdated version value from setup.cfgKiall Mac Innes2013-10-311-1/+0
| | | | Change-Id: Ic99a31efce6e6baa6e9fe6de7bb83a1537a83ea5
* Merge "Added domain and record description editing"Jenkins2013-10-316-15/+55
|\
| * Added domain and record description editingGraham Hayes2013-10-306-15/+55
| | | | | | | | | | Change-Id: I8cdf3b9fa986255a9c1787f4ed8375bded8ee062 Closes-Bug: 1213889
* | Sync requirements with stable/havana requirementsKiall Mac Innes2013-10-303-6/+6
|/ | | | Change-Id: I5ca0a8ddcf89fe816d47dfd4d720410780444d60
* Ensure TTL is treated as an int in the CLIKiall Mac Innes2013-10-271-1/+1
| | | | Change-Id: Icd6e56adb416946af98bcc1dd1fbbe16c2aef8c8
* Update dependency versions0.0.5Brian DeHamer2013-10-241-5/+5
| | | | | | | Bring dependency versions in-line with the global OpenStack requirements Change-Id: Ifa0f30a2dc335b69c96fade95e3ef1b92db7927e Closes-bug: #1239428
* Ensure Invalid JSON and errors during deletes are displayed correctlyKiall Mac Innes2013-10-142-8/+15
| | | | Change-Id: Iccd4ee10611cfa58a98618f29545d5b194edafa3
* Correct two Record examples in the binding docsKiall Mac Innes2013-09-251-2/+2
| | | | Change-Id: I73df92ab161a3f6dacb196d827130de8f7ae8252
* Add Python bindings docsKiall Mac Innes2013-09-256-16/+479
| | | | Change-Id: I95a098190917017b010a323403ca43108f078958
* first drop of python-designateclient docsSimon McCartney2013-09-197-8/+331
| | | | Change-Id: Iecad349608bdc391b1c8613bac55b37f2719be19
* Ensure beta versions are not downloaded from pypiKiall Mac Innes2013-09-181-1/+2
| | | | Change-Id: I636040826af81b6df4c8631e65876316fa10c081
* Add a --insecure arg to ignore invalid SSL certsKiall Mac Innes2013-09-183-2/+13
| | | | Change-Id: I7350c2f9d8f857300784955b2b776f3f1dc69933
* Ensure we only list sphinx as a dep onceKiall Mac Innes2013-09-182-2/+1
| | | | Change-Id: If863d8e7a7eda78c721b5e83e9053ec5b70fcee2
* Use Python 3.x compatible except construct.Dirk Mueller2013-09-042-5/+5
| | | | | | | Python 3.x deprecated the form "except x,y:". Switch usage to "except x as y:", which works with any Python version >= 2.6 Change-Id: Id276fdaee9e8753568227e638408e5bccff28e67
* Allow auth using a pre-fetched token0.0.4Kiall Mac Innes2013-08-081-0/+4
| | | | Change-Id: I6ed13d969410be83ebfce443d5758a7d0b98386b
* Update to PBR 0.5.21+Kiall Mac Innes2013-08-083-15/+16
| | | | Change-Id: Icb0754f9d64ea2b4d561866c8c5f614316217a1b
* doc/requirements.txt should be a proxyKiall Mac Innes2013-07-091-4/+3
| | | | Change-Id: I48efc2a988018b67668ab609ea02cf5a1105a772
* Remove comments from *requirements.txt (workaround pbr bug)Kiall Mac Innes2013-07-092-2/+0
| | | | | | Workaround for pbr bug #1191923 Change-Id: Iba7c09090011073b50084dd0efa269d713ea7de2
* Sync with openstack/requirementsKiall Mac Innes2013-06-259-47/+43
| | | | Change-Id: Id92c17cf2cd11bf653afabd2e283519f94a5dc50
* Rename to designate in .gitreview.Monty Taylor2013-06-141-1/+1
| | | | Change-Id: I48d8e3bd6846c9f8809204e8a2190e9d7e0c964b
* Rename Moniker -> DesignateKiall Mac Innes2013-06-0933-101/+101
| | | | Change-Id: Idf7153aa287adc874a2878dc829950fda52a4879
* Add Hacking checksKiall Mac Innes2013-06-096-10/+27
| | | | Change-Id: I5435e83a8dbe3c3273b59ecb3c5f1be26c9bec96
* Migrate to PBRKiall Mac Innes2013-05-2512-521/+100
| | | | Change-Id: I4f32b7c3ca7831becdd49f75a7fa48bfcfa7fe76
* Merge "Always allow overriding the endpoint"Jenkins2013-05-251-1/+4
|\
| * Always allow overriding the endpointKiall Mac Innes2013-05-251-1/+4
| | | | | | | | Change-Id: Iff4d152e8e59f895a42adf6927e559ca73472888
* | Switch to flake8 and testrEndre Karlson2013-05-244-24/+26
|/ | | | Change-Id: Ia25ef86786895f376be410f74b9a30e3e8ff4243
* Added reporting functionality to Moniker clientPatrick Galbraith2013-05-083-0/+146
| | | | Change-Id: I12687d678a1b7c22bfbfd0480c53912152d8d7eb
* Correct diagnostics URIKiall Mac Innes2013-05-031-7/+4
| | | | Change-Id: Ibe2723617268a4df7a7de7d0b46d7aa621a8d4ab
* Include type when listing records.Kiall Mac Innes2013-04-131-1/+1
| | | | Change-Id: I09b1ed71f593173ea6661165c9b16bbe64e1ca27
* Support loading resources from 3rd party packages. E.g. client extensions0.0.3Kiall Mac Innes2013-04-121-5/+11
| | | | Change-Id: I919c915802632d0c72fbec8bcb28085661334b34
* Allow for controllers to be loaded dynamically.Kiall Mac Innes2013-04-124-10/+17
| | | | Change-Id: If85de4c02406e8ffd49da3c04c23db58ad2df119
* Add a command to list the nameservers for a domainKiall Mac Innes2013-04-113-0/+30
| | | | Change-Id: Id44b9f8cfc0a79a7514ff338aab42f39067e1226
* List commands should show a reduced set of columnsKiall Mac Innes2013-04-114-1/+9
| | | | Change-Id: I8c56e5a9366e9e7b6569b7e001f069fc0a812470
* Add keyring to pip-requiresKiall Mac Innes2013-03-291-0/+1
| | | | Change-Id: I25a54badf2f33d2f25257793b227c80e86e69894
* Clean error message display :)Kiall Mac Innes2013-03-264-9/+53
| | | | Change-Id: Ie74e590c7d9c9de0b5a22ca5185c3cd5438a50cb
* Cleanup optional and obsolete CLI params.Kiall Mac Innes2013-03-263-24/+12
| | | | Change-Id: Ief9e5cba48f0a5462688f01b469cd39c689356d7
* Rename OS_SERVICE_ENDPOINT env var to OS_DNS_ENDPOINTKiall Mac Innes2013-03-261-2/+2
| | | | Change-Id: I8ed89a819449d5a286c10fe79ac400fcc6af5db8