[new][magnum] magnum-ui 2.1.0 release (newton)
We are mirthful to announce the release of: magnum-ui 2.1.0: Magnum User Interface This release is part of the newton stable release series. With source available at: http://git.openstack.org/cgit/openstack/magnum-ui Please report issues through launchpad: http://bugs.launchpad.net/magnum-ui For more details, please see below. Changes in magnum-ui 2.0.0..2.1.0 --------------------------------- d2b975e Imported Translations from Zanata 2320240 Fix showing Cluster Template info on Cluster details ac7308b Imported Translations from Zanata 30debb0 Add .mo to .gitignore 3848213 Restrain a unnecessary request when a user click a panel 8b63a82 Shorten panel group caption 1d89f59 Add a file in karma.conf to pass js tests 535866b Clean imports in code a256c03 Cleanup the test settings 52f1efe Imported Translations from Zanata 8593eaf Enable test coverage in run_test.sh and tox f4c2b0c Imported Translations from Zanata 850dfce Fix eslint errors on Clusters and the others 9288e00 Reorder item actions for cluster 21afc6c Use "cluster" and "cluster_template" of magnumclient 04d0257 Fix eslint errors on Cluster Templates e1e124f Setup JavaScript test environment ca35482 Imported Translations from Zanata c8d9a12 Add sign certificate action to cluster panel f07baab Add show certification action to cluster panel da0c4c8 Imported Translations from Zanata acca8eb Imported Translations from Zanata 415cb2f Add REST api for Certificates 72e15cb Imported Translations from Zanata a738880 Revirt removing REST API loading 4e2ba96 Use BadRequest in REST API 8dcfc95 Revert "Clean up $scope usage" f875b3b Imported Translations from Zanata Diffstat (except docs and test files) ------------------------------------- .eslintrc | 59 +++++ .gitignore | 15 +- magnum_ui/api/magnum.py | 47 ++-- magnum_ui/api/rest/magnum.py | 32 +++ magnum_ui/content/cluster_templates/urls.py | 6 +- magnum_ui/content/clusters/panel.py | 5 + magnum_ui/content/clusters/urls.py | 6 +- .../_1370_project_container_infra_panel_group.py | 2 +- magnum_ui/karma.conf.js | 157 ++++++++++++ magnum_ui/locale/de/LC_MESSAGES/django.po | 18 -- magnum_ui/locale/ja/LC_MESSAGES/django.po | 8 +- magnum_ui/locale/ja/LC_MESSAGES/djangojs.po | 52 ++-- magnum_ui/locale/ko_KR/LC_MESSAGES/django.po | 18 -- magnum_ui/locale/pt_BR/LC_MESSAGES/django.po | 18 -- magnum_ui/locale/zh_CN/LC_MESSAGES/django.po | 17 +- magnum_ui/locale/zh_CN/LC_MESSAGES/djangojs.po | 273 ++++++++++++++++++++- .../cluster-templates/actions.module.js | 15 +- .../cluster-templates/cluster-templates.module.js | 27 +- .../create/cluster-template-model.js | 5 +- .../create/create-workflow.service.js | 4 +- .../cluster-templates/create/create.service.js | 9 +- .../info/cluster-template.info.controller.js | 31 ++- .../labels/cluster-template.labels.controller.js | 7 +- .../network/cluster-template.network.controller.js | 9 +- .../spec/cluster-template.spec.controller.js | 20 +- .../cluster-templates/delete/delete.service.js | 32 ++- .../cluster-templates/details/drawer.controller.js | 5 +- .../details/overview.controller.js | 14 +- .../container-infra/clusters/actions.module.js | 34 ++- .../container-infra/clusters/clusters.module.js | 7 +- .../clusters/create/cluster-model.js | 4 +- .../clusters/create/create.service.js | 13 +- .../create/info/cluster.info.controller.js | 30 ++- .../container-infra/clusters/create/info/info.html | 4 +- .../create/misc/cluster.misc.controller.js | 7 +- .../container-infra/clusters/create/misc/misc.html | 2 +- .../create/size/cluster.size.controller.js | 7 +- .../clusters/delete/delete.service.js | 58 +++-- .../clusters/details/drawer.controller.js | 5 +- .../container-infra/clusters/details/drawer.html | 2 +- .../clusters/details/overview.controller.js | 16 +- .../container-infra/clusters/details/overview.html | 8 +- .../show-certificate/show-certificate.service.js | 62 +++++ .../sign-certificate-modal.controller.js | 70 ++++++ .../sign-certificate/sign-certificate-modal.html | 39 +++ .../sign-certificate/sign-certificate-model.js | 66 +++++ .../sign-certificate/sign-certificate.service.js | 95 +++++++ .../container-infra/container-infra.module.js | 6 +- .../dashboard/container-infra/magnum.service.js | 65 ++++- .../container-infra/magnum.service.spec.js | 35 +++ magnum_ui/test/test_data.py | 31 ++- package.json | 34 +++ test-shim.js | 96 ++++++++ tox.ini | 22 +- 56 files changed, 1457 insertions(+), 313 deletions(-)
participants (1)
-
no-reply@openstack.org