- 14 Jan, 2022 1 commit
-
-
zhurong authored
Change-Id: Ie20240aa248a73b4f2dc1b492a7b23ba521856f7
-
- 07 Jan, 2022 1 commit
-
-
zhurong authored
Change-Id: Icd215cd7d9e8afcc0cc9caccc5f68b31e667dfc3
-
- 06 Jan, 2022 1 commit
-
-
zhurong authored
Change-Id: I80a9ef336e5cf5aad64735cdb36e914eb35d332a
-
- 14 Oct, 2021 2 commits
- 22 Sep, 2021 1 commit
-
-
Thomas Goirand authored
This patch fixes a few issues regarding Django 3.2 support. Closes-Bug: #1944523 Co-Author: Daniele Mazzocchio <daniele.mazzocchio@infomaniak.com> Co-Author: Akihiro Motoki <amotoki@gmail.com> Change-Id: I1d906e2d910b25a79acfc13b7f3d890476ee301e
-
- 17 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: I4a8e257afa79b588404cccc9a867c2c0ddaedf28
-
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: I4ed32580e55e8d72bec906d1daedaaabc10851c5
-
- 20 Aug, 2021 1 commit
-
-
Dmitriy Rabotyagov authored
Currently if you enable murano UI and try to compile messages you will be thrown `NameError: name 'HORIZON_CONFIG' is not defined So we explicitly import HORIZON_CONFIG along with POLICY_FILES to make horizon successfully compile when murano-ui was enabled. Change-Id: Id5ab97349f702be1afc536c154cf0e35197150b8
-
- 14 Aug, 2021 2 commits
- 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
-
- 17 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: #38539 Change-Id: I967902e05bb1b14450309017874d9228a4f2fc6d
-
- 03 May, 2021 1 commit
-
-
yangyawei 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: If1d10f229112d1a5a115cf1d2fc964f8095c3474
-
- 27 Apr, 2021 1 commit
-
-
manchandavishal authored
Depends-On: https://review.opendev.org/c/openstack/horizon/+/784062 Change-Id: Iaf83a966ddd732f1c6b1b7c5b02e0db268c1e113
-
- 26 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: I751cbf781e770effec46c7450dd135fbade352ab
-
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: I4aa97629aec6a6d60f07b8bb9cff5303985a9606
-
- 03 Mar, 2021 1 commit
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I3531c2c0c6fbdc102169c1f9451a858b8c601151
-
- 03 Feb, 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. It also update horizon version in requirements.txt to match the horizon version in lower-constriants.txt to fix requirements-check job. 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: I425e9b4cfcf86e67c6288796e3da95b07769c6dc
-
- 23 Dec, 2020 1 commit
-
-
manchandavishal authored
This patch update browser from Chrome to Firefox in karma.conf.js because nodejs fails with Chrome browser as not able to access some URL. So let's switch to Firefox browser now then we can use Chrome browser in future once this issue is resolved. It also bump few pacakges version in 'lower-constraints.txt' to fix lower-constraint job. Change-Id: Id8454b0b0f7dc4b257699734f779935fb05b512f
-
- 05 Oct, 2020 1 commit
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Ie25789d0ee87604252e436e3ddab1c225ab62d03
-
- 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: I30ace99532f3765a32b9d5f656b77a5a722a59dc
-
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: I6cf271540a59d37beb2efeb56a8fbe85d9391d36 Sem-Ver: feature
-
- 08 Sep, 2020 1 commit
-
-
Zuul authored
-
- 02 Sep, 2020 1 commit
-
-
manchandavishal authored
If we move horizon jobs to focal then murano-dashboard nodejs jobs fail. This patch the updates python version to py38 in karma.conf.js and tools/post_install.sh files as py36 is not avaialbale on focal which fixes failed nodejs job. Depends-On: https://review.opendev.org/#/c/744647/ Change-Id: Ic72729514d4759466e8afeac6d03cb1ed7a1765d
-
- 28 Aug, 2020 1 commit
-
-
manchandavishal authored
This patch is a clean-up patch for refactor-error-messages bp which remove the exception message from base message otherwise the same exception message display twice like this https://ibb.co/XyFWMdz . Depends-On: https://review.opendev.org/#/c/708069/ Change-Id: I4e0f50b95b7c94cf641fc778268b6c4c1267175c
-
- 04 Aug, 2020 1 commit
-
-
Ghanshyam Mann authored
As per victoria cycle testing runtime and community goal[1] we need to migrate upstream CI/CD to Ubuntu Focal(20.04). Fixing: - bug#1886298 Bump the lower constraints for required deps which added python3.8 support in their later version. Story: #2007865 Task: #40198 Closes-Bug: #1886298 [1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal Change-Id: I1158e928766888a1db9081f20e3c3540d7ce1fd3
-
- 22 Jul, 2020 1 commit
-
-
Sam Morrison authored
Change-Id: Ia57576b7dd7ba7f1dd34cd4f17942fbf753ea6f8
-
- 16 Jun, 2020 1 commit
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Id914b2f9962470f5f04f09165cbd41412199a11d
-
- 08 Jun, 2020 1 commit
-
-
Hervé Beraud authored
The mock third party library was needed for mock support in py2 runtimes. Since we now only support py36 and later, we don't need it in lower-constraints. These changes will help us to drop `mock` from openstack/requirements Change-Id: I6240c4a3ba79858cfbdb9341b26d72a3910c0b7d
-
- 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: I8c157362068ea229df9e9ec39d9f56d9ad4836fe
-
- 31 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. 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. 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: Ifd0cbfb6e8ee1c6b998e73b3c6c4e922fe07841f
-
- 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: Id56c7f2b9f36ee7d56e4196266037b537b5baaf3
-
- 09 May, 2020 1 commit
-
-
Andreas Jaeger authored
This repo is now testing only with Python 3, so let's make a few cleanups: - Remove obsolete sections from setup.cfg - Switch to using sphinx-build - Use newer openstackdocstheme and Sphinx versions - Remove install_command from tox.ini, the default is fine - Use TOX_CONSTRAINTS_FILE, UPPER_CONSTRAINTS_FILE is obsolete - remove unused sections from tox.ini Change-Id: Ia14273b824c3ee16ac2c8517ea73c3fa8d24484b
-
- 05 May, 2020 1 commit
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I2c70fc47ec4452e4ac08ee283b36b2871b02f975
-
- 26 Apr, 2020 2 commits
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I00c95f8f3806a8d2cbad529d08b36b965c237a64
-
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: I464c93a8b919b9bddcf24a95a6b6471098cd4961 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: I741edbdb6c1b5ae04f02f891f6547e13a499a4db Signed-off-by:Sean McGinnis <sean.mcginnis@gmail.com>
-
- 22 Apr, 2020 1 commit
-
-
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: Id5ce82da0bfc72f1a458b67503e26d74517b8b65
-