tripleo-ui 9.1.0 (rocky)
We eagerly announce the release of: tripleo-ui 9.1.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. Changes in tripleo-ui 9.0.0..9.1.0 ---------------------------------- 041b46f Release 9.1.0 - Rocky m2 92945b4 Imported Translations from Zanata 1cf8ea1 Chain ansible messages in deployment progress e782ba5 Enable config-download deployment tracking a50d4b7 Add deployment status tracking infrastructure 699ef97 Add sanitizeMessage function df9773d Exclude nodes deployed with another deployment plan 6e3af1d Reenable the undercloud jobs aafe7be Remove h1 page header on deployment plan page b00efa0 Imported Translations from Zanata 6d102b1 Improve the deployment confirmation message 0b2aef6 Don't StartCase the role name 4fda81d Add an id to the DropdownToggle in UserDropdown 05a2a6c Reinstate logout link id 8718770 Update docs with the new dependencies update process Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 20 ++ i18n/locales/de.json | 21 +- i18n/locales/en-GB.json | 21 +- i18n/locales/es.json | 21 +- i18n/locales/id.json | 41 ++-- i18n/locales/ja.json | 21 +- i18n/locales/ko-KR.json | 21 +- i18n/locales/tr-TR.json | 21 +- i18n/locales/zh-CN.json | 21 +- npm-shrinkwrap.json | 2 +- package.json | 2 +- src/js/actions/DeploymentActions.js | 145 +++++++++++++ src/js/actions/ErrorActions.js | 5 +- src/js/actions/LoggerActions.js | 3 +- src/js/actions/NodesActions.js | 17 +- src/js/actions/PlansActions.js | 86 +------- src/js/actions/StacksActions.js | 30 ++- src/js/actions/ZaqarActions.js | 55 ++++- src/js/components/UserDropdown.js | 4 +- .../deployment/ConfigDownloadMessagesList.js | 50 +++++ .../deployment/DeploymentConfirmation.js | 162 +++++++++----- src/js/components/deployment/DeploymentDetail.js | 158 ++++---------- src/js/components/deployment/DeploymentFailure.js | 79 ++++--- src/js/components/deployment/DeploymentProgress.js | 186 ++++++++++++---- src/js/components/deployment/DeploymentSuccess.js | 55 ----- src/js/components/deployment/OvercloudInfo.js | 68 +++--- .../components/deployment/StackResourcesTable.js | 6 +- src/js/components/deployment_plan/CurrentPlan.js | 233 ++++++++------------- .../deployment_plan/DeleteStackButton.js | 18 +- src/js/components/deployment_plan/DeployStep.js | 135 ++++++------ .../deployment_plan/DeploymentConfirmationRoute.js | 37 ++++ .../deployment_plan/DeploymentDetailRoute.js | 37 ++++ .../deployment_plan/DeploymentFailure.js | 60 +++--- .../deployment_plan/DeploymentProgress.js | 182 +++++++++++----- .../deployment_plan/DeploymentSuccess.js | 109 ++++++---- src/js/components/deployment_plan/RolesStep.js | 4 +- src/js/components/roles/NodesAssignment.js | 3 +- src/js/components/ui/Breadcrumbs.js | 33 +++ src/js/components/ui/dropdown/DropdownItem.js | 11 +- src/js/components/ui/dropdown/DropdownToggle.js | 2 + .../components/utils/checkRunningDeploymentHOC.js | 17 +- src/js/constants/DeploymentConstants.js | 70 +++++++ src/js/constants/MistralConstants.js | 5 + src/js/constants/PlansConstants.js | 3 - src/js/constants/StacksConstants.js | 3 +- src/js/immutableRecords/deploymentStatus.js | 32 +++ src/js/immutableRecords/plans.js | 3 +- src/js/immutableRecords/stacks.js | 6 +- src/js/normalizrSchemas/stacks.js | 4 +- src/js/reducers/appReducer.js | 2 + src/js/reducers/deploymentStatus.js | 125 +++++++++++ src/js/reducers/plansReducer.js | 13 -- src/js/reducers/stacksReducer.js | 7 + src/js/selectors/deployment.js | 49 +++++ src/js/selectors/nodesAssignment.js | 26 ++- src/js/selectors/plans.js | 10 - src/js/selectors/stacks.js | 43 ++-- src/js/services/SwiftApiService.js | 7 +- src/js/services/errors/index.js | 7 +- src/js/utils/index.js | 37 ++++ src/less/base.less | 1 + src/less/components/Breadcrumbs.less | 24 +++ src/less/components/DeploymentDetail.less | 3 + src/less/ui/ModalPanel.less | 3 + src/less/utils/patternflyOverrides.less | 5 - 73 files changed, 2153 insertions(+), 1086 deletions(-)
participants (1)
-
no-reply@openstack.org