magnum-ui 13.0.0.0rc1__tar.gz → 14.0.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/AUTHORS +2 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/ChangeLog +11 -2
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/PKG-INFO +3 -1
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/content/cluster_templates/panel.py +1 -1
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/content/cluster_templates/urls.py +1 -1
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/content/clusters/panel.py +1 -1
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/content/clusters/urls.py +1 -1
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/content/container_infra/quotas/panel.py +1 -1
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/content/container_infra/quotas/urls.py +1 -1
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/enabled/_1370_project_container_infra_panel_group.py +1 -1
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/enabled/_2370_admin_container_infra_panel_group.py +1 -1
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/cluster-templates.service.spec.js +7 -1
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/create/create.service.js +1 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/workflow/workflow.service.js +38 -1
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui.egg-info/PKG-INFO +3 -1
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui.egg-info/SOURCES.txt +1 -0
- magnum-ui-14.0.0/magnum_ui.egg-info/pbr.json +1 -0
- magnum-ui-14.0.0/releasenotes/source/2023.2.rst +6 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/index.rst +1 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/setup.cfg +2 -0
- magnum-ui-13.0.0.0rc1/magnum_ui.egg-info/pbr.json +0 -1
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/.eslintrc +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/.zuul.yaml +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/CONTRIBUTING.rst +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/LICENSE +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/README.rst +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/babel-django.cfg +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/babel-djangojs.cfg +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/bindep.txt +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/devstack/plugin.sh +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/devstack/settings +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/doc/Makefile +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/doc/requirements.txt +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/doc/source/conf.py +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/doc/source/configuration/index.rst +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/doc/source/contributor/api.rst +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/doc/source/contributor/index.rst +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/doc/source/index.rst +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/doc/source/install/index.rst +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/__init__.py +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/api/__init__.py +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/api/heat.py +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/api/magnum.py +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/api/rest/__init__.py +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/api/rest/magnum.py +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/content/__init__.py +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/content/cluster_templates/__init__.py +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/content/cluster_templates/tests.py +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/content/clusters/__init__.py +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/content/clusters/tests.py +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/content/container_infra/__init__.py +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/content/container_infra/quotas/__init__.py +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/enabled/_1371_project_container_infra_clusters_panel.py +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/enabled/_1372_project_container_infra_cluster_templates_panel.py +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/enabled/_2371_admin_container_infra_quotas_panel.py +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/enabled/__init__.py +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/karma.conf.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/locale/cs/LC_MESSAGES/django.po +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/locale/cs/LC_MESSAGES/djangojs.po +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/locale/de/LC_MESSAGES/django.po +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/locale/de/LC_MESSAGES/djangojs.po +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/locale/en_AU/LC_MESSAGES/djangojs.po +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/locale/en_GB/LC_MESSAGES/django.po +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/locale/en_GB/LC_MESSAGES/djangojs.po +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/locale/fr/LC_MESSAGES/django.po +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/locale/fr/LC_MESSAGES/djangojs.po +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/locale/id/LC_MESSAGES/django.po +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/locale/id/LC_MESSAGES/djangojs.po +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/locale/ja/LC_MESSAGES/django.po +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/locale/ja/LC_MESSAGES/djangojs.po +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/locale/ko_KR/LC_MESSAGES/django.po +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/locale/ko_KR/LC_MESSAGES/djangojs.po +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/locale/pt_BR/LC_MESSAGES/django.po +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/locale/pt_BR/LC_MESSAGES/djangojs.po +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/locale/ru/LC_MESSAGES/django.po +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/locale/ru/LC_MESSAGES/djangojs.po +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/locale/tr_TR/LC_MESSAGES/django.po +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/locale/tr_TR/LC_MESSAGES/djangojs.po +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/actions.module.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/actions.module.spec.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/cluster-templates.module.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/cluster-templates.module.spec.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/cluster-templates.service.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/create/create.service.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/create/create.service.spec.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/delete/delete.service.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/delete/delete.service.spec.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/details/details.module.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/details/drawer.controller.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/details/drawer.controller.spec.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/details/drawer.html +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/details/overview.controller.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/details/overview.controller.spec.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/details/overview.html +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/panel.html +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/update/update.service.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/update/update.service.spec.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/info.help.html +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/labels.help.html +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/network.help.html +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/spec.help.html +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/workflow.service.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/cluster-templates/workflow/workflow.service.spec.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/actions.module.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/actions.module.spec.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/cluster-stats.controller.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/cluster-stats.controller.spec.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/clusters.module.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/clusters.module.spec.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/clusters.scss +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/clusters.service.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/clusters.service.spec.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/config/config.service.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/config/config.service.spec.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/create/create.service.spec.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/delete/delete.service.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/delete/delete.service.spec.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/details/details.module.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/details/drawer.controller.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/details/drawer.controller.spec.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/details/drawer.html +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/details/overview.controller.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/details/overview.controller.spec.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/details/overview.html +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/panel.html +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/resize/resize.service.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/resize/resize.service.spec.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/rolling-upgrade/upgrade.service.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/rolling-upgrade/upgrade.service.spec.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/rotate-certificate/rotate-certificate.service.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/rotate-certificate/rotate-certificate.service.spec.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/show-certificate/show-certificate.service.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/show-certificate/show-certificate.service.spec.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/sign-certificate/sign-certificate-modal.controller.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/sign-certificate/sign-certificate-modal.html +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/sign-certificate/sign-certificate-model.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/sign-certificate/sign-certificate-model.spec.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/sign-certificate/sign-certificate.service.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/sign-certificate/sign-certificate.service.spec.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/workflow/advanced.help.html +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/workflow/cluster-template.controller.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/workflow/cluster-template.controller.spec.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/workflow/cluster-template.html +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/workflow/details.help.html +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/workflow/management.help.html +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/workflow/network.help.html +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/workflow/size.help.html +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/clusters/workflow/workflow.service.spec.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/container-infra.module.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/container-infra.module.spec.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/container-infra.scss +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/magnum.service.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/magnum.service.spec.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/quotas/actions.module.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/quotas/actions.module.spec.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/quotas/create/create.service.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/quotas/create/create.service.spec.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/quotas/delete/delete.service.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/quotas/delete/delete.service.spec.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/quotas/panel.html +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/quotas/quotas.module.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/quotas/quotas.module.spec.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/quotas/quotas.service.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/quotas/quotas.service.spec.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/quotas/update/update.service.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/quotas/update/update.service.spec.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/quotas/workflow/workflow.service.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/quotas/workflow/workflow.service.spec.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/utils.service.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/static/dashboard/container-infra/utils.service.spec.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/test/__init__.py +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/test/api_tests/__init__.py +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/test/api_tests/test_rest_api.py +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/test/helpers.py +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/test/integration_tests/__init__.py +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/test/settings.py +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/test/test_data.py +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/version.py +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui.egg-info/dependency_links.txt +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui.egg-info/not-zip-safe +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui.egg-info/requires.txt +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui.egg-info/top_level.txt +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/manage.py +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/package.json +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/notes/add-fedora-coreos-7882a33d801371fe.yaml +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/notes/add-reno-7d46796dbf41c247.yaml +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/notes/bugfix-cluster-template-hidden-arg-38909eaa92bd8d56.yaml +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/notes/bugfix-set-floating_ip_enabled-default_in-cluster-template-true-ce06118f0e6064ba.yaml +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/notes/improve-cluster-launch-dfc514b51cfa7f0e.yaml +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/notes/newton-dac21adfe6c6b8ee.yaml +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/notes/ocata-b08d6b024c63296b.yaml +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/notes/ocata-summary-a717111a782c7a68.yaml +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/notes/pike-b1af664f1033a131.yaml +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/notes/queens-f99244e9db54ccf3.yaml +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/notes/resize-actions-1436a2a0dccbd13b.yaml +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/notes/rocky-56165675d959b593.yaml +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/notes/show-health-status-ff92b2fe2bfad5ae.yaml +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/notes/stein-a6adf485dbbbbd1a.yaml +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/notes/update-actions-02db7b9f8e5d36b6.yaml +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/notes/upgrade-actions-adf2f749ec0cc817.yaml +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/2023.1.rst +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/conf.py +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/locale/de/LC_MESSAGES/releasenotes.po +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/locale/fr/LC_MESSAGES/releasenotes.po +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/locale/id/LC_MESSAGES/releasenotes.po +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/locale/ja/LC_MESSAGES/releasenotes.po +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/locale/ko_KR/LC_MESSAGES/releasenotes.po +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/locale/pt_BR/LC_MESSAGES/releasenotes.po +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/locale/ru/LC_MESSAGES/releasenotes.po +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/locale/zh_CN/LC_MESSAGES/releasenotes.po +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/newton.rst +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/ocata.rst +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/pike.rst +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/queens.rst +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/rocky.rst +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/stein.rst +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/train.rst +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/unreleased.rst +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/ussuri.rst +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/victoria.rst +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/wallaby.rst +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/xena.rst +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/yoga.rst +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/releasenotes/source/zed.rst +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/requirements.txt +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/setup.py +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/test-requirements.txt +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/test-shim.js +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/tools/install_venv.py +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/tools/install_venv_common.py +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/tools/with_venv.sh +0 -0
- {magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/tox.ini +0 -0
@@ -9,9 +9,11 @@ Bharat Kunwar <brtknr@bath.edu>
|
|
9
9
|
Bradley Jones <jones.bradley@me.com>
|
10
10
|
Cao Xuan Hoang <hoangcx@vn.fujitsu.com>
|
11
11
|
Charles Short <zulcss@gmail.com>
|
12
|
+
Corey Bryant <corey.bryant@canonical.com>
|
12
13
|
Doug Hellmann <doug@doughellmann.com>
|
13
14
|
Erik Olof Gunnar Andersson <eandersson@blizzard.com>
|
14
15
|
Feilong Wang <flwang@catalyst.net.nz>
|
16
|
+
Felipe Reyes <felipe.reyes@canonical.com>
|
15
17
|
Flavio Percoco <flaper87@gmail.com>
|
16
18
|
Ghanshyam Mann <gmann@ghanshyammann.com>
|
17
19
|
Hervé Beraud <hberaud@redhat.com>
|
@@ -1,8 +1,17 @@
|
|
1
1
|
CHANGES
|
2
2
|
=======
|
3
3
|
|
4
|
-
|
5
|
-
|
4
|
+
14.0.0
|
5
|
+
------
|
6
|
+
|
7
|
+
* Update python classifier in setup.cfg
|
8
|
+
* Add dropdown list to select fixed subnet
|
9
|
+
* Test 'trackBy' property in cluster template object
|
10
|
+
* Drop use of features removed in Django 4.0
|
11
|
+
* Update master for stable/2023.2
|
12
|
+
|
13
|
+
13.0.0
|
14
|
+
------
|
6
15
|
|
7
16
|
* remove unicode from code
|
8
17
|
* Imported Translations from Zanata
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 1.1
|
2
2
|
Name: magnum-ui
|
3
|
-
Version:
|
3
|
+
Version: 14.0.0
|
4
4
|
Summary: Magnum User Interface
|
5
5
|
Home-page: https://docs.openstack.org/developer/magnum-ui/
|
6
6
|
Author: OpenStack
|
@@ -91,3 +91,5 @@ Classifier: Programming Language :: Python :: 3.6
|
|
91
91
|
Classifier: Programming Language :: Python :: 3.7
|
92
92
|
Classifier: Programming Language :: Python :: 3.8
|
93
93
|
Classifier: Programming Language :: Python :: 3.9
|
94
|
+
Classifier: Programming Language :: Python :: 3.10
|
95
|
+
Classifier: Programming Language :: Python :: 3.11
|
@@ -13,7 +13,7 @@
|
|
13
13
|
# under the License.
|
14
14
|
|
15
15
|
from django.urls import re_path
|
16
|
-
from django.utils.translation import
|
16
|
+
from django.utils.translation import gettext_lazy as _
|
17
17
|
from horizon.browsers import views
|
18
18
|
from magnum_ui.content.cluster_templates import panel
|
19
19
|
|
@@ -12,7 +12,7 @@
|
|
12
12
|
# License for the specific language governing permissions and limitations
|
13
13
|
# under the License.
|
14
14
|
|
15
|
-
from django.utils.translation import
|
15
|
+
from django.utils.translation import gettext_lazy as _
|
16
16
|
import horizon
|
17
17
|
|
18
18
|
# DO NOT REMOVE
|
@@ -13,7 +13,7 @@
|
|
13
13
|
# under the License.
|
14
14
|
|
15
15
|
from django.urls import re_path
|
16
|
-
from django.utils.translation import
|
16
|
+
from django.utils.translation import gettext_lazy as _
|
17
17
|
from horizon.browsers import views
|
18
18
|
from magnum_ui.content.clusters import panel
|
19
19
|
|
@@ -11,7 +11,7 @@
|
|
11
11
|
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
12
12
|
# License for the specific language governing permissions and limitations
|
13
13
|
# under the License.
|
14
|
-
from django.utils.translation import
|
14
|
+
from django.utils.translation import gettext_lazy as _
|
15
15
|
|
16
16
|
# The slug of the panel group to be added to HORIZON_CONFIG. Required.
|
17
17
|
PANEL_GROUP = 'container_infra'
|
@@ -9,7 +9,7 @@
|
|
9
9
|
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
10
10
|
# License for the specific language governing permissions and limitations
|
11
11
|
# under the License.
|
12
|
-
from django.utils.translation import
|
12
|
+
from django.utils.translation import gettext_lazy as _
|
13
13
|
|
14
14
|
# The slug of the panel group to be added to HORIZON_CONFIG. Required.
|
15
15
|
PANEL_GROUP = 'container_infra'
|
@@ -31,12 +31,18 @@
|
|
31
31
|
var result = service.getClusterTemplatesPromise({});
|
32
32
|
deferred.resolve({
|
33
33
|
data:{
|
34
|
-
items: [
|
34
|
+
items: [
|
35
|
+
{id: 123, name: 'template1', updated_at: '2020-01-01'},
|
36
|
+
{id: 456, name: 'template2', created_at: '2021-12-12'},
|
37
|
+
]
|
35
38
|
}
|
36
39
|
});
|
37
40
|
$timeout.flush();
|
38
41
|
expect(magnum.getClusterTemplates).toHaveBeenCalled();
|
39
42
|
expect(result.$$state.value.data.items[0].name).toBe('template1');
|
43
|
+
expect(result.$$state.value.data.items[0].trackBy).toBe('1232020-01-01');
|
44
|
+
expect(result.$$state.value.data.items[1].name).toBe('template2');
|
45
|
+
expect(result.$$state.value.data.items[1].trackBy).toBe('4562021-12-12');
|
40
46
|
}));
|
41
47
|
});
|
42
48
|
|
@@ -112,6 +112,7 @@
|
|
112
112
|
|
113
113
|
if (!model.create_network) {
|
114
114
|
addFieldToRequestObjectIfSet('fixed_network','fixed_network');
|
115
|
+
addFieldToRequestObjectIfSet('fixed_subnet','fixed_subnet');
|
115
116
|
}
|
116
117
|
// Labels processing order (the following overrides previous):
|
117
118
|
// Cluster Templates -> Create Form -> User-defined in 'labels' textarea
|
@@ -52,6 +52,7 @@
|
|
52
52
|
function init(title, $scope) {
|
53
53
|
var schema, form;
|
54
54
|
|
55
|
+
var fixedSubnetsInitial = gettext('Choose an existing subnet');
|
55
56
|
// Default <option>s; will be shown in selector as a placeholder
|
56
57
|
var templateTitleMap = [{value: '', name: gettext('Choose a Cluster Template') }];
|
57
58
|
var availabilityZoneTitleMap = [{value: '',
|
@@ -62,6 +63,7 @@
|
|
62
63
|
var workerFlavorTitleMap = [{value: '',
|
63
64
|
name: gettext('Choose a Flavor for the Worker Node')}];
|
64
65
|
var networkTitleMap = [{value: '', name: gettext('Choose an existing network')}];
|
66
|
+
var subnetTitleMap = [{value: '', name: fixedSubnetsInitial}];
|
65
67
|
var ingressTitleMap = [{value: '', name: gettext('Choose an ingress controller')}];
|
66
68
|
|
67
69
|
var addonsTitleMap = [];
|
@@ -102,6 +104,7 @@
|
|
102
104
|
'master_lb_enabled': {type: 'boolean'},
|
103
105
|
'create_network': { type: 'boolean' },
|
104
106
|
'fixed_network': { type: 'string' },
|
107
|
+
'fixed_subnet': { type: 'string' },
|
105
108
|
'floating_ip_enabled': { type: 'boolean' },
|
106
109
|
'ingress_controller': { type: 'object' },
|
107
110
|
|
@@ -332,6 +335,7 @@
|
|
332
335
|
onChange: function(isNewNetwork) {
|
333
336
|
if (isNewNetwork) {
|
334
337
|
model.fixed_network = MODEL_DEFAULTS.fixed_network;
|
338
|
+
model.fixed_subnet = MODEL_DEFAULTS.fixed_subnet;
|
335
339
|
}
|
336
340
|
}
|
337
341
|
},
|
@@ -341,6 +345,17 @@
|
|
341
345
|
title: gettext('Use an Existing Network'),
|
342
346
|
titleMap: networkTitleMap,
|
343
347
|
condition: 'model.create_network === false',
|
348
|
+
required: true,
|
349
|
+
onChange: function () {
|
350
|
+
changeFixedNetwork(model);
|
351
|
+
}
|
352
|
+
},
|
353
|
+
{
|
354
|
+
key: 'fixed_subnet',
|
355
|
+
type: 'select',
|
356
|
+
title: gettext('Use an Existing Subnet'),
|
357
|
+
titleMap: subnetTitleMap,
|
358
|
+
condition: 'model.create_network === false',
|
344
359
|
required: true
|
345
360
|
}
|
346
361
|
]
|
@@ -486,6 +501,7 @@
|
|
486
501
|
master_lb_enabled: false,
|
487
502
|
create_network: true,
|
488
503
|
fixed_network: '',
|
504
|
+
fixed_subnet: '',
|
489
505
|
floating_ip_enabled: false,
|
490
506
|
ingress_controller: '',
|
491
507
|
|
@@ -570,12 +586,33 @@
|
|
570
586
|
|
571
587
|
function onGetNetworks(response) {
|
572
588
|
angular.forEach(response.data.items, function(network) {
|
573
|
-
networkTitleMap.push({
|
589
|
+
networkTitleMap.push({
|
590
|
+
value: network.id,
|
591
|
+
name: network.name + ' (' + network.id + ')',
|
592
|
+
subnets: network.subnets
|
593
|
+
});
|
574
594
|
});
|
575
595
|
|
576
596
|
setSingleItemAsDefault(response.data.items, 'fixed_network', 'id');
|
577
597
|
}
|
578
598
|
|
599
|
+
function changeFixedNetwork(model) {
|
600
|
+
if (model.fixed_network) {
|
601
|
+
subnetTitleMap = [{value:"", name: gettext("Choose an existing Subnet")}];
|
602
|
+
angular.forEach(networkTitleMap, function(network) {
|
603
|
+
if (network.value === model.fixed_network) {
|
604
|
+
angular.forEach(network.subnets, function(subnet) {
|
605
|
+
subnetTitleMap.push({value: subnet.id, name: subnet.name});
|
606
|
+
});
|
607
|
+
}
|
608
|
+
});
|
609
|
+
} else {
|
610
|
+
fixedSubnets = [{value:"", name: fixedSubnetsInitial}];
|
611
|
+
model.fixed_subnet = "";
|
612
|
+
}
|
613
|
+
form[0].tabs[2].items[0].items[0].items[3].titleMap = subnetTitleMap;
|
614
|
+
}
|
615
|
+
|
579
616
|
function onGetIngressControllers(response) {
|
580
617
|
angular.forEach(response.data.controllers, function(ingressController) {
|
581
618
|
ingressTitleMap.push({value: ingressController, name: ingressController.name});
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 1.1
|
2
2
|
Name: magnum-ui
|
3
|
-
Version:
|
3
|
+
Version: 14.0.0
|
4
4
|
Summary: Magnum User Interface
|
5
5
|
Home-page: https://docs.openstack.org/developer/magnum-ui/
|
6
6
|
Author: OpenStack
|
@@ -91,3 +91,5 @@ Classifier: Programming Language :: Python :: 3.6
|
|
91
91
|
Classifier: Programming Language :: Python :: 3.7
|
92
92
|
Classifier: Programming Language :: Python :: 3.8
|
93
93
|
Classifier: Programming Language :: Python :: 3.9
|
94
|
+
Classifier: Programming Language :: Python :: 3.10
|
95
|
+
Classifier: Programming Language :: Python :: 3.11
|
@@ -200,6 +200,7 @@ releasenotes/notes/stein-a6adf485dbbbbd1a.yaml
|
|
200
200
|
releasenotes/notes/update-actions-02db7b9f8e5d36b6.yaml
|
201
201
|
releasenotes/notes/upgrade-actions-adf2f749ec0cc817.yaml
|
202
202
|
releasenotes/source/2023.1.rst
|
203
|
+
releasenotes/source/2023.2.rst
|
203
204
|
releasenotes/source/conf.py
|
204
205
|
releasenotes/source/index.rst
|
205
206
|
releasenotes/source/newton.rst
|
@@ -0,0 +1 @@
|
|
1
|
+
{"git_version": "463d21c", "is_release": true}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"git_version": "a7278fc", "is_release": true}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{magnum-ui-13.0.0.0rc1 → magnum-ui-14.0.0}/magnum_ui/content/container_infra/quotas/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|