https://github.com/ging/horizon

sort by:
Revision Author Date Message Commit Date
01b5070 Fix inconsistencies between overview and index. However the tables are not identical, because the overview page serves a different purpose than the instance list. fixes bug 897094 Change-Id: Ic8de38418e3d206ed6a0f184062ef0ca9f20db65 04 January 2012, 00:03:36 UTC
7266ee5 Merge "Bug #910494: Horizon still tries to load quantum.client when QUANTUM_ENABLED=False" 03 January 2012, 21:58:49 UTC
eef90c6 Bug #910494: Horizon still tries to load quantum.client when QUANTUM_ENABLED=False Conditionally load api.quantum based on QUANTUM_ENABLED. This means that you don't have to have quantum.client installed if you're going to run with QUANTUM_ENABLED=False. Change-Id: I9abc08e18188a8fed681603ca2c0dd4534bc5135 01 January 2012, 07:26:11 UTC
580ecc2 Don't override PIP_DOWNLOAD_CACHE if it has already been set externally. Change-Id: I5e65529b5f3015091590d275f123f93d9bb9869b 01 January 2012, 06:20:28 UTC
d04a6fd Merge "Wraps all cancel button in trans tag" 31 December 2011, 00:34:12 UTC
eaa16a6 Fix another reference to python-keystoneclient, now that it's moved. Change-Id: If0e69338e67b95d2383042ef70f3553c5f942557 30 December 2011, 22:24:17 UTC
c991270 Wraps all cancel button in trans tag Fixes bug 891796 Change-Id: I126fdb9117f62b6d84116b7307d768532dca5865 30 December 2011, 22:06:07 UTC
cb76488 python-keystoneclient has moved from 4P to openstack. Update the reference. Change-Id: If2b3e82e3ac8ca6f45129eca7f0f40f76bda228e 30 December 2011, 10:40:29 UTC
8cf2c69 Prevent disabling/deleting yourself. Fixes bug 909940. Change-Id: I6c8624abac17410678b0f7fa5e8ee7d2eb10f142 30 December 2011, 01:11:20 UTC
5007826 Intelligent programmatic table generation! Implements blueprint reusable-table-component. This is a major step in making Horizon a componentized, reusable suite of tools for building awesome dashboards. It allows people to define and work with tables representing live data in Python, constructing all the appropriate actions, data transformations, etc. once, and then rendering everywhere consistently and without all the copy-paste duplication. Includes extensive tests and a full set of documentation for all public parts of the API. Change-Id: Ia4521eb1361a7fe5ebb839fde891db8fd5414c2e 29 December 2011, 23:09:33 UTC
34474b4 Changing sidebar tab titles. Fixes bug 893226 Change-Id: I917f566b4f9d5b148af0a4c4e0d93f136cff42ef 28 December 2011, 22:10:11 UTC
36b1d6f Merge "Improve runserver command to accept arguments" 28 December 2011, 20:26:45 UTC
28cc7b7 Refactoring the JS to clean things up and pull stuff out into separate files. Change-Id: I92c894a0c3c3322231ff467842075d456fe2a935 28 December 2011, 08:47:35 UTC
016e845 Merge "Added IP addresses by network group to instance detail page." 28 December 2011, 03:47:32 UTC
96761fb Merge "Remove problematic .pyc file for local_settings after test run completion." 28 December 2011, 03:32:25 UTC
c894301 Added IP addresses by network group to instance detail page. Change-Id: I55ae7215db8df54148bd2bece4dbaeaa3c3e7362 28 December 2011, 03:06:41 UTC
0dfd709 Remove problematic .pyc file for local_settings after test run completion. Change-Id: Ieebe51035775f51c65406f8eccf19cf5173aa720 28 December 2011, 00:22:16 UTC
f33d1d8 Improve runserver command to accept arguments Change-Id: I195427ebc8ce286f721aca81ec1d0888381deb9d 27 December 2011, 22:44:11 UTC
b3aeaae Merge "Fix Translation auto generation" 27 December 2011, 18:43:57 UTC
c9d39e2 Merge "Updated template loaders to the current class-based versions." 26 December 2011, 07:34:24 UTC
2e37631 Fix Translation auto generation Change-Id: Ibff1c2952be641270a6a3df291d021e9a5add5eb 23 December 2011, 14:18:44 UTC
06a3602 Updated template loaders to the current class-based versions. The old values were deprecated as of Django 1.2 and will be removed in 1.4 Change-Id: Ie7611b4554fe2f31a2c38c3d5729d3d90c9e6afb 23 December 2011, 03:01:46 UTC
179a21f PEP8 fixes. Change-Id: I902feafe7b4d69631c32efc0f2c35fbd858da56f 23 December 2011, 03:00:37 UTC
cf4261e Fix for pep8 output so Jenkins will recognize the violations. Change-Id: Ic8f0043015c9fced7020e3b5615c338aadae542b 23 December 2011, 02:41:48 UTC
adc6598 Merge "Bug #906105: run_tests.sh ignores -V option" 23 December 2011, 02:03:10 UTC
0444e3e Hide instance launch modal window on images page by default Hiding this manually for now, but I think the modal window should be refactored to work like the others. (ie it should take the hide variable from the parent template). Change-Id: I485702be8366eea88dfb2cd618603d12575d9697 22 December 2011, 21:34:16 UTC
7181022 Bug #906105: run_tests.sh ignores -V option Implement -V for compat with nova/run_tests.sh (and others). If -q is set and -N is not set then assume -V, for compatibility with the Horizon Jenkins, which is using -q to imply -V as well as its other meanings. Change-Id: I0179a00d614285faa17a0845a523b1bfd063aa11 22 December 2011, 00:07:40 UTC
c5cc760 Removing Chosen js plugin call Change-Id: Iaf79d1b0418c3a68132eb21f79427b13e587fad2 21 December 2011, 23:58:53 UTC
af46fdb Fix for a non-fatal error in the bash script due to an uninitialized variable. Change-Id: I3a2a917ad189f4a871eb6d00cd17147796716445 21 December 2011, 23:15:21 UTC
b83bd37 Fixed failure caused by non-interactive pip installs erroring out on github repo changes. Change-Id: I17494a13afd2ce8e24cb3cfdfedf541a443d2a89 21 December 2011, 22:22:41 UTC
402701e Merge "Making changes for new keystoneclient changes." 21 December 2011, 21:41:16 UTC
0aceb08 Merge "Bumping Django version to 1.3.1 for security fixes." 21 December 2011, 21:36:07 UTC
c396ca8 Making changes for new keystoneclient changes. Change-Id: Ib849e5b6b2a81ef94954975497f045a37189ab0f 21 December 2011, 21:34:09 UTC
be18b71 updating python-novaclient Change-Id: I8fd2f5698568b450bb7cf97e52cb30398f330584 21 December 2011, 20:51:39 UTC
0c9886f Bumping Django version to 1.3.1 for security fixes. Change-Id: I14b9323eee61110aec34d4e265a66e9890d97d61 21 December 2011, 20:39:04 UTC
6ed8d85 Merge "Converting security groups to check boxes." 21 December 2011, 20:12:13 UTC
886e923 Merge "update horizon generation of openrc to reflect cliauth" 21 December 2011, 19:22:42 UTC
e69ec81 update horizon generation of openrc to reflect cliauth Change-Id: I0669c21a3878f8257e1b67ebecccf084b9f6731b blueprint: cli-auth 21 December 2011, 18:09:46 UTC
1ae6147 Fixing GIB and MIB on system overview. Change-Id: I3a8c7236e5399397827dc5134fb180d8777a2ea1 21 December 2011, 17:31:05 UTC
d1d7452 Loading settings page while logged out now redirects. Fixes Bug 907030 Change-Id: I699ef7a4a86ae73080daa1b9b9d23cc5e3d96ec3 20 December 2011, 20:38:14 UTC
73ad393 Merge "readding ip to main list table for usability" 19 December 2011, 20:25:26 UTC
22d465e Converting security groups to check boxes. Bug 884486 Change-Id: I8b654c854b4c18dc6e28039eecbc8e97447a66bb 19 December 2011, 20:19:12 UTC
8f25177 Merge "Fixes deprecated attribute access." 19 December 2011, 05:42:59 UTC
7204b9f readding ip to main list table for usability Change-Id: I901721c127e7a3d4e72e497d21004d507c160e87 17 December 2011, 04:44:18 UTC
a37a29c Stop using api_key as a keyword The final goal being to rename api_key to password in novaclient. Change-Id: I37e57e83187e3dd28c55ad33073e0ff7e4df5d76 Signed-off-by: Julien Danjou <julien.danjou@enovance.com> 16 December 2011, 14:38:02 UTC
23d66a1 Fixing cancel button on create flavor page. Fixes Bug 905073 Change-Id: I6d1a3948748d01c90ba95f423dcf987da91fd628 16 December 2011, 04:09:57 UTC
509164c Fixing incorrect formatting of django tags. Fixes Bug 905020 Change-Id: Ib00ad798b16d0d6ebdcd85b3ba73478e9ad8ea56 16 December 2011, 02:52:34 UTC
5aed187 Fixes deprecated attribute access. Fixes bug 898510 I did a hasattr check whenever the code tries to access the message attribute of a BaseException. Since openstackx, glance, and quantum implements their exceptions with a message attribute, I thought keeping the message attribute access was logical. Change-Id: Iabe986359077d11bb4bdae15f9e7d6db2aecdbb0 16 December 2011, 01:34:01 UTC
00fcb42 Adding page titles to all pages. Fixing Bug 897068 Change-Id: Ia70eb999740b3212aa760318e839f2ff94dc8c7d 15 December 2011, 23:31:57 UTC
e7d7643 Fixing floating ip allocation. Change-Id: Ie229923384fdaf59e5141cf781bfb6f8dc8f30fb 15 December 2011, 00:27:36 UTC
4a4c983 Fixing the edit security group rules form bug 898862 Change-Id: I8273dee3d49d655073a7a0818150b1ba960bcca4 14 December 2011, 22:22:52 UTC
56dd28b Merge "blueprint UX Improvement" 14 December 2011, 22:17:34 UTC
21779f2 Fixing the logic for hiding server actions when they're building Change-Id: Ifb0a6f29ddb8d55dddc2455caecf1e10aa371e37 14 December 2011, 20:48:46 UTC
5cfaf85 blueprint UX Improvement bug 904374 Re-added status_sprite.png to images folder. Change-Id: I4717683ce561a785842d3d08e2a6699f5962de2b 14 December 2011, 18:22:52 UTC
96e8280 Hiding unusable actions for instances that are not in the active state Change-Id: If663197ad74535b1cf724531c721933d34169487 14 December 2011, 07:11:24 UTC
c2826ff Restored instance details to instance index and detail pages. Fixed bug 900435. Change-Id: I61a475b61ae55cdcd55cc0373c2cdb5d71cff0c1 14 December 2011, 04:44:31 UTC
6262643 Merge "Merging Images and Snapshots into a single panel." 14 December 2011, 04:17:22 UTC
e4a2b18 Merge "Fix templates installation" 14 December 2011, 03:20:13 UTC
96f5225 blueprint Improve Dashboard UX bug 904030 After the user submits a form by hitting a submit button (an application wide behaviour), the button now provides visual confrimation of it's submission by disabing though the removal of the primary class. Change-Id: If52fe30b55b78a46951568df7a78dc2b6efa6ad3 14 December 2011, 02:42:00 UTC
4240fcb Adds a named view for sending users to the appropriate home page. Fixes bug 893219. Change-Id: I6698cc3261d2f9e62b36684bedcad0a4a52b26a9 14 December 2011, 00:25:23 UTC
6388d3e OpenRC file download settings panel w/ tenant selector. Implements blueprint cert-download. blueprint: https://blueprints.launchpad.net/horizon/+spec/cert-download Includes a little pep8 cleanup. Change-Id: Id5c280fda2c809c8a362e65eca40e129a881123f 13 December 2011, 22:48:04 UTC
e950745 Merging Images and Snapshots into a single panel. Change-Id: I897c6930a45b546dc3a742a4baf735fae4c7fbfd 13 December 2011, 02:02:58 UTC
8642018 Volume name is passed to novaclient properly. Fixed bug 890908. Change-Id: I51bac51fa3900a8d2dfdba4883e98e951956126d 13 December 2011, 01:55:57 UTC
97dbcb2 Merge "Fixes the syspanel instances page after instances_and_volumes merge." 13 December 2011, 01:54:17 UTC
3fdfd02 Fixes the syspanel instances page after instances_and_volumes merge. Change-Id: If16fc61d20f9d09d96ac311f841df15ae704d5a8 13 December 2011, 01:26:06 UTC
3f6e168 Merging Floating Ips, Keypairs, and Security Groups into a single panel. Change-Id: Ia5b755f2e89a121fc67ca0ddb1a173e3ea97a889 13 December 2011, 01:04:04 UTC
8a121c8 Merge "Testing improvements." 12 December 2011, 20:46:04 UTC
c63d097 Testing improvements. Fixes bug 903349 -- sets socket timeout and overrides httplib2 connection method so that escaping external URI calls don't sit around forever. Fixes bug 894776 -- run_tests.sh properly respects the -N flag again. Change-Id: I979f49f065021cb91d8b9d01b6a36f78de1897df 12 December 2011, 19:34:42 UTC
51069c0 fixing url error which occurs when you attach a volume Change-Id: I5cd6525bdad0a47a01a6a20d7642a0689699b347 12 December 2011, 19:29:01 UTC
17b02f9 Merge "Updated quantum API" 10 December 2011, 23:33:26 UTC
50b5992 Merging Instances and Volumes into a single panel. Change-Id: If469511149bdea1de178b5ad82f2f2905c9cb7bf 10 December 2011, 19:40:58 UTC
f72cfc1 Merge "Adds the ability to specify the URL pattern name for Panel.get_absolute_url." 09 December 2011, 22:48:00 UTC
b4f1226 Merge "Keypair bugfixes." 09 December 2011, 22:46:09 UTC
f068f9e Cleans up error handling for index view api calls. Prevents 500 errors. Also brings buildout config for glance into line with pip-requires. Fixes bug 893795. Change-Id: Ia5cc1d480cf160c682a6ec7a3d0bed9057e7acc9 09 December 2011, 21:37:59 UTC
75bff69 Keypair bugfixes. Corrects keypair name validation and prevents illegal characters in header name. Fixes bug 900528. Fixes location of "refresh this page" message insertion to match other messages. Ensures that deletion of keypairs gets a confirmation dialog box. Change-Id: I99d70dd21c840320ef3fc6a246d283cef5b7a64a 09 December 2011, 20:26:08 UTC
9e84bae Merge "CSS layout fix to make sure title elements are properly cleared." 09 December 2011, 19:54:26 UTC
ca6f868 CSS layout fix to make sure title elements are properly cleared. Fixed bug 900535. Change-Id: I835c849c6c3d67ba88cdc1dd44ade9d2091f428b 09 December 2011, 19:40:47 UTC
676370b Corrected a broken trans tag. Fixed 900527. Change-Id: I56e625f491d6d0dce658392feb1f824f69664484 09 December 2011, 19:12:34 UTC
137fc84 Adds the ability to specify the URL pattern name for Panel.get_absolute_url. Change-Id: I177ac498f9ca83ae866b1d7d1f7184a0c093d3be 09 December 2011, 00:23:06 UTC
4d9f5e8 PEP8 fixes. Change-Id: If44db0308ff9975de510b84e27f2d9afa66b880e 08 December 2011, 23:35:22 UTC
5fa8539 Reworks messages so they display if they have multiple tags applied. Change-Id: If53f6b51d52edb846861e7df12dd7ba891ec3ed6 08 December 2011, 00:15:23 UTC
0cb30bf Cleanup of splash page error messages and keystone error handling. Removed several templates which have not been in use for some time. Moved messages tempalte snippet into horizon since we're using it there and it's generic anyway. Fixed bug 871871. Change-Id: I4c9aa22e022b41c5d353c05b0b32cf3e85c376ea 07 December 2011, 23:12:36 UTC
16af5d4 Updated docs for the Dashboard.panels attribute to be clearer. Fixed bug 900148. Change-Id: I2b1f6dab8b5a0e1edc59ff89f59f48a0391b9b10 07 December 2011, 20:10:46 UTC
1547e59 Updated quantum API Updated call to set port state to match changes to the Quantum API. Change-Id: I9b40afd5c1492d25708517b2ce760ce042994c62 06 December 2011, 22:42:26 UTC
fa365d6 Merge "Fix sys.path in WSGI file" 06 December 2011, 21:36:39 UTC
924abf8 Merge "Fixes LP Bug#862664 - Improper calls to get_image" 06 December 2011, 20:52:53 UTC
1c1fac7 Changing the wording for disk quota. The current wording presented confusion to multiple users. Change-Id: I9244b596846f3502ea05e60546b1f994f16ac400 06 December 2011, 19:40:58 UTC
59be682 Merge "Remove dependency on django-mailer" 06 December 2011, 19:24:42 UTC
068c782 Fixes LP Bug#862664 - Improper calls to get_image The glance.client.Client.get_image() call returns a tuple of (metadata, image_iterator). Unfortunately, Horizon's glance API calls get_image() when it means to call get_image_meta(). Because the call to get_image() simply ignores the image iterator returned from get_image(), when the image iterator is garbage-collected, this causes the connection to Glance to be closed, however by that time the socket bound to the iterator has been switched out by eventlet. The result is lots of these in the Glance API log: 2011-09-28 17:46:12 DEBUG [glance.store.filesystem] Found image at /opt/stack/glance/images/3. Returning in ChunkedFile. 2011-09-28 17:46:12 DEBUG [eventlet.wsgi.server] Traceback (most recent call last): File "/usr/lib/pymodules/python2.7/eventlet/wsgi.py", line 351, in handle_one_response write(''.join(towrite)) File "/usr/lib/pymodules/python2.7/eventlet/wsgi.py", line 301, in write _writelines(towrite) File "/usr/lib/python2.7/socket.py", line 334, in writelines self.flush() File "/usr/lib/python2.7/socket.py", line 303, in flush self._sock.sendall(view[write_offset:write_offset+buffer_size]) File "/usr/lib/pymodules/python2.7/eventlet/greenio.py", line 283, in sendall tail = self.send(data, flags) File "/usr/lib/pymodules/python2.7/eventlet/greenio.py", line 269, in send total_sent += fd.send(data[total_sent:], flags) error: [Errno 104] Connection reset by peer This patch fixes the improper calls to get_image() by replacing them with appropriate calls to get_image_meta(). Change-Id: I741a207ba0e222820492aeb48bab9464d17539ab 06 December 2011, 17:45:41 UTC
0a3aebf Fix templates installation The setup.py does not install all the required templates, making horizon unable to render pages. Change-Id: I1e20e232e6837a3db934bce764bdbe1d1b8d5b6f Signed-off-by: Julien Danjou <julien.danjou@enovance.com> 06 December 2011, 17:10:34 UTC
432a29b Remove openstack.compute usage Change-Id: I898952ae6f141759aeacc8dec5756ffe4e14ca51 Signed-off-by: Julien Danjou <julien.danjou@enovance.com> 06 December 2011, 15:07:28 UTC
6434611 Moving login error messages into the login dialog. Fixing broken test and removing duplicate tenant_delete function. Change-Id: I1dd20221c0ca4155e1005e229d70aeffc76bd633 06 December 2011, 01:14:28 UTC
72ec279 Converts keypairs to use the new ajax modal dialogs. Incidentally updates jQuery to 1.7.1 and uses the "on" method instead of "live" for click handling as per Tres' comment. Adds a common "main_content" id to all the base.html templates for uniformity. Change-Id: I667cfaa72b9b85883a86649a666e75e4d501b93e 05 December 2011, 23:57:42 UTC
e51db86 Fixed nova dashboard image update view (was returning 500 error). Change-Id: I7f3e83270ab6e4bdce7fd34b675a6890108a98b3 05 December 2011, 23:23:13 UTC
0537e9a Merge "Fix for a misnamed attribute." 05 December 2011, 21:48:58 UTC
c002fef Fix for a misnamed attribute. Change-Id: Ib0eaaef4885cc17a55e061f2d5f9bc25a305abfc 05 December 2011, 20:16:29 UTC
5eb713e Implementing new table features. Change-Id: I93840f3af736a6770ec568a38c4993746c6e76dd 05 December 2011, 19:20:45 UTC
11f4f78 Improved error message for attempt to access an unregistered dashboard. Change-Id: I5025823a508e4c20df751b25a0e80a649f349c08 04 December 2011, 06:23:14 UTC
7329714 Merge "Gave the README an extension that github would recognize and then render." 04 December 2011, 06:15:10 UTC
84ad20e Merge "Added bugfix for Django URL reverse bug." 04 December 2011, 06:13:37 UTC
back to top