11643 Commits

Author SHA1 Message Date
Luis Daniel Castellanos
c30a1ea66e Fix for swift ui displaying infinite folders
When creating a folder in swift ui with the following
name format "f1;/f2" swift ui is not able to pick the
objects/floders for "f1;" and when this folder is
selected the ui ends in an infinite loop of "f1;"
folders

Change-Id: I8e2d8fdb5fb3b67dfd14bbdd1b100f13e84222eb
Closes-Bug: #1624546
2016-10-05 10:11:54 -05:00
Jenkins
db0a78d09b Merge "Imported Translations from Zanata" 2016-09-20 12:01:46 +00:00
Jenkins
61439e8ccc Merge "Replace 'assertTrue(a in b)' with 'assertIn(a, b)'" 2016-09-20 10:52:34 +00:00
OpenStack Proposal Bot
ff973d2cd0 Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I7158ce6c1b23f77270803b673340c18929d347c9
2016-09-20 07:53:13 +00:00
Jenkins
3149a19af3 Merge "Quota cleanup of dynamic methods" 2016-09-20 07:16:58 +00:00
Jenkins
c528205274 Merge "Fix getting the images list in Admin->Images" 2016-09-20 01:15:10 +00:00
Jenkins
e5d467ff1e Merge "Fix jasmine test failures due to missing ngRoute, schema-form dep" 2016-09-20 00:40:53 +00:00
eric
5d64e2db73 Quota cleanup of dynamic methods
Removing the usage of calling dynamic methods within the
quotas code.  This makes it difficult to support and see
who is calling what code.

Change-Id: Ie2c6be3233dd2cff16eb2271e2ac3f4b04d6e2b5
Implements: blueprint make-quotas-great-again
2016-09-19 08:50:15 -06:00
Timur Sufiev
6609420115 Fix getting the images list in Admin->Images
Do this by converting 'None' / 'True' / 'False' to their Python
counterparts.

Change-Id: Ifd17f4587759e7a67218278d28ee77fc9b80530a
Closes-Bug: #1624700
2016-09-19 13:56:54 +03:00
OpenStack Proposal Bot
515dc27ecd Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I4b07430cbca43cd5254d1dacfaa224737392a010
2016-09-19 07:49:55 +00:00
OpenStack Proposal Bot
90d7a3f79f Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I89904288a2b9642152646a23cf1bf0264da38e38
2016-09-17 07:37:45 +00:00
Jenkins
e99cef8293 Merge "Update reno for stable/newton" 2016-09-16 09:21:36 +00:00
Jenkins
458a727b1d Merge "Imported Translations from Zanata" 2016-09-16 09:21:25 +00:00
Jenkins
b8fc8b12e5 Merge "Allow translator to control word order in delete confirm dialog" 2016-09-16 09:19:39 +00:00
Thierry Carrez
32bb3d7849 Update reno for stable/newton
Change-Id: I27ef7af240ad942e4c65b9175f4f21a1f076e6a2
2016-09-16 10:19:12 +02:00
OpenStack Proposal Bot
e42aaf64a8 Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: If53796ffeefba600affd2f9aad4d9f29847d5435
2016-09-16 07:37:24 +00:00
Jenkins
f9774acb73 Merge "Updated from global requirements" 2016-09-16 06:16:44 +00:00
Akihiro Motoki
cf5650f7f1 Allow translator to control word order in delete confirm dialog
Change-Id: I82c27d21cb000602e1cf76313c2cdec680c45394
Closes-Bug: #1624197
2016-09-16 04:26:49 +00:00
Jenkins
5d5bc86c97 Merge "Support for Glance v2" 2016-09-16 02:13:50 +00:00
Jenkins
c8ba33d38e Merge "Ability to delete network items from their details page" 2016-09-16 00:31:50 +00:00
Jenkins
76e0e08eb3 Merge "Add the new device owner flag for HA router interface" 2016-09-16 00:09:02 +00:00
OpenStack Proposal Bot
4304971437 Updated from global requirements
Change-Id: I639ce31e9bfcdc24f41440b5be46945973e06e1b
2016-09-15 20:19:34 +00:00
Jenkins
110175a549 Merge "Server-side filtering for Identity" 2016-09-15 19:45:08 +00:00
OpenStack Proposal Bot
aaa3ad4a13 Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I999ca37f8c0694bc53c20ec166b30daacefa34eb
2016-09-15 07:38:29 +00:00
Jenkins
928e741763 Merge "Remove the lowercase case boolean type in heat param_type" 2016-09-15 01:51:06 +00:00
Jenkins
1e56b7b321 Merge "Update admin filter first setting to a dict" 2016-09-15 01:44:01 +00:00
Jenkins
9250ef9678 Merge "Replace table row 'status_unknown' class with 'warning' class" 2016-09-14 22:31:38 +00:00
Luis Daniel Castellanos
e15b61f58a Update admin filter first setting to a dict
Previously the ADMIN_FILTER_DATA_FIRST setting was a True/False
setting that was taking over all the admin views leaving
operators without the opportunity to set this setting to views
individually.

This patch changes the setting to a dict where it can be specified
which panels/views will implement this setting individually.

Implements blueprint: admin-views-filter-first

Change-Id: I50deab878f68c1cc519aa9b47feaa2c58bb8eacc
2016-09-14 15:52:20 -05:00
OpenStack Proposal Bot
2925562c1a Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: If82e869e833ab51d8c4018e3dd6775670f20cc5f
2016-09-14 07:57:08 +00:00
Jenkins
cb81c309fb Merge "Do not embed unsafe content" 2016-09-14 04:26:31 +00:00
Eddie Ramirez
bc1fb4910b Server-side filtering for Identity
Implements server-side filtering in Identity->Projects

Projects (Only V3 supports server filtering)
Users (Only V3 supports server filtering)
Groups
Roles

This filtering method allows a user to filter by
several fields:
- Name
- UUID
- Enabled

Cannot implement filter by email ttps://review.openstack.org/#/c/110970/

Implements blueprint: server-side-filtering
Co-Authored-By: Daniel Castellanos <luis.daniel.castellanos@intel.com>

Change-Id: I37d6afdef84593e2779d21bec0c2f55e2794ab78
2016-09-13 10:06:27 -05:00
OpenStack Proposal Bot
45dedbbebc Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I39275adc48ed814f42ff61029ba1aa82c3774abc
2016-09-13 07:44:15 +00:00
shizhihui
312731ab4c Replace 'assertTrue(a in b)' with 'assertIn(a, b)'
Supplement the patch:https://review.openstack.org/#/c/364652/

Change-Id: I6890d7f5aff751ddfad86fc954146cc5ac102ac8
2016-09-13 13:13:00 +08:00
Richard Jones
c4ddce4a50 Do not embed unsafe content
Using the .text() rather than .append() method will allow
the jQuery (or jqLite in this case) element object to escape
unsafe content correctly.

Change-Id: I4d41abb77714a2153a0d003868546d4b5165a85e
Closes-Bug: 1622690
2016-09-13 13:58:55 +10:00
Jenkins
7419a6f365 Merge "Allow magic search to be initialized by an event" 2016-09-12 22:58:11 +00:00
Jenkins
4eed792e75 Merge "Modify use of assertTrue(A in B)" 2016-09-12 19:11:38 +00:00
Julie Pichon
cf0aac9400 Support for Glance v2
Implements wrappers necessary for Horizon to work with either Glance
v1 or v2 and removes the dependency on the Glance v1 endpoint.
Handles the differences between setting properties with v1 and v2 and
restricts some Glance functions that aren't supported in v2.

Implements blueprint: horizon-glance-v2
Co-Authored-By: Travis Tripp <travis.tripp@hp.com>
Co-Authored-By: Brad Pokorny <Brad_Pokorny@symantec.com>
Co-Authored-By: Timur Sufiev <tsufiev@mirantis.com>
Co-Authored-By: Liuqing Jing <jing.liuqing@99cloud.net>

Change-Id: Icca91c53eabf18c3109b3931ed53f70eaaaa0e56
2016-09-12 11:16:33 -07:00
OpenStack Proposal Bot
bff48543ba Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I5259dfa3d1a6a61fb67dc7f02afc5a1b5243c34f
2016-09-12 07:38:21 +00:00
Jenkins
9c4dd08e7c Merge "Fix typo in Keypair creation in Launch Instance panel" 2016-09-11 20:14:18 +00:00
Akihiro Motoki
0751638728 Fix typo in Keypair creation in Launch Instance panel
Change-Id: I42bf21275e12c7f787ea9b5d3ba17ac54288a57c
2016-09-12 00:27:06 +09:00
zhurong
2c56563580 Remove the lowercase case boolean type in heat param_type
heat-api had already return the boolean type using 'Boolean' in this commit:
https://review.openstack.org/#/c/116762/ , So remove the lowercase case.

Change-Id: If2fd981ffb854699301b77c6b0bc318a90c178dc
2016-09-11 21:51:00 +08:00
OpenStack Proposal Bot
7bc8558bba Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I171b726332cddb30ca13fe963b142a51bc351e2a
2016-09-10 07:33:51 +00:00
Jenkins
353475bfe8 Merge "Cleanup setProperties in image module" 2016-09-09 19:35:13 +00:00
Jenkins
7063e2ae9e Merge "Fix five typos" 2016-09-09 12:25:56 +00:00
Jenkins
cfdd3deb88 Merge "standardize release note page ordering" 2016-09-09 06:29:18 +00:00
Tyr Johanson
c7df8a90b0 Allow magic search to be initialized by an event
This patch adds support into magic search to initialize the
search bar to a predefined search query using an event.

This allows a prior search to be repeated, or to pre-populate
the seach field with an initial filter.

Closes-Bug: #1590164
Change-Id: I24b4fcb3df87f018d9d73aa9d1526d7b8c6026bb
2016-09-08 23:30:09 +00:00
Jenkins
5b88ddc8ea Merge "Hide nav in workflows if only one tab" 2016-09-08 23:03:39 +00:00
Jenkins
89c4fe3e7a Merge "Update action for namespaces table public/protected attributes" 2016-09-08 22:40:58 +00:00
Doug Hellmann
c2eba7ca38 standardize release note page ordering
In order to support automatically updating the release notes when we
create stable branches, we want the pages to be in a standard order.
This patch updates the order to be reverse chronological, so the most
recent notes appear at the top.

Change-Id: Ib364dcc8eb31275a31c83b68d7914263b183e393
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2016-09-08 14:53:40 -04:00
Jenkins
185c89b4c6 Merge "All Table Templates should support template overrides" 2016-09-08 16:43:20 +00:00