- 19 Aug, 2022 4 commits
-
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
wangjiaqi07 authored
Change-Id: I7451a1a680bf3b60472702f1c6da8890f916ab16
-
- 18 Aug, 2022 1 commit
-
-
manchandavishal authored
This patch aligns current code with AngularJS v1.8.2 requirements. It also updates zun-ui to use the Firefox browser instead of phantomjs browser to fix "nodjs-run-test" job because phantomjs browser has some issue with backticks. Change-Id: I40857bea1c83704106277bbb858eb35ee39f360f
-
- 10 Jul, 2022 1 commit
-
-
Takashi Kajinami authored
The ugettext_lazy method has been deprecated since Django 3.0[1]. This was already replaced in Horizon repo by [2]. [1] https://docs.djangoproject.com/en/3.0/releases/3.0/#id3 [2] cd7c1b5110fe1f64cd9dfbeb1072b37912d0efee This change also removes usage of the deprecated methods in the pybabel command to extract log messages. Change-Id: I6a1f17e310f20e3dc6b510308fb4bd5e768b0212
-
- 21 Jun, 2022 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: Ia14430c8d82342a704a24394dcaa90968aa117ee
-
- 01 Jun, 2022 1 commit
-
-
Zuul authored
-
- 12 May, 2022 1 commit
-
-
likui authored
[1] https://governance.openstack.org/tc/reference/runtimes/zed.html Change-Id: I1a88cb62bde4c43f2a0931d75d9bfa773c30f441
-
- 10 May, 2022 1 commit
-
-
manchandavishal authored
Horizon defined a project template 'horizon-nodejs-jobs' for nodejs jobs. This patch updates ``.zuul.yaml`` to use that template to run nodejs jobs here. Depends-On: https://review.opendev.org/c/openstack/horizon/+/831929 Change-Id: I29d423305cd15cd3d22ab48c599968c89ee8b447
-
- 29 Apr, 2022 1 commit
-
-
manchandavishal authored
In Django 3.1, django.conf.urls.url() is deprecated in favor of django.urls.re_path(). For more info see [1] These were already replaced in Horizon repo by [2]. [1] https://docs.djangoproject.com/en/4.0/releases/3.1/#id2 [2] https://review.opendev.org/c/openstack/horizon/+/827093 Change-Id: I4d64f8ecd2fd665dd4133603dce078e043d00177
-
- 08 Mar, 2022 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 zed. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I9fc981d23dedf9e70af97ecda4d9e04efef31c18
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/yoga. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/yoga. Sem-Ver: feature Change-Id: I926d76f5f9d02e4bcebc7549afb42b6e0aeac327
-
- 31 Jan, 2022 1 commit
-
-
manchandavishal 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: Ieab82b0547f52e435d075de5b771287372ef8f20
-
- 13 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: I81a22d4e70bc719fe22b47ce8ddbf846b883b637
-
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: I68889c66534b94f7b654c82f2724fa983eeb9c08
-
- 01 Sep, 2021 2 commits
-
-
Iury Gregory Melo Ferreira authored
Change-Id: I1149b67cc6d4f7043392e83b1e2e9f18e14d4ea4
-
Zuul authored
-
- 14 Jun, 2021 2 commits
- 11 Jun, 2021 3 commits
-
-
likui authored
As discussed during the upstream ironic community meeting on Monday Dec 14 2020, the lower-constraints job is being removed. Change-Id: I924b59583764584822f09557261985d8bcd6be06
-
likui 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: If578f12a642f5ee50593c0c5f8ccc501719bb5d4
-
likui 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: I1522305144a7ed11e79372bc710dcfbc9589b9b7
-
- 21 May, 2021 1 commit
-
-
HeroicHitesh authored
* Remove .testr.conf as it's not used anywhere * Remove .testrepository from .gitignore * Use 3.18.0 as the minversion for tox * Add 17.1.0 as lower bound for 'horizon' package in doc/requirements.txt Signed-off-by:HeroicHitesh <email.hiteshkumar@gmail.com> Change-Id: I19741f36d0bd08e49faa5be222adce9eb61b41a5
-
- 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
-
- 12 Apr, 2021 1 commit
-
-
manchandavishal authored
Depends-On: https://review.opendev.org/c/openstack/horizon/+/784062 Change-Id: I3616e1fb4d6c7fea29c8ab9d5383ebda2b1b08af
-
- 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: I5e84ce54ca96eabf75a875961bbd5fd82f5f85a1
-
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: I18c29d0d920a6cbd0380d4306aeb59b708c01a7d
-
- 16 Mar, 2021 1 commit
-
-
Julia Kreger authored
Change-Id: Ib3371e6bfd7a045e189a9b0b54ebbed3e43e30f1
-
- 10 Mar, 2021 1 commit
-
-
Zuul authored
-
- 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: I32462c01dab50d7032bb4d3563a822eb98ed51b9
-
- 19 Feb, 2021 1 commit
-
-
Takashi Kajinami authored
Horizon implements a logic to enable/disable panel by permissions defined in each panel class. This change replaces the current redundant logic by that built-in feature to simplify how we define requirements of the Ironic panels. Change-Id: I4a9dabfea79c23155fb8986fe8386202d7474485
-
- 20 Jan, 2021 1 commit
-
-
qianshuai authored
change the way of unittest coverage checking. Story: #2008517 Change-Id: Iff7ebc1359f7920c797b684e2d2c94639c0a42bb
-
- 16 Dec, 2020 1 commit
-
-
manchandavishal authored
This patch removes Chrome browser from karma.conf.js as nodejs job fails with Chrome browser because it is not able to access some URL. So let's remove Chrome browser now then we can add it again once the issue is resolved. Also as discussed during the upstream ironic community meeting on Monday Dec 14 2020, the lower-constraints job is being removed. Co-Authored-By:Riccardo Pittau <elfosardo@gmail.com> Change-Id: Ic7094ab6ed01af2bcbe0beb13f300499215fd903
-
- 30 Oct, 2020 1 commit
-
-
Zuul authored
-
- 28 Oct, 2020 1 commit
-
-
Ivan Kolodyazhny authored
Change-Id: Ie4c0bf3338a346522476cca7f6076c9556a2f152
-
- 19 Oct, 2020 1 commit
-
-
Riccardo Pittau authored
Versions of hacking from 3.1.0 until 4.0.0 NOT included are supposed to require a safe version of flake8, so besides normale issues related to minor version upgrades, we can safely use those versions. Also forcing pycodestyle versions to be compatible with flake8 installed by hacking. Change-Id: I5bd06dc618dc596b6bfaf029d88061b4e9741f4a
-
- 04 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: I65f6713c179268469b437805c574fdd26b079502
-
- 01 Oct, 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: I2993021d39388a603656f3a355f22ba5f60f0e4c
-
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: I498cbf7416ee69be52f0a1c899baee98b8bc8280 Sem-Ver: feature
-