summaryrefslogtreecommitdiff
path: root/designateclient/cli/touch.py
Commit message (Collapse)AuthorAgeFilesLines
* sync and touch Commands Extend the base.DeleteCommandrjrjr2014-08-141-1/+1
| | | | | | | | | | | | | | | To allow the sync-all, sync-domain, sync-record, and touch-domain commands to display errors correctly, the classes for these commands now extend the base.DeleteCommand instead of the base.Command. The base.Command has no formatter. The base.DeleteCommand has the ShowOne formatter and does not show any messages when the command is successful, but shows errors when there is a failure. Change-Id: I92ca95f167fec9fb36880024e6c84284186126df Closes-Bug: #1357092
* Enabled hacking check H401Christian Berendt2014-07-101-1/+1
| | | | | | * [H401] Docstrings should not start with a space. Change-Id: I1fa248590c7e05ab92b30ae30af1cf107cdd3cc4
* Fix misspellings in python designateclientShane Wang2014-02-081-1/+1
| | | | | | | | | Fix misspellings detected by: * pip install misspellings * git ls-files | grep -v locale | misspellings -f - Change-Id: Ib47acd8a5e4b1b733e1d75b8995a14620f2c9627 Closes-Bug: #1257295
* Fix and enable gating on H306Dirk Mueller2013-12-161-0/+2
| | | | | | | | | 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
* Add touch-domain to CLIKiall Mac Innes2013-11-121-0/+35
Change-Id: I369051e7d7ba2c0819835dada3a13e54798a63ad