Skip to content
Snippets Groups Projects
  1. Nov 13, 2017
    • Akihiro Motoki's avatar
      Drop Makefile · 3ee03ac1
      Akihiro Motoki authored
      We don't use 'make' command in our development process and
      they are rarely maintained. It looks better to drop them.
      
      Change-Id: Ic4fe0fa79f9a1749162d5e4109a2dc86e156afca
      Related-Bug: #1483917
      3ee03ac1
  2. Aug 29, 2017
  3. Sep 09, 2015
    • Rob Cresswell's avatar
      Update MANIFEST for SCSS · 09706c6e
      Rob Cresswell authored
      Updates the manifest to account for SCSS, and ensures there are no CSS
      files left in tree.
      
      Change-Id: I0d421d931d252d821a7ecf19a750f73b8241c249
      Closes-Bug: 1493854
      09706c6e
  4. Aug 16, 2013
  5. May 29, 2013
    • Jiri Tomasek's avatar
      Renames tools/pip-requires to requirements.txt · 5b24518b
      Jiri Tomasek authored
      and tools/test-requires to test-requirements.txt
      
      These are standard files and tools in the
      general world are growing intelligence about them.
      
      Change-Id: Iac3c680dd19cabd8ea38598a6e2bb27238030a2d
      Fixes: bug #1179008
      5b24518b
  6. 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
  7. Nov 20, 2012
  8. Aug 15, 2012
  9. 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
  10. Jun 20, 2012
  11. Jun 12, 2012
    • Clark Boylan's avatar
      Move docs to doc. · f1a8e0c5
      Clark Boylan authored
      To better facilitate the building and publishing of sphinx
      documentation by Jenkins we are moving all openstack projects with
      sphinx documentation to a common doc tree structure. Documentation
      goes in project/doc and build results go in project/doc/build.
      
      Change-Id: Ic523a716e4113198b777d6dc3db8bb8a729e7696
      f1a8e0c5
    • Lin Hua Cheng's avatar
      New .tmpl files are not included in build. · e5551296
      Lin Hua Cheng authored
      Fixes bug 1010341.
      
      Add entry in the MANIFEST.in file to include *.tmpl
      file from Horizon.
      
      Change-Id: Iac6893afb334f32f4eb99087102c9d44abdb1b45
      e5551296
  12. 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
  13. May 18, 2012
  14. Mar 14, 2012
  15. Mar 05, 2012
  16. Mar 02, 2012
  17. 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
Loading