- Dec 18, 2024
-
- Aug 17, 2023
-
- Aug 14, 2023
-
- Oct 18, 2020
-
-
Thomas Goirand authored
-
Thomas Goirand authored
- Sep 13, 2020
-
-
Thomas Goirand authored
tempest-horizon 1.1.0 release meta:version: 1.1.0 meta:diff-start: - meta:series: victoria meta:release-type: release meta:pypi: no meta:first: yes meta:release:Author: Ivan Kolodyazhny <e0ne@e0ne.info> meta:release:Commit: Ivan Kolodyazhny <e0ne@e0ne.info> meta:release:Change-Id: Ie474110be0576bba4cfea3aceec6328a973126c1 meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Code-Review+2: Hervé Beraud <hberaud@redhat.com> meta:release:Code-Review+1: Vishal Manchanda <manchandavishal143@gmail.com>
- May 14, 2020
-
- May 13, 2020
-
-
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: I8123f403a23f17c20cd5b114227fef45d2eb7992
-
- May 04, 2020
-
-
Thomas Goirand authored
consistency with the other packages.
-
- Apr 22, 2020
-
-
Thomas Goirand authored
python3-bytes-vs-string-in-test_dashboard_basic_ops.py.patch
-
Thomas Goirand authored
* Switched to debhelper-compat 11.
-
Thomas Goirand authored
tempest-horizon 1.0.0 release meta:version: 1.0.0 meta:diff-start: - meta:series: ussuri meta:release-type: release meta:pypi: no meta:first: yes meta:release:Author: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Commit: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Change-Id: I7545f753fb5466e5144638367d8a03a1097ef0c5 meta:release:Code-Review+1: Hervé Beraud <hberaud@redhat.com> meta:release:Code-Review+1: Ivan Kolodyazhny <e0ne@e0ne.info> meta:release:Code-Review+1: Akihiro Motoki <amotoki@gmail.com> meta:release:Code-Review+2: Jean-Philippe Evrard <jean-philippe@evrard.me> meta:release:Workflow+1: Jean-Philippe Evrard <jean-philippe@evrard.me>
- Apr 19, 2020
- Apr 01, 2020
-
-
Akihiro Motoki authored
* Remove six usage * Remove python 2.7 stanza from setup.py * Update supported python versions in setup.cfg * Remove i18n related sections in setup.cfg as tempest-horizon has no translation support * Remove unused requirements (oslo_log and babel) from requirements.txt Change-Id: Ifd530546bfb5ae25e01e72a0e3c02f963d9d04d2
-
- Mar 30, 2020
-
-
Andreas Jaeger authored
Hacking 3.0 was just released with minor changes, update to the new version. Change-Id: I8153c333e8e65cd9469e490a2841a691a269303c
-
Zuul authored
-
- Mar 28, 2020
-
-
gaobin authored
* Update the horizon URL to the new one after doc migration * Use https instead http * Adjust title marker length to match the title length Change-Id: I9c2280793bd8d6496224e36dffd479e1f3732db0
-
Akihiro Motoki authored
* Move basepython to [testenv] which is a place to define common things * Move upper-constraints from install_command to deps * Update the min version to 2.0 to allow http links in deps * Cleanup unused tox envs ('cover' and 'debug') * Drop unnecessary envs from envlist (only pep8 is used now) Change-Id: Ie915a93b824331407a48affcbd31076d6a7cccfa
-
Akihiro Motoki authored
We don't provide any sphinx documents as we cover horizon specific topics in the horizon repository. The current version is just from the cookiecutter and is never maintained since created. README and CONTRIBUTING.rst would be enough. Change-Id: I60c6e64e771f4e6bd3482a4d6a2a37228dde98b9
-
Andreas Jaeger authored
Update hacking to latest version to catch Python 3 problems. The existing entries in flake8 ignore are dropped as they are unnecessary. Change-Id: I8e268f3852ad7acf4805f8ef7e4cbe25a90054a0
-
- Jul 18, 2019
-
-
Ondřej Nový authored
-
- Apr 19, 2019
-
-
OpenDev Sysadmins authored
This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have.
-
- Jan 12, 2019
-
-
Zuul authored
-
- Jan 08, 2019
-
-
Zuul authored
-
- Dec 04, 2018
-
-
Manik Bindlish authored
Mailinglists have been updated. So, replacing openstack-dev to openstack-discuss Change-Id: I8cf824d252a2bd3f5640c710dc343535cab771e3
-
- Nov 16, 2018
-
-
zhouxinyong authored
Change-Id: Id57e35ec7fd058a85953f3154d0be54934fa6e9b
-
- Oct 31, 2018
-
-
Zuul authored
-
Zuul authored
-
Ivan Kolodyazhny authored
This opiton was deprecated more than three years ago so it's safe to remove it. Change-Id: Id65e439871c800068e26797781365b3cd749642d
-
- Sep 26, 2018
-
-
Doug Hellmann authored
We want to default to running all tox environments under python 3, so set the basepython value in each environment. We do not want to specify a minor version number, because we do not want to have to update the file every time we upgrade python. We do not want to set the override once in testenv, because that breaks the more specific versions used in default environments like py35 and py36. Change-Id: I8f0602bc84aca649bdd70495286327c41c4d00ce Signed-off-by:
Doug Hellmann <doug@doughellmann.com>
-
- Aug 21, 2018
-
-
Nguyen Hai authored
This is a mechanically generated patch to complete step 1 of moving the zuul job settings out of project-config and into each project repository. Because there will be a separate patch on each branch, the branch specifiers for branch-specific jobs have been removed. Because this patch is generated by a script, there may be some cosmetic changes to the layout of the YAML file(s) as the contents are normalized. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: I604943aff8e732d544dffc85881e682e2b4d7d55 Story: #2002586 Task: #24299
-
- Aug 12, 2018
-
-
Akihiro Motoki authored
Change-Id: I6be0829340cf8057f83ef58d4866072467f8c21a
-
- Aug 11, 2018