[tripleo] tripleo-ui 3.1.0 (ocata)
We enthusiastically announce the release of: tripleo-ui 3.1.0: tripleo-ui This release is part of the ocata stable release series. Download the package from: https://tarballs.openstack.org/tripleo-ui/ For more details, please see below. 3.1.0 ^^^^^ New Features ************ * Adds tooltips for each of the deployment steps on the deployment plan page. Bug Fixes ********* * Fixes bug 1648888 adds tooltips to the Deployment Plan page * Fixes bug 1637131 Available Nodes are now based on registeredNodes as Deployed and Maintenance Nodes are not considered available for deployment * Fixes bug 1662976 Add i18n strings to data tables * Fixes bug 1664892 Jinja2 partials are included in plan creation * Fixes bug 1664975 Properly parse numbers as numbers rather than strings in Parameters forms Changes in tripleo-ui 3.0.0..3.1.0 ---------------------------------- 7118759 Adds tooltips to the deployment plan page 5606f8e Prepare 3.1.0 - Ocata GA 98cfa0e Imported Translations from Zanata 1a32e34 Imported Translations from Zanata b4d3b11 Add i18n strings for deployment status messages 6c30b2a Cleanup Nodes selectors 69b9808 Imported Translations from Zanata 18811fb Imported Translations from Zanata a5b4f73 Imported Translations from Zanata 106be71 Fix the deletePlan action d3e7b1b Add HorizontalNumberInput 15169ea Make connected components update on lang. switch 63203eb Add i18n to Nodes table 2f2ef16 Add missing i18n strings to the DataTable component ebda58b Add i18n to Register Nodes form 3f231b4 Include j2 files in plan creation 42e715e Add i18n to nodes page and buttons d9ef906 Update .gitreview for stable/ocata Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + i18n/locales/es.json | 72 ++++++++++++++ i18n/locales/ja.json | 102 +++++++++++++++++-- i18n/locales/zh-CN.json | 47 +++++++++ package.json | 6 +- ...s-to-deployment-plan-page-b0903e572102e110.yaml | 9 ++ .../notes/available-nodes-cb6dfdffb7bdc03a.yaml | 5 + .../notes/i18n-datatable-51eca9abf199aebf.yaml | 4 + .../notes/include-j2-bedc0ee22603acb0.yaml | 4 + .../notes/number-input-21284202281f6fda.yaml | 4 + releasenotes/source/conf.py | 4 +- src/js/actions/PlansActions.js | 2 +- src/js/components/AuthenticatedContent.js | 2 +- src/js/components/Login.js | 2 +- src/js/components/UserAuthenticator.js | 2 +- src/js/components/deployment/DeploymentDetail.js | 2 +- src/js/components/deployment/DeploymentFailure.js | 12 ++- src/js/components/deployment/DeploymentProgress.js | 4 +- src/js/components/deployment/DeploymentSuccess.js | 11 ++- .../deployment_plan/DeploymentFailure.js | 4 +- .../components/deployment_plan/DeploymentPlan.js | 56 +++++++++-- .../deployment_plan/DeploymentPlanStep.js | 11 ++- .../deployment_plan/DeploymentProgress.js | 4 +- .../deployment_plan/DeploymentSuccess.js | 4 +- .../components/deployment_plan/NodesAssignment.js | 15 ++- src/js/components/deployment_plan/Roles.js | 12 +-- src/js/components/deployment_plan/RolesStep.js | 20 ++-- .../EnvironmentConfiguration.js | 4 +- src/js/components/i18n/I18nDropdown.js | 4 +- src/js/components/nodes/Nodes.js | 44 +++++++-- src/js/components/nodes/NodesTable.js | 102 ++++++++++++++++--- src/js/components/nodes/RegisterNodeForm.js | 108 +++++++++++++++++---- src/js/components/nodes/RegisterNodesDialog.js | 98 ++++++++++++++++--- src/js/components/nodes/RegisteredNodesTabPane.js | 46 +++++++-- src/js/components/parameters/ParameterInput.js | 16 +-- src/js/components/parameters/Parameters.js | 4 +- src/js/components/plan/DeletePlan.js | 4 +- src/js/components/plan/EditPlan.js | 2 +- src/js/components/plan/ListPlans.js | 4 +- src/js/components/plan/NewPlan.js | 2 +- src/js/components/plan/PlanFileInput.js | 2 +- src/js/components/roles/RoleDetail.js | 2 +- src/js/components/roles/RoleServices.js | 2 +- .../components/ui/forms/HorizontalNumberInput.js | 76 +++++++++++++++ src/js/components/ui/tables/DataTable.js | 26 ++++- src/js/components/validations/ValidationsList.js | 2 +- src/js/constants/StacksConstants.js | 45 +++++++-- src/js/selectors/nodes.js | 50 +++++----- src/less/base.less | 1 + src/less/ui/Tooltips.less | 78 +++++++++++++++ 53 files changed, 960 insertions(+), 195 deletions(-)
participants (1)
-
no-reply@openstack.org