#, fuzzy msgid "" msgstr "" "Project-Id-Version: Senlin Dashboard Release Notes\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-03-24 00:58+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../../:5 unmaintained/yoga>:49 msgid "0.10.0" msgstr "" #: ../../:5 unmaintained/yoga>:22 msgid "0.11.0" msgstr "" #: ../../:5 unmaintained/yoga>:245 msgid "0.4.0" msgstr "" #: ../../:5 unmaintained/yoga>:220 msgid "0.6.0" msgstr "" #: ../../:5 unmaintained/yoga>:179 msgid "0.7.0" msgstr "" #: ../../:5 unmaintained/yoga>:71 msgid "0.9.0" msgstr "" #: ../../:5 msgid "1.0.0" msgstr "" #: ../../:5 msgid "1.0.0.0rc1" msgstr "" #: ../../:26 unmaintained/yoga>:43 msgid "Added Python3 Train unit tests." msgstr "" #: ../../:31 unmaintained/yoga>:97 msgid "Added region support." msgstr "" #: ../../:43 unmaintained/yoga>:109 msgid "Added the region support for Keystone V3." msgstr "" #: ../../:14 unmaintained/yoga>:80 msgid "Angular-based panels are as default." msgstr "" #: ../../:53 unmaintained/yoga>:119 msgid "" "Angular-based panels are as default. So " "``_59_toggle_angular_senlin_dashboard.py`` in ``openstack_dashboard/local/" "local_settings.d/`` is not needed for enabling Angular-based panels. " "Conversely to use Django-based panels, operators need to use " "``_59_toggle_angular_senlin_dashboard.py`` and set ``False`` for each " "panels, e.g ``'profiles_panel': False,``." msgstr "" #: ../../:67 unmaintained/yoga>:133 msgid "" "Angular-based panels are made as default. New features will not be added " "into Django-based panels anymore. And Django-based panels will be removed " "after S cycle or later." msgstr "" #: ../../:14 unmaintained/yoga>:229 msgid "" "AngularJS-based panels are implemented. These new panels have most of " "functions in exist Django-based panels. Users can switch to AngularJS-based " "panels by editing settings in ``_59_toggle_angular_senlin_dashboard.py`` ." msgstr "" #: ../../:20 stable/rocky>:75 #: stable/stein>:10 unmaintained/yoga>:54 unmaintained/yoga>:141 #: unmaintained/yoga>:260 msgid "Bug Fixes" msgstr "" #: ../../:63 unmaintained/yoga>:129 msgid "Deprecation Notes" msgstr "" #: ../../:18 unmaintained/yoga>:35 msgid "Dropped the py35 testing." msgstr "" #: ../../:24 unmaintained/yoga>:239 msgid "" "Five panels, profiles, nodes, clusters, policies and receivers, are " "implemented as AngularJS-based. These panels uses recent Horizon framework " "features, e.g. angular-json-schema, common \"views\" for AngularJS-based " "plugin, initAction instead initScope, and so on. Also these source codes are " "tested with Jasmine and Eslint to ensure its quality." msgstr "" #: ../../:99 unmaintained/yoga>:165 msgid "" "Fixed `type` for profile. Senlin API uses `type_name` for type, but " "dashboard did not process `type_name`. So this issue caused error to handle " "Profile object." msgstr "" #: ../../:28 unmaintained/yoga>:268 msgid "Fixed installation documentation when using devstack environment." msgstr "" #: ../../:24 unmaintained/yoga>:264 msgid "Fixed link to cluster in receiver table." msgstr "" #: ../../:36 unmaintained/yoga>:276 msgid "Fixed node detail page view." msgstr "" #: ../../:32 unmaintained/yoga>:272 msgid "Fixed the display of long names which could break the table layout." msgstr "" #: ../../:10 origin/stable/ocata>:20 #: stable/pike>:10 stable/rocky>:20 unmaintained/yoga>:86 #: unmaintained/yoga>:184 unmaintained/yoga>:235 unmaintained/yoga>:250 msgid "New Features" msgstr "" #: ../../:14 unmaintained/yoga>:254 msgid "Paginated list for node objects." msgstr "" #: ../../:10 stable/rocky>:10 #: unmaintained/yoga>:76 unmaintained/yoga>:225 msgid "Prelude" msgstr "" #: ../../:14 unmaintained/yoga>:14 msgid "" "Python 2.7 support has been dropped. Last release of senlin-dashboard to " "support python 2.7 is OpenStack Train. The minimum version of Python now " "supported by senlin-dashboard is Python 3.6." msgstr "" #: ../../:18 unmaintained/yoga>:192 msgid "" "Scale-in and Scale-out actions for cluster added. These actions are added as " "row action for each cluster in Clusters table view. Although, this action is " "only for Angularized clusters panel." msgstr "" #: ../../:32 unmaintained/yoga>:206 msgid "Support python 3.5." msgstr "" #: ../../:40 unmaintained/yoga>:214 msgid "Switch theme for documentation from oslosphinx to openstackdocstheme." msgstr "" #: ../../:14 unmaintained/yoga>:31 msgid "Switched nodejs4-jobs to nodejs10." msgstr "" #: ../../:39 unmaintained/yoga>:105 msgid "" "Switched to OSC module. Previously the client module for senlin API have " "been used from senlin command module. Now the senlin command module has " "retired and the client module for OpenStack Client is used to call senlin " "API." msgstr "" #: ../../:22 unmaintained/yoga>:39 msgid "Switched to the new canonical constraints URL on master." msgstr "" #: ../../:35 unmaintained/yoga>:101 msgid "" "The load-edit directive is used. The Spec field on Profile creation dialog " "and Policy creation dialog use load-edit directive newly added into Horizon." msgstr "" #: ../../:36 unmaintained/yoga>:210 msgid "" "To remove \"project/ngdetails/\" hard coded in the path of the details view, " "use \"horizon.app.core.detailRoute\"." msgstr "" #: ../../:14 unmaintained/yoga>:188 msgid "" "Update action for receiver is added. This action is added as row action for " "each receiver in Receivers table view. Although, this action is only for " "Angularized receivers panel." msgstr "" #: ../../:24 stable/rocky>:49 stable/train>:10 #: stable/ussuri>:10 unmaintained/yoga>:10 unmaintained/yoga>:27 #: unmaintained/yoga>:115 unmaintained/yoga>:198 msgid "Upgrade Notes" msgstr "" #: ../../:28 unmaintained/yoga>:202 msgid "Use only tox for test and remove run_tests.sh that is no longer used." msgstr "" #: ../../:24 unmaintained/yoga>:90 msgid "" "[`blueprint add-cluster-resize-action `_] Resize action for " "cluster is added. This action is added as row action for each cluster in " "Clusters table view. Although, this action is only for Angularized clusters " "panel." msgstr "" #: ../../:14 unmaintained/yoga>:58 msgid "" "[`bug 1805740 `_] Fixed " "senlin dashboard to work with latest openstacksdk version." msgstr "" #: ../../:19 unmaintained/yoga>:63 msgid "" "[`bug 1817803 `_] Fixed " "profile create to pass in the correct encoding type during form submission." msgstr "" #: ../../:79 unmaintained/yoga>:145 msgid "" "[`bug/1733833 `_] " "Fixed showing node list in Nodes tab of a cluster failed for Dango-based " "panel." msgstr "" #: ../../:87 unmaintained/yoga>:153 msgid "" "[`bug/1742091 `_] " "Fixed being able not to recover a cluster in warning status." msgstr "" #: ../../:83 unmaintained/yoga>:149 msgid "" "[`bug/1742599 `_] " "Fixed issue the deleted item is selected again with batch delete. Items " "recently deleted with batch action had been shown in deletion confirmation " "dialog when execute the batch delete action again. And this had caused the " "conflict error due to trying to delete unexisting item." msgstr "" #: ../../:95 unmaintained/yoga>:161 msgid "" "[`bug/1746706 `_] " "Reproduced navigations when refreshing details view. Previously the fix for " "[`bug/1681627 `_] allowed " "us to reload or directly open Angular-based detail page (ngdetail), but the " "navigation menu was not reproduced correctly." msgstr "" #: ../../:107 unmaintained/yoga>:173 msgid "" "[`bug/1754183 `_] " "Horizon by default sets the Project dashboard as default for non-admin users." " The _50_senlin.py file that comes with the Senlin dashboard also has " "'DEFAULT = True' set. Because 'cluster' comes before 'project' " "alphabetically, this defaults all non-admin users to getting the cluster " "dashboard on login. This issue was fixed." msgstr "" #: ../../:103 unmaintained/yoga>:169 msgid "" "[`bug/1754416 `_] " "`region_name` was not passed on when using the senlin-dashboard. This makes " "the client always fallback on the first region. This issue was fixed." msgstr "" #: ../../:91 unmaintained/yoga>:157 msgid "" "[`bug/1777545 `_] " "Fixed issue the deleted item is selected again with batch delete. Item " "selections on table view for batch actions are not cleared after execution " "of actions. To ensure to clear item selections, `hzTable:clearSelection` " "event is emitted." msgstr "" #: ../source/2023.1.rst:3 msgid "2023.1 Series Release Notes" msgstr "" #: ../source/2023.2.rst:3 msgid "2023.2 Series Release Notes" msgstr "" #: ../source/index.rst:3 msgid "Senlin Dashboard Release Notes" msgstr "" #: ../source/newton.rst:3 msgid "Newton Series Release Notes" msgstr "" #: ../source/ocata.rst:3 msgid "Ocata Series Release Notes" msgstr "" #: ../source/pike.rst:3 msgid "Pike Series Release Notes" msgstr "" #: ../source/queens.rst:3 msgid "Queens Series Release Notes" msgstr "" #: ../source/rocky.rst:3 msgid "Rocky Series Release Notes" msgstr "" #: ../source/stein.rst:3 msgid "Stein Series Release Notes" msgstr "" #: ../source/train.rst:3 msgid "Train Series Release Notes" msgstr "" #: ../source/unreleased.rst:3 msgid "Current Series Release Notes" msgstr "" #: ../source/ussuri.rst:3 msgid "Ussuri Series Release Notes" msgstr "" #: ../source/victoria.rst:3 msgid "Victoria Series Release Notes" msgstr "" #: ../source/wallaby.rst:3 msgid "Wallaby Series Release Notes" msgstr "" #: ../source/xena.rst:3 msgid "Xena Series Release Notes" msgstr "" #: ../source/yoga.rst:3 msgid "Yoga Series Release Notes" msgstr "" #: ../source/zed.rst:3 msgid "Zed Series Release Notes" msgstr ""