- Nov 13, 2017
-
-
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
-
- Aug 29, 2017
-
-
Rob Cresswell authored
Change-Id: I74245159e8c4e17056170fe4a573ad899676aea6
-
- Sep 09, 2015
-
-
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
-
- Aug 16, 2013
-
-
Sascha Peilicke authored
While less.js from lesscss.org is still the most standard-compliant (err defining) LESS implementation, a pure-python one will drasticly simplify deployments. Since lesscpy doesn't support {outfile} just write to stdout, django_compressor will happily take that (See http://django-compressor.readthedocs.org/en/master/settings/#django.conf.settings.COMPRESS_PRECOMPILERS) Drop dependency documentation, there are no external (non-Python) tools left to setup. Meanwhile, lesscpy(>=0.9j) supports SVG stylesheets. Change-Id: I89ed102f7be4b554a28b001c9c0d40dab4a51ae6
-
- May 29, 2013
-
-
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
-
- Apr 27, 2013
-
-
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
-
- Nov 20, 2012
-
-
Gabriel Hurley authored
Fixes bug 1079621. Change-Id: Ic7f16ff86033e3e53e6682bd494b907f396490ce
-
- Aug 15, 2012
-
-
Thierry Carrez authored
Fix MANIFEST.in to include files missing from generated tarballs. Fixes bug 1037011. Change-Id: Ia1645a407f335d7bdb5319023b7b3be8fa114693
-
- Jul 04, 2012
-
-
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
-
- Jun 20, 2012
-
-
Gabriel Hurley authored
Change-Id: I5abfc72714e24aa6a30adcd335be3fd085cdfe79
-
- Jun 12, 2012
-
-
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
-
Lin Hua Cheng authored
Fixes bug 1010341. Add entry in the MANIFEST.in file to include *.tmpl file from Horizon. Change-Id: Iac6893afb334f32f4eb99087102c9d44abdb1b45
-
- May 26, 2012
-
-
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
-
- May 18, 2012
-
-
Gabriel Hurley authored
Fixes bug 1001219. Change-Id: Ib136692ac303a27a75114a690fd14e0f6505d8f3
-
- Mar 14, 2012
-
-
Thierry Carrez authored
Fix MANIFEST.in to include a few missing files in the docs. Fixes bug 954910. Change-Id: I8916dfb139607d33f9053a33b082b6eb44b00f3e
-
- Mar 05, 2012
-
-
Gabriel Hurley authored
Fixed a problem with the batch action translation strings preventing translations from working properly. Renamed the zh-cn and zh-tw translations to zh-CN and zh-TW as is correct. Fixed bug 947027. Change-Id: Ifa5704d5c9664d6c4af8ef3fca83a5a81148a82e
-
- Mar 02, 2012
-
-
Gabriel Hurley authored
Fixes bug 944763. Change-Id: Ic6334a9031cba80970b1bfb29fb89e1ace6468b3
-
- Mar 01, 2012
-
-
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
-