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
Updates the manifest to account for SCSS, and ensures there are no CSS
files left in tree.
Change-Id: I0d421d931d252d821a7ecf19a750f73b8241c249
Closes-Bug: 1493854
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
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
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
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
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
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
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
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