summaryrefslogtreecommitdiff
path: root/designateclient/cli/sync.py
Commit message (Collapse)AuthorAgeFilesLines
* Removing v1 api supporttrain-em3.0.0Erik Olof Gunnar Andersson2019-09-101-63/+0
| | | | | | | The v1 has officially been removed from Designate since the Queens release, and was deperecated long before that. Change-Id: Ic5b44761ff939e2b319924af87849b3a79f9cb07
* sync and touch Commands Extend the base.DeleteCommandrjrjr2014-08-141-3/+3
| | | | | | | | | | | | | | | 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-3/+3
| | | | | | * [H401] Docstrings should not start with a space. Change-Id: I1fa248590c7e05ab92b30ae30af1cf107cdd3cc4
* Fix and enable gating on H306Dirk Mueller2013-12-161-0/+1
| | | | | | | | | 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
* Move "sync" commands out of Diagnostics and fix themKiall Mac Innes2013-11-121-0/+62
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