<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-designateclient.git/designateclient, branch master</title>
<subtitle>opendev.org: openstack/python-designateclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-designateclient.git/'/>
<entry>
<title>Merge "Add hacking check for line continuation backslash"</title>
<updated>2023-02-21T05:29:36+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2023-02-21T05:29:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=a95d0920c3b6709626b8316b785f65cbd712fc1f'/>
<id>a95d0920c3b6709626b8316b785f65cbd712fc1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add hacking check for line continuation backslash</title>
<updated>2023-02-13T21:08:15+00:00</updated>
<author>
<name>Michael Johnson</name>
<email>johnsomor@gmail.com</email>
</author>
<published>2023-02-13T21:07:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=34292ee649e038631b39fb6bb969a83e6e901ff1'/>
<id>34292ee649e038631b39fb6bb969a83e6e901ff1</id>
<content type='text'>
This patch adds a hacking check for line continuation backslashes and fixes the occurences that existed in the code.

Change-Id: I13cd03e16698b7f1d8036815d12a665bd1156f2f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds a hacking check for line continuation backslashes and fixes the occurences that existed in the code.

Change-Id: I13cd03e16698b7f1d8036815d12a665bd1156f2f
</pre>
</div>
</content>
</entry>
<entry>
<title>Add shared zone commands</title>
<updated>2023-02-13T20:51:32+00:00</updated>
<author>
<name>Igor Malinovskiy</name>
<email>u.glide@gmail.com</email>
</author>
<published>2020-04-26T17:25:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=bc39d23ff5ff45e7669cb4be9d2c28b9242cf9d9'/>
<id>bc39d23ff5ff45e7669cb4be9d2c28b9242cf9d9</id>
<content type='text'>
Co-Authored-By: Michael Johnson &lt;johnsomor@gmail.com&gt;
Change-Id: Iea92371176d9126205384624a18a9097acb3daef
Partial-Bug: #1714088
Depends-On: https://review.opendev.org/#/c/726334/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-Authored-By: Michael Johnson &lt;johnsomor@gmail.com&gt;
Change-Id: Iea92371176d9126205384624a18a9097acb3daef
Partial-Bug: #1714088
Depends-On: https://review.opendev.org/#/c/726334/
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide option for delete zonefiles on zone delete</title>
<updated>2023-01-30T03:44:37+00:00</updated>
<author>
<name>Manish Honap</name>
<email>mmhonap@gmail.com</email>
</author>
<published>2022-03-25T20:13:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=483e0d16c6b357a610634ad5f7db9ab61b41d353'/>
<id>483e0d16c6b357a610634ad5f7db9ab61b41d353</id>
<content type='text'>
This commit provides an header option (hard-delete) for deletion of
zonefiles on backend as part of zone delete API.

Main patch (in Designate) is:
https://review.opendev.org/c/openstack/designate/+/835317

Change-Id: I0080c028466d809f4f5118fec05d9e46b2dfce84
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit provides an header option (hard-delete) for deletion of
zonefiles on backend as part of zone delete API.

Main patch (in Designate) is:
https://review.opendev.org/c/openstack/designate/+/835317

Change-Id: I0080c028466d809f4f5118fec05d9e46b2dfce84
</pre>
</div>
</content>
</entry>
<entry>
<title>Include SECONDARY zones into list command output</title>
<updated>2022-07-14T20:26:01+00:00</updated>
<author>
<name>Ekaterina Chernova</name>
<email>efedorova@mirantis.com</email>
</author>
<published>2022-07-12T09:56:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=435f1e78665a03226704637a952e75c30ff2b097'/>
<id>435f1e78665a03226704637a952e75c30ff2b097</id>
<content type='text'>
PRIMARY zone type is set by default, so SECONDARY
zones were not included in the command output.
Now all types are in output by default and specific type
can be passed as an argument like before

Closes-Bug: #1940544
Change-Id: Idbba68ebd3f74bde74f0b50ffcb233673dff2303
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PRIMARY zone type is set by default, so SECONDARY
zones were not included in the command output.
Now all types are in output by default and specific type
can be passed as an argument like before

Closes-Bug: #1940544
Change-Id: Idbba68ebd3f74bde74f0b50ffcb233673dff2303
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix quota list command for non-admin users</title>
<updated>2022-07-07T11:09:22+00:00</updated>
<author>
<name>Dr. Jens Harbott</name>
<email>harbott@osism.tech</email>
</author>
<published>2022-07-07T11:03:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=0d0d339cc6050122babb82d402c4d045d49c6629'/>
<id>0d0d339cc6050122babb82d402c4d045d49c6629</id>
<content type='text'>
Due to a logic error the all-projects header was being set if no
explicit project was being specified.

Closes-Bug: 1980942
Change-Id: I3c492b4ffd1b75a42a6a152b1dea219e4986f411
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Due to a logic error the all-projects header was being set if no
explicit project was being specified.

Closes-Bug: 1980942
Change-Id: I3c492b4ffd1b75a42a6a152b1dea219e4986f411
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix missing --target-project-id for transfer req</title>
<updated>2022-06-03T23:31:23+00:00</updated>
<author>
<name>Michael Johnson</name>
<email>johnsomor@gmail.com</email>
</author>
<published>2022-06-03T23:28:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=fba1354e039809edaba9bbf0f31b3fe743aae36f'/>
<id>fba1354e039809edaba9bbf0f31b3fe743aae36f</id>
<content type='text'>
The zone transfer request set command was missing the
--target-project-id option so you cannot change the target project ID of
a zone transfer request after creation with the CLI.
This option is supported by the API and documented in the API reference
guide.
This patch adds this option.

Closes-Bug: #1977625
Change-Id: Idd570a5aef57c06971db2450fdfb823cf0c07bfd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The zone transfer request set command was missing the
--target-project-id option so you cannot change the target project ID of
a zone transfer request after creation with the CLI.
This option is supported by the API and documented in the API reference
guide.
This patch adds this option.

Closes-Bug: #1977625
Change-Id: Idd570a5aef57c06971db2450fdfb823cf0c07bfd
</pre>
</div>
</content>
</entry>
<entry>
<title>Add profiling support to designateclient</title>
<updated>2021-12-24T17:53:46+00:00</updated>
<author>
<name>kpdev</name>
<email>kinpaa@gmail.com</email>
</author>
<published>2021-02-02T06:37:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=52e9ef4a4112ac5d4108b10c43472b384425a187'/>
<id>52e9ef4a4112ac5d4108b10c43472b384425a187</id>
<content type='text'>
To be able to create profiling traces for Designate, client should
be able to send special HTTP header that contains trace info.

Don't worry no security issue here, trace information is signed by HMAC
key that is setted in api-paste.ini. So only person that knows HMAC key
is able to send proper header.

Main patch (in Designate) is:
https://review.opendev.org/c/openstack/designate/+/773574

Change-Id: I4b84ac1a5d4f84da3a38e4e0cb0990a54c6044ef
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To be able to create profiling traces for Designate, client should
be able to send special HTTP header that contains trace info.

Don't worry no security issue here, trace information is signed by HMAC
key that is setted in api-paste.ini. So only person that knows HMAC key
is able to send proper header.

Main patch (in Designate) is:
https://review.opendev.org/c/openstack/designate/+/773574

Change-Id: I4b84ac1a5d4f84da3a38e4e0cb0990a54c6044ef
</pre>
</div>
</content>
</entry>
<entry>
<title>Add basic osc unit tests</title>
<updated>2021-12-07T08:33:15+00:00</updated>
<author>
<name>Erik Olof Gunnar Andersson</name>
<email>eandersson@blizzard.com</email>
</author>
<published>2021-11-30T08:39:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=87e9b3333bb7d1b2648474df6bbb6a06693964fd'/>
<id>87e9b3333bb7d1b2648474df6bbb6a06693964fd</id>
<content type='text'>
We currently have no unit test coverage for the
cli (openstack) implementation. This adds some very
basic coverage that we can later expand upon.

Change-Id: Ibf06cfcbf4f7c12957cf5aa0ba8de66e0554f4d0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We currently have no unit test coverage for the
cli (openstack) implementation. This adds some very
basic coverage that we can later expand upon.

Change-Id: Ibf06cfcbf4f7c12957cf5aa0ba8de66e0554f4d0
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Designate hacking checks to the client</title>
<updated>2021-11-30T05:54:22+00:00</updated>
<author>
<name>Michael Johnson</name>
<email>johnsomor@gmail.com</email>
</author>
<published>2021-11-30T00:48:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=15a0070d96313b49bfdf41fab52a9bb252bfa0b4'/>
<id>15a0070d96313b49bfdf41fab52a9bb252bfa0b4</id>
<content type='text'>
This patch adds the Designate hacking checks to also run against
the Designate client code to maintain consistent style
checking across the Designate repositories.

It also resolves one style check failure.

Change-Id: I09786482b2e7fecaa3d4484c9b1a017fae04cfea
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds the Designate hacking checks to also run against
the Designate client code to maintain consistent style
checking across the Designate repositories.

It also resolves one style check failure.

Change-Id: I09786482b2e7fecaa3d4484c9b1a017fae04cfea
</pre>
</div>
</content>
</entry>
</feed>
