<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-designateclient.git/designateclient/cli/records.py, branch stable/stein</title>
<subtitle>opendev.org: openstack/python-designateclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/'/>
<entry>
<title>record-create/update: Account for priority being 0</title>
<updated>2016-09-13T21:54:55+00:00</updated>
<author>
<name>Alex Monk</name>
<email>krenair@gmail.com</email>
</author>
<published>2016-09-13T21:54:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=68b489985ddd7fe6db3bb9bb6a0cc25761c5fc7a'/>
<id>68b489985ddd7fe6db3bb9bb6a0cc25761c5fc7a</id>
<content type='text'>
Change-Id: Ia791e602d217cbf21fc8b636b0688c012a538169
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ia791e602d217cbf21fc8b636b0688c012a538169
</pre>
</div>
</content>
</entry>
<entry>
<title>Add period in help message</title>
<updated>2015-09-23T23:57:40+00:00</updated>
<author>
<name>Atsushi SAKAI</name>
<email>sakaia@jp.fujitsu.com</email>
</author>
<published>2015-09-23T23:56:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=46349932d636db72f94d93bb0a1f5989480eb725'/>
<id>46349932d636db72f94d93bb0a1f5989480eb725</id>
<content type='text'>
  Command help message uses help and CLI-Reference generation.
  and in convention, help message stops with period ".".

Change-Id: Ia42df8e65aa8ab44f15e28ee0e1753dc17086a48
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Command help message uses help and CLI-Reference generation.
  and in convention, help message stops with period ".".

Change-Id: Ia42df8e65aa8ab44f15e28ee0e1753dc17086a48
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve help strings</title>
<updated>2015-08-07T16:41:29+00:00</updated>
<author>
<name>Andreas Jaeger</name>
<email>aj@suse.de</email>
</author>
<published>2015-08-07T14:42:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=035657c5146fa4ebcac2fc5bc2eeeadb836c8818'/>
<id>035657c5146fa4ebcac2fc5bc2eeeadb836c8818</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow relative names in record-create</title>
<updated>2015-05-04T19:03:30+00:00</updated>
<author>
<name>Cedric Brandily</name>
<email>zzelle@gmail.com</email>
</author>
<published>2015-04-15T12:57:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=1349227339897d393aebf02567fe16c158b439d0'/>
<id>1349227339897d393aebf02567fe16c158b439d0</id>
<content type='text'>
Currently record-create requires absolute names. This change allows to
provide relative (to the domain) names with the new option --relative.

Change-Id: I78258ea734a4105fae8f9f3ef30fe86e018b5388
Closes-Bug: #1444452
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently record-create requires absolute names. This change allows to
provide relative (to the domain) names with the new option --relative.

Change-Id: I78258ea734a4105fae8f9f3ef30fe86e018b5388
Closes-Bug: #1444452
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow to use domain names instead of ids</title>
<updated>2015-04-14T15:52:34+00:00</updated>
<author>
<name>Cedric Brandily</name>
<email>zzelle@gmail.com</email>
</author>
<published>2015-04-14T12:46:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=4f586cb0603c086c590106b661ed886cffffd57a'/>
<id>4f586cb0603c086c590106b661ed886cffffd57a</id>
<content type='text'>
Currently designate allows to identify a resource only by its id. This
change allows to identify domains by name or id. This change defines
the method find_resourceid_by_name_or_id which could be reused to
identify other resources by name or id.

Change-Id: I8e64cdbc5572623d05781d0c4e735ff0c429ea91
Closes-Bug: #1443858
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently designate allows to identify a resource only by its id. This
change allows to identify domains by name or id. This change defines
the method find_resourceid_by_name_or_id which could be reused to
identify other resources by name or id.

Change-Id: I8e64cdbc5572623d05781d0c4e735ff0c429ea91
Closes-Bug: #1443858
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix if checking on ttl for Create/Update commands</title>
<updated>2015-01-29T14:07:09+00:00</updated>
<author>
<name>Endre Karlson</name>
<email>endre.karlson@hp.com</email>
</author>
<published>2015-01-29T14:06:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=e0e428acaff25762f5917bba85612e6091eec233'/>
<id>e0e428acaff25762f5917bba85612e6091eec233</id>
<content type='text'>
Change-Id: I13412fee6c71b00cd5e4bc2ca8c2074cc01fc6d0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I13412fee6c71b00cd5e4bc2ca8c2074cc01fc6d0
</pre>
</div>
</content>
</entry>
<entry>
<title>Enabled hacking check H401</title>
<updated>2014-07-10T19:55:14+00:00</updated>
<author>
<name>Christian Berendt</name>
<email>berendt@b1-systems.de</email>
</author>
<published>2014-07-10T19:54:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=8af71e9bde888df23b2ad8a32c2b8026d1280bee'/>
<id>8af71e9bde888df23b2ad8a32c2b8026d1280bee</id>
<content type='text'>
* [H401] Docstrings should not start with a space.

Change-Id: I1fa248590c7e05ab92b30ae30af1cf107cdd3cc4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [H401] Docstrings should not start with a space.

Change-Id: I1fa248590c7e05ab92b30ae30af1cf107cdd3cc4
</pre>
</div>
</content>
</entry>
<entry>
<title>designate record-list should display record data</title>
<updated>2014-04-16T09:08:13+00:00</updated>
<author>
<name>Marcus Furlong</name>
<email>furlongm@gmail.com</email>
</author>
<published>2014-04-16T08:58:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=6025437b65c50d52d3685d0a94eb33082dac9cc2'/>
<id>6025437b65c50d52d3685d0a94eb33082dac9cc2</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix and enable gating on H306</title>
<updated>2013-12-16T14:41:51+00:00</updated>
<author>
<name>Dirk Mueller</name>
<email>dirk@dmllr.de</email>
</author>
<published>2013-12-16T14:41:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=109ea08546881703cc5841f4b3311c03768b20d4'/>
<id>109ea08546881703cc5841f4b3311c03768b20d4</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Added domain and record description editing</title>
<updated>2013-10-30T18:41:06+00:00</updated>
<author>
<name>Graham Hayes</name>
<email>graham.hayes@hp.com</email>
</author>
<published>2013-10-30T18:22:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=e2d7dc2c5cd0c7e2e2a87f9742f9456968b705c9'/>
<id>e2d7dc2c5cd0c7e2e2a87f9742f9456968b705c9</id>
<content type='text'>
Change-Id: I8cdf3b9fa986255a9c1787f4ed8375bded8ee062
Closes-Bug: 1213889
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I8cdf3b9fa986255a9c1787f4ed8375bded8ee062
Closes-Bug: 1213889
</pre>
</div>
</content>
</entry>
</feed>
