https://github.com/ging/horizon

sort by:
Revision Author Date Message Commit Date
97fc4f8 Final versioning for 2012.1 Set Final=True on 2012.1 as we cut RC1. Change-Id: Ie09be4da5945e8d0b884f96d07e7efab283eee6b 20 March 2012, 16:20:18 UTC
e42a70a Merge "don't use zipfile's context manager as it won't work on py2.6" 20 March 2012, 15:48:26 UTC
2a51171 Corrects glance image action permissions. * Admins have full permissions to edit and delete images from syspanel, plus Glance's client returns a proper 403 error instead of 401, so inappropriate access no longer logs the user out inappropriately. Fixes bug 955744. * Regular users can edit and delete if their tenant owns the image. Fixes bug 950364 and fixes bug 737360. Note, this requires the latest version of Glance. Change-Id: Ib816d7e6e1320a9024c5dbe95b04249291ec0463 20 March 2012, 01:56:33 UTC
28deef6 Merge "Load tab context data during init for "preload" tabs. Fixes bug 959800." 19 March 2012, 23:49:02 UTC
8b1d028 Load tab context data during init for "preload" tabs. Fixes bug 959800. Change-Id: If05c022def2e97bbae682db65d4311b1401e850d 19 March 2012, 23:31:40 UTC
9bb106f Merge "Changing name of project settings page to Download OpenStack RC File." 19 March 2012, 22:59:22 UTC
872543a Changing name of project settings page to Download OpenStack RC File. * Also updates internationalization strings. Change-Id: Ie14aadfd38cada0a0905bffb024e8818ac02bbe3 19 March 2012, 22:02:02 UTC
9931748 Making download ec2 credentials submit button blue Change-Id: I1aa42c99c85ca79f525d4839c0f89903eddcea16 19 March 2012, 21:10:52 UTC
6d75243 Merge "Allow message assertions to check response context as well." 19 March 2012, 20:18:43 UTC
2f946fa Allow message assertions to check response context as well. This makes it a little more flexible in edge cases where the messages have already been unset in the cookie storage (e.g. the request-response cycle is complete). Change-Id: I9f3b1ec3f908d05c523ce013ab5fbd73837aff55 19 March 2012, 19:55:19 UTC
f59ecbe Fixed a variable being clobbered in the auth_forms handler. Adds some new test data and a regression test for this bug. Fixes bug 953806. Change-Id: I1873e7f2cf0ce4431a6f6fb0ad7b0ef0cbd34334 19 March 2012, 19:45:09 UTC
8ea8422 Adds service name to services table. Also moves most of the logic to a Service wrapper class to make it reusable. Adds tests for the new service class as well as the syspanel services view. Fixes bug 956552. Change-Id: I9407578bb27f3fe0765397793f2de03ed084637b 19 March 2012, 19:45:00 UTC
67f3d28 Merge "Added AJAX updating error handling." 19 March 2012, 19:12:55 UTC
e315b19 Fix EC2 endpoint when downloading credentials This fixes bug #959480 Change-Id: Ib1f645dc8200a0f943e81c8aef94d1247bb02881 Signed-off-by: Julien Danjou <julien.danjou@enovance.com> 19 March 2012, 18:48:55 UTC
53f15d9 don't use zipfile's context manager as it won't work on py2.6 Fixes bug: 955994 Change-Id: I436c667f496b10d64281538692acc10e327a8fdf 19 March 2012, 09:51:39 UTC
75053c8 Merge "Filter action respects HTTP method. Fixes bug 931272." 19 March 2012, 05:44:15 UTC
b3c7035 Add a select all checkbox at table header dynamically * implements wishlist at bug 959017 Change-Id: I22a1fc3007dcf69e5f3f0d9eac48adbe62ad8035 19 March 2012, 05:27:37 UTC
74dd2e9 Filter action respects HTTP method. Fixes bug 931272. Change-Id: I1c292f741349a2e82a871432fbba0edd9d62044c 19 March 2012, 05:26:05 UTC
f2c4e80 Merge "Security Group Rule enhancements." 19 March 2012, 05:20:26 UTC
19ef513 Paring down the syspanel instances table. There was simply too much information in that table to be usable. It probably still needs to lose more weight in favor of moving things to a more admin-oriented detail page. However, we need to get real user feedback on what data is critical for the overview vs. what can be in a detail page. Fixes bug 944506. Change-Id: Iaad218bc6ed6647645c5943920467bec097a0a2d 19 March 2012, 04:35:43 UTC
fccfacb Security Group Rule enhancements. * Corrects inconcsistent capitalization. Fixes bug 956760. * Adds a default value for CIDR and updates handling code. Fixes bug 956771. * Corrects the way SelfHandlingForm access the cleaned data. Fixes bug 958971. Change-Id: I66afeb4b530be350f33f63c8f9a60bd4a20e01bf 19 March 2012, 03:57:12 UTC
3a6ffe8 Added AJAX updating error handling. * Splits the AJAX complete method into complete, success, and error. * Cleans up 404 (e.g. gone/deleted) handling. * Adds 5XX error handling. * Adds client-side alert message templating. * Adds client-side conf (debug and static_url) loaded from backend. Fixes bug 957461. Change-Id: I5114430d35e2d20603e817651540b2db1f8a4d07 19 March 2012, 02:32:46 UTC
9ba9d97 Merge "reset table to empty look if row becomes empty during updates" 18 March 2012, 23:18:22 UTC
b53d083 Instantiate novaclient managers for test data. Some novaclient resources now have a "human_id" property which requires a call to a bound method on the manager. Thereby we need to instantiate the managers in the test data rather than simply passing the class. Fixes bug 958857. There's also some cleanup on the test settings here, to remove some outdated settings and to use an in-memory database instead of a file on disk. Change-Id: I1331e4ae5658b45d01b8247623554c5c43f67578 18 March 2012, 22:43:12 UTC
9fbca56 Using the <caption> tag for table captions. Fixes bug #953741 Change-Id: I68873292cefac3ad9426f235c228522db3cf171f 17 March 2012, 22:10:09 UTC
5ab5d28 reset table to empty look if row becomes empty during updates * fixes bug 955706 Change-Id: Icb4190ce8cf20e3375c237f6729c64cb17f404e1 17 March 2012, 04:32:29 UTC
baf6662 Improves the BaseAdminView TestCase. Change-Id: I7786cac7dc8968d08083236e617a178e75d2e0b3 16 March 2012, 23:52:35 UTC
3763816 Merge "Adding a string for the create volume form. Fixes Bug #957139" 16 March 2012, 21:39:40 UTC
69f784b Merge "Set usage to 0 if attribute not present" 16 March 2012, 20:56:22 UTC
a942066 Adding a string for the create volume form. Fixes Bug #957139 Change-Id: I431b4799612fbea87e34f983b2654a0defdb8a4c 16 March 2012, 20:52:08 UTC
ca82397 Merge "Clears session if login fails unexepctedly. Fixes bug 956493." 16 March 2012, 20:39:18 UTC
a8b4308 Merge "fix syspanel overview missing messages if future date selected" 16 March 2012, 20:33:38 UTC
0798706 Merge "Port validation should include 65535" 16 March 2012, 20:27:38 UTC
fabb3d9 Merge "auth_forms: remove dead code" 16 March 2012, 20:08:23 UTC
440950b Merge "Remove OPENSTACK_KEYSTONE_ADMIN_URL" 16 March 2012, 19:56:56 UTC
cefb135 Set usage to 0 if attribute not present This fixes bug #956989 Change-Id: If673dff48806642c866c593ab0575a470906cb2d Signed-off-by: Julien Danjou <julien.danjou@enovance.com> 16 March 2012, 14:05:11 UTC
d4456b3 fix syspanel overview missing messages if future date selected Change-Id: I172a681c107ad0703ef5a4558250576a700b6dae 16 March 2012, 08:17:17 UTC
99019b2 allow backdrop for modal inside modal, and rearrange the z-indexes * fix bug 955622 * proper fix for the quick fix https://review.openstack.org/4806 Change-Id: Ibbe929fa6264ee7ecf443bae759e4a26cc14a22b 16 March 2012, 07:37:28 UTC
fd3bb97 Port validation should include 65535 Python's range test in inclusive to exclusive. Update 65535 to 65536. bug 956683 Change-Id: I1e22c045ab659c8a303e9fe3823236fe3e114feb 16 March 2012, 05:18:43 UTC
cb18f03 Clears session if login fails unexepctedly. Fixes bug 956493. Change-Id: I1435d6beb2142d22c9357399c761a12d9969edbb 15 March 2012, 22:25:40 UTC
f00f177 Merge "allow errored volume to be deleted since nova api allows it now" 15 March 2012, 19:12:57 UTC
b8754d5 Updates Image Details page to match other details pages. Fixes bug 955625. While updating these, a bug was discovered in the tab exception handling which is also fixed by this patch. Fixes bug 955642. Also incorporates some cleanup on the other details pages so that they are all uniform and at their best. Additionally, added a command to run_tests.sh to update all the translation strings (./run_tests.sh -m or --makemessages). Updates translation files. Change-Id: I61287b91fb442f7343c2ddebfcc547dc559efbdf 15 March 2012, 18:40:46 UTC
8a25850 Merge "Corrects available actions for syspanel images table." 15 March 2012, 18:39:24 UTC
83d04b6 Remove OPENSTACK_KEYSTONE_ADMIN_URL This is not needed anymore, since the catalog is now used. Change-Id: I9dca3c91b6f50f5f15ec334f5a124ca08b9e4194 Signed-off-by: Julien Danjou <julien.danjou@enovance.com> 15 March 2012, 11:06:34 UTC
ebbf8a0 auth_forms: remove dead code tenant is not used at all Change-Id: I013eae34abc116b7127d0b2d68011248528353f9 Signed-off-by: Julien Danjou <julien.danjou@enovance.com> 15 March 2012, 10:53:47 UTC
66f67fc Merge "set minimum instance launch count to 1" 15 March 2012, 08:51:32 UTC
3ab6377 allow errored volume to be deleted since nova api allows it now * fixes bug 955704 * related nova changes at https://review.openstack.org/5342 Change-Id: I10aa598a3bfbc63bade757972c09db43377a737b 15 March 2012, 08:04:29 UTC
b989724 adds default text for empty instance list in form select widget * updated related locale .po file Change-Id: Ie217a6021829822777a6b0af7ce166a5c21ee549 15 March 2012, 06:27:43 UTC
b61ee08 Corrects available actions for syspanel images table. * Fixes bug 955630 by removing the launch instance action. * Allows admins to delete any image. Change-Id: Ie9bd1c93349c19ac07b6d576115420da55148042 15 March 2012, 01:01:51 UTC
42c4715 Merge "add source group rule interface in security groups edit" 15 March 2012, 00:45:20 UTC
4cf6933 Merge "Updating ec2 credentials verbiage." 15 March 2012, 00:27:53 UTC
7459bc7 Merge "Add missing docs files in tarball" 15 March 2012, 00:16:41 UTC
7d6089b Updating ec2 credentials verbiage. * Makes it more clear that you are also receiving your access and secret key in an rc file, instead of just your x509 certs. * If user already has ec2 credentials, return them, otherwise create. Prior to this fix, every time you downloaded a new bundle, you would get a new access/secret key pair. * Fixes bug 947647 * Fixes bug 953530 Change-Id: Ifdbdf0036bfbaacae2e525fd6791f83aa947f3ff 14 March 2012, 22:45:37 UTC
e2a558a Changes 'project settings' to a more fitting 'OpenStack Credentials' * fixes bug 953373 Change-Id: I1546e8b3e47aea0762efe68dfbc7d233e86b26a0 14 March 2012, 20:54:15 UTC
6ceebc1 Merge "Added IDs and identifiable classes to all action buttons." 14 March 2012, 19:18:37 UTC
b9a5911 Merge "User.authorized_tenants is now a cached property." 14 March 2012, 18:06:21 UTC
cb8f3dd Added IDs and identifiable classes to all action buttons. Fixes bug 953483. Change-Id: Ie6b858a9a595d024f71ca372a11b97a454b3b1e8 14 March 2012, 17:33:14 UTC
ee3e890 Merge "Created a new detail view for volumes (like instance details)." 14 March 2012, 17:28:17 UTC
047d674 Add missing docs files in tarball Fix MANIFEST.in to include a few missing files in the docs. Fixes bug 954910. Change-Id: I8916dfb139607d33f9053a33b082b6eb44b00f3e 14 March 2012, 15:12:52 UTC
5a2da5d set minimum instance launch count to 1 * added assertion test for form errors Change-Id: I573a459facfbad6980390d97b26f490613cabc87 14 March 2012, 08:05:07 UTC
56d98e5 Created a new detail view for volumes (like instance details). * fixes bug 944497 and fixes bug 953464. Change-Id: Idea17ab07f4fa46b72af6b54017899cbfe7e6ef0 14 March 2012, 01:47:56 UTC
753ebd6 Moved ajax updating from Action to Row. This fixes the problem of having to "hide" the update action in the row's actions column. Fixes bug 948397. Additionally, added some protection for spillover between the attrs dictionary on action instances. Fixes bug 954592. FWIW, the code involved in the AJAX updating is largely identical, it's just been moved from Action to Row and had few data accessors renamed to account for the differing relation to Table and Row. This also allowed the javascript to be significantly cleaner. Change-Id: Ic8932a33ca6956a56c8eee09bb0a4d1f59e0ab3a 14 March 2012, 00:44:07 UTC
f7c0dd2 Adding a cancel CSS class to confirmation modals so they can be styled individualls. Fixes Bug #954515 Change-Id: I99ff5bc2252991216c47d4a9d95b420369f56966 13 March 2012, 22:18:34 UTC
382a510 User.authorized_tenants is now a cached property. This allows moving the call to get authorized tenants out of the middleware (which was a wasteful call on many requests), and allows the value to be re-used anytime it's accessed more than once per request. Fixes bug 942074. Change-Id: Ic09b15adbffb16c0358bb28aec73345cc01834ad 13 March 2012, 22:11:06 UTC
dff76a2 Merge "Updated docs to reflect current required services for Horizon." 13 March 2012, 20:30:00 UTC
6999780 Updated docs to reflect current required services for Horizon. Fixes bug 946874. Change-Id: Ieaac7f102047be1d6fb17f129bd2b74d13a1dc4c 13 March 2012, 20:11:16 UTC
ceed483 Show security groups for instance in overview detail. Fixes bug 897090, since IP information is displayed as nova returns it. Change-Id: If64ec14ba4cf6b081a7a99aa7ccee0aef70efa35 13 March 2012, 19:54:18 UTC
d3f2552 Merge "add progressive interval delay, extra checks in ajax row update polling" 13 March 2012, 19:28:37 UTC
24ab51c Merge "fix filter form for container objects list" 13 March 2012, 19:23:23 UTC
a044427 Merge "use tables.DeleteAction for DeleteContainer and DeleteObject" 13 March 2012, 19:17:44 UTC
ad7c3c7 Merge "force actions_column min-width:140px to prevent dropdown collapse" 13 March 2012, 19:03:20 UTC
3afb8ad Merge "Removes duplicate error messages from being displayed during batch action error." 13 March 2012, 18:57:59 UTC
6c92987 Merge "Volume delete action cleanup." 13 March 2012, 18:52:40 UTC
b820fba Adds default text for keypair select widget on launch form. Fixes bug 953488. Change-Id: I089f281111203959995fb0ca5068cd2aabcd2b18 13 March 2012, 18:29:00 UTC
ea63d25 force actions_column min-width:140px to prevent dropdown collapse * fix bug 953750 Change-Id: I60241e85a5831ffac0d7ec5b26b13f15cafdd494 13 March 2012, 10:54:52 UTC
dfe55c0 add progressive interval delay, extra checks in ajax row update polling * fix bug 948429, increase interval multiplier if row no update * fix bug 948432, with following changes * update row with replace only if html differs (changes found) * do not trigger ajax request if row action is expanded * still trigger ajax request if row checkbox is checked and the checkbox is remained checked if row replaced * fix bug 953268, see last point above Change-Id: I487407289305694025a555f1dc96317d17416307 13 March 2012, 09:35:52 UTC
f5efe11 fix filter form for container objects list * fixes bug 953815 Change-Id: I95e1bb7a33bd47074114115338ecd51d2135c479 13 March 2012, 08:36:32 UTC
91b9f15 use tables.DeleteAction for DeleteContainer and DeleteObject * fix bug 953814, hide delete button if table is empty Change-Id: Iecdbcf4912d4828d5e5174f9acab27e9af95dc61 13 March 2012, 08:31:34 UTC
588c782 add source group rule interface in security groups edit * fixes bug 860780 * continues from abandoned https://review.openstack.org/3268 * implements UI https://nebula.notableapp.com/posts/391efe1b94711ec4527b6f72a61e789b6a4a54b7 * modified test to accomodate change * fix .form-field width from 96% to 90% to prevent weird overlap Change-Id: I77af442ea4c0408556bfed8c2d1669b860219f66 13 March 2012, 08:13:16 UTC
d0f7867 Removes duplicate error messages from being displayed during batch action error. Fixes bug 953583. Change-Id: Ie7a5e0bef12372debb3fa1b3837488b5609b58c8 13 March 2012, 01:46:59 UTC
8944026 Volume delete action cleanup. * Shows the table-level delete action. * Shows the delete action for error'd volumes, but disables the button and adds a tooltip explaining why it can't be deleted. Thanks to Tres and John for the suggestions. Fixes bug 953581. * Links up the volume name in the volumes table to the volumes detail page. Fixes bug 953469. Change-Id: Ie4017c7fbb8e2f22e130ba5f973c7608a24aedfb 13 March 2012, 01:39:04 UTC
2c2a583 Improved contributing docs. * Added IRC information. * Added etiquette section. * Added suggestions for ways to help besides writing code. Change-Id: I4a4eed0b9617b29c1e542043683979396d79df0c 13 March 2012, 00:10:50 UTC
e206ba6 Ensuring the exception handler for the image detail page works. Change-Id: Ia39f1c48f89a0798e832f267dd35103c77f707c7 12 March 2012, 02:54:57 UTC
5c7ea22 Merge "hide tooltip after select field is selected" 12 March 2012, 02:37:37 UTC
7b526b6 When the glance client throws an Exception at Horizon, catch it and determine if it is an HTTP exception. If it is, recast it as a glance_client.ClientConnectionError so that Horizon can deal with it in a better manner. Fixes 951200 Change-Id: I7cbfa74d340d25d523ab8fb18138f5cf7d33a9d9 12 March 2012, 02:17:02 UTC
bf217e8 Merge "Changed CharField to IntegerField in forms where the actual value is expected to be integer." 12 March 2012, 02:15:53 UTC
44f670e Allows row status to be determined as the aggregate of multiple columns. Instances table handles both status columns correctly now. Fixes bug 948419. Syspanel instances table no longer has "launch instance" action. Fixes bug 952609. Allows ajax-updating for volumes table. Fixes bug 948396. Change-Id: I8657c79d0ab7ec5972cc7c4886d7f009a1710876 12 March 2012, 00:13:31 UTC
c9f566d Changed CharField to IntegerField in forms where the actual value is expected to be integer. Fixes bug 950550 Change-Id: I8a78284ae8513c3a607b2ecad1ea36db2c247c56 11 March 2012, 15:11:53 UTC
d0c6d54 hide tooltip after select field is selected * fix bug 952000 Change-Id: Iaef3581335171497551cbf42da8971884d3d15c1 11 March 2012, 06:09:25 UTC
24f6bc5 Adding the ability to configure password strength in the local_settings. Fixes bug 948317 Change-Id: I96e3838ab6675e7282172e56be3f0359065caccb 11 March 2012, 03:25:07 UTC
e165416 Update openrc.sh to work with latest novaclient * fixes bug 951919 Change-Id: Ic24e874c2906a758f147021274182dba3c48ebc0 11 March 2012, 00:36:47 UTC
076ee5f Merge "Fix the translation of transform string" 11 March 2012, 00:13:20 UTC
a0b57a5 Don't show stack trace when unknown exception happens during login. Fixes bug 951799 Change-Id: Ib012a75e5b0e1d40aab590ecc37a72c3c2ff1343 10 March 2012, 20:42:29 UTC
f028477 Fix the translation of transform string * It cause missing attribute while the translation is not english. Change-Id: I63cb9b1f2ab566f8724c33b3ccf5e268d0d01196 10 March 2012, 01:49:08 UTC
d5c438a Removed id sanitizers now that cinder client does the right thing. Fixes bug: 944455 Change-Id: I98c463dd91936b920b53e09b14f575bdacff1cf6 10 March 2012, 00:37:00 UTC
849f4b0 Merge "load Edit Attachments for volume in modal window" 09 March 2012, 23:07:18 UTC
67f37f0 Merge "Fix changing locale if using WSGIScriptAlias" 09 March 2012, 22:57:42 UTC
0f26d2e Merge "Show quotas in Allocate IP form and block if quota limit reached" 09 March 2012, 22:52:18 UTC
80b5d64 Merge "Restores volume attachment list to instance details." 09 March 2012, 22:46:35 UTC
4fc2300 Merge "Translate names for some tables." 09 March 2012, 22:41:22 UTC
back to top