Skip to content
Snippets Groups Projects
  1. Oct 25, 2013
    • Zhenguo Niu's avatar
      Update my mailmap · c72ad4fe
      Zhenguo Niu authored
      Using new email address.
      
      Change-Id: Iabbc373bbdec6f7ec6316975fb693775070fae13
      c72ad4fe
  2. Jul 30, 2013
    • Kun Huang's avatar
      remove 'import *' usage (or mark is #noqa) · f5851524
      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
      f5851524
  3. Jun 13, 2013
    • Joe Gordon's avatar
      Update my mailmap · 79c56eb7
      Joe Gordon authored
      Using new email address, update mailmap to reflect that.
      
      Change-Id: I4371fb99e5e4c9dbb3138314102aaac15faa2f8d
      79c56eb7
  4. Dec 10, 2012
    • Zhongyue Luo's avatar
      Removes unused imports · a3d136e3
      Zhongyue Luo authored
      Removed unused imports founded by:
      
      find . -type f -name "*py" -exec pylint -r n {} \; | grep -E "Unused imp|^\*"
      
      Change-Id: I84f81ed833f6f792c5beb41a4d6b26cbb3236b2b
      a3d136e3
  5. May 18, 2012
  6. Apr 18, 2012
    • James E. Blair's avatar
      Add distribute to test-requires. · 0c18385f
      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
      0c18385f
  7. Mar 06, 2012
Loading