@@ -17,7 +17,7 @@ Source0: https://github.com/oVirt/ovirt-web-ui/archive/%{source_basename}
17
17
BuildArch: noarch
18
18
19
19
# nodejs-modules embeds yarn and requires nodejs
20
- BuildRequires: ovirt-engine-nodejs-modules >= 2.0.57 -1
20
+ BuildRequires: ovirt-engine-nodejs-modules >= 2.0.58 -1
21
21
22
22
%description
23
23
This package provides the VM Portal for %{product}.
@@ -48,6 +48,27 @@ make install DESTDIR=%{buildroot}
48
48
%{_sysconfdir}/ovirt-web-ui/branding/00-ovirt.brand
49
49
50
50
%changelog
51
+ * Wed Aug 11 2021 Sharon Gratch <
[email protected] > - 1.7.1-1
52
+ - refactor initial VM/Pool page loading and background refresh
53
+ - refactor login managed base-data, user, group, and role fetches
54
+ - refactor and improve disk permit/permissions calculations
55
+ - refactor and remove unused sagas utils
56
+ - refactor and optimize snapshot disks and nics fetching
57
+ - refactor callExternalAction() to log the API method with Function.name
58
+ - refactor console connection code and also support opening RDP console for headless Windows VMs
59
+ - remove all of the OvirtApi toInternal functions
60
+ - remove non used NewDiskDialog actions/reducers
61
+ - upgrade eslint and all related dependencies to current versions and update configurations for react/jsx indent and eslint errors
62
+ - add packages dependencies of flow-bin and postcss
63
+ - add babel plugin fancy-console
64
+ - avoid displaying manual refresh or setting actions in the header/navbar until the app is ready
65
+ - fix a bug that when editing an exising disk via VM details, it always resulted with an inactive disk
66
+ - fix fetchVmSnapshots() transform error
67
+ - make the package.json scripts intl:* working again
68
+ - fix a bug for enable loading Portuguese or Chinese languages when reading locales from the url
69
+ - fix a bug for always setting a VM with the correct number of virtual CPUs
70
+ - enhance user settings cancel dialog by informing the user that it is applied to all tabs/sections
71
+
51
72
* Thu Jun 24 2021 Sharon Gratch <
[email protected] > - 1.7.0-1
52
73
- user/account settings - mark default options on Account Settings dialog
53
74
- user/account settings - add option to reset global user settings to default/installation settings
0 commit comments