-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1499 from sgratch/release-1.7.1
ovirt-web-ui 1.7.1-1
- Loading branch information
Showing
2 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ define([VERSION_MAJOR], [1]) | |
define([VERSION_MINOR], [7]) | ||
define([VERSION_FIX], [1]) | ||
define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX) | ||
define([VERSION_RELEASE], [0]) | ||
define([VERSION_RELEASE], [1]) | ||
|
||
AC_INIT([ovirt-web-ui], VERSION_NUMBER, [[email protected]]) | ||
PACKAGE_RPM_VERSION="VERSION_NUMBER" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ Source0: https://github.com/oVirt/ovirt-web-ui/archive/%{source_basename} | |
BuildArch: noarch | ||
|
||
# nodejs-modules embeds yarn and requires nodejs | ||
BuildRequires: ovirt-engine-nodejs-modules >= 2.0.57-1 | ||
BuildRequires: ovirt-engine-nodejs-modules >= 2.0.58-1 | ||
|
||
%description | ||
This package provides the VM Portal for %{product}. | ||
|
@@ -48,6 +48,27 @@ make install DESTDIR=%{buildroot} | |
%{_sysconfdir}/ovirt-web-ui/branding/00-ovirt.brand | ||
|
||
%changelog | ||
* Wed Aug 11 2021 Sharon Gratch <[email protected]> - 1.7.1-1 | ||
- refactor initial VM/Pool page loading and background refresh | ||
- refactor login managed base-data, user, group, and role fetches | ||
- refactor and improve disk permit/permissions calculations | ||
- refactor and remove unused sagas utils | ||
- refactor and optimize snapshot disks and nics fetching | ||
- refactor callExternalAction() to log the API method with Function.name | ||
- refactor console connection code and also support opening RDP console for headless Windows VMs | ||
- remove all of the OvirtApi toInternal functions | ||
- remove non used NewDiskDialog actions/reducers | ||
- upgrade eslint and all related dependencies to current versions and update configurations for react/jsx indent and eslint errors | ||
- add packages dependencies of flow-bin and postcss | ||
- add babel plugin fancy-console | ||
- avoid displaying manual refresh or setting actions in the header/navbar until the app is ready | ||
- fix a bug that when editing an exising disk via VM details, it always resulted with an inactive disk | ||
- fix fetchVmSnapshots() transform error | ||
- make the package.json scripts intl:* working again | ||
- fix a bug for enable loading Portuguese or Chinese languages when reading locales from the url | ||
- fix a bug for always setting a VM with the correct number of virtual CPUs | ||
- enhance user settings cancel dialog by informing the user that it is applied to all tabs/sections | ||
|
||
* Thu Jun 24 2021 Sharon Gratch <[email protected]> - 1.7.0-1 | ||
- user/account settings - mark default options on Account Settings dialog | ||
- user/account settings - add option to reset global user settings to default/installation settings | ||
|