<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-designateclient.git/tox.ini, branch 2.6.0</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>Add Python 3.5 classifier and venv</title>
<updated>2017-01-20T04:21:23+00:00</updated>
<author>
<name>Cao Xuan Hoang</name>
<email>hoangcx@vn.fujitsu.com</email>
</author>
<published>2017-01-20T04:21:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=0803befc05e88629ec1dc0efcd82786dbd65d16a'/>
<id>0803befc05e88629ec1dc0efcd82786dbd65d16a</id>
<content type='text'>
Now that there is a passing gate job, we can claim
support for Python 3.5 in the classifier.
This patch also adds the convenience py35 venv

Change-Id: I8950bf3a7fe6c97bf973658e409e39953470f40d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that there is a passing gate job, we can claim
support for Python 3.5 in the classifier.
This patch also adds the convenience py35 venv

Change-Id: I8950bf3a7fe6c97bf973658e409e39953470f40d
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Constraints support</title>
<updated>2016-12-21T01:53:41+00:00</updated>
<author>
<name>Tony Breeds</name>
<email>tony@bakeyournoodle.com</email>
</author>
<published>2016-12-21T01:52:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=08c5a645ede8b4161da9fee5db013fc401b592c5'/>
<id>08c5a645ede8b4161da9fee5db013fc401b592c5</id>
<content type='text'>
Adding constraints support to libraries is slightly more complex than
services as the libraries themselves are listed in upper-constraints.txt
which leads to errors that you can't install a specific version and a
constrained version.

This change adds constraints support by also adding a helper script to
edit the constraints to remove python-designateclient.

Change-Id: I2976e5615bd46449690072b09aeaad59c1674d44
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adding constraints support to libraries is slightly more complex than
services as the libraries themselves are listed in upper-constraints.txt
which leads to errors that you can't install a specific version and a
constrained version.

This change adds constraints support by also adding a helper script to
edit the constraints to remove python-designateclient.

Change-Id: I2976e5615bd46449690072b09aeaad59c1674d44
</pre>
</div>
</content>
</entry>
<entry>
<title>Add reno support for release notes</title>
<updated>2016-05-16T22:02:55+00:00</updated>
<author>
<name>Kiall Mac Innes</name>
<email>kiall@macinnes.ie</email>
</author>
<published>2016-05-16T20:24:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=0329997677810b69609976e1715f523d406647cc'/>
<id>0329997677810b69609976e1715f523d406647cc</id>
<content type='text'>
Setup Reno for generating release notes for Designate Client

Change-Id: I37c3a2678095c50760bdfb197acf04b77e38686d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Setup Reno for generating release notes for Designate Client

Change-Id: I37c3a2678095c50760bdfb197acf04b77e38686d
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve python-designateclient docs</title>
<updated>2016-04-20T16:57:57+00:00</updated>
<author>
<name>Rahman Syed</name>
<email>rahman.syed@gmail.com</email>
</author>
<published>2016-04-19T21:41:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=d4a5555e52929c440ff5cfa1c422892a6cf54370'/>
<id>d4a5555e52929c440ff5cfa1c422892a6cf54370</id>
<content type='text'>
* Improve index page to explain the difference between v1 and v2
  CLI support.
* Add a v2 examples page
* Add all supported commands to v2 shell page
* Add a tox task to build the docs
* Fix a bug building the docs with an invalid html_static_path
  config

Change-Id: Ie1e65c2d0cc8ad1b8b258e03114e19a943d1d19c
Closes-Bug: 1572217
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Improve index page to explain the difference between v1 and v2
  CLI support.
* Add a v2 examples page
* Add all supported commands to v2 shell page
* Add a tox task to build the docs
* Fix a bug building the docs with an invalid html_static_path
  config

Change-Id: Ie1e65c2d0cc8ad1b8b258e03114e19a943d1d19c
Closes-Bug: 1572217
</pre>
</div>
</content>
</entry>
<entry>
<title>Run the functional tests in a more verbose mode</title>
<updated>2016-04-07T15:11:27+00:00</updated>
<author>
<name>Paul Glass</name>
<email>paul.glass@rackspace.com</email>
</author>
<published>2016-04-07T15:11:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=040ff35eeade8a7da0c993713e105d10b1252ae3'/>
<id>040ff35eeade8a7da0c993713e105d10b1252ae3</id>
<content type='text'>
Previously, the cli functional tests would not display each test case
as they ran. This fixes that, similar to how the api functional tests
do this.

Change-Id: I899bafa4923dc9c80cad35cdb1f86cbf2e93038d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, the cli functional tests would not display each test case
as they ran. This fixes that, similar to how the api functional tests
do this.

Change-Id: I899bafa4923dc9c80cad35cdb1f86cbf2e93038d
</pre>
</div>
</content>
</entry>
<entry>
<title>Put py34 first in the env order of tox</title>
<updated>2015-12-22T12:57:36+00:00</updated>
<author>
<name>Janonymous</name>
<email>janonymous.codevulture@gmail.com</email>
</author>
<published>2015-12-21T12:50:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=90a01cb2c53e934dec18783f8708497d8ec96653'/>
<id>90a01cb2c53e934dec18783f8708497d8ec96653</id>
<content type='text'>
To solve the problem of "db type could
not be determined" on py34 we have to run first the py34 env to, then, run
py27. This patch puts py34 first on the tox.ini list of envs to avoid this
problem to happen.

Change-Id: If022a76b2ee9a290033abc544c5fa56f1ea1e0ae
Closes-bug: #1489059
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To solve the problem of "db type could
not be determined" on py34 we have to run first the py34 env to, then, run
py27. This patch puts py34 first on the tox.ini list of envs to avoid this
problem to happen.

Change-Id: If022a76b2ee9a290033abc544c5fa56f1ea1e0ae
Closes-bug: #1489059
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecated tox -downloadcache option removed</title>
<updated>2015-12-11T22:22:41+00:00</updated>
<author>
<name>Ondřej Nový</name>
<email>ondrej.novy@firma.seznam.cz</email>
</author>
<published>2015-12-11T22:11:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=7ce74b193cc7c0febeba711ae301bed15c587744'/>
<id>7ce74b193cc7c0febeba711ae301bed15c587744</id>
<content type='text'>
Caching is enabled by default from pip version 6.0

More info:
https://testrun.org/tox/latest/config.html#confval-downloadcache=path
https://pip.pypa.io/en/stable/reference/pip_install/#caching

Change-Id: I1d4edcdaba562d3c86aa58d2f4c84c455b655ebd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Caching is enabled by default from pip version 6.0

More info:
https://testrun.org/tox/latest/config.html#confval-downloadcache=path
https://pip.pypa.io/en/stable/reference/pip_install/#caching

Change-Id: I1d4edcdaba562d3c86aa58d2f4c84c455b655ebd
</pre>
</div>
</content>
</entry>
<entry>
<title>Pass environment variables of proxy to tox</title>
<updated>2015-12-04T05:22:45+00:00</updated>
<author>
<name>sonu.kumar</name>
<email>sonu.kumar@nectechnologies.in</email>
</author>
<published>2015-12-04T05:19:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=729301a224a8e3f870092595ca195ba7845054f2'/>
<id>729301a224a8e3f870092595ca195ba7845054f2</id>
<content type='text'>
When a development environment is under a proxy, tox is failed even if
environment variables of the proxy are set.
This patch fixes this problem.

Change-Id: I9bc55bd2ebb546c783df38751c2cb16dbffcb7a5
Closes-Bug: #1465086
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When a development environment is under a proxy, tox is failed even if
environment variables of the proxy are set.
This patch fixes this problem.

Change-Id: I9bc55bd2ebb546c783df38751c2cb16dbffcb7a5
Closes-Bug: #1465086
</pre>
</div>
</content>
</entry>
<entry>
<title>Clearing out .pyc file before a tox run</title>
<updated>2015-11-18T09:02:54+00:00</updated>
<author>
<name>sonu.kumar</name>
<email>sonu.kumar@nectechnologies.in</email>
</author>
<published>2015-11-18T09:02:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=7d5c1ecff85d28330b7e5ea67d384884eb32b4af'/>
<id>7d5c1ecff85d28330b7e5ea67d384884eb32b4af</id>
<content type='text'>
Change-Id: I8d6ff9c2d29f0a3429d3e7bdffd4bd97f8024b3c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I8d6ff9c2d29f0a3429d3e7bdffd4bd97f8024b3c
</pre>
</div>
</content>
</entry>
<entry>
<title>Layout some functional tests for the V2 CLI</title>
<updated>2015-09-23T14:30:35+00:00</updated>
<author>
<name>Paul Glass</name>
<email>paul.glass@rackspace.com</email>
</author>
<published>2015-08-24T15:41:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-designateclient.git/commit/?id=6daf82777ec72337cc0afa6a702e66b64b622488'/>
<id>6daf82777ec72337cc0afa6a702e66b64b622488</id>
<content type='text'>
Change-Id: Ib2d1261bcb0362c586c0aae4b9c5a8a563f07c71
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ib2d1261bcb0362c586c0aae4b9c5a8a563f07c71
</pre>
</div>
</content>
</entry>
</feed>
