- 06 Sep, 2021 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
python-cloudkittyclient 4.3.0 release meta:version: 4.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: Ie80ba4cff4868485bee796bb81586a2702953c60 meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org> 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>
-
- 16 Aug, 2021 1 commit
-
-
Thomas Goirand authored
-
- 13 Aug, 2021 1 commit
-
-
wu.shiming authored
ABCs in collections should be imported from collections.abc and direct import from collections is deprecated since Python 3.3. Change-Id: I871810bbe95a3cd10f8a8df42c99e747a6dd463b
-
- 12 Jul, 2021 1 commit
-
-
Pierre Riteau authored
A cost of 0.0 was interpreted as a False value, making the check think the cost argument was missing. Change-Id: I5f86540221b80667fc63b8b54659092c637b7353 Story: 2009047 Task: 42814
-
- 08 Jul, 2021 2 commits
- 06 Jul, 2021 1 commit
-
-
wu.shiming authored
The patch bumps min version of tox to 3.18.0 in order to replace tox's whitelist_externals by allowlist_externals option: https://github.com/tox-dev/tox/blob/master/docs/changelog.rst#v3180-2020-07-23 Change-Id: I1d22f2f0f452bc79ce79a339e6c304d5a0ac953f
-
- 08 Jun, 2021 2 commits
-
-
Pierre Riteau authored
Change-Id: I3224ca9b96a181de8c0251d0bd589135e098d557
-
wu.shiming authored
Setuptools v54.1.0 introduces a warning that the use of dash-separated options in 'setup.cfg' will not be supported in a future version [1]. Get ahead of the issue by replacing the dashes with underscores. Without this, we see 'UserWarning' messages like the following on new enough versions of setuptools: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb Change-Id: I7a871d30bf935614ff4bc4a254cc4fc63c4218f4
-
- 19 May, 2021 1 commit
-
-
Ghanshyam Mann authored
This patch updates/adds the contributor documentation to follow the guidelines of the Ussuri cycle community goal[1]. [1] https://governance.openstack.org/tc/goals/selected/ussuri/project-ptl-and-contrib-docs.html Story: #2007236 Task: #38517 Change-Id: Ic973be624418d056195127bb6f621b93edc3a3ed
-
- 18 May, 2021 1 commit
-
-
Pierre Riteau authored
Update tox config to include upper-constraints as dependencies. This resolves issues with building PDF docs. Change-Id: I98f287e4654ecb6b92d4f3815f359b205b06559a
-
- 20 Apr, 2021 1 commit
-
-
zhangboye authored
Moving on py3 as the default runtime for tox to avoid to update this at each new cycle. Change-Id: I98097f7e5afe4dd1a69a9e661ccc5353dbd5e29c
-
- 12 Apr, 2021 1 commit
-
-
Pierre Riteau authored
Without this job template there are no release notes published [1]. [1] https://docs.openstack.org/releasenotes/python-cloudkittyclient Change-Id: I8ab231a4c563ecc2f8db22bade12bf4afa9fafc8
-
- 19 Mar, 2021 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 xena. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: Ie0255d5300b303e9392497d6494fdc5f6e08eb53
-
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: Ic56e3c816c1729fd66d6b5b8467bebb3fa2976b8
-
- 09 Mar, 2021 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
python-cloudkittyclient 4.2.0 release meta:version: 4.2.0 meta:diff-start: - meta:series: wallaby 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: Ie8ee6a925ca1682019414e9503d2c740cefbcdb6 meta:release:Code-Review+2: Hervé Beraud <hberaud@redhat.com> meta:release:Workflow+1: Hervé Beraud <hberaud@redhat.com>
-
- 22 Dec, 2020 1 commit
-
-
Zuul authored
-
- 11 Dec, 2020 1 commit
-
-
Rafael Weingärtner authored
When using 0 as the cost, the `create_threshold` method throws an exception. That happens because 0 (zero) is evaluated to False. Therefore, we need to change the validation method to check if the values are None. Change-Id: Iedd541c0ad16db0d11d6e6de332eddf880af1698
-
- 27 Nov, 2020 1 commit
-
-
wuchunyang authored
UPPER_CONSTRAINTS_FILE is old name and deprecated -https://zuul-ci.org/docs/zuul-jobs/python-roles.html#rolevar-tox.tox_constraints_file This allows to use lower-constraints file as more readable way instead of UPPER_CONSTRAINTS_FILE=<lower-constraints file>. Change-Id: I25d4154797da0453f59e310d2392d30ca35e5258
-
- 16 Oct, 2020 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
- 25 Sep, 2020 2 commits
- 22 Sep, 2020 1 commit
-
-
wangzihao authored
in 'victoria' cycle, we should test py38 by default. Change-Id: Ib01cf2aad3edf31a067a6ac4459529851f8d8ecb
-
- 21 Sep, 2020 1 commit
-
-
wangzihao authored
The mock is not needed for py36 and later. Change-Id: I24afe1f1255ac47dfba300946149732f70f5f399
-
- 18 Sep, 2020 1 commit
-
-
wangzihao authored
hacking 3.0.1 fix the pinning of flake8 to avoid bringing in a new version with new checks. bumping the min version for hacking so that any older hacking versions which auto adopt the new checks are not used. Change-Id: I5875f1c0261ff6039773d7daf412102f2c02651f
-
- 09 Sep, 2020 4 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
python-cloudkittyclient 4.1.0 release meta:version: 4.1.0 meta:diff-start: - meta:series: victoria meta:release-type: release meta:pypi: yes meta:first: yes meta:release:Author: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Commit: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Change-Id: I27fcdd4906b2878937b807f20f186b311deb56f2 meta:release:Code-Review+2: Hervé Beraud <hberaud@redhat.com> meta:release:Code-Review+1: Pierre Riteau <pierre@stackhpc.com> meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com>
-
- 08 Sep, 2020 3 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: I4c238eefa02cece34ee8f77a0dee91a5bf698a65
-
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: Ifdc6cb5adbb2139a2437d220b231c1c61526e648 Sem-Ver: feature
-
Justin Ferrieu authored
Support for the ``GET /v2/dataframes`` endpoint has been added to the client. A new ``dataframes get`` CLI command is also available. Story: 2005890 Task: 36384 Depends-On: https://review.opendev.org/#/c/679636 Change-Id: Idfe93025e0f740906d0f53f33547c7746fc15169
-
- 07 Sep, 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: I8fed95ecb736e0b6d7c4b63a55553de1539139be
-
- 01 Sep, 2020 2 commits