- 31 Jul, 2022 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
- django-4-ugettext_lazy-is-removed.patch - django-4-django.conf.urls.url-is-removed.patch - django-4-force_text-is-removed.patch - django-4-django.utils.http.urlunquote_plus-is-removed.patch - django-4-is_ajax-is-removed.patch
-
- 01 Apr, 2022 1 commit
-
-
Thomas Goirand authored
-
- 30 Mar, 2022 1 commit
-
-
Thomas Goirand authored
-
- 27 Mar, 2022 1 commit
-
-
Thomas Goirand authored
-
- 09 Mar, 2022 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
murano-dashboard 13.0.0.0rc1 release candidate meta:version: 13.0.0.0rc1 meta:diff-start: - meta:series: yoga meta:release-type: release candidate meta:pypi: no meta:first: no meta:release:Author: Elod Illes <elod.illes@est.tech> meta:release:Commit: Elod Illes <elod.illes@est.tech> meta:release:Change-Id: I7cb26139bd8426c72db533c79053ba66bf8a671f meta:release:Code-Review+1: zhurong <aaronzhu1121@gmail.com> meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com> meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech> meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
-
- 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
- 06 Oct, 2021 1 commit
-
-
Thomas Goirand authored
-
- 30 Sep, 2021 1 commit
-
-
Thomas Goirand authored
-
- 22 Sep, 2021 2 commits
-
-
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
-
Thomas Goirand authored
-
- 21 Sep, 2021 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
murano-dashboard 12.0.0.0rc1 release candidate meta:version: 12.0.0.0rc1 meta:diff-start: - meta:series: xena meta:release-type: release candidate meta:pypi: no meta:first: no meta:release:Author: Hervé Beraud <hberaud@redhat.com> meta:release:Commit: Hervé Beraud <hberaud@redhat.com> meta:release:Change-Id: I05c919ca22cb5320e6a2de41d9e9d105ac5d62c3 meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com> meta:release:Workflow+1: Hervé Beraud <herveberaud.pro@gmail.com>
-
- 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
-
- 16 Aug, 2021 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
- 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
-
- 14 May, 2021 1 commit
-
-
Thomas Goirand authored
-
- 10 May, 2021 1 commit
-
-
Thomas Goirand authored
/usr/lib/python3/dist-packages/openstack_dashboard/local/enabled. * Add Breaks: python3-django-horizon (<< 3:19.2.0-2~).
-
- 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
-
- 15 Apr, 2021 1 commit
-
-
Thomas Goirand authored
-
- 27 Mar, 2021 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
murano-dashboard 11.0.0.0rc1 release candidate meta:version: 11.0.0.0rc1 meta:diff-start: - meta:series: wallaby meta:release-type: release candidate meta:pypi: no meta:first: no meta:release:Author: Hervé Beraud <hberaud@redhat.com> meta:release:Commit: Hervé Beraud <hberaud@redhat.com> meta:release:Change-Id: I4f108fe8b115f3e36b88790cb375e99f1640575b meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com> meta:release:Workflow+1: Hervé Beraud <herveberaud.pro@gmail.com>
-
- 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
-