6 Commits

Author SHA1 Message Date
Endre Karlson
e0e428acaf Fix if checking on ttl for Create/Update commands
Change-Id: I13412fee6c71b00cd5e4bc2ca8c2074cc01fc6d0
2015-01-29 15:07:09 +01:00
Christian Berendt
8af71e9bde Enabled hacking check H401
* [H401] Docstrings should not start with a space.

Change-Id: I1fa248590c7e05ab92b30ae30af1cf107cdd3cc4
2014-07-10 21:55:14 +02:00
Marcus Furlong
6025437b65 designate record-list should display record data
designate record-list currently only displays id, type and name. It would be
very useful if the actual data was also displayed, as running a record-get on
each id to obtain this information is very time-consuming.

This patch improves the output so that it is in the following format:

+--------------------------------------+------+-----------------------------+--------------+
| id                                   | type | name                        | data         |
+--------------------------------------+------+-----------------------------+--------------+
| 8a6b789b-71bc-43b6-91eb-9a0790ee1052 | A    | netapp-c1.rc.nectar.org.au. | 172.22.20.71 |
| aa609885-3f8d-4ed6-9de4-3204448281e1 | A    | netapp-c2.rc.nectar.org.au. | 172.22.20.72 |
+--------------------------------------+------+-----------------------------+--------------+

Change-Id: I9ca85b64505d3331fd0bd458c31163cc243e7b34
Closes-Bug: #1308414
2014-04-16 19:08:13 +10:00
Dirk Mueller
109ea08546 Fix and enable gating on H306
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
2013-12-16 15:41:51 +01:00
Graham Hayes
e2d7dc2c5c Added domain and record description editing
Change-Id: I8cdf3b9fa986255a9c1787f4ed8375bded8ee062
Closes-Bug: 1213889
2013-10-30 18:41:06 +00:00
Kiall Mac Innes
67c14f0573 Rename Moniker -> Designate
Change-Id: Idf7153aa287adc874a2878dc829950fda52a4879
2013-06-09 22:08:11 +01:00