sort by:
Revision Author Date Message Commit Date
efc88d4 Merge "Inline Table editing" 04 December 2013, 01:13:18 UTC
258e9b4 Merge "Add more Horizon unit tests." 03 December 2013, 13:34:19 UTC
06cd567 Merge "Increase Keypair name size to 255" 03 December 2013, 11:35:32 UTC
cf5bd60 Merge "Better @memoized decorator" 03 December 2013, 11:35:30 UTC
fbd83b0 Merge "Show volume quota graphs if totalVolumesUsed >= 0" 03 December 2013, 11:35:27 UTC
c77ef11 Merge "Change Network Topology panel so it stops polling ajax on error" 03 December 2013, 09:32:12 UTC
c77d907 Inline Table editing Implementation of inline-table-editing blueprint: - Design from jcoufal is implemented with Bootstrap elements. - Inline edit mode implemented, Django Form Field connected to table logic, using Django Form Widget to render. Table Cell can be updated and refreshed. - Allowed method implemented for checking of cell edit permissions - Validation process is taken from Django Form Field logic, so validation is defined as part of Django Form Field defined in table Column. - Update method of the cell is defined as Table Action. For obtaining row data, UpdateRow functionality is used. - Horizon Tests for inline editing implemented. - Selenium Tests for inline editing of tenants implemented - Documentation written in both ref and topics Change-Id: Ib29b58da71d3a8abc9688bc942fe49917161e97a Implements: blueprint inline-table-editing 03 December 2013, 08:35:24 UTC
7508917 Merge "Live migration support" 03 December 2013, 08:00:09 UTC
35161ba Increase Keypair name size to 255 The keypair name in horizon has a max_length of 20 characters, it seems short. We should just match the nova data model length, and set the max_length to 255 for consistency. Change-Id: I53e43a792da677c39127ab43831dde5f70e588d3 Closes-Bug: #1257030 03 December 2013, 05:54:27 UTC
cdb06a4 Merge "Show success msg when container deletion succeeds" 03 December 2013, 03:51:45 UTC
9f1da37 Show volume quota graphs if totalVolumesUsed >= 0 commit 9bca5d3680ee21d2b92ba6766f13b5d216fc477f fixed the volume quota display, but quotas are hidden if a project has a used quota of 0. I don't think we should hide the quotas in this case, as users still need to know how much quota is available, even if they haven't used any of it yet. Change-Id: I72c0fae1a51cafabfcde8970c94097069083dd06 Partial-Bug: #1244875 03 December 2013, 03:35:42 UTC
e2508e7 Add more Horizon unit tests. Increse horizon base (+2%) and middleware (+10%) coverage by adding 6 new tests. Change-Id: Ibd0f7f43885ee447369a9beaccab7befbbc45ca4 03 December 2013, 02:56:05 UTC
26a5b1f Merge "Make cookie_name field in LBaaS VIP creation switchable" 02 December 2013, 22:23:25 UTC
655a867 Merge "Bumping up max_length of flavor extra spec." 02 December 2013, 16:34:18 UTC
d99d6be Merge "Fix bad line breaking and radix in JavaScript" 02 December 2013, 14:37:50 UTC
b8bee2b Merge "Add check for BlockDeviceMappingV2 nova extension" 02 December 2013, 14:32:20 UTC
3bc1d99 Merge "Abstraction of Ceilometer meters information" 02 December 2013, 14:32:14 UTC
dbb3295 Merge "Add parse_isotime filter to Image created and updated date strings." 02 December 2013, 14:21:28 UTC
4853902 Merge "The use of the class variables" 02 December 2013, 14:20:40 UTC
da7a061 Bumping up max_length of flavor extra spec. The capture field in the flavor extra spec form, is currently set to 25, but should be bumped up to accommodate some long values. Change-Id: I54a12b01222faf0d7dd32768c73f192e3d3cf8e1 Fixes: bug #1252427 02 December 2013, 14:16:49 UTC
a575d5e Merge "Add ability to configure read access of container" 02 December 2013, 12:38:05 UTC
27c72bd Fix bad line breaking and radix in JavaScript Fix code that makes JSHint issue warnings about bad line breaking and missing radix parameter to parseInt. Change-Id: I3a7cd1b56921a70a5b393df05b30b71332c471ef Implements: blueprint js-coding-style-checks 02 December 2013, 12:16:30 UTC
ded205a Merge "Role name should not be translated in Domain Groups dialog" 02 December 2013, 10:43:03 UTC
22ab3e0 Add ability to configure read access of container Allow the user to set the container access to private or public. For public containers, the public URL for accessing it is also provided to the user. List containers does not include the metadata of the container. Used ajax to load the container metadata in the Container table to be able to render the Container table immediately. Change-Id: If1e848ad49f522eab8f1b264d54611615481848c Implements: blueprint swift-container-public-access 02 December 2013, 10:00:07 UTC
c94e007 Merge "Use === and !== instead of == and != in JavaScript." 02 December 2013, 09:02:39 UTC
dc85951 Merge "Transform Quotas 'inf' to 'No Limit'" 02 December 2013, 08:53:49 UTC
8ed32cc Role name should not be translated in Domain Groups dialog Role names are retrieved from keystone and they should be displayed as-is. Change-Id: I62f9cb5582090e197fe2b7b434107dc801864571 Closes-Bug: #1255004 02 December 2013, 08:29:54 UTC
60978fb The use of the class variables All horizon/tables/actions.py action classes were rewriten, so there is standard inicialization of objects, through the parameters of initializer not through the class variables. The class variable 'name' stayed though, because it is used for ordering of the actions in the table. This will be solved in different bug. The BaseActionMetaClass has been added, so actions can inherit from each other and use the class variable DSL in the same time. It is similar solution to DataTableMetaclass. Also the bugs with unused or blocking class atributes and [] in parameters of initializer were solved. Change-Id: I1b38befe114c1b4781e661a5a127c3f87391e228 Fixes: bug 1182931, bug 1183698, bug 1182908 02 December 2013, 08:19:19 UTC
f25c64c Use === and !== instead of == and != in JavaScript. Fix JavaScript code style to not generate JSHint warnings about the equality operator. Change-Id: I1f9f279272e2960eafbaa84aa0ecc7b3b6871775 Implements: blueprint js-coding-style-checks 02 December 2013, 08:02:59 UTC
d0665e5 Add parse_isotime filter to Image created and updated date strings. Change-Id: I1fb6385a9b83c22a5a02331d7340c5b933149cf9 Closes-Bug: #1256756 02 December 2013, 06:49:23 UTC
b7c0e33 Merge "Fix duplicate keys in JavaScript" 02 December 2013, 06:11:08 UTC
3fd72c3 Merge "Remove returns of user_update api" 02 December 2013, 01:52:23 UTC
e6121ec Merge "Updated can_set_mount_point default in docs" 30 November 2013, 14:57:50 UTC
8991702 Merge "Use dot notation in JavaScript" 30 November 2013, 14:53:03 UTC
6f94c56 Merge "Add volume limits to project overview." 30 November 2013, 12:56:32 UTC
a38d932 Updated can_set_mount_point default in docs The can_set_mount_point default has been changed from True to False, reflecting that only the Xen hypervisor currently supports the use of this option. This patch updates the documentation to reflect the change. The default changed in commit: d34d7904eed431937b3d75c11da7743767ce9551 Change-Id: I4522718cb7335a1f13557acc0bad1e8f407571ad Closes-Bug: #1255136 29 November 2013, 19:11:40 UTC
882bf7a Merge "Fix duplicate definition and scope in JavaScript" 29 November 2013, 18:51:40 UTC
d34d790 Merge "Set can_set_mount_point to False by default" 29 November 2013, 18:48:09 UTC
d32e237 Set can_set_mount_point to False by default Change-Id: I518bfbeee709f5304a1c6b2b9ddcfe9655881a66 Closes-Bug: #1255136 29 November 2013, 13:11:23 UTC
9bca5d3 Add volume limits to project overview. Commit d4b0ab4aa395bf4df2964efcc358100117efdaa0 fixing bug #1178694 removed volume quotas from project overview. Cinder is not reporting Snapshot limits today, so that info can't be added without including quotas again, defeating the purpose of the original fix. This fix will only add Volume Qty & Total Storage GB used (including snapshot size, if any ). Information is hidden if volume list is empty. Partial-Bug: #1244875 Change-Id: Ia72e40329ecf08b57fb26cd847f02cececc53579 29 November 2013, 11:19:40 UTC
7d06ca6 Fix duplicate definition and scope in JavaScript Fix code that makes JSHint issue duplicate definition and use out of scope warnings. Change-Id: I5a112a4bfc46b84ce3deb4e58c548aa6d8b8ae54 Implements: blueprint js-coding-style-checks 29 November 2013, 07:58:13 UTC
8c541d4 Use dot notation in JavaScript Fix the code that makes JSHint issue the better written in dot notation warning. Change-Id: Iee0b8ede36170cbe9e60a06e3d252b797db63a30 Implements: blueprint js-coding-style-checks 29 November 2013, 07:57:09 UTC
cc4577d Fix duplicate keys in JavaScript Fix code that makes JSHint issue duplicate key warnings. Change-Id: Ie5bb7e70753e0c1e72f110707e275077977fe71d Implements: blueprint js-coding-style-checks 29 November 2013, 07:52:26 UTC
08648b3 Merge " Adds support for passing extra tenant attributes to keystoneclient" 29 November 2013, 05:31:08 UTC
b79c26c Merge "Fix confusing use of ! and = in JavaScript" 28 November 2013, 23:10:51 UTC
996db32 Merge "AngularJS + base horizon module" 28 November 2013, 21:41:48 UTC
dec51c0 Merge "Display error message in instance detials page" 28 November 2013, 21:38:03 UTC
05cb90a Merge "Don't use extra leading zeros in JavaScript" 28 November 2013, 18:02:18 UTC
44b302f Abstraction of Ceilometer meters information - Extract the metadata of the meters to a class (label, description) - The list operation support (only, except) filter - It supports listing meters by their service e.g. .list_nova(), .list_neutron() - Tests for meters list written. Fixes bug 1226479 Change-Id: Ifa366fd2de3e8f4e31347962630f96344ebba974 28 November 2013, 11:40:05 UTC
755509c Better @memoized decorator This version of the @memoized decorator only keeps weak references to the function arguments in cache, which means that it doesn't keep objects alive forever, and that it won't fill up all available memory eventually, as the old version would -- it only keeps cache for the objects that are actually in use. Honestly, I'm not actually sure that the effect is worth it, as the level of complexity of this code is quite high. I thought I would submit it anyways, so that we can at least have a discussion. Change-Id: I3a4fca3aba7c52102673f7fa5d127873c71516f8 Partial-Bug: #1098047 28 November 2013, 11:34:45 UTC
1c9c8a4 Fix confusing use of ! and = in JavaScript Fix code that makes JSHint issue the confusing use of ! and assignment used as condition warnings. Change-Id: Ifa0cdde7f9ce1ca0f4e806dc18d93eb3099914c8 Implements: blueprint js-coding-style-checks 28 November 2013, 11:03:05 UTC
1a665a0 Merge "Use [] for new arrays in JavaScript" 28 November 2013, 10:42:23 UTC
77b91a9 Merge "unify the text: change "Update Subnet" to "Edit Subnet"" 28 November 2013, 10:41:50 UTC
a115c78 Don't use extra leading zeros in JavaScript Fix code that causes JSHint to issue warnings about extra leading zeros in number literals. Change-Id: I51f30f069e8a4b3f6e3e4b00563abb23a399231f Implements: blueprint js-coding-style-checks 28 November 2013, 10:23:51 UTC
15d9cee Merge "Fix semicolons in JavaScript" 28 November 2013, 10:20:59 UTC
b77197c Merge "Updates .gitignore" 28 November 2013, 10:16:05 UTC
fc9557b Use [] for new arrays in JavaScript Fix the code that makes JSHint issue warnings about the use of new Array() instead of []. Change-Id: Id00e938d4c4df7da92397f4cf84da7d32ee5e7b8 Implements: blueprint js-coding-style-checks 28 November 2013, 09:51:02 UTC
14f32c7 Merge "Deleting statistics tables from resource usage page" 28 November 2013, 09:11:08 UTC
5117c74 Updates .gitignore To ignore swap files from getting into repository currently the implemented ignore is *.swp however vim adds more swap files if these files exists, so improving this with *.sw? Change-Id: I91c799acfe186791061cd91414f606fd7cf08fb7 Closes-Bug: #1255876 28 November 2013, 08:53:42 UTC
b577ac3 Remove returns of user_update api Fix wrong error message after changing admins password. Change-Id: Id715b168526a876737a05771c1c8e259063e1ccb Closes-Bug: #1252738 28 November 2013, 08:43:53 UTC
52957cc Show success msg when container deletion succeeds When user tries to delete non-empty container, the success messsage should not be displayed. Change-Id: I02ba1e4bad8dbe2b52f06f2a8e079b5812cd5544 Closes-bug: 1214842 28 November 2013, 04:32:59 UTC
2972649 unify the text: change "Update Subnet" to "Edit Subnet" Change-Id: I90ea32e5ee39509c526d302c596f6e9c8522f4e5 Closes-Bug: #1254985 27 November 2013, 17:06:45 UTC
a10436e Add check for BlockDeviceMappingV2 nova extension Booting instance from image (creates a volume) option is using the new BDM format when submitting the create server request to Nova. Adding a check for Nova extensions if it is supported before displaying the option. Change-Id: Ie0b2b5d574babc910e2dac7ce9e3ab6603382ffb Closes-bug: 1223875 27 November 2013, 14:48:23 UTC
6fe9cb8 Fix semicolons in JavaScript Fix the code that makes JSHint issue warnings about missing semicolons. Change-Id: Id76ee094ae32cbb00f24b06b303a73fd258e5666 Implements: blueprint js-coding-style-checks 27 November 2013, 13:58:42 UTC
7711a78 JSHint integration JSHint helps enforcing coding standards for the javascript files similarly to pep8. It is integrated with the existing qUnit tests with the qhint library. This approach has the advantage of running every time the selenium test suite runs and does not introduce dependency to Node.js. Partially implements: blueprint js-coding-style-checks Change-Id: I77e75e7cdd5fd3426b9b981c4e0df5d30ef7b196 27 November 2013, 13:42:30 UTC
494b7f8 Merge "Allow "Working" in spinner to be translatable" 27 November 2013, 12:57:04 UTC
09677c0 Deleting statistics tables from resource usage page The tables were interpreting the stats in a wrong way, for some stats it's not even easily possible to get those stats. We need to go through each statistic separately and document it in the Ceilometer docs first. Then it's more likely that these table stats will be distributed in various tables in dashboard in the form of sparklines so these pages won't be needed. Fixes bug 1249279 Change-Id: Ib8c110f5d66fae50df12f8f0beeb99c2b2d00bf6 27 November 2013, 12:48:22 UTC
9bf8633 Display error message in instance detials page display the message when there is "fault" field from nova instance Change-Id: I483691d7a11e3a0fa2c4f2468ec3680a4cd4a3a3 Closes-Bug: #1255391 27 November 2013, 08:02:08 UTC
08cdf40 Merge "Handle '%' in Swift container names." 27 November 2013, 07:33:29 UTC
dcd4866 Merge "pre-select if theres just one project" 27 November 2013, 02:35:31 UTC
fda6eb5 Merge "Disable selection of undersized flavors for image" 27 November 2013, 01:25:42 UTC
7986570 Merge "Adding bar chart" 27 November 2013, 01:02:49 UTC
febe4df Merge "Logging user out after self password change" 27 November 2013, 01:02:47 UTC
feaa960 pre-select if theres just one project Change-Id: I4c1d25efe2b6b3d982f90670fa701c6aad6aeefe Closes-bug: #1252741 26 November 2013, 22:00:06 UTC
2b23dde Merge "Validate volume size is larger than image minDisk" 26 November 2013, 20:41:29 UTC
2d06e1b Merge "Adds pseudo-folder creation" 26 November 2013, 20:30:04 UTC
0fac884 Merge "Removed "NT_" prefix in network topology tables" 26 November 2013, 19:27:55 UTC
dfa93c8 Merge "Add option to disable server password fields" 26 November 2013, 18:49:43 UTC
351f2c6 Merge "Heat Stack name is missing form validation." 26 November 2013, 14:49:53 UTC
b5876c7 Merge "Enhancements of line-chart" 26 November 2013, 13:15:55 UTC
0aab590 Logging user out after self password change Admin users where not logged out after changing their own password in the user settings pannel, and error messages where displayed afterwards. Fixes bug 1226829 Change-Id: Iec0e34484e2bbc28a300d6259aab1a682e4a00ff 26 November 2013, 12:33:36 UTC
845a454 Allow "Working" in spinner to be translatable "Working" in modal spinner from creating new network Change-Id: Iecd692aa95f6a546e20803b3a6df5837bd082036 Closes-Bug:1252074 26 November 2013, 10:41:13 UTC
fd2523a Merge "Update troveclient to 1.0.0" 26 November 2013, 00:13:54 UTC
e07e93a Disable selection of undersized flavors for image Where an image has minimum requirements for RAM or disk, we should not allow users to select a flavor that does not meet those requirements only to have the form fail when submitted. Change-Id: I00667f4ca30a43771eaf3257fd055d3387687658 Fixes: bug 1116122 25 November 2013, 23:46:09 UTC
9138444 Removed "NT_" prefix in network topology tables Normalized table names in network topology. Files that have been modified: openstack_dashboard/dashboards/project/network_topology/instances/ tables.py openstack_dashboard/dashboards/project/network_topology/ports/ tables.py openstack_dashboard/dashboards/project/network_topology/routers/ tables.py Change-Id: I60895fd1872f7026ceb5c027c1346343e241d47b Closes-Bug: #1254484 25 November 2013, 17:45:35 UTC
ed7d1db Merge "Update 'action_not_allowed' message to be more generic" 25 November 2013, 17:15:15 UTC
8bca2eb Update troveclient to 1.0.0 Closes-Bug: #1238121 Author: Robert Myers <robert.myers@rackspace.com> Change-Id: I03d3d95602f4009c97d37fdf8e241ec8ab82389d 25 November 2013, 16:25:32 UTC
dfbafa5 Merge "Remove confusing text from description form" 25 November 2013, 10:53:53 UTC
9b074a1 Merge "Gate on H4xx docstrings for pep8" 25 November 2013, 10:01:16 UTC
3089dbd Merge "Give HealthMonitor a proper display name" 25 November 2013, 09:35:55 UTC
fd67686 Heat Stack name is missing form validation. When creating a stack using Horizon, the form is missing name validation, so a generic error is shown whenever the name does not follow the regex used by Heat. ([a-zA-Z][a-zA-Z0-9_.-]*) Add server side validation and the right error message. Change-Id: I7a639bcf96b7c74760123b6106aab7d9311f5e2f Closes-Bug: #1254212 25 November 2013, 01:04:13 UTC
d52f95e Merge "translate text: "subnet"/"subnet details"" 24 November 2013, 23:02:33 UTC
da8c69a Gate on H4xx docstrings for pep8 In an effort to help horizon more friendly to OpenStack hacking guidelines, we now gate on H40* violations. Change-Id: Id07294543660368d2f7f5ac363710176ab23b874 Signed-off-by: Paul Belanger <paul.belanger@polybeacon.com> 23 November 2013, 17:51:07 UTC
94129ba Merge "Updated from global requirements" 23 November 2013, 14:49:38 UTC
0a5ca7c Merge "Make the alert type in horizon.alert translatable" 23 November 2013, 13:26:08 UTC
704e534 Merge "added Neutron incompatiility note for simple IP management" 23 November 2013, 12:41:33 UTC
643542b Merge "Remove 'file' source type when HORIZON_IMAGES_ALLOW_UPLOAD is False" 23 November 2013, 12:28:18 UTC
599c213 translate text: "subnet"/"subnet details" When trying to create or update a subnet from the Networks details page, the tab titles 'Subnet' and 'Subnet details' are not showing as translated. This patch add the missing underscore. Change-Id: I48cd47e7ead3717d96e4808f41bf876a567c8052 Closes-Bug: #1254026 22 November 2013, 15:18:32 UTC
39d3b84 Fix translatable string for "Injected File Path Bytes" Change-Id: I7a60c371621bd37d1918db7ddcabd4cb2dcd9d0d Closes-Bug: #1254049 22 November 2013, 14:29:23 UTC
68f457a Merge "Fix bug so that escaped html is not shown in volume detach dialog" 22 November 2013, 11:56:06 UTC
back to top