-
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 #1462 from sgratch/release-1.7.0
ovirt-web-ui 1.7.0-1
- Loading branch information
Showing
2 changed files
with
25 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], [0]) | ||
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.50-1 | ||
BuildRequires: ovirt-engine-nodejs-modules >= 2.0.53-1 | ||
|
||
%description | ||
This package provides the VM Portal for %{product}. | ||
|
@@ -48,6 +48,29 @@ make install DESTDIR=%{buildroot} | |
%{_sysconfdir}/ovirt-web-ui/branding/00-ovirt.brand | ||
|
||
%changelog | ||
* 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 | ||
- user/account settings - seperate to sections on Account Settings | ||
- user/account settings - preserve the order and group options by sections in Confirmation dialog and error notification | ||
- user/account settings - add Console section options to Account Settings | ||
- user/account settings - add 'persist Locale' advanced settings option to Account Settings dialog | ||
- user/account settings - update the locales list on Account Settings dialog | ||
- retrieve current graphic consoles for re-enabling the option to select console types on dashboard (which was removed on ovirt-web-ui-1.6.8) | ||
- refactor handling ovirt engine config values in general and MaxNumOfVmCpus in specific | ||
- fix a bug of handling user group permissions which didn't work in ovirt-web-ui-1.6.9-1 | ||
- convert all API Boolean attributes used by "toApi" functions to our new ApiBooleanType | ||
- fix uptime render in VM Details and Overview Card | ||
- switch formatDateFromNow() to use moment.humanize() | ||
- replace custom wrapper around PF3 with PF4 Switch component | ||
- upgrade the project's Webpack to version 4, babel to version 7 | ||
- upgrade patternfly 4 packages and force lodash version | ||
- update/fix dependencies of handlebars, bootstrap-select and jquery | ||
- avoid using translated strings in "key" property | ||
- code cleanups | ||
- bump zanata.xml version to 1.7 | ||
- translation update, 17-May-2021 | ||
|
||
* Tue Apr 27 2021 Sharon Gratch <[email protected]> - 1.6.9-1 | ||
- user/account settings - support user locale changes by hot reload | ||
- user/account settings - adding a confirmation dialog before saving user settings changes | ||
|