Skip to content
Snippets Groups Projects
  1. May 30, 2017
  2. May 24, 2017
  3. Mar 02, 2017
  4. Sep 19, 2015
  5. Jul 15, 2015
  6. Jun 22, 2015
  7. Jun 16, 2015
  8. May 01, 2014
  9. Oct 01, 2013
  10. Aug 08, 2013
  11. Jul 12, 2013
  12. Apr 27, 2013
    • Monty Taylor's avatar
      Migrate to PBR for build tooling. · 91e4715c
      Monty Taylor authored
      pbr is the library-ified version of the code that was in
      openstack.common.setup and version. It builds on top of d2to1 to
      provide declarative build configuration.
      
      Change-Id: Ic264fa33e17fe5fdc71d8c53412495b069ab74a4
      91e4715c
  13. Mar 19, 2013
  14. Feb 04, 2013
    • Monty Taylor's avatar
      Update to latest oslo-version. · 11867173
      Monty Taylor authored
      In preparation for tag-based versions, update to latest oslo-version code.
      
      Change-Id: I9f702f0304fdd5043326c95346b26bde06e20a1e
      11867173
  15. Oct 22, 2012
  16. Oct 11, 2012
    • Gabriel Hurley's avatar
      Splits OpenStack Dashboard bits from framework app code. · cb8e7c1f
      Gabriel Hurley authored
      Moves everything OpenStack-specific (dashboards, apis, etc.)
      into the openstack_dashboard project, achieving a much
      cleaner separation between the project-specific code and
      the generic Horizon framework code.
      
      Change-Id: I7235b41d449b26c980668fc3eb4360b24508717b
      cb8e7c1f
  17. Jul 04, 2012
    • Gabriel Hurley's avatar
      Includes LESS files in bdist packages. · df106572
      Gabriel Hurley authored
      Incidentally cleans up some files that didn't exist in the
      MANIFEST.in file.
      
      Fixes bug 1016085 but now needs to be followed by a fix for
      bug 1020799 in the future.
      
      Change-Id: I8a53bb17f14afdad61513afa67de7134722c49e9
      folsom-2
      df106572
  18. May 26, 2012
    • Monty Taylor's avatar
      Add ProjectTestingInterface to horizon. · c93e7c06
      Monty Taylor authored
      Horizon is the last project that doesn't have support for the common
      Project Testing Interface. This gets horizon up to speed with the
      other bits, but shouldn't break any of the existing interfaces.
      
      Change-Id: I464c3b10d9708a0b7b5ffd42c88cd3cf515ef6a7
      c93e7c06
  19. Mar 22, 2012
  20. Mar 02, 2012
    • Gabriel Hurley's avatar
      One last redux for setup.py requirement parsing. · f5a8fd44
      Gabriel Hurley authored
      Working around some limitations of setuptools/distribute/distutils
      in order to get the right versions of everything installed.
      
      Splits requirements out between core requirements and testing
      requirements.
      
      Change-Id: I2157527a91041a6297efe689b2a709f47fc605d8
      f5a8fd44
  21. Mar 01, 2012
    • Ghe Rivero's avatar
      Added package_data to horizon · a9d926e3
      Ghe Rivero authored
      Several files necessary for horizon are not included when installing/distributing the package.
      This patch includes the following extensions:
      *.html *.js *.csv *.template *.mo
      
      Patch Set 2: Added info to AUTHORS file
      
      Change-Id: Id8a6a007eff17edbe77d2ead236fa2067231248f
      a9d926e3
  22. Mar 02, 2012
  23. Mar 01, 2012
  24. Feb 29, 2012
    • Gabriel Hurley's avatar
      Unifies the project packaging into one set of modules. · 052aa55d
      Gabriel Hurley authored
      There are no longer two separate projects living inside the horizon
      repository. There is a single project now with a single setup.py,
      single README, etc.
      
      The openstack-dashboard/dashboard django project is now named
      "openstack_dashboard" and lives as an example project in the
      topmost horizon directory.
      
      The "horizon/horizon" directory has been bumped up a level and now
      is directly on the path when the root horizon directory is on
      your python path.
      
      Javascript media which the horizon module directly relies upon
      now ships in the horizon/static dir rather than
      openstack-dashboard/dashboard/static.
      
      All the corresponding setup, installation, build, and env scripts
      have been updated accordingly.
      
      Implements blueprint unified-packaging.
      
      Change-Id: Ieed8e3c777432cd046c3e0298869a9428756ab62
      052aa55d
  25. Oct 27, 2011
Loading