- 29 Sep, 2021 1 commit
-
-
Thomas Goirand authored
-
- 20 Sep, 2021 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
python-aodhclient 2.3.0 release meta:version: 2.3.0 meta:diff-start: - meta:series: xena meta:release-type: release meta:pypi: yes meta:first: yes meta:release:Author: Hervé Beraud <hberaud@redhat.com> meta:release:Commit: Hervé Beraud <hberaud@redhat.com> meta:release:Change-Id: I1bfac3cd0bb34895f9d50831f98237ff7b8483d0 meta:release:Code-Review+1: Matthias Runge <mrunge@redhat.com> meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com> meta:release:Workflow+1: Hervé Beraud <herveberaud.pro@gmail.com>
-
- 16 Aug, 2021 1 commit
-
-
Thomas Goirand authored
-
- 12 Mar, 2021 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
python-aodhclient 2.2.0 release meta:version: 2.2.0 meta:diff-start: - meta:series: wallaby meta:release-type: release meta:pypi: yes meta:first: yes meta:release:Author: Thierry Carrez <thierry@openstack.org> meta:release:Commit: Thierry Carrez <thierry@openstack.org> meta:release:Change-Id: Ib789b2b3d9bbbf1acb723ec21ca3c990fa8d6489 meta:release:Code-Review+1: Matthias Runge <mrunge@redhat.com> meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech> meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com> meta:release:Workflow+1: Hervé Beraud <herveberaud.pro@gmail.com>
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/wallaby. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/wallaby. Sem-Ver: feature Change-Id: I04a5bf29398dc6661d5efa16a618aa629b9067d2
-
- 16 Oct, 2020 4 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
- 12 Sep, 2020 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
python-aodhclient 2.1.1 release meta:version: 2.1.1 meta:diff-start: - meta:series: victoria meta:release-type: release meta:pypi: yes meta:first: no meta:release:Author: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Commit: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Change-Id: Iee5c63c48bfca2a8dad3621a5f57b19258db720a meta:release:Code-Review+2: Hervé Beraud <hberaud@redhat.com> meta:release:Code-Review+1: zhurong <aaronzhu1121@gmail.com> meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org> meta:release:Workflow+1: Thierry Carrez <thierry@openstack.org>
-
- 10 Sep, 2020 2 commits
-
-
OpenStack Release Bot authored
This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for wallaby. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: Idafb008621da6fc157ed46261975dd31668882bb
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/victoria. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/victoria. Change-Id: I31ec5389c4ef98a22a3cb0a63c3c114f40ff8d69 Sem-Ver: feature
-
- 24 Aug, 2020 1 commit
-
-
Dan Radez authored
The response is returned as text/plain in case of exception. Pecan 1.4 uses accept header to decide the response content type. This also affected gnocciclient and has been fixed there. https://github.com/gnocchixyz/python-gnocchiclient/pull/110 Change-Id: Ia46259e960493c92a6701a165518ef87b03c5c2d
-
- 15 Jun, 2020 1 commit
-
-
wu.chunyang authored
These translation sections are not needed anymore, Babel can generate translation files without them. Remove babel.cfg as well, this is the default role and not needed anymore. Change-Id: Ib240beb075ef8db5ba659dae8487b85d59efb355
-
- 02 Jun, 2020 1 commit
-
-
Hervé Beraud authored
The __future__ module [1] was used in this context to ensure compatibility between python 2 and python 3. We previously dropped the support of python 2.7 [2] and now we only support python 3 so we don't need to continue to use this module and the imports listed below. Imports commonly used and their related PEPs: - `division` is related to PEP 238 [3] - `print_function` is related to PEP 3105 [4] - `unicode_literals` is related to PEP 3112 [5] - `with_statement` is related to PEP 343 [6] - `absolute_import` is related to PEP 328 [7] [1] https://docs.python.org/3/library/__future__.html [2] https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html [3] https://www.python.org/dev/peps/pep-0238 [4] https://www.python.org/dev/peps/pep-3105 [5] https://www.python.org/dev/peps/pep-3112 [6] https://www.python.org/dev/peps/pep-0343 [7] https://www.python.org/dev/peps/pep-0328 Change-Id: I0dada323a2a33afef8f5adcbbdda48919defb432
-
- 22 May, 2020 1 commit
-
-
Andreas Jaeger authored
Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using these versions will allow especially: * Linking from HTML to PDF document * Allow parallel building of documents * Fix some rendering problems Update Sphinx version as well. openstackdocstheme renames some variables, so follow the renames before the next release removes them. A couple of variables are also not needed anymore, remove them. Change pygments_style to 'native' since old theme version always used 'native' and the theme now respects the setting and using 'sphinx' can lead to some strange rendering. See also http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html Change-Id: I3b5249bee4f8452cc3a717dc93d2eca70002ce59
-
- 08 May, 2020 1 commit
-
-
Thomas Goirand authored
-
- 26 Apr, 2020 1 commit
-
-
Zuul authored
-
- 24 Apr, 2020 2 commits
-
-
Sean McGinnis authored
Python 3.8 is now our highest level supported python runtime. This updates the default tox target environments to swap out py37 for py38 to make sure local development testing is covering this version. This does not impact zuul jobs in any way, nor prevent local tests against py37. It just changes the default if none is explicitly provided. Change-Id: I46268c46a527e9189a380deb4dec9493e7e3fb26 Signed-off-by:Sean McGinnis <sean.mcginnis@gmail.com>
-
Sean McGinnis authored
Now that we are running the Victoria tests that include a voting py38, we can now add the Python 3.8 metadata to the package information to reflect that support. Change-Id: Ia132a9dc4f4ff8af7ca5186343bbd43cac989d8f Signed-off-by:Sean McGinnis <sean.mcginnis@gmail.com>
-
- 20 Apr, 2020 1 commit
-
-
Sean McGinnis authored
Now that we no longer support py27, we can use the standard library unittest.mock module instead of the third party mock lib. Change-Id: I7268264d3e2c98474604ec5f46298d36b7d32f18 Signed-off-by:
Sean McGinnis <sean.mcginnis@gmail.com> Co-Authored-By:
zhurong <aaronzhu1121@gmail.com>
-
- 11 Apr, 2020 2 commits
-
-
OpenStack Release Bot authored
This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for victoria. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I09f69cc060d63ad626159b407cff2b4603e45784
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/ussuri. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/ussuri. Change-Id: I5cc32223f76eef2c2e69271eb618044c5bf92f5c Sem-Ver: feature
-
- 08 Apr, 2020 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
python-aodhclient 2.0.1 release meta:version: 2.0.1 meta:diff-start: - meta:series: ussuri meta:release-type: release meta:pypi: yes meta:first: no meta:release:Author: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Commit: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Change-Id: I0cd70f51963bfc2e72adeae79bd446db63814d7f meta:release:Code-Review+1: zhurong <aaronzhu1121@gmail.com> meta:release:Code-Review+2: Jean-Philippe Evrard <jean-philippe@evrard.me> meta:release:Workflow+1: Jean-Philippe Evrard <jean-philippe@evrard.me>
-
- 04 Apr, 2020 1 commit
-
-
Andreas Jaeger authored
Make a few cleanups: - Remove python 2.7 stanza from setup.py - Add requires on python >= 3.6 to setup.cfg so that pypi and pip know about the requirement - Remove section from setup.cfg: Wheel is not needed for python 3 only repo - Update requirements, no need for python_version anymore Change-Id: I8825104cffa158cb0423e648067fae6ad0a0711d
-
- 03 Apr, 2020 1 commit
-
-
Andreas Jaeger authored
The repo is Python 3 now, so update hacking to version 3.0 which supports Python 3. Fix problems found. Change-Id: I632a0d78f165b5cf1ccd00bad34fbfeabde2d8fe
-
- 04 Feb, 2020 1 commit
-
-
Lingxian Kong authored
Change-Id: I6f3f5a8df8fcfac4e7b86f3030b86db1af9d3ae2
-
- 20 Dec, 2019 1 commit
-
-
caoyuan authored
Sphinx 1.8 introduced [1] the '--keep-going' argument which, as its name suggests, keeps the build running when it encounters non-fatal errors. This is exceptionally useful in avoiding a continuous edit-build loop when undertaking large doc reworks where multiple errors may be introduced. [1] https://github.com/sphinx-doc/sphinx/commit/e3483e9b045 Change-Id: Id7784670604631d1fb702d2a33cfe91aa4d10987
-
- 14 Dec, 2019 1 commit
-
-
Ghanshyam Mann authored
OpenStack is dropping the py2.7 support in ussuri cycle. python-aodhclient is ready with python 3 and ok to drop the python 2.7 support. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal - https://review.opendev.org/#/c/691178/ Change-Id: I734a2b525df0b3fc8ddf16a62025fab5f66a01aa
-
- 26 Nov, 2019 2 commits
-
-
Zuul authored
-
Lingxian Kong authored
Add threshold type alarm back. Gnocchi is not actively maintained currently but there are still users running Ceilometer in production and relying on Ceilometer for auditing and billing. Change-Id: I94ea998affbdd9f5535431f3ba713e2d4662b253
-
- 23 Oct, 2019 1 commit
-
-
Thomas Goirand authored
-
- 22 Oct, 2019 1 commit
-
-
kangyufei authored
Change-Id: Id72d17b2576e71178f470b75aea967a70b972758
-
- 21 Oct, 2019 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-