This patch creates a blank Users panel.
Later on, we will populate this panel with a table, forms, and actions.
Change-Id: Iac45308bd14cfc9c3857aa16c460375a1d604bfc
Partially-Implements: blueprint angularize-identity-tables
Following John Papa's style guide
https://github.com/johnpapa/angular-styleguide,
this patch refactors the Angular code for the 'source' step
in Launch Instance wizard.
Change-Id: I195aa852a43462b8967d0f1faaea089906cc0a05
Partially-Implements: blueprint jscs-cleanup
Using an invalid job template ID for details URL causes
a stack trace. This patch adds a proper error message and
logging for this case.
Change-Id: Iee3be7960292c013d0a5dc1536396c702fcdb074
Partial-Bug: #1466453
This patch is a first pass at reducing the levels of "tribal knowledge"
and making the AngularJS codebase more accessible. It details code
style, file structures, testing and translation.
Change-Id: I22e6e5627216739fc92a5c9a5b417c6c6b16476d
Closes-Bug: 1373310
Using an invalid node group template ID for details URL causes
a stack trace. This patch adds a proper error message and logging
for this case.
Change-Id: Ic9ba5571b91c878ba7db112911f8c1716d90590a
Partial-Bug: #1466453
Using an invalid cluster template ID for cluster template
details URL causes a stack trace. This patch adds a proper
error message and logging for this case.
Change-Id: Ie2da9a7698d44947adf58693da6bbcb7bec411a8
Partial-Bug: #1466453
Fix bug for changing user's email from user list deletes user password.
Don't set password to None in update_cell function in user tables.
Change-Id: I9d96ca2aa806a0398de85c4866900b445eefee05
Closes-Bug: #1468300
In Volume type's QoS associate form list all QoS specs including current one.
If we select the current one again, we are getting form error.
This patch removes the current one from the list.
Change-Id: I738505893359f4798e8ab72bd472005424cd5a42
Closes-Bug: #1466828
In create user form, no way to set the user is disabled.
by default it is setting the user as enabled.
This patch adding the Boolean field to set enable and disable the user
at the time creating.
Change-Id: If4bf8ef077326658d4693858144904c7a93f1eb5
Closes-Bug: #1468208
Following John Papa's style guide, this patch cleans up the
Angular code for the 'metadata-display' module.
Change-Id: I5021bcca835b6bd8bb9b578b279cf2aa9cdb0ba4
Partially-Implements: blueprint jscs-cleanup
We have COMPRESS_OFFLINE disabled by default in our tests in horizon,
we need to do the same for dashboard. Refer to bug for detailed
explanation.
Change-Id: Ib8480c3a91e6c06fc5b5ad0c08df88aada774b33
Closes-Bug: #1469293
This patch breaks up workflow.js into small pieces according to
Horizon code style.
Change-Id: I2358020f29de4a235dd35553621b007da70d47fa
Partially-Implements: blueprint jscs-cleanup
This patch creates a blank Identity dashboard.
Later on, we will populate this dashboard with Users Panel.
Change-Id: I909a7b8781934e68c29b5058f89a2cc03a88103d
Partially-Implements: blueprint angularize-identity-tables
Following John Papa's style guide, this patch refactors the
Angular code for 'transfer-table' module.
Also remove the unused filters: warningText, rowFilter and foundText.
Partially-Implements: blueprint jscs-cleanup
Change-Id: Id16e41786549b1a56fb0926842032a06062d9cc2
Following John Papa's style guide
https://github.com/johnpapa/angular-styleguide,
this patch refactors the Angular code for 'configuration' step
in Launch Instance wizard.
Change-Id: I18aef22e6470e0c255636a58c40cc42697993914
Partially-Implements: blueprint jscs-cleanup
Following John Papa's style guide
https://github.com/johnpapa/angular-styleguide,
this patch refactors the Angular code for 'network' step
in Launch Instance wizard.
Change-Id: Ic33115282ecfe9baee79edc2cdce5256f78ec6c5
Partially-Implements: blueprint jscs-cleanup