[openstack-dev] Python minimum version for Juno Horizon/Dashboard

2014-06-27 Thread Adam Nelson
I noticed that Django 1.7 no longer supports Python 2.6: https://docs.djangoproject.com/en/dev/releases/1.7/#python-compatibility Since it will be released in July/August, has there been any consideration of making 2.7 the minimum for Horizon and Openstack Dashboard?

Re: [openstack-dev] [Horizon] Use of AngularJS

2014-06-02 Thread Adam Nelson
I think that you would use the PyPI version anyway: https://pypi.python.org/pypi/django-angular/0.7.2 That's how most of the other Python dependencies work, even in the distribution packages. -- Kili - Cloud for Africa: kili.io Musings: twitter.com/varud https://twitter.com/varud More Musings:

Re: [openstack-dev] [Tuskar][Horizon] Javascript linter

2014-04-02 Thread Adam Nelson
I don't see why the license of a piece of software used to check the codebase (i.e. the linter) infects the codebase being checked. That would be like saying the Google terms of service under which I'm writing this email (Google Apps) infects the codebase. -- Kili - Cloud for Africa: kili.io

Re: [openstack-dev] [depfreeze][horizon] Exception for lesscpy=0.10.1

2014-03-26 Thread Adam Nelson
I'm not sure why there's so much resistance to Python package version minimums being increased. Everybody should be using virtualenvs anyway so it's not like there's some sort of need to support old libraries because that's what's on deployed OSes. I understand supporting old kernels, system

[openstack-dev] Travis yaml file on Horizon

2014-03-12 Thread Adam Nelson
I see that horizon doesn't use Travis CI Is that a political decision? If not, would there be resistance to adding a minimal .travis.yml file to horizon/master so that other people can use travis for their public horizon repos? Travis requires the file to exist on all branches for historical