https://github.com/ging/horizon

sort by:
Revision Author Date Message Commit Date
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
13fa952 Merge "Rename utilsSpec.js to utils.spec.js" 05 April 2015, 20:28:55 UTC
fe32e66 Imported Translations from Transifex For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: Icf9e72021ce789ca5c9fd7d8ac5c1f9911b77efb 05 April 2015, 06:16:29 UTC
dc44fb3 Replace '-' in Port Range column to 'Any' in secgroup rule table Change-Id: Ie0adf3ee23bcab5de391d1af1069b595be86854c Closes-Bug: #1440442 05 April 2015, 00:06:00 UTC
1365610 Remove meaningless "(CIDR)" suffix in Security Group Rules table Previously (until Juno) "(CIDR)" suffix was used to mention a value is "remote IP prefix" in "Remote" column. However, in Kilo "Remote" column was split into "Remote IP Prefix" and "Remote Security Group" columns, and "(CIDR)" suffix is no longer needed and now meaningless. Closes-Bug: #1440441 Change-Id: Idde94f699ce2c23b8cb48a34d768312ecb9966b9 05 April 2015, 00:03:40 UTC
5e621ba Imported Translations from Transifex For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I296ec6e63802a06fd34d7322bd96e6e66aed6eb1 04 April 2015, 06:16:39 UTC
c6b2bc7 Merge "[Launch Instance Fix] Conditionally enable UI" 04 April 2015, 03:33:02 UTC
888f2c8 Merge "Metadata widget multivalue selection support" 04 April 2015, 03:32:51 UTC
911027e Merge "Update instruction for publishing xstatic packages" 04 April 2015, 03:29:53 UTC
d581f90 Merge "[Launch Instance Fix] Launch Instance from Various Screens" 04 April 2015, 03:26:21 UTC
a55fe82 Merge "[Launch Instance Fix] Fix detail rows not expanding on source and flavor" 04 April 2015, 02:26:52 UTC
135b097 Merge "[Launch Instance Fix] Remove a step if it is not ready" 04 April 2015, 02:26:40 UTC
6686cef Merge "[Launch Instance Fix] Enabling loading script from local file" 04 April 2015, 02:16:06 UTC
78eb150 Fixing selenium tests to work with Django 1.7 Django changed the functionality of django.test.LiveServerTestCase in 1.7 The old functionality is now supported by django.contrib.testing.StaticLiveServerTestCase This adds a version check to do a conditional import to pull in either the old test case class or the new. For more information see: https://docs.djangoproject.com/en/1.7/ref/contrib/staticfiles/#specialized-test-case-to-support-live-testing Closes-Bug: #1439169 Change-Id: I182847a8e77de0b9c279eeb305b536d8cdf6c43b 03 April 2015, 23:08:38 UTC
43f2917 [Launch Instance Fix] Conditionally enable UI In Launch Instance work flow Configuration step, `DiskConfig` and `ConfigDrive` should be handle only when certain extension on navaExtension are enbled respectively. Created a generic way to make this happen. Co-Authored-By: Travis Tripp <travis.tripp@hp.com> Change-Id: I98a91ff9e1ae78310fb7e568cce909e76e610cf8 Closes-Bug: #1435155 03 April 2015, 22:30:48 UTC
24a55ae [Launch Instance Fix] Remove a step if it is not ready We need to remove a step from the workflow if the readiness-check promise gets rejected. Otherwise the next/back button navigation can lead to an empty step. Change-Id: I7b0f8c68ade2a7c14fab5af235dc6fb6e1616057 Closes-Bug: #1439487 03 April 2015, 21:40:37 UTC
26a6455 [Launch Instance Fix] Fix detail rows not expanding on source and flavor Cleaned up 'detail' classes in the detail rows of source and flavor step. The extra classes were causing the expand to not work. Also added: - more spacing between charts and metadata display in flavor table - better left alignment of metadata display in source table Change-Id: Id558ef2732d1ab257e6b49cad3797dd5e7addc84 Closes-Bug: #1440143 03 April 2015, 21:38:31 UTC
e23b816 Default to old Launch Instance workflow Commented out the config in the settings. Change-Id: I7e936af7f82b7e0d33a49ec26611d1b95d8fa23f 03 April 2015, 19:54:22 UTC
5bec804 [Launch Instance Fix] Enabling loading script from local file In configuration step of Launch Instance work flow, we should allow for uploading script from local file. HTML5 provides a File API which makes it possible. - Browser support: IE10+, Chrome, FireFox and Safari (on Mac). - Max length of script is 16K. - Validation is added. Co-Authored-By: Brian Tully <brian.tully@hp.com> Closes-Bug: 1433438 Change-Id: I967b4f3e3dbecfc9a95988fdbaa603a731db0a7f 03 April 2015, 17:45:00 UTC
688b2d5 [Launch Instance Fix] Launch Instance from Various Screens Using the 'launch' options from Image Table/Detail or Network Topology fires off the Launch Instance workflow. Each firing-off point describes where the user should be relocated to when successfully done with the wizard (when a launch request has been successfully submitted). Co-Authored-By: Shaoquan Chen <sean.chen2@hp.com> Closes-Bug: #1433113 Change-Id: Id7bfad80781195c6311ef37e3ef32077947d8e62 03 April 2015, 16:35:45 UTC
409acc4 Rename utilsSpec.js to utils.spec.js Renames file to use convention for better fileglobbing and recognition. Changes reference in jasmine tests. Change-Id: I0618b5b02a59823263e2f5d9f99368bfbd0e2977 Closes-Bug: 1440096 03 April 2015, 15:31:24 UTC
71cf0d2 Merge "Imported Translations from Transifex" 03 April 2015, 12:15:28 UTC
back to top