- 29 Sep, 2021 1 commit
-
-
Thomas Goirand authored
-
- 14 Sep, 2021 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
python-cyborgclient 1.5.0 release meta:version: 1.5.0 meta:diff-start: - meta:series: xena meta:release-type: release meta:pypi: yes meta:first: no meta:release:Author: Armstrong Foundjem <foundjem@ieee.org> meta:release:Commit: Hervé Beraud <hberaud@redhat.com> meta:release:Change-Id: I6a4ec3be85ece34a302a841b0f9ecef3f8e82870 meta:release:Code-Review+1: Brin Zhang <zhangbailin@inspur.com> meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com> meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org> meta:release:Workflow+1: Thierry Carrez <thierry@openstack.org>
-
- 02 Sep, 2021 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
python-cyborgclient 1.4.0 release meta:version: 1.4.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: I9d7c76f1889c1b1c639ca6a94ad1c3af47e879e8 meta:release:Code-Review+1: Xinran WANG <xin-ran.wang@intel.com> meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com> meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org> meta:release:Workflow+1: Thierry Carrez <thierry@openstack.org>
-
songwenping authored
The description param is optional and add unit test for device profile create. Related-Bug: #1940810 Change-Id: I93d99d0edcfe8c417e3cd5c4aa3990f31322c6cb
-
- 27 Aug, 2021 1 commit
-
-
Zuul authored
-
- 26 Aug, 2021 2 commits
-
-
songwenping authored
Change-Id: I63527d222a6be6794334346f2dc4bbac6cc9b5c3
-
Zuul authored
-
- 24 Aug, 2021 1 commit
-
-
songwenping authored
Closes-Bug: #1940509 Change-Id: I382d9691301c74c6426668de39c4f05f4b2619fd
-
- 23 Aug, 2021 1 commit
-
-
Zuul authored
-
- 20 Aug, 2021 1 commit
-
-
Zuul authored
-
- 16 Aug, 2021 1 commit
-
-
Thomas Goirand authored
-
- 13 Aug, 2021 1 commit
-
-
wu.shiming authored
inspect.getargspec was deprecated since Python 3.0 and inspect.getfullargspec is its replacement with correct handling of function annotations and keyword-only parameters[1]. [1] https://docs.python.org/3/library/inspect.html#inspect.getargspec Change-Id: I2d3591e41ae35479b613487a81c43548c7cd3f9c
-
- 26 Jul, 2021 2 commits
-
-
ericxiett authored
This patch catches the 'ResourceNotFound' exception and adds some unittests. Closes-Bug: #1937251 Change-Id: I1e07528e9b551ff192ee707d1988a8c07bf349a0
-
ericxiett authored
This patch adds checking input arg. If not uuid, raise CommandError with output like 'Only UUID of device_profile allowed'. Closes-Bug: #1936877 Change-Id: I24999d0f39cbd027ef5c797ed2e9bf0bbfe8a793
-
- 08 Jul, 2021 1 commit
-
-
Zuul authored
-
- 31 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: #38519 Change-Id: Ia738b3f37d1b0a477838c37a91afca14108f85e3
-
- 28 Apr, 2021 1 commit
-
-
XinxinShen 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: I83d80999568b7236044ac257b19c984fd5e788bb
-
- 16 Apr, 2021 1 commit
-
-
Zuul authored
-
- 29 Mar, 2021 1 commit
-
-
Zuul authored
-
- 24 Mar, 2021 1 commit
-
-
Zuul authored
-
- 22 Mar, 2021 2 commits
- 19 Mar, 2021 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 xena. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: Ib2bb3b6f27f29ef7268e4411b669c9a094e3cd48
-
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: Idf92f17f515f8a7da4b3edebf0fbb710a843dae2
-
Xinran Wang authored
This will cause version conflict: Obtaining file:///opt/stack/python-cyborgclient ERROR: Could not satisfy constraints for 'python-cyborgclient': installation from path or url cannot be constrained to a version or ERROR: Could not find a version that satisfies the requirement python-cyborgclient 1.3.1.dev1 ERROR: No matching distribution found for python-cyborgclient 1.3.1.dev1 Change-Id: I521f880606fa1aab25cd85875153275c5dd2e125
-
- 17 Mar, 2021 1 commit
-
-
Hervé Beraud authored
We need to specify doc requirements in doc/requirements.txt to avoid problems with the pip resolver [1] for the release team [2][3]. Removing specific doc requirements from test-requirements.txt. The problem here is that this repos haven't doc/requirements.txt file and by default in this case zuul will use the test-requirements.txt file to pull requirements [4]. This requirements file contains extra requirements like flake8 that collided with those allowed in our job environment and so the new pip resolver fails to install these requirements and the job exits in error. This project meet the conditions leading to the bug. [1] http://lists.openstack.org/pipermail/release-job-failures/2021-January/001500.html [2] http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019611.html [3] http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019612.html [4] https://opendev.org/zuul/zuul-jobs/src/branch/master/roles/ensure-sphinx/tasks/main.yaml#L36 Change-Id: Ie4cc84c7159f4b59be52439ef6e4c5e60474866d
-
- 14 Mar, 2021 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
python-cyborgclient 1.3.0 release meta:version: 1.3.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: Ibc97661927fefc0deab2c4a7b2739493051b92d7 meta:release:Code-Review+1: Xinran WANG <xin-ran.wang@intel.com> meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org> meta:release:Code-Review+2: Hervé Beraud <hberaud@redhat.com> meta:release:Workflow+1: Hervé Beraud <hberaud@redhat.com>
-
- 12 Mar, 2021 1 commit
-
-
lvxianguo authored
Change-Id: I51e852a81e0337842f14296dda7613d85209c936
-
- 15 Jan, 2021 1 commit
-
-
wu.shiming authored
Reason for revert: Python 3.7 *is* supported because it falls in the range of supported Python versions (3.6-3.8). Change-Id: I7365634864f09eb04a68d901ca4ca962fa4d7bb2
-
- 03 Jan, 2021 7 commits
-
-
Zuul authored
-
yangyawei authored
Change-Id: I4c7a02bfff3cfd314c71f2a22a1684897fda152c
-
XinxinShen authored
Remove python3.7 from setup.cfg, since Wallaby's python supported runtimes are python 3.6 and python 3.8[1]: [1]: https://governance.openstack.org/tc/reference/runtimes/wallaby.html Change-Id: Iaa89b4d36e9c391a2bd294e9b5e39d817d843559
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
tomas authored
Change-Id: If10f63674f2f7a4c0a38b7f76a2ba8ea86bab3ae
-