- 30 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
-
- 30 Mar, 2022 1 commit
-
-
Thomas Goirand authored
-
- 28 Mar, 2022 1 commit
-
-
Thomas Goirand authored
-
- 12 Mar, 2022 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
watcher-dashboard 7.0.0.0rc1 release candidate meta:version: 7.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: I4ab49e5d9aea81166e8074366c49247400666beb meta:release:Code-Review+1: chenker <chen.ke14@zte.com.cn> meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech> meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com> meta:release:Workflow+1: Hervé Beraud <herveberaud.pro@gmail.com>
-
- 06 Oct, 2021 1 commit
-
-
Thomas Goirand authored
-
- 30 Sep, 2021 1 commit
-
-
Thomas Goirand authored
-
- 22 Sep, 2021 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
watcher-dashboard 6.0.0.0rc1 release candidate meta:version: 6.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: I84a95e636a7e750c2d10f886ed57765576dad63d meta:release:Code-Review+1: chenker <chen.ke14@zte.com.cn> 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>
-
- 15 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: Ifd0557060d055aa07b34320808b2360387a226cb
-
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: Iee515e29541c6957db520339fa923a59a392ff6e
-
- 16 Aug, 2021 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
- 08 Jul, 2021 1 commit
-
-
Dantali0n authored
Change-Id: I79cd70085e9e423fa3a7835e4a7fbd2b0cbf4922
-
- 07 Jul, 2021 2 commits
- 06 Jul, 2021 2 commits
-
-
Dantali0n 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: I83ee292b6d7440f7543ef85d7eed82940ee9745d
-
Zuul authored
-
- 05 Jul, 2021 1 commit
-
-
Zuul authored
-
- 02 Jul, 2021 1 commit
-
-
Dantali0n authored
This prevents having to duplicate the -c{} deps argument across all environments in tox.ini Change-Id: I681688df779557654b001caf33ca6ffbda08f43b
-
- 01 Jul, 2021 4 commits
-
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
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: I9c293e6055aa7ae50a2d3b6537d19033bf380bc2
-
- 30 Jun, 2021 1 commit
-
-
Zuul authored
-
- 04 Jun, 2021 1 commit
-
-
manchandavishal authored
Change-Id: I0d5115c037f89aede2434442439f4ad465700338
-
- 03 Jun, 2021 1 commit
-
-
limin.lc authored
The name is a positional parameter in create() of audit, but this parameter is not defined when calling from the audit template. This patch fix it. Related Bug: #1930565 Change-Id: Id18945b881d150f972dbbd5522010be0157fba17
-
- 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~).
-
- 05 May, 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: I00108fb70f077eeda092c9124f37df51860df370
-
- 04 May, 2021 1 commit
-
-
YuehuiLei 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: I0573f72eb92ddda5392dbf78260a18b17a8d75af
-
- 03 May, 2021 1 commit
-
-
zhangboye authored
We facing errors related to the new pip resolver, this topic was discussed on the ML and QA team proposed to to test lower-constraints [1]. I propose to drop this test because the complexity and recurring pain needed to maintain that now exceeds the benefits provided by this mechanismes. [1] http://lists.openstack.org/pipermail/openstack-discuss/2020-December/019390.html Change-Id: I9308030b0a16f9a7e085b3e64230cd92dda6ad83
-
- 15 Apr, 2021 1 commit
-
-
Thomas Goirand authored
-
- 23 Mar, 2021 5 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
watcher-dashboard 5.0.0.0rc1 release candidate meta:version: 5.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: I46934195e7e8307f53353d8ad02a290974fbd5c5 meta:release:Code-Review+1: chenker <chen.ke14@zte.com.cn> meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org> meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com> meta:release:Workflow+1: Hervé Beraud <herveberaud.pro@gmail.com>
-