https://github.com/ging/horizon

sort by:
Revision Author Date Message Commit Date
a174b42 Merge "Adds initial SRIOV creation/config support" 19 March 2015, 17:57:31 UTC
a701edf Merge "Show ports from shared nets in floating IP assoc" 19 March 2015, 15:55:46 UTC
0e7a809 Merge "Allow specifying authentication URLs from settings" 19 March 2015, 15:55:33 UTC
052ed9f Merge "Fix small typo in error in data processing wizard" 19 March 2015, 15:54:40 UTC
3892821 Adds initial SRIOV creation/config support - Exposes further information on the Port Details page - Allows port type selection during Port create/update - Extends relevant tests Change-Id: Iadbe18d480415eadd0506a373baade46abc969f7 Implements: blueprint initial-sriov-support 19 March 2015, 12:38:54 UTC
bf3fef1 Merge "Make guided job success message translatable" 19 March 2015, 12:37:00 UTC
b367070 Merge "Change N/A to id in the message" 19 March 2015, 11:02:22 UTC
4bb8bf7 Merge "equal(=) added in project filter option" 19 March 2015, 11:01:47 UTC
e18f535 Merge "[Launch Instance Fix] Add Sorting To Table in Select Source" 19 March 2015, 11:01:34 UTC
9e9965a Make guided job success message translatable Make the success message translatable for the guided job execution page. Change-Id: I8846043a0de65e36c1a99b285c7bb69b1cc48a04 Partial-Implements: blueprint data-processing-rework-ui 19 March 2015, 09:40:45 UTC
aeec7f3 Fix small typo in error in data processing wizard Change-Id: I2a402bef6c4358fb924bd4057d27d212b2cf545d Closes-Bug: 1433976 19 March 2015, 09:20:59 UTC
fd60bb9 Merge "Changing terminology for jobs and job executions in data processing" 19 March 2015, 09:20:08 UTC
b351847 Merge "Imported Translations from Transifex" 19 March 2015, 08:05:02 UTC
b79014a Merge "Add fallback on sahara endpoint lookup" 19 March 2015, 06:52:32 UTC
ac28635 Changing terminology for jobs and job executions in data processing The data processing service is now using the term "Job Template" for the entity that was formerly called "Job". Similarly, what was formerly known as a "Job Execution is now known as a "Job". These terms are in-line with the CLI. The underlying code still references the old names since the api remains unchanged. Change-Id: I47975e4ef54268fa5500328939c66577659b6deb Partial-Implements: blueprint data-processing-rework-ui 19 March 2015, 06:31:35 UTC
1380579 Imported Translations from Transifex For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: Icc8375cdd99157da6c0ad560ce13ad701721cae0 19 March 2015, 06:17:06 UTC
8c6b3e2 Merge "Fixing typo in Cinder API" 19 March 2015, 00:59:33 UTC
4ced35d Merge "Improve styling for key pair detail table" 19 March 2015, 00:58:29 UTC
dae60ec Merge "Fixing typo in Glance API" 19 March 2015, 00:35:40 UTC
555d9e7 Merge "Metadata display widget" 18 March 2015, 23:04:46 UTC
1e530f1 Merge "[Launch Instance fix] Flavor table should be sorted by RAM" 18 March 2015, 22:58:43 UTC
54d4bf1 Add fallback on sahara endpoint lookup In Juno, sahara is registered as 'data_processing' in the catalog. When endpoint for 'data-processing' is not found in service catalog, fallback lookup to 'data_processing' to maintain backwards compatibility with Juno. Change-Id: I2c1e6342f21080d7209c584c91379b4d22c517a2 Closes-Bug: #1433794 18 March 2015, 22:43:22 UTC
8597573 Merge "Guided job execution page for Sahara" 18 March 2015, 22:00:46 UTC
ab2de11 Merge "Guided cluster creation mode for Sahara" 18 March 2015, 22:00:34 UTC
2e4d2a0 Merge "Source step - fix donut chart label color" 18 March 2015, 21:17:00 UTC
835ea4d Merge "Add Django-1.7 support" 18 March 2015, 20:13:18 UTC
bbb8e75 Improve styling for key pair detail table In the Access and Security step of the new Launch Instance Wizard, there is a detail table that shows when expanding the key pairs. Currently the key pair public key is displayed within a textarea with a white background. This patch removes the textarea and outputs the public key into pre and code tags so that it follows standard design patterns/conventions, and also is responsive in width and bkg color Closes-Bug: 1433696 Change-Id: I6d1cd7892ae8301c879e874ddabf31cc22fb8f24 18 March 2015, 19:38:47 UTC
6c71418 Fixing typo in Cinder API Fixing typo in the comment of Cinder API Change-Id: Ic69816c974d286dfce13df3736466c83d94e4947 Closes-Bug: #1433353 18 March 2015, 19:17:54 UTC
68291ec Fixing typo in Glance API Fixing typo in the comment of Glance API Change-Id: I06f6520c46a83bd6e26cb066a21d950a848e3fb7 Closes-Bug: #1433729 18 March 2015, 18:37:49 UTC
a2bf6d8 Metadata display widget Part of new Launch Instance redesign. Implements: blueprint launch-instance-redesign Implements: blueprint instance-details-redesign Change-Id: If9f66d63be825a69577644383bdfa0eece944a21 18 March 2015, 16:59:21 UTC
49f34e4 [Launch Instance fix] Flavor table should be sorted by RAM By default, it should be sorted by RAM, not name. Laid out this way to accomodate user setting later on. CREATE_INSTANCE_FLAVOR_SORT (https://review.openstack.org/#/c/61094/) Change-Id: If66de9ffde0259d76f3c912cb96ce8a9583b950b Closes-Bug: #1433317 18 March 2015, 16:42:48 UTC
294d18c Merge "[Launch Instance Fix] Network Step HTML cleanup" 18 March 2015, 16:35:56 UTC
feff329 Merge "Metadata widget support for readonly flag" 18 March 2015, 16:35:19 UTC
84d044c Source step - fix donut chart label color On the source step of the new Launch Instance Wizard, the label for the donut chart does not match the color in the mockups. The current code uses the "color" attribute to set the label color, but it actually should be the "fill" attribute, as that is what is used by SVG to render the label. Closes-Bug: 1433669 Change-Id: Iadfda86007932b48191e0abfa846646cc66e4213 18 March 2015, 15:57:53 UTC
fd5153a Merge "[Launch Instance fix] Removing step number in Wizard widget" 18 March 2015, 08:27:26 UTC
b69b66e Merge "[Launch Instance Fix] Removing period from selecting tips." 18 March 2015, 07:59:42 UTC
e77dfca Add Django-1.7 support And add initial Django-1.8 fixes - skip unittests until exceptions are fixed - Django-1.8 changed the way TemplateLoaders are initialized. - django.middleware.doc.XViewMiddleware is removed. - SessionAuthenticationMiddleware was added and will be mandatory for Django-2.0 Closes-Bug: #1425892 Partially Implements: blueprint django18 Change-Id: Idfd3f494db7b11a66e2262c9520be88b098fbb7b 18 March 2015, 07:42:10 UTC
3f66e70 Imported Translations from Transifex For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: Id3f5165d7c47f65a93dd16a3d44baa4e54b5d687 18 March 2015, 06:09:50 UTC
c967a02 [Launch Instance fix] Removing step number in Wizard widget There are numbers for each step in the wizard widget navigation column currently. UX design has changed to not having those numbers, so they should be removed. Change-Id: Ibec174de35e99ea759e2d6cac6a1a4bf7e845760 Closes-Bug: 1433400 18 March 2015, 02:30:39 UTC
06688a9 Allow specifying authentication URLs from settings To allow us to have authentication mechanisms that live out of tree as AUTHENTICATION_BACKENDS do we need to have a way to load the views that service those backends. Provide a means via settings that we can add new routes to the /auth urls. Closes-Bug: #1433358 Change-Id: I1ffc8a4e0bbfa58c7b50351432668d49d3a7dab1 18 March 2015, 00:44:30 UTC
28b65ea Merge "Fixed transcluded content not updating in action list" 17 March 2015, 21:29:39 UTC
c27efc4 [Launch Instance Fix] Add Sorting To Table in Select Source Change-Id: I8fd351d412750fc472d9821d8c835a96856e31ad Closes-Bug: 1432880 17 March 2015, 19:27:33 UTC
f4d1f9f [Launch Instance Fix] Removing period from selecting tips. Closes Bug: 1432920 Change-Id: Id9ec4d6100c9d6923b77bfe43bce156c3fe2b653 17 March 2015, 18:07:57 UTC
0a478ee [Launch Instance Fix] Network Step HTML cleanup Removed dangling trailing dd tag. Re-indented appropriately. Change-Id: I9643e2650838d65cafa9d39de1af8eef4fb4b286 Closes-Bug: 1433105 17 March 2015, 14:15:28 UTC
497beac Metadata widget support for readonly flag Metadata widget doesn't handle the `readonly` flag for properties which is returned by Glance API. If the property is defined as `readonly` the input should stick to the default value of the property. The readonly flag has been introduced in Glance in bug report: https://bugs.launchpad.net/glance/+bug/1406235 This patch adds support for readonly flag in metadata widget. Closes-Bug: 1433026 Change-Id: I79e2b7c8a397f6b19659d6e13f7fad29bc26892e 17 March 2015, 12:18:25 UTC
233a07b Merge "Imported Translations from Transifex" 17 March 2015, 10:13:13 UTC
71fc685 Merge "hypervisor list and details page reports invalid data" 17 March 2015, 07:38:32 UTC
fd5aae3 Merge "Redirect initial hit to login page" 17 March 2015, 07:11:47 UTC
0dd6253 Imported Translations from Transifex For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I48f63ae281d0c9a02c1af3386459fd140dfb6345 17 March 2015, 06:36:44 UTC
8dd0a84 hypervisor list and details page reports invalid data Nova some times allows to have same hypervisor_hostname for more than one hypervisor. In this scenario, horizon hypervisor Table view and Detail view shows invalid data as follows: Table View: For those hypervisors having same hypervisor_hostname, Table view reports the same values for all of them, irrespective of actual values Detail View: For those hypervisors having same hypervisor_hostname, Details view reports the instance from all them , instead of for the given hypervisor. By using the combination of hypervisor id and name, hypervisor detail veiw is updated to filter the instances from the given hypervisor id. Change-Id: I45925ac70f1a6b123c83888373bddb108380a9c0 Closes-bug: #1402572 17 March 2015, 04:20:40 UTC
f9f936e Merge "Fixes Error message during image upload due to long name" 17 March 2015, 03:15:35 UTC
9d744a4 Merge "Clean modal forms in Orchestration Stacks" 17 March 2015, 03:15:23 UTC
8060464 Merge "Fix transfer tables example" 17 March 2015, 03:15:12 UTC
01ef286 Merge "Source step - fix instance count limit and donut chart" 17 March 2015, 03:15:01 UTC
0518160 Merge "Correct ngdoc in Neutron AngularJS service" 17 March 2015, 03:14:51 UTC
b79a740 Merge "Heat resource url mapping improvement" 17 March 2015, 03:10:42 UTC
eaf14f1 Merge "Replace usage of urllib in nova rest api" 17 March 2015, 03:10:31 UTC
ce18ec7 Merge "Refactor, customization and fixes of Metadata Widget" 17 March 2015, 03:10:19 UTC
78f30aa Merge "Prevent flash of left nav panels when loading page" 17 March 2015, 02:04:26 UTC
b2e77f2 Merge "Launch Instance Step - Network" 17 March 2015, 02:04:08 UTC
02acf12 Source step - fix instance count limit and donut chart In the current version of the Launch Instance Wizard Source Step, the instance count field is not correctly limited based on current instance usage and nova limits (maxTotalInstances). There is a bug whereby the user can enter an instance count of more than what is available (exceeding their quota). In addition, the donut chart does not update properly when this occurs. This patch corrects this so that if a user enters a number greater than what is available, it automatically changes the count to the maximum count that will still stay within quota limits. Closes-Bug: 1432897 Change-Id: I24f1309b04f3c045c02b67409c49fc3ee86aea3f 17 March 2015, 01:03:18 UTC
d38b5a7 Merge "Launch Instance Step - Access and Security" 17 March 2015, 00:14:40 UTC
c02bdde Correct ngdoc in Neutron AngularJS service The example objects documented for createNetwork and CreateSubnet were incorrect. Updated those. Change-Id: I025f0ae13fe9b8f8d5923a8886e5330b9a580021 16 March 2015, 23:40:12 UTC
0fac119 Launch Instance Step - Network This is one step in launch instance wizard work flow. Co-Authored-By: Matt Borland <matt.borland@hp.com> Partially Implements: blueprint launch-instance-redesign Change-Id: Ie0beedea5425405a28b406380c53c1373acb9891 16 March 2015, 21:23:09 UTC
53c68fa Merge "Launch Instance Step - Configuration" 16 March 2015, 20:41:41 UTC
287ac74 Fixed transcluded content not updating in action list The transcluded content passed to <action> was not updating since it was using the directive's isolated scope. Fixed this by using <ng-transclude> in action templates instead. Change-Id: I8304835894de557adf329a4c883bc7330a19eec9 Closes-Bug: #1432790 16 March 2015, 20:32:56 UTC
f49b973 Merge "Launch Instance Step - Select Flavor" 16 March 2015, 20:02:35 UTC
0d3b3be Merge "Launch Instance Step - Select Source" 16 March 2015, 20:02:24 UTC
0d969bc Merge "Launch Instance Model" 16 March 2015, 20:02:14 UTC
3ff48ab Merge "add the package 'which' to fedora" 16 March 2015, 19:31:11 UTC
4475225 Replace usage of urllib in nova rest api urllib is incompatible for python 3. Change-Id: I3d70cd3f77a946afd4e873823edfdc5bd0e07a16 16 March 2015, 16:56:34 UTC
a81a326 Refactor, customization and fixes of Metadata Widget Allow customization of strings in Metadata Widget by extracting them from template to separate service. Fix alignment of filter boxes when longer text is provided as column title. Fix available filter only showing expanded items. Fix level-0 item showing in available list when all level-2 leafs was added manually. Make the tree logic reusable by extracting it into service. Closes-Bug: 1394472 Change-Id: I88f4d008f4c814747028585842769aff26ff9936 16 March 2015, 14:09:11 UTC
be9f573 Show ports from shared nets in floating IP assoc Ports from shared networks should be included in the list of 'Ports to be associated' even though a router interface connecting to the external network might not be visible to the tenant. Change-Id: Iba141b51371b955c3cfdcc52c0bf279466131713 Closes-Bug: #1394051 16 March 2015, 12:38:34 UTC
beab5bc Heat resource url mapping improvement This patch set adds a few resource types to resource url mapping to make proper links to resources from stacks details. Partially implements blueprint: heat-ui-improvement Change-Id: I829c586b75c9b4c15dcf58ea317cf28eddec182b 16 March 2015, 11:53:11 UTC
02e239f made all status values translatable in port table in port table, all the value of the status column are not translatable, since some of the status values are missing in the display choice tuple. this patch adding the missing port status values in the display choice tuple. Change-Id: I44755a86205df8b561e3c0b48a299e08e6ae6986 Closes-Bug: #1432505 16 March 2015, 08:37:21 UTC
20ef6b4 Merge "Launch instance - common style" 16 March 2015, 05:07:32 UTC
c6deff0 Imported Translations from Transifex For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I766fccd11885765f10523660de8abcf1280086dd 15 March 2015, 06:14:40 UTC
d2e09f4 Merge "Imported Translations from Transifex" 14 March 2015, 21:40:51 UTC
c86d752 Fix transfer tables example The available.html.example file has some old markup. This patch updates the markup. Additionally, the row.disabled check in the transfer tables allocate function is removed since it is not required. Change-Id: Iedc29d7cdae723f767010e778ab5a1422d35098f Closes-Bug: #1432241 14 March 2015, 20:49:10 UTC
f91274a Merge "Allow all printable ASCII characters in security group names" 14 March 2015, 10:07:58 UTC
1811b8a Imported Translations from Transifex For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I26b2020e56de9e4457f31d416342fff014f4e074 14 March 2015, 06:08:49 UTC
a3ba13b Launch Instance Step - Configuration This is one step in launch instance wizard work flow. Partially Implements: blueprint launch-instance-redesign Change-Id: Idbe4f55e7924b5aed751b1e022f4679179700b7e 14 March 2015, 00:35:16 UTC
5e1d627 Launch Instance Step - Access and Security This is one step in launch instance wizard work flow. Partially Implements: blueprint launch-instance-redesign Change-Id: I8f457eea19caea0e45f65f4dd3ddcc09ca220b5c Co-Authored-By: Travis Tripp <travis.tripp@hp.com> Co-Authored-By: Richard Jones <r1chardj0n3s@gmail.com> Co-Authored-By: Neill Cox <neill.cox@ingenious.com.au> Co-Authored-By: Kelly Domico <kelly.domico@hp.com> 14 March 2015, 00:34:54 UTC
0d15e4d Launch Instance Step - Select Flavor This is one step in launch instance wizard work flow. This commit adds a basic select flavor table. Additional commits will follow to add a details row for each flavor. Co-Authored-By: Tyr Johanson <tyr@hp.com> Partially Implements: blueprint launch-instance-redesign Change-Id: Ideda45897581f2ee51df6dc4ca78487abaeb4452 14 March 2015, 00:34:39 UTC
8823a44 Launch Instance Step - Select Source This is the first step in launch instance wizard work flow. Co-Authored-By: Brian Tully <brian.tully@hp.com> Partially Implements: blueprint launch-instance-redesign Change-Id: Iee47830cd848516abaf7cdbd79573bdfca769d38 14 March 2015, 00:34:11 UTC
61e4d59 Launch Instance Model This is the M part in MVC for launch instance that will use the APIs to load data and send request to server via the APIs. This model is injected into to LaunchInstanceCtrl and available to all controllers for every step in the work flow. To access: - Add to local_setting.py: LAUNCH_INSTANCE_NG_ENABLED = True - Then go to: http://localhost:9000/project/instances/ - Then click the left "Launch Instance" button. To disable the legacy launch instance button: - Add to local_setting.py: LAUNCH_INSTANCE_LEGACY_ENABLED = True Partially Implements: blueprint launch-instance-redesign Co-Authored-By: Travis Tripp <travis.tripp@hp.com> Co-Authored-By: Neill Cox <neill.cox@ingenious.com.au> Co-Authored-By: Richard Jones <r1chardj0n3s@gmail.com> Co-Authored-By: Tyr Johanson <tyr@hp.com> Co-Authored-By: Matt Borland <matt.borland@hp.com> Change-Id: I040f13f7d1fd336fcd1070bdbe0c81bd5a828d43 14 March 2015, 00:33:43 UTC
98d3381 Launch instance - common style This patch includes common styles across all steps in launch instance workflow. Partially Implements: blueprint launch-instance-redesign Change-Id: Ida8273c51bc20787f5ec3d2e3979b865c4bed537 14 March 2015, 00:30:24 UTC
ae561bb Merge "made network status value translatable" 13 March 2015, 20:55:26 UTC
b993d94 Merge "Add "Preview Stack" action to Stacks table" 13 March 2015, 20:16:44 UTC
1281fdd Clean modal forms in Orchestration Stacks Refactoring orchestration stacks modals. Based on merged patch: https://review.openstack.org/#/c/123472/ Partially-Implements: blueprint form-template-to-view Change-Id: I59e4b0fd0d9acc0f2d40f1a384a1ff2ebbd7536d 13 March 2015, 19:58:04 UTC
b6ccb8e Merge "Updated transfer tables" 13 March 2015, 18:55:15 UTC
0a45b0b Merge "Changes Identity->Projects Forms into Horizontal Forms" 13 March 2015, 15:34:42 UTC
cc4a585 Merge "Fix CSS, remove bad semicolon in _variables.scss" 13 March 2015, 14:45:10 UTC
cab3912 Add "Preview Stack" action to Stacks table This patch set adds "Preview Stack" button to Stacks table to provide user with a possibility to preview stack without creating it, as it is already implemented in CLI. Partially implements blueprint: heat-ui-improvement Change-Id: Idf92deb57f8213a403f102db467828087d91e79a 13 March 2015, 12:35:47 UTC
a188054 made network status value translatable value of status column is not translatable in network table in this patch, added the display choices with translatable option Change-Id: Ide70ca5639d0af697856f79900b01bcf6cc84165 Closes-Bug: #1431825 13 March 2015, 11:44:51 UTC
d844b0f Imported Translations from Transifex For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I245e8beb4474f33363a36f1d69635742fea9c05c 13 March 2015, 06:19:51 UTC
f9ceb2d Redirect initial hit to login page By rendering the login page within the GET / path we cannot trap the /auth location from horizon to allow us to setup kerberos and other REMOTE_USER tasks on that path. On initial unauthenticated request redirect the user to /auth/login. Change-Id: Ibe577672fc67a33460ea5d8726925b7e4b2a65e9 Closes-Bug: #1418440 13 March 2015, 04:14:23 UTC
c30ff07 Merge "Incorrect error message when VM deletion failed" 13 March 2015, 03:00:27 UTC
b39f4b1 Merge "cancel next previous buttons are aligned properly" 12 March 2015, 22:36:19 UTC
79e0d92 Merge "Fixes alignment of pencil icon in Users Table" 12 March 2015, 22:32:05 UTC
back to top