- 29 Aug, 2022 4 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
cliff 4.0.0 release meta:version: 4.0.0 meta:diff-start: - meta:series: zed meta:release-type: release meta:pypi: yes meta:first: yes meta:release:Author: Stephen Finucane <sfinucan@redhat.com> meta:release:Commit: Stephen Finucane <sfinucan@redhat.com> meta:release:Change-Id: Ifadc6ea66434988152b572b2216546bcb05f21bd meta:release:Code-Review+1: Artem Goncharov <artem.goncharov@gmail.com> meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org> meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech> meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
-
- 04 Aug, 2022 2 commits
-
-
Zuul authored
-
Jiri Podivin authored
While permissible syntactically, using brackets to wrap tested conditional is unnecessary and potentially confusing. As without inserted whitspace the code may look as a function call, rather than a statement and expression. The construct is also considered erroneous by linters. Closes-Bug: 1983593 Signed-off-by:Jiri Podivin <jpodivin@redhat.com> Change-Id: I0a086a8349e2a72cae024857e148fddc3556c319
-
- 18 Jul, 2022 5 commits
- 15 Jul, 2022 1 commit
-
-
Stephen Finucane authored
'pkg_resources' is slow, while 'importlib.metadata' is the new shiny and is *much* faster. Recent version of 'importlib.metadata' - namely those found in Python 3.10 or provided by the 4.4 'importlib-metadata' backport - now provide the last bit of functionality we were missing to remove 'pkg_resources' entirely, namely the ability to map package names to modules. This is used for generating epilogs. The benefits of this are huge, yielding a near 40% decrease in runtime for the cliffdemo app (100mS after compared to 160mS) before. Change-Id: I934d8a196d76622671781643f36bdb8a07d2f319 Signed-off-by:Stephen Finucane <sfinucan@redhat.com>
-
- 14 Jul, 2022 1 commit
-
-
Zuul authored
-
- 27 May, 2022 1 commit
-
-
Zuul authored
-
- 25 May, 2022 7 commits
-
-
Zuul authored
-
Stephen Finucane authored
Yet another library that's slow to import and is totally optional. Defer loading this one also and speed up initial start time. Change-Id: Ic694b4d36dbf7ce87bc8fe9a2f8b0597719418a1 Signed-off-by:Stephen Finucane <sfinucan@redhat.com>
-
Stephen Finucane authored
We were importing cmd2 purely so we could do some exception transformation. However, this is only needed if we're in interactive mode. Avoid both the import of cmd2 and the transformation of the exceptions unless this is the case. This speeds up import time by ~30% for the demoapp on my machine (~160mS after compared to ~210mS before) Change-Id: I2356dc9803b4d0eef3528c6d057207509932e6b2 Signed-off-by:Stephen Finucane <sfinucan@redhat.com>
-
Stephen Finucane authored
We don't rely on this ourselves and stestr will bring it in for us. Change-Id: I51f305ac080c41463081e7039421d238b81f5d95 Signed-off-by:Stephen Finucane <sfinucan@redhat.com>
-
Stephen Finucane authored
We don't use pbr at runtime; ergo, there is no reason to include this in requirements.txt. While we're here, we remove a note that is no longer true with the new dependency resolver introduced in pip 20.3. Change-Id: I39ee12f052fff6d69f8fe97949e6e5df7511647b Signed-off-by:Stephen Finucane <sfinucan@redhat.com>
-
Stephen Finucane authored
This was added nearly a decade ago to work around a packaging bug in cmd2. We don't use this explicitly ourselves so we can and should remove it. Do that. Change-Id: Ia6061a22b9037d157c0b2afecb4e06bbc62c2d74 Signed-off-by:Stephen Finucane <sfinucan@redhat.com>
-
Stephen Finucane authored
In the Zed cycle, we have dropped the Python 3.6/3.7 [1] testing and its support. Update the Python classifiers to reflect this. Change-Id: Ieb80faf01d87e7fa7d717b74de6c5ec518ef9b05 Signed-off-by:Stephen Finucane <sfinucan@redhat.com>
-
- 24 May, 2022 1 commit
-
-
Takashi Kajinami authored
Support for Python 3.6 and 3.7 is being removed globally. The current latest release of python-novaclient (18.0.0) does not support these two versions. The next python-neutronclient release does not, either. This migrates Python 3.6/7 jobs to Python 3.8 because 3.8 is now the minimum supported version. This also replaces Python3 yoga unit tests by zena unit tests. Depends-on: https://review.opendev.org/843115 Change-Id: I03957cf4bd0a96cb1d07e80727c184854b869fc3
-
- 25 Mar, 2022 1 commit
-
-
Thomas Goirand authored
-
- 04 Mar, 2022 1 commit
-
-
Zuul authored
-
- 21 Feb, 2022 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
cliff 3.10.1 release meta:version: 3.10.1 meta:diff-start: - meta:series: yoga meta:release-type: release meta:pypi: yes meta:first: no meta:release:Author: Daniel Bengtsson <dbengt@redhat.com> meta:release:Commit: Daniel Bengtsson <dbengt@redhat.com> meta:release:Change-Id: I4b884e661ec22523ec78519b85c035563de388df meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech> meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
-
- 16 Feb, 2022 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
cliff 3.10.0 release meta:version: 3.10.0 meta:diff-start: - meta:series: yoga meta:release-type: release meta:pypi: yes meta:first: yes meta:release:Author: Elod Illes <elod.illes@est.tech> meta:release:Commit: Elod Illes <elod.illes@est.tech> meta:release:Change-Id: Id39f81270d996cbcf0d4a3d37b3042309cd456b9 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>
-
- 19 Nov, 2021 1 commit
-
-
Jiri Podivin authored
The global module documentation is no longer being generated and the link points to a non-existent document. The purpose of global module documentation is now fulfilled by the automatically generated class, and function level reference documents which are linked properly. As such there is no need to keep the link around, or to reestablish module level documentation. Signed-off-by:Jiri Podivin <jpodivin@redhat.com> Change-Id: I05e5144a36f33aa5feb996964d1a098b1716cf6a
-
- 29 Sep, 2021 1 commit
-
-
Thomas Goirand authored
-
- 20 Sep, 2021 1 commit
-
-
Zuul authored
-
- 10 Sep, 2021 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 yoga. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I4b6bb766c1272e32b09d59fac226792404895bc1
-
- 25 Aug, 2021 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
cliff 3.9.0 release meta:version: 3.9.0 meta:diff-start: - meta:series: xena meta:release-type: release meta:pypi: yes meta:first: no meta:release:Author: Hervé Beraud <hberaud@redhat.com> meta:release:Commit: Hervé Beraud <hberaud@redhat.com> meta:release:Change-Id: I044ea7a8cd9de0e6b467a8c1c751555cb4961569 meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com> meta:release:Workflow+1: Hervé Beraud <herveberaud.pro@gmail.com>
-
- 24 Aug, 2021 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
cliff 3.8.0 release meta:version: 3.8.0 meta:diff-start: - meta:series: xena meta:release-type: release meta:pypi: yes meta:first: yes meta:release:Author: Hervé Beraud <hberaud@redhat.com> meta:release:Commit: Hervé Beraud <hberaud@redhat.com> meta:release:Change-Id: I8d3c3c932dc5c91f5e0476e14030124307991ae2 meta:release:Code-Review+1: Artem Goncharov <artem.goncharov@gmail.com> 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>
-
- 16 Aug, 2021 1 commit
-
-
Thomas Goirand authored
-
- 06 Aug, 2021 2 commits