- Oct 25, 2013
-
-
Zhenguo Niu authored
Using new email address. Change-Id: Iabbc373bbdec6f7ec6316975fb693775070fae13
-
- Jul 30, 2013
-
-
Kun Huang authored
This is talked in bug #1188533, and in current codes, there are several places here: horizon/forms/__init__.py:18:from django.forms import * mark '# noqa' openstack_dashboard/settings.py:182: from local.local_settings import * openstack_dashboard/test/settings.py:5:from horizon.test.settings import * mark '# noqa' openstack_dashboard/dashboards/project/instances/workflows/__init__.py:1:from create_instance import * openstack_dashboard/dashboards/project/instances/workflows/__init__.py:2:from update_instance import * openstack_dashboard/dashboards/project/instances/workflows/__init__.py:3:from resize_instance import * fix it openstack_dashboard/dashboards/project/images_and_snapshots/urls.py:21:from django.conf.urls.defaults import * fix it fixes bug # 1188533 Change-Id: Id671280903f8452a78f81f1240d92297de7a89a8
-
- Jun 13, 2013
-
-
Joe Gordon authored
Using new email address, update mailmap to reflect that. Change-Id: I4371fb99e5e4c9dbb3138314102aaac15faa2f8d
-
- Dec 10, 2012
-
-
Zhongyue Luo authored
Removed unused imports founded by: find . -type f -name "*py" -exec pylint -r n {} \; | grep -E "Unused imp|^\*" Change-Id: I84f81ed833f6f792c5beb41a4d6b26cbb3236b2b
-
- May 18, 2012
-
-
Ke Wu authored
add name and contact info to AUTHORS file. Change Author in the commit message, add email to .mailmap Change-Id: Ic9aba5dfde0aae0faee6b944d253cd3d9d8ea4e7
-
- Apr 18, 2012
-
-
James E. Blair authored
Currently glance (which is required for testing by keystone because there is no python-glanceclient yet) requires distribute>=0.6.24, but it can't be installed as a dependency of a dependency. Requiring it explicitly here should help. Install test-requires first, otherwise distribute doesn't get properly set. Install distribute manually until we can re-address venv creation. Align webob version to the other projects due to version conflicts. Change-Id: Iac0b6860c600fbf230cf4f602ce1b76c68fcb7cd
-
- Mar 06, 2012
-
-
Tihomir Trifonov authored
Multiple emails per person are mapped in .mailmap file Fixes bug 945268 As primary email I've assumed the last one used in a commit. Change-Id: I755e98ccf82dc9a680bbfb103a0703c4d84d3e34
-