[release-announce] [tripleo] tripleo-ui 9.0.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Thu Apr 19 13:46:55 UTC 2018


We are psyched to announce the release of:

tripleo-ui 9.0.0: tripleo-ui

This release is part of the rocky release series.

Download the package from:

    https://tarballs.openstack.org/tripleo-ui/

For more details, please see below.

9.0.0
^^^^^

Bug Fixes

* Fixes bug 1731972 Add tripleo-ui version and git sha to debug
  modal

* Fixes bug 1750821 Available node counts in Role cards are properly
  calculated based on node - flavor - role tagging

* Fixes bug 1750821 Use Nova profiles in node tagging form instead
  of role profiles

* Fixes Bug 1753474 Running Mistral workflows is now more robust. In
  case when UI does not receive a message about a workflow being
  finished, it will start periodically checking the workflow execution
  to proactively get the result

Changes in tripleo-ui 8.3.0..9.0.0
----------------------------------

82af407 Imported Translations from Zanata
5197c86 prepare for 9.0.0 release (rocky-m1)
31ed4f1 Imported Translations from Zanata
108d8be Move Logout under User Name Dropdown
ccaf4a7 Imported Translations from Zanata
25b80a3 Imported Translations from Zanata
efc5bef Don't pass history with message actions
a9778fa Refactor PlansActions to use startWorkflow
cbfb4fa Refactor LoggerActions to use startWorkflow
b9dcdae Refactor RolesActions to use startWorkflow
694cf41 Add space above Edit Configuration button
06b40b3 Make Nodes workflow actions use startWorkflow
6e55c9f Make Validation actions use startWorkflow
494af34 Make running workflows more robust
16514bf eslint: use as-needed for arrow-body-style
bc9804b Imported Translations from Zanata
6441216 Imported Translations from Zanata
355f645 Update Manage Roles link to be Inline Button
ca7eb1d Imported Translations from Zanata
3431e1f Updating "Overcloud" term to be "Deployment"
c53bf2e Fix DeploymentInfo in DeploymentSuccess
6243c02 Add nova to appConfig immutable record
cf9e06e Imported Translations from Zanata
688dd38 Imported Translations from Zanata
c7d5cbe Imported Translations from Zanata
2077c45 Fix ModalPanel in Firefox
5820107 Update deployment workflow tooltips
91ffb89 Remove unneeded icons on buttons
6a06eb6 Properly calculate taggedCounts in nodesAssignment
ac0bb63 Use Nova profiles in node tagging form
8c8cac2 Update reno for stable/queens
9b4903e Upgrade webpack to 4
7e07e96 update reno for queens
9b09dd8 Refactor lodash imports
65f90dc Add version and git sha to debug modal


Diffstat (except docs and test files)
-------------------------------------

.eslintrc                                          |     1 +
config/tripleo_ui_config.js.sample                 |     1 +
i18n/locales/de.json                               |    23 +-
i18n/locales/en-GB.json                            |    23 +-
i18n/locales/es.json                               |    47 +-
i18n/locales/fr.json                               |     8 +-
i18n/locales/id.json                               |    23 +-
i18n/locales/ja.json                               |    25 +-
i18n/locales/ko-KR.json                            |    23 +-
i18n/locales/tr-TR.json                            |    23 +-
i18n/locales/zh-CN.json                            |    89 +-
npm-shrinkwrap.json                                | 13534 +++++++++++++------
package.json                                       |     9 +-
.../notes/add-version-8bdbea4be8e726dd.yaml        |     5 +
.../node_counts_improved-def0d57d4f3d72ec.yaml     |     6 +
.../notes/nova-profiles-5457ad7c39d19426.yaml      |     5 +
...robust-workflow-execution-057a6a6330a2792c.yaml |     7 +
releasenotes/source/index.rst                      |     1 +
releasenotes/source/queens.rst                     |     6 +
src/js/actions/LoggerActions.js                    |    19 +-
src/js/actions/NodesActions.js                     |    99 +-
src/js/actions/PlansActions.js                     |   143 +-
src/js/actions/RegisterNodesActions.js             |    14 +-
src/js/actions/RolesActions.js                     |    38 +-
src/js/actions/ValidationsActions.js               |    32 +-
src/js/actions/WorkflowActions.js                  |   115 +
src/js/actions/ZaqarActions.js                     |    89 +-
src/js/components/AuthenticatedContent.js          |     3 +-
src/js/components/NavBar.js                        |    24 +-
src/js/components/UserAuthenticator.js             |    12 +-
src/js/components/UserDropdown.js                  |    56 +
src/js/components/debug/DebugScreen.js             |    32 +-
.../deployment/DeploymentConfirmation.js           |    31 +-
src/js/components/deployment/DeploymentDetail.js   |    54 +-
src/js/components/deployment/DeploymentSuccess.js  |     6 +-
src/js/components/deployment/OvercloudInfo.js      |     6 +-
.../components/deployment/StackResourcesTable.js   |     8 +-
.../deployment_plan/ConfigurePlanStep.js           |    27 +-
src/js/components/deployment_plan/CurrentPlan.js   |    29 +-
src/js/components/deployment_plan/DeployStep.js    |     1 -
.../DeploymentConfigurationSummary.js              |    18 +-
.../deployment_plan/DeploymentPlanStep.js          |    28 +-
src/js/components/deployment_plan/HardwareStep.js  |    13 +-
src/js/components/deployment_plan/RolesStep.js     |    21 +-
.../EnvironmentCheckBox.js                         |    30 +-
src/js/components/i18n/I18nDropdown.js             |    18 +-
src/js/components/i18n/I18nProvider.js             |    18 +-
src/js/components/login/LanguageInput.js           |    12 +-
src/js/components/login/Login.js                   |    12 +-
src/js/components/nodes/Nodes.js                   |     1 -
.../nodes/NodesListView/NodeExtendedInfo.js        |    28 +-
src/js/components/nodes/NodesTable.js              |    18 +-
src/js/components/nodes/NodesTableView.js          |    12 +-
.../components/nodes/NodesToolbar/NodesToolbar.js  |    38 +-
.../nodes/registerNodes/NodesFileUpload.js         |    35 +-
.../nodes/registerNodes/RegisterNodeFields.js      |   212 +-
.../nodes/registerNodes/RegisterNodesDialog.js     |    23 +-
.../nodes/registerNodes/RegisterNodesForm.js       |    30 +-
src/js/components/nodes/tag_nodes/TagNodesForm.js  |    33 +-
src/js/components/nodes/tag_nodes/TagNodesModal.js |    32 +-
.../notifications/NotificationsToaster.js          |     8 +-
src/js/components/parameters/ParameterInputList.js |    24 +-
src/js/components/parameters/Parameters.js         |    20 +-
src/js/components/parameters/ParametersForm.js     |    15 +-
src/js/components/parameters/ParametersSidebar.js  |    24 +-
src/js/components/plan/DeletePlan.js               |     2 +-
src/js/components/plan/EditPlan.js                 |     7 +-
src/js/components/plan/PlanFileInput.js            |    50 +-
src/js/components/plan/PlansList.js                |     1 -
src/js/components/roles/NodesAssignment.js         |    80 +-
src/js/components/roles/RoleServices.js            |    27 +-
src/js/components/roles/Roles.js                   |     2 +
src/js/components/ui/NavTab.js                     |    26 +-
src/js/components/ui/Toolbar/ToolbarInputs.js      |    56 +-
src/js/components/ui/dropdown/Dropdown.js          |    14 +-
src/js/components/ui/dropdown/DropdownKebab.js     |    22 +-
src/js/components/ui/dropdown/MenuItemLink.js      |    28 +-
src/js/components/ui/forms/FormErrorList.js        |    16 +-
src/js/components/ui/forms/ModalFormErrorList.js   |     4 +-
.../components/ui/reduxForm/HorizontalCheckBox.js  |    34 +-
src/js/components/ui/reduxForm/HorizontalInput.js  |    34 +-
src/js/components/ui/reduxForm/HorizontalSelect.js |    46 +-
src/js/components/ui/reduxForm/NodePickerInput.js  |    22 +-
src/js/components/ui/tables/DataTable.js           |     4 +-
src/js/components/ui/tables/DataTableCells.js      |    14 +-
src/js/components/ui/tables/DataTableRow.js        |     8 +-
src/js/components/validations/Validation.js        |    32 +-
src/js/components/validations/ValidationDetail.js  |    14 +-
src/js/components/validations/ValidationsList.js   |    62 +-
.../components/validations/ValidationsToolbar.js   |    29 +-
src/js/constants/WorkflowExecutionsConstants.js    |     4 +-
src/js/immutableRecords/appConfig.js               |     5 +-
src/js/immutableRecords/workflowExecutions.js      |     8 +-
src/js/index.js                                    |     5 +-
src/js/loaders/version.js                          |    16 +-
src/js/reducers/appReducer.js                      |     4 +-
src/js/reducers/environmentConfigurationReducer.js |     8 +-
src/js/reducers/filtersReducer.js                  |    11 +-
.../reducers/workflowExecutionTimeoutsReducer.js   |    34 +
src/js/reducers/workflowExecutionsReducer.js       |    13 +-
src/js/selectors/appConfig.js                      |     4 +
src/js/selectors/environmentConfiguration.js       |    34 +-
src/js/selectors/filters.js                        |     4 +-
src/js/selectors/flavors.js                        |     9 +-
src/js/selectors/nodes.js                          |    35 +-
src/js/selectors/nodesAssignment.js                |    73 +-
src/js/selectors/notifications.js                  |     4 +-
src/js/selectors/parameters.js                     |    50 +-
src/js/selectors/plans.js                          |     7 +-
src/js/selectors/stacks.js                         |    13 +-
src/js/selectors/validations.js                    |    37 +-
src/js/selectors/workflowExecutionTimeouts.js      |    20 +
src/js/selectors/workflowExecutions.js             |    19 +
src/js/services/MistralApiService.js               |    21 +-
src/js/services/ZaqarWebSocketService.js           |     4 +-
src/js/store.js                                    |     4 +
src/js/utils/history.js                            |    18 +
src/js/utils/nodes.js                              |     5 +-
src/less/ui/ModalPanel.less                        |     2 +-
webpack.common.js                                  |    11 +-
webpack.dev.js                                     |     8 +-
webpack.prod.js                                    |     9 +-
137 files changed, 11429 insertions(+), 6027 deletions(-)







More information about the Release-announce mailing list