- May 30, 2017
-
-
OpenStack Proposal Bot authored
Change-Id: Id9d305a3f189294f139402cdba3f93c0904907aa
-
- May 24, 2017
-
-
Akihiro Motoki authored
If 'noqa' is specified all hacking checks are disabled. It is better to ignore specific rules explicitly rather than ignoring all. The recent flake8 supports this [1]. [1] http://flake8.pycqa.org/en/latest/user/ignoring-errors.html Change-Id: I74246adb4d1d2613c2703cf519428b64d00e59bb
-
- Mar 02, 2017
-
-
OpenStack Proposal Bot authored
Change-Id: I27217dfd6ffd1702cc4ae2b55bfc8db4fe5fb94e
-
- Sep 19, 2015
-
-
OpenStack Proposal Bot authored
Change-Id: I4dc6485edb7d1639234dec4f6c8ccf42fd9eb074
-
- Jul 15, 2015
-
-
OpenStack Proposal Bot authored
Change-Id: Ibb4dc8d22f737702cc17661044be0a7845830802
-
- Jun 22, 2015
-
-
OpenStack Proposal Bot authored
Change-Id: Idc25bccb0147f0f00d07ad0479ba6703c8fb89b5
-
- Jun 16, 2015
-
-
OpenStack Proposal Bot authored
Change-Id: Ia328c2ff8f3e29e2aff9f3a1a3978dda0fdf3b26
-
- May 01, 2014
-
-
OpenStack Proposal Bot authored
Change-Id: If8e08b4fb3fa32c9e9b6945a6833c97f4b499f1f
-
- Oct 01, 2013
-
-
OpenStack Jenkins authored
Change-Id: I053b84cd2a13f22e654b8fe94c62df60f55f3ec6
-
- Aug 08, 2013
-
-
Monty Taylor authored
Change-Id: Ibf423f14a5c37aa298b2115bfd4936f660c6f530
-
- Jul 12, 2013
-
-
David Lyle authored
Fixes: bug #1199923 Change-Id: I14af1320c0ba5e397489f3de697ae6e87d1ad00b
-
- 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
-
- Mar 19, 2013
-
-
Gabriel Hurley authored
Change-Id: I0eb60bb12a63e7ccf2623fb9aeaf9a9f84fda24e
-
- Feb 04, 2013
-
-
Monty Taylor authored
In preparation for tag-based versions, update to latest oslo-version code. Change-Id: I9f702f0304fdd5043326c95346b26bde06e20a1e
-
- Oct 22, 2012
-
-
Doug Hellmann authored
Add trove classifier to have horizon listed among the other OpenStack-related projets on PyPI. Change-Id: I70a2b3dedf437fbfd03d4c2d605af6d6c2ef98c6 Signed-off-by:
Doug Hellmann <doug.hellmann@dreamhost.com>
-
- Oct 11, 2012
-
-
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
-
- 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
-
- 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
-
- Mar 22, 2012
-
-
Ionuț Arțăriși authored
Change-Id: Ie53a3d304b225f34490063913b072147c271090b
-
- Mar 02, 2012
-
-
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
-
- 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
-
- Mar 02, 2012
-
-
Gabriel Hurley authored
Change-Id: I35b64d484311f3af97d818f82aa52815b0794f2c
-
- Mar 01, 2012
-
-
Gabriel Hurley authored
Change-Id: I9b774f5d64662f67d2a4dd2d1dd4dc59be0f45df
-
- Feb 29, 2012
-
-
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
-
- Oct 27, 2011