Commit Graph

15 Commits

Author SHA1 Message Date
Kendall Nelson 1d52e37d0a Retire karbor-dashboard
As announced on the openstack-discuss ML[1], Karbor is retiring
this cycle (Wallaby).

This commit retires this repository as per the process defined in
the project-guide[2].

Thank you to all the contributors of Karbor for your hard work!

[1] http://lists.openstack.org/pipermail/openstack-discuss/2020-November/018643.html
[2] https://docs.openstack.org/project-team-guide/repository.html#retiring-a-repository

Depends-On: https://review.opendev.org/c/openstack/project-config/+/767030
Change-Id: I972ffb299f93863c4e34b1f504b002095661e6af
2021-01-08 00:21:36 +00:00
Andreas Jaeger 5f293262c9 Cleanup py27 support
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove python 2.7 stanza from setup.py
- Add requires on python >= 3.6 to setup.cfg so that pypi and pip
  know about the requirement
- Remove obsolete sections from setup.cfg
- Update classifiers
- Switch to using sphinx-build
- Use openstackdocstheme instead of python2 only oslosphinx
- Remove install_command from tox.ini, the default is fine
- Fix two hacking problems, those were masked by ignore
  to an empty string.

Change-Id: I8f67f8a7998a16805cbda52854a6b0f0ade05dc8
2020-04-21 08:41:10 +02:00
manchandavishal af0f54f7e4 Drop Django 1.11 support
Django 1.11 ends its extended support in April 2020 (which is before
Ussuri release), so horizon drops Django 1.11 support in Ussuri.

tox envs for non-primary Django versions are no longer needed in tox.ini
as testing environments for non-primary Django versions are setup in
the zuul jobs now.

horizon>=17.1.0 is required to use Django 2.2.
requirements.txt is updated accordingly.
For more info. please refer [1], [2].

[1] https://review.opendev.org/#/c/700733/
[2] https://etherpad.openstack.org/p/Enable_Django22_support_in_Horizon_Plugin

Change-Id: Ifc49a69d4b34b32d64a95cca488c3a1ab7eb2ef6
2020-01-21 07:45:12 +00:00
Ghanshyam Mann f2977418ec [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

karbor-dashboard 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

Depends-On: https://review.opendev.org/#/c/693631/
Change-Id: Ic69bd25a9be7b512c0341e524e67e04f81217214
2020-01-21 15:50:35 +09:00
manchandavishal 7a7cea0799 Use Horizon project template for django jobs
Horizon defined a project template 'horizon-non-primary-django-jobs'
for django jobs. This patch use that template to run django jobs
here. For information please refer [1]

[1] https://review.opendev.org/#/c/681969/

Change-Id: If66f8edc7208b406d39cce90d22be53dd7e21301
2019-10-14 15:31:42 +00:00
Zuul 0609a0e996 Merge "Add Python 3 Train unit tests" 2019-09-09 12:08:07 +00:00
chenke e06dbf2825 Switch to the new canonical constraints URL on master
Reference:
1. http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html
2. https://github.com/openstack/nova/blob/master/tox.ini#L17

Change-Id: I1eea1cf828ada4c4ee59dc4621f60c90cf521655
2019-07-03 15:58:29 +08:00
Corey Bryant 39c30e539c Add Python 3 Train unit tests
This is a mechanically generated patch to ensure unit testing is in place
for all of the Tested Runtimes for Train.

See the Train python3-updates goal document for details:
https://governance.openstack.org/tc/goals/train/python3-updates.html

Change-Id: Icce6506a61590240e8a320146ef2648837173ca1
Story: #2005924
Task: #34214
2019-06-24 15:16:16 -04:00
Akihiro Motoki 9300916345 Drop nose dependencies
Horizon test setting no longer depends on nose and related stuffs.
This commit cleans up nose related dependencies.

Change-Id: I79d6f1be1a2efbdab78769817a97419556176a5a
2018-10-06 02:46:05 +00:00
huang.zhiping 86f514e9cc fix tox python3 overrides
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: Ie14819fe7be1fc6d7d8e04f2aa9f123bb6ad17e6
2018-06-09 09:22:23 +08:00
yfzhao 9322daa211 Drop py34 target in tox.ini and setup.cfg
We support py35 now. We do not have python 3.4 in setup.cfg which
declares the explicit supported versions. so it is no need to keep
 the supoort for py34.

Change-Id: Ic6315f1e9fde0588d56b91ab0ed2a6ae5c5f490a
2017-04-20 10:32:48 +08:00
Tony Breeds eb7ae61c47 Add Constraints support
To be co-installable with other OpenStack projects and have consistent
testing it's a good idea (tm) to use constraints when creating tox
environments.

Change-Id: Ifc3469ad67940bdf426bf672d70b6f0e33d5d61c
2016-12-21 11:21:53 +11:00
Luong Anh Tuan 8f9eccc4dc Don't include openstack/common in flake8 exclude list
There is no this directory openstack/common which was used to keep codes from
oslo-incubator, we have retired oslo-incubator. Removing openstack/commonfrom
all OpenStack code in favor of the Oslo libraries is a project wide goal
for the Ocata release. So don't use this directory any more. We should drop it
for improving searching efficiency.

Change-Id: Icf5c6fe7a704e132fb5feba2d84e2c9dbf9dd0e5
2016-10-31 11:10:30 +07:00
zhurong 78f3d9408f Using import horizon settings instead of copy settings
Change-Id: I1db63ee1bc9b46d488e4724526905ff88d6e176e
2016-09-22 02:57:48 +00:00
xiangxinyong 808f18f044 Initial Cookiecutter for smaug-dashboard
Change-Id: I9f7d1ac06d156edd7bf20ee019c75e09dea4c714
2016-03-07 17:21:25 +08:00