https://github.com/ging/horizon

sort by:
Revision Author Date Message Commit Date
b99cf48 Merge "Import translations from Transifex for Juno" into stable/kilo 24 April 2015, 08:49:21 UTC
ea92eda Merge "Format numbers in a locale sensitive manner" into stable/kilo 24 April 2015, 03:52:46 UTC
f064a5f Merge "update .tx/config to match Kilo Transifex resources" into stable/kilo 24 April 2015, 03:52:35 UTC
56d5683 Import translations from Transifex for Juno * Import ~100% completed translations (translations available for 12 languages) * Delete incomplete languages * Update language list in openstack_dashboard settings.py Change-Id: Ie65227e510d95504ed94fb35f0f7273739759601 24 April 2015, 01:48:16 UTC
79daf8b Merge "Updated from global requirements" into stable/kilo 24 April 2015, 01:17:59 UTC
89d9f46 Format numbers in a locale sensitive manner Create Volume, Create Snapshot, Extend Volume and Flavors and Quota all fail to format numbers in a locale sensitive manner. This patch changes the code to use the intcomma filter before quota, instead of after. Once quota has added text the number can no longer be formatted. (Pulled from gate, can't pass checks) Change-Id: Id9749d9b25d93185b917708b85471e6f765033e2 Closes-Bug: 1314801 (cherry picked from commit 0872b4a40334a6df863f88e5aa56b31363aff28e) 23 April 2015, 23:25:13 UTC
a1ac593 update .tx/config to match Kilo Transifex resources (Pulled from gate, can't pass checks) Change-Id: I167d7787d3096c35a9ad73634e69058306731e44 23 April 2015, 23:24:34 UTC
1710bd5 Merge "Initialize variable 'networks' before referencing" into stable/kilo 23 April 2015, 19:05:32 UTC
25acfcb Merge "Fix addition of plugin panel to panel group" into stable/kilo 23 April 2015, 19:01:38 UTC
bd9a286 Merge "Make status column on admin network table translatable" into stable/kilo 23 April 2015, 16:45:50 UTC
2e12161 Updated from global requirements Change-Id: I5602a6489684db95934130f3ce83c8eb37af2d3d 23 April 2015, 15:48:09 UTC
624a85c Initialize variable 'networks' before referencing Fixes the possible UnboundLocalError on the utility class. Change-Id: I52d27f90a583f1216a927147d1bd414c5f866608 Closes-Bug: #1444421 (cherry picked from commit 2e4996d2d220df0ae36a863fe694706e6f7aeb40) 23 April 2015, 15:43:14 UTC
5c16042 Fix addition of plugin panel to panel group Revert fix from bug #1329050, which adds a plugin panel to its dashboard's class. Adding a plugin panel to a dashboard whose class has its panels defined in a tuple will fail because the new plugin cannot be appended to the tuple. The code errors out before the panel gets added to the dashboard's panel list. However, at this point, the panel has already been registered with the dashboard. This causes Dashboard.get_panels() to see the panel in its registry but not in its panel groups. Consequently, the panel gets put in the "Other" panel group instead of its configured one, as described in bug #1378558. By not adding the the plugin panel to its dashboard's class, the panel gets added to its dashboard's panel list. Now the original issue from bug #1329050 resurfaces. The root cause of that is that every time Dashboard._autodiscover() is called, it instantiates all its panel group classes, wiping out any panels previously added to any of the panel groups. Avoid this by always processing all the plugin panel groups before any of the plugin panels, which also ensures that the panel groups exist before their panels. Making this change exposed an issue where the Horizon URLs were being loaded twice during the plugin infrastructure's unit tests, causing plugin panels to be added multiple times to their dashboards. Fix that by removing the second, unnecessary call. Also create a second test plugin panel group and panel to test the scenarios described in the two bugs addressed here, adding two panel groups at a time. Change-Id: Id6a99c3ff18102c8f47431638d4dda98f14ec641 Closes-Bug: 1378558 (cherry picked from commit e2ef492311a427fe3b5b41a6df6bd9be5a22c174) 23 April 2015, 15:37:49 UTC
b2ef08b Merge "Hide Cancel button if no cancel_url is provided" into stable/kilo 23 April 2015, 13:02:29 UTC
5a091f2 Updated from global requirements Change-Id: Id82cdc54b3e4348ace8cc4e1a61b5bb9a035def5 23 April 2015, 02:13:54 UTC
832d86a Merge "[Launch Instance Fix] Security Group Nova Net" into stable/kilo 22 April 2015, 22:21:58 UTC
83fcd5a Hide Cancel button if no cancel_url is provided If there is no cancel_url is defined on the ModalFormView class, hide the Cancel button. Change-Id: Id27c60525560dcfdb5cfafa2c4cd7b4edffea158 Closes-Bug: #1434548 (cherry picked from commit 0e116f2a0b35cf4b013ae6fd9b693f096a967e0c) 21 April 2015, 13:56:28 UTC
db9d738 Make status column on admin network table translatable The status values in the admin network table are hardcoded to English. They need to be translatable. Change-Id: I0fefdcd294ce7fdcfd7822af685501d7f4f0255e Closes-Bug: 1442341 (cherry picked from commit 5c9d3ace3537b10c87c926b3463d4f476b9bcad4) 17 April 2015, 20:05:25 UTC
11eb195 [Launch Instance Fix] Security Group Nova Net When nova networking is enabled, the input to security groups needs to be by name. When neutron, it needs to be by id. This solves that issues. Change-Id: If32671af90facd16e60caa33ed84ba7c9796ad11 Closes-Bug: #1445235 (cherry picked from commit b7de0333b13f73f6a66380623d7579373709c756) 17 April 2015, 18:18:46 UTC
7ac0cec update .gitreview for stable/kilo Change-Id: I9a4f4f3ee683d00d4268f015758c9dbf56a1a603 17 April 2015, 08:29:31 UTC
71155e1 Updated from global requirements Change-Id: I0d7a798915deab02fdde0783a3905d4d95c9d831 16 April 2015, 12:05:27 UTC
d6824ae Merge "Net name field is not required when creating port" 14 April 2015, 11:31:57 UTC
50a1b5b Merge "Imported Translations from Transifex" 14 April 2015, 08:35:50 UTC
dc38865 Merge "[Heat] Resource url mapping improvement" 14 April 2015, 07:07:17 UTC
44cc919 Imported Translations from Transifex For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: Ic1ee5149f6a96fe61a3e91029d111e221817b586 14 April 2015, 06:17:04 UTC
c0dc8a9 Merge "Add missing telemetry policy example file" 14 April 2015, 03:50:10 UTC
b408104 Merge "Adding styling for disabled and danger action items" 14 April 2015, 01:47:52 UTC
e6c230d Merge "Add Russian to settings.py" 13 April 2015, 19:14:00 UTC
3fcf3ad Add Russian to settings.py The Russian translation is 100% in transifex. We should include it in settings.py. Change-Id: I8a9950ba9a09d7a2e53670d9ce2c4fc884797288 Closes-Bug: 1443514 13 April 2015, 15:50:47 UTC
1192752 [Heat] Resource url mapping improvement This patch set adds nested stacks and autoscaling groups to resource url mapping to make proper links to resources from stacks details. Some resource types from Neutron component are also added. Closes-Bug: 1443454 Change-Id: I0f95aa3381401e30e68bf34c0d3bc5895ce8a433 13 April 2015, 13:40:21 UTC
602c46e Merge "Imported Translations from Transifex" 13 April 2015, 08:35:29 UTC
2dca79d Merge "Fixing typo in AVAILABLE_REGIONS section" 13 April 2015, 08:25:15 UTC
16a37c9 Merge "Fixing typo in OPENSTACK_NEUTRON_NETWORK section" 13 April 2015, 07:59:47 UTC
4c0bca0 Imported Translations from Transifex For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I6527de26970ab5233d351abd2518e10ed89fe20e 13 April 2015, 06:16:29 UTC
a3afd35 Merge "Imported Translations from Transifex" 12 April 2015, 23:48:32 UTC
4ba1c40 Fixing typo in OPENSTACK_NEUTRON_NETWORK section There is a typo in OPENSTACK_NEUTRON_NETWORK section of settings.rst: ... or you do no not wish to ... Closes-Bug: #1443011 Change-Id: Ic23dae0a081399a1b2227fa97e54d01219a1c725 12 April 2015, 22:39:11 UTC
68417d4 Merge "Removing scope digest from login directive" 12 April 2015, 21:31:14 UTC
51a296b Merge "added network id field in update network model" 12 April 2015, 21:31:04 UTC
55adcf3 Merge "Fixing typo in CONSOLE_TYPE documentation" 12 April 2015, 21:30:53 UTC
edab26f Merge "Adding horizon to jshint" 12 April 2015, 20:54:56 UTC
c385296 Imported Translations from Transifex For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: Ib05d7e5545a4ac5b0283e1096f5d46c4e19bfb8d 12 April 2015, 06:16:17 UTC
fc6ef2b Fixing typo in AVAILABLE_REGIONS section Currently it says: A tuple of tuples which define multiple regions. But actually it is a list of tuples, like: AVAILABLE_REGIONS = [ ('http://cluster1.example.com:5000/v2.0', 'cluster1'), ('http://cluster2.example.com:5000/v2.0', 'cluster2'), ] Change-Id: Icbb4799689d650bac0bc17737b5747cff10a6154 Closes-Bug: #1442965 12 April 2015, 05:35:59 UTC
36842b5 Fixing typo in CONSOLE_TYPE documentation Currently, it is saying ``"SERIAL"`` is available since 2005.1(Kilo) in settings.rst in ``CONSOLE_TYPE`` section, it should be 2015 instead. Change-Id: I5ac748f433f6423da8286e0b32f418a8a51e875d Closes-Bug: #1442959 11 April 2015, 20:17:21 UTC
48cab53 Merge "Silently drop access to non-existent flavours" 11 April 2015, 16:46:00 UTC
8c8b130 Silently drop access to non-existent flavours Although not ideal, users are merely confused, when an error message pops up, but everything works. Change-Id: I765a8ba361e47e5a0af91328865db2515e51606a Closes-bug: #1441523 11 April 2015, 05:11:55 UTC
93eb310 [Launch Instance Fix] Show volume device name When setting a volume, allow setting the volume device name if supported Note: To test, you need to add the following to local_settings.py REST_API_REQUIRED_SETTINGS = ['OPENSTACK_HYPERVISOR_FEATURES'] OPENSTACK_HYPERVISOR_FEATURES = { 'can_set_mount_point': True } Change can_set_mount_point to False to see it not show up. Must restart the server. Co-Authored-By: Brian Tully <brian.tully@hp.com> Change-Id: Ied8b1e92ea361fa5806128a71d6815e4b1494272 Closes-Bug: #1439906 10 April 2015, 17:30:39 UTC
d7abcbf Imported Translations from Transifex For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I51fa6524df9d2480cae41fca3af62d4bea8c252f 10 April 2015, 06:17:20 UTC
c7c2af8 Merge "[Launch Instance fix] Refactor translation for Angular filter" 10 April 2015, 03:14:19 UTC
e4c5989 Merge "[Launch Instance Fix] Add Configuration Step Unit Tests" 10 April 2015, 03:14:08 UTC
3a59bec [Launch Instance Fix] Settings for volume name This patch provides the rest API needed to get settings that allow conditionally displaying the volume device name and admin password. Examples: settingsService.ifEnabled('setting').then(doThis); settingsService.ifEnabled('setting', 'expected', 'default').then(doThis, elseThis); Change-Id: I8d16f4b974786157c5aa562e2675e6e60aabc412 Partial-Bug: #1439906 Partial-Bug: #1439905 10 April 2015, 03:00:47 UTC
2721a2f Merge "Launch Instance Step - Key Pair Import" 09 April 2015, 23:51:26 UTC
264e9e5 Merge "Remove unnecessary class" 09 April 2015, 22:30:49 UTC
44701f9 Merge "Minor Jasmine test cleanup" 09 April 2015, 19:37:14 UTC
7aaa5ad Remove unnecessary class Remove the "title" class in the configuration template. Closes-Bug: #1442322 Change-Id: I22dcd92340592dc326c4ed79d96525e014a9e6d2 09 April 2015, 19:00:15 UTC
86d121c Launch Instance Step - Key Pair Import This adds key pair creation and importing to Launch Instance. Closes-Bug: #1433826 Change-Id: I548bcea280cea1ebcb7445c519bfdbfe811a9235 Co-Authored-By: Neill Cox <neill.cox@ingenious.com.au> Co-Authored-By: Richard Jones <r1chardj0n3s@gmail.com> Co-Authored-By: Kelly Domico <kelly.domico@hp.com> Co-Authored-By: Mike Hagedorn <mike.hagedorn@hp.com> Co-Authored-By: Brian Tully <brian.tully@hp.com> Co-Authored-By: Shaoquan Chen <sean.chen2@hp.com> 09 April 2015, 18:38:01 UTC
e665b38 Merge "Fixing the running of jobs without data sources" 09 April 2015, 18:37:22 UTC
5ea6c57 added network id field in update network model In update network model, only name field is shown. Since duplicate name is allowed, it is difficult to differentiate the two with same name. This patch adding the readonly text input to show the network id. Change-Id: I15096b65d6b410e36d7eb5d99c767b9dc8e801a1 Closes-Bug: #1442031 09 April 2015, 09:43:51 UTC
386ff20 Imported Translations from Transifex For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I3955f10657dac3a604185753dd7a7a65f886d14d 09 April 2015, 07:13:31 UTC
68b2a05 Merge "Make "RAW" in image table translatable." 08 April 2015, 22:45:56 UTC
60d1184 Merge "Detect apache version" 08 April 2015, 22:41:02 UTC
193f62b Removing scope digest from login directive Call to digest is not needed since $timeout service already does it. Change-Id: I3aca5283211f852b10d0aab86803c0db7b63a516 Closes-bug: #1441871 08 April 2015, 21:37:34 UTC
4cbfe55 Merge "Update customizing docs to include themes" 08 April 2015, 20:47:48 UTC
975c00c Merge "Fix bad performance on project update panel" 08 April 2015, 20:43:50 UTC
4aa435a [Launch Instance Fix] Add Configuration Step Unit Tests This patch adds unit tests for the configuration step. These tests are focused around the controller and its related components (no selenium tests or view tests). Co-Authored-By: Brian Tully <brian.tully@hp.com> Co-Authored-By: Shaoquan Chen <sean.chen2@hp.com> Change-Id: Ic25a36ca598459cce4a577da0a99175fbcd1d27a Partial-Bug: 1435869 08 April 2015, 18:58:28 UTC
1fa042f Adding horizon to jshint Suppressing error by adding horizon to global jshint configuration. Change-Id: Ibd7d0262255a567a1e0c9efcc25bd32a8a3f86b4 Closes-bug: #1441780 08 April 2015, 18:08:06 UTC
ed86fac Merge "[Launch Instance fix] Show header for Source Allocated table" 08 April 2015, 17:57:51 UTC
2ef2653 Merge "Imported Translations from Transifex" 08 April 2015, 17:47:10 UTC
7ed2c10 Merge "[Launch Instance Fix] Add Network Step Unit Tests" 08 April 2015, 17:46:54 UTC
30e4f11 Merge "Make Image Type translatable" 08 April 2015, 17:40:42 UTC
60cca9d Fixing the running of jobs without data sources Data sources are now set to required=False. We are also checking for an empty string in the code that translates empty values for consumption by the api. Change-Id: Icc6979a22c991f5e453adb18a41cc7b636038ca7 Closes-Bug: #1441688 08 April 2015, 16:36:36 UTC
a9c6b52 Update customizing docs to include themes Themes for horizon were recently introducted in https://review.openstack.org/#/c/159300/. This change updates the documentation on customizing to include themes. Change-Id: I48d04008a44e4ac7efe46d3ec3fbbdc15a55258b Closes-bug: #1435384 08 April 2015, 14:50:04 UTC
23134c6 [Launch Instance Fix] Add Network Step Unit Tests This patch adds unit tests for the network steps. These tests are focused around the controller and its related components (no selenium tests or view tests). Change-Id: I0f4b0ef900e5f17c7b39e9f3ca60780e0d26b8e8 Partial-Bug: 1435869 08 April 2015, 13:32:58 UTC
ba6d61f Imported Translations from Transifex For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I28045cc6c73e087f421486b461f82c8acab9b1d5 08 April 2015, 06:31:25 UTC
394765e Merge "Updated from global requirements" 08 April 2015, 04:47:26 UTC
7f78318 Merge "Fix security group checking action permissions raise error" 08 April 2015, 04:41:55 UTC
69713eb Minor Jasmine test cleanup Cleanup some typos and do some refactoring. Change-Id: I71b9d0d3fa69b3393ad67b1df8e1ec85c8e5011a 07 April 2015, 23:04:57 UTC
b2aa7de Updated from global requirements Change-Id: I283cf3b45c7ced73fdc3df7d581910c079c0977e 07 April 2015, 21:52:45 UTC
9097379 Merge "Removed unused injections in launch-instance-config step" 07 April 2015, 21:30:19 UTC
441277c Make "RAW" in image table translatable. Most of the format values in the images tables are acronyms and do not need to be translated. The "RAW" value is a word and should be translated. It really don't need to be all caps either. Change-Id: I3465d896760b24e19dad200ab550ca95e590291c Closes-Bug: 1441352 07 April 2015, 21:20:40 UTC
a553e98 Make Image Type translatable On the image tables the Type values are not translatable. Update the code so they can be translated. Change-Id: Ibde03a5e2281fad80ecc21e56e8b92bbe432c368 Closes-Bug: 1441196 07 April 2015, 20:51:08 UTC
a6406c9 Merge "[Launch Instance Fix] Adding unit tests to hz.dashboard" 07 April 2015, 20:33:04 UTC
9cdb5d9 Imported Translations from Transifex For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I81292d63a65cc27bc2ba14d2140454a4d1fa2406 07 April 2015, 06:17:12 UTC
0fb9a98 Merge "Revert "Refactoring the exceptions lists"" 07 April 2015, 02:04:47 UTC
b613451 Merge "[Launch Instance Fix] Nested search box in flavor step" 07 April 2015, 01:31:34 UTC
04942ba [Launch Instance Fix] Nested search box in flavor step Change-Id: Ic6ba38db00bbf18c7c32aff524053e1c1dab900d Closes-Bug: #1440922 06 April 2015, 23:40:47 UTC
dde1fea Merge "Fix logic in modal to accept cancel param" 06 April 2015, 22:31:26 UTC
aee9401 Merge "[Launch Instance Fix] Add better coverage for widgets" 06 April 2015, 22:27:37 UTC
3531d7b Revert "Refactoring the exceptions lists" This reverts commit 7fc1baad3a909465423810758a8d83c4715a1010. Change-Id: I495e76eea8c873d71b37625b0953d821156c599c Closes-Bug: 1440903 06 April 2015, 21:49:17 UTC
f9015e3 Removed unused injections in launch-instance-config step We are injecting a few things in LaunchInstanceConfigurationCtrl that we are not using. This patch removes those injections. Change-Id: I44dbc5ca0e30569326809382ebdefeef6047d6d9 Closes-bug: #1440839 06 April 2015, 18:47:37 UTC
da433ef Merge "Updated from global requirements" 06 April 2015, 17:59:48 UTC
f8bbba1 Merge "Adding transclude to search-bar for batch actions" 06 April 2015, 17:05:39 UTC
86fea51 Fix logic in modal to accept cancel param Fixes logic so that cancel parameter overrides the default. Removed defaults for title and body when they are in fact required by logic. Change-Id: Ic964949ee3ab8558684780207bcd4404b01e4d67 Closes-Bug: 1439794 06 April 2015, 16:10:44 UTC
33b5a7d Merge "Imported Translations from Transifex" 06 April 2015, 13:40:14 UTC
1f8377d [Launch Instance Fix] Add better coverage for widgets Adding test coverage for widgets. Change-Id: Iea5c4ff90b970dde73006c5bb162c4c4c8529844 Partial-Bug: 1435869 06 April 2015, 13:33:28 UTC
4043cf4 Merge "Fixing selenium tests to work with Django 1.7" 06 April 2015, 13:25:19 UTC
47e746f Imported Translations from Transifex For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I3815560eb2a6d9320643056629879e1470ef33c6 06 April 2015, 06:16:06 UTC
c3fc267 Merge "Refactoring the exceptions lists" 06 April 2015, 05:50:53 UTC
7b61b61 Merge "[Heat] Fix default values displaying for "Launch Stack"" 05 April 2015, 20:29:28 UTC
84d3f27 Merge "Remove meaningless "(CIDR)" suffix in Security Group Rules table" 05 April 2015, 20:29:18 UTC
a455f7d Merge "Replace '-' in Port Range column to 'Any' in secgroup rule table" 05 April 2015, 20:29:07 UTC
back to top