- 22 Dec, 2021 2 commits
-
-
Zuul authored
-
wu.shiming authored
Yoga testing runtime[1] has been updated to add py39 testing as voting. Unit tests update are handled by the job template change in openstack-zuul-job - https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/820286 this commit updates the classifier in setup.cfg file. [1] https://governance.openstack.org/tc/reference/runtimes/yoga.html Change-Id: I47c7cb6fbf411823be4eef0240edbe1d59549588
-
- 20 Sep, 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 yoga. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: Ifc03c32d56568c9ff4f3a12592c096534171542a
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/xena. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/xena. Sem-Ver: feature Change-Id: Ib73c1bca76f410b9dca8acb47663b7e9ec4894fa
-
- 18 Sep, 2021 1 commit
-
-
wu.shiming authored
https: //github.com/tox-dev/tox/blob/master/docs/changelog.rst#v3180-2020-07-23 Change-Id: I4c2d456fdfddca98b78535a1f9f1bb8658d3d335
-
- 17 Jul, 2021 1 commit
-
-
Anand Bhat authored
* Replace .testr.conf by .stestr.conf for migration and update .gitignore,test-requirements files accordingly * Use 3.18.0 as the minversion for tox Change-Id: I6bf98adecb772896c6243a90271a1b258569a4df
-
- 30 May, 2021 1 commit
-
-
Zuul authored
-
- 20 May, 2021 1 commit
-
-
manchandavishal authored
vitrage-dashboard doc job is failing as requires some font 'tgtermes.sty' to generate pdf doc. This patch adds that required package in bindep.txt to fix doc job. Change-Id: Ica19ab980166bb9323b500fbf8359e1496d2afef
-
- 19 May, 2021 1 commit
-
-
manchandavishal authored
As we already added horizon-nodejs14-jobs template in this plugin and nodejs14 jobs running fine. So let's drop horizon-nodejs10-jobs template because nodejs10 is already EOL. Change-Id: I11176ef54ca25b130bc2c1c86b8458cbf960312f
-
- 29 Apr, 2021 1 commit
-
-
Zuul authored
-
- 27 Apr, 2021 2 commits
-
-
manchandavishal authored
Depends-On: https://review.opendev.org/c/openstack/horizon/+/784062 Change-Id: I6fb8e2cd8a67032ae31becf336aac56554ee824a
-
maaoyu 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: Idfc92fdc6ea9c9022b5964fcaf7f8d8960ecb7e0
-
- 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: I1ed9e545750e8db264cc4381a69a3f61ba8ddf0f
-
- 24 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: I33b91ef17a3e51c17dbc609bf4b86eb4e443093f
-
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: I93840e62c1c4483f820e7a1100604f07c5b23ad3
-
- 14 Jan, 2021 2 commits
-
-
Zuul authored
-
wangzihao authored
This reverts commit 6acaab01. Reason of revert:Python 3.7 *is* supported because it falls in the range of supported Python versions (3.6-3.8) [1]. [1] http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019648.html Change-Id: Ide1c309d491b8aa008a064dba554f18aa5c489d6
-
- 07 Jan, 2021 1 commit
-
-
manchandavishal authored
This patch update browser from PhantomJS to Firefox in karma.conf.js becuase nodejs-run-test job fails with PhantomJS browser. So let's switch to Firefox browser now later once we fix issue with PhantomJS then we can use it. Change-Id: I2c82374eae4c4a05848af47cdae3ed4776a60f94
-
- 05 Jan, 2021 3 commits
-
-
Zuul authored
-
Zuul authored
-
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: I1e7cfcdfb4b811ad2c016a7ec1aff119c55575da
-
- 03 Jan, 2021 1 commit
-
-
Q.hongtao authored
Change-Id: Ibaaa569b62bdb7f6f0d1cd4c8510a7d8270bf495
-
- 18 Dec, 2020 1 commit
-
-
wu.shiming 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: I20c7c90e1d6b56e00bb28b1854dee1a629aa09c5
-
- 15 Dec, 2020 1 commit
-
-
manchandavishal authored
This patch update browser from Chrome to Phantomjs in karma.conf.js because nodejs job fails with Chrome browser as not able to access some URL. So let's switch to Phantomjs browser now then we can use Chrome browser in future once this issue is resolved. It also adds libfontconfig1 in bindep.txt as phantomjs requires libfontconfg[1]. [1] https://www.npmjs.com/package/phantomjs-prebuilt#linux-note Change-Id: Id66915db78d788d98645d536fb112dadf9a89aed
-
- 24 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: I0f5421091c31f2c2b01bba3927d528372caecd13
-
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: I2fc0e971aee49579752e451a595d13489a29b16b Sem-Ver: feature
-
- 21 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. Set openstackdocs_pdf_link to link to PDF file. Note that the link to the published document only works on docs.openstack.org where the PDF file is placed in the top-level html directory. The site-preview places the PDF in a pdf directory. Disable openstackdocs_auto_version to not auto-version the documents. Disable openstackdocs_auto_name to use 'project' variable as name. 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. Remove docs requirements from test-requirements, they are not needed during install or test but only for docs building. 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. See also http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html Change-Id: I7a752815abf068c8fecadfa8ecbf01e77bf6efdc
-
- 13 May, 2020 1 commit
-
-
Ghanshyam Mann authored
flake8 new release 3.8.0 added new checks and gate pep8 job start failing. hacking 3.0.1 fix the pinning of flake8 to avoid bringing in a new version with new checks. Though it is fixed in latest hacking but 2.0 and 3.0 has cap for flake8 as <4.0.0 which mean flake8 new version 3.9.0 can also break the pep8 job if new check are added. To avoid similar gate break in future, we need to bump the hacking min version. - http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014828.html Change-Id: I093d57f49f7da215e9d18b231aed2358fb268d47
-
- 02 May, 2020 1 commit
-
-
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: I2eb847f626ecf883cd64a0542101602f5149cdf1 Signed-off-by:Sean McGinnis <sean.mcginnis@gmail.com>
-
- 27 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: I323dca1a43c180f1ab98261917a724e4d224515e
-
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: I02834f57d6a984c7bd7c4bb2801b0223e5f96d0d Sem-Ver: feature
-
- 24 Apr, 2020 1 commit
-
-
NoorYameen authored
Change-Id: If2152bd721e81cd5fdfa25af1b94e820f56c9f84 story: 2005502 task: 30604 Depends-On: I4044338f7c62016c1fc10756fbf8ffc8485c34b1
-
- 22 Apr, 2020 1 commit
-
-
Ivan Kolodyazhny authored
Change-Id: I4044338f7c62016c1fc10756fbf8ffc8485c34b1
-
- 17 Apr, 2020 1 commit
-
-
Andreas Jaeger authored
This repo is now testing only with Python 3, so let's 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 obsolete sections from setup.cfg - Update classifiers - Update requirements, no need for python_version anymore - Cleanup */source/conf.py to remove now obsolete content. - Use newer openstackdocstheme, reno, Sphinx, hacking versions for python3 - Add pytest as requirement, horizon does not provide this anymore and the tests here call horizon files that need it. Change-Id: I5983a19cadb210d55c30107fb963cfeaae0f1ee9
-
- 12 Mar, 2020 1 commit
-
-
Michal Arbet authored
Remove embedded js, add reference in settings, add requirement xstatic libs. Change-Id: I07685dfbde7c96c5b8da7e93af291df16c3b8bad Depends-On: https://review.opendev.org/712744 Story: #2004051
-
- 07 Jan, 2020 3 commits
-
-
Zuul authored
-
manchandavishal authored
Django 1.11 ends its extended support in April 2020 (which is before Ussuri release), so horizon drops Django 1.11 support in Ussuri. tox envs for non-primary Django versions are no longer needed in tox.ini as testing environments for non-primary Django versions are setup in the zuul jobs now. horizon>=17.1.0 is required to use Django 2.2. requirements.txt is updated accordingly. Depends-On: https://review.opendev.org/#/c/700733/ Change-Id: I7dd429b23f2d28999dc30e13d3717d8087f202aa
-
Eyal authored
Change-Id: I4cc01d1f496cf216619e763be2719b60d164d25d
-
- 05 Jan, 2020 1 commit
-
-
Zuul authored
-
- 02 Jan, 2020 1 commit
-
-
Zuul authored
-