- 25 Mar, 2022 1 commit
-
-
Thomas Goirand authored
-
- 21 Feb, 2022 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
bashate 2.1.0 release meta:version: 2.1.0 meta:diff-start: - meta:series: independent meta:release-type: release meta:pypi: yes meta:first: no meta:release:Author: Martin Kopec <mkopec@redhat.com> meta:release:Commit: Martin Kopec <mkopec@redhat.com> meta:release:Change-Id: I1002dcdecca1813180271163d7d705ab690de4c9 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>
-
Thomas Goirand authored
-
- 01 Jun, 2021 2 commits
-
-
Ghanshyam Mann authored
Change-Id: Idaa77397b1f247b422b2ab380e21d395c93799b0
-
manchandavishal authored
doc. job is failing as requires some font 'tgtermes.sty' to generate pdf doc. This patch adds that required package in bindep.txt to fix doc job. Change-Id: Ifcb95a3d2d21f0c6186782765048a1b3bc5d75d3
-
- 29 Apr, 2021 1 commit
-
-
Martin Kopec authored
Upating the tetsing template to Xena testing runtime: https://governance.openstack.org/tc/reference/runtimes/xena.html Change-Id: I2f24d0372bf7497bae30ac449dbe83a950c8692f
-
- 26 Apr, 2021 3 commits
-
-
Radosław Piliszek authored
Change-Id: Ib66ceb8791158a6938b921a143907bd8db24bebf
-
Resolves pip warnings like the following: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead Also, updates the url to docs. Change-Id: I716e7c05baf8183fdd9a500e15d614ef0492ad41
-
Jens Harbott authored
The CI no longer provides us with preinstalled tox, we have to ensure that it is present ourselves. Change-Id: Ib8da29ca2156aafd89fec69db7910360efe266a2
-
- 25 Feb, 2021 1 commit
-
-
tushargite96 authored
The patch bumps min version of tox to 3.18.0 python 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: I92e6930e06f04e6554aa4739d6b193c9c3555b69
-
- 03 Jan, 2021 1 commit
-
-
xuanyandong authored
Change-Id: I411ab8fb6783f0baa1d751de36649cddc8a06014
-
- 12 Oct, 2020 1 commit
-
-
tushargite96 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: I28c2aabe0b7dd1cdb22a8806f1942139b6a1479d
-
- 24 Sep, 2020 1 commit
-
-
Lukas Piwowarski authored
This patch enables building .pdf documentation using new 'pdf-docs' tox environment. The newly created tox environment creates latex source codes using sphinx-build and then builds the pdf documentation using make. Also, this patch makes minor changes in the documentation source code to make sure that the .pdf and .html documentation looks good. Story: 2006070 Task: 35454 Change-Id: I74a151163812a3dc8fde9f85739882a54ad11fd3
-
- 10 Jul, 2020 1 commit
-
-
Zuul authored
-
- 09 Jun, 2020 2 commits
-
-
Andreas Jaeger authored
The files babel.cfg and openstack-common.conf are not used anymore, remove them. Change-Id: I0f69963aabe00b5ebfcc3072c3ba9fd033d73920
-
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 and requirements. These changes will help us to drop `mock` from openstack/requirements Change-Id: I25645fcff3c772d5c5cd1f4564385fa943871e01
-
- 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: Ia60c23576e6a36634540032c83b38440de4771d8
-
- 22 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. Set openstackdocs_auto_name to use 'project' as name. 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. Create separate doc/requirements.txt file and use it, this allows to continue testing with py35 and build docs that require py36. 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. See also http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html Change-Id: Ic97beaec35ff633380688beb93318273ab6ca15c
-
- 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: Id71d25ff658f864da150fb52542378141b7c3f70
-
- 04 May, 2020 1 commit
-
-
Ghanshyam Mann authored
Upating the tetsing template from ussuri to victoria testing runtime - https://governance.openstack.org/tc/reference/runtimes/victoria.html Change-Id: I96f7259f18f7320838732bd5f1cd5a2ca07feb7d
-
- 23 Apr, 2020 1 commit
-
-
Zuul authored
-
- 22 Apr, 2020 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: #38554 Change-Id: Ief0ff4a7f69a4ba44abd846d720630c2232d4fe0
-
- 10 Apr, 2020 1 commit
-
-
Andreas Jaeger authored
Make a few cleanups: - Remove python 2.7 stanza from setup.py - Remove obsolete sections from setup.cfg - Update classifiers - Switch to using sphinx-build - Cleanup doc/source/conf.py to remove now obsolete content. - Use newer openstackdocstheme version - Remove install_command from tox.ini, the default is fine Change-Id: I40cf60b58847cee619bcac0a60c760bebd001954
-
- 31 Mar, 2020 1 commit
-
-
Andreas Jaeger authored
The repo is Python 3 now, so update hacking to version 3.0 which supports Python 3. Fix: W605 invalid escape sequence E117 over-indented E305 expected 2 blank lines after class or function definition, found 1 Ignore: W504 line break after binary operator Change-Id: Iab3fded493e781156ab7ac85aac641bf536361d5
-
- 13 Feb, 2020 1 commit
-
-
Ghanshyam Mann authored
While dropping py2 support, we dropped py3.5 support also - Ib769d9cbb7ba9f191014c5445ed7f289e013aef4 There might be some user of it using on py3.5 distro like stable/rocky jobs on xenial. There is no deps issue to support the py3.5 so let's keep it as long as we can. Change-Id: Ifa1e53fc8c1a665c9fb35845960cc8bc700d19c8
-
- 04 Feb, 2020 4 commits
-
-
Zuul authored
-
Zuul authored
-
Ayaz Salikhov authored
Change-Id: I554b4a993b30462d454ef4984a9091c38365f9fa Closes-Bug: #1842109
-
Zuul authored
-
- 03 Feb, 2020 2 commits
-
-
Ghanshyam Mann authored
OpenStack is dropping the py2.7 support in ussuri cycle. bashate is ready with python 3 and ok to drop the python 2.7 support. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Change-Id: Ib769d9cbb7ba9f191014c5445ed7f289e013aef4
-
Ian Wienand authored
Retire the legacy job for an equivalent native job. Note this drops devstack-gate testing; that runs tox without a basepython so breaks when we move bashate to Python 3. bashate is pinned in devstack-gate to 0.5.0, and devstack-gate is considered deprecated, so it will not update to a non-supported version. We don't need to keep linting it. Change-Id: If2ea649d897293a1129b5e30924080936cfc96de
-
- 31 Jan, 2020 2 commits
-
-
Thomas Goirand authored
FTBFS (Closes: #950036).
-
Thomas Goirand authored
-
- 18 Oct, 2019 1 commit
-
-
Ondřej Nový authored
-
- 06 Oct, 2019 1 commit
-
-
xuanyandong authored
Change-Id: I4452fbc4ab66b7469a14d5863820617a911db663
-
- 30 Aug, 2019 1 commit
-
-
Zuul authored
-
- 19 Jul, 2019 1 commit
-
-
Ondřej Nový authored
-
- 18 Jul, 2019 1 commit
-
-
Ondřej Nový authored
-
- 16 Jul, 2019 1 commit
-
-
Thomas Goirand authored
-