Thu, 25 Apr 2024 08:12:20 UTC | login

Information for build ovirt-web-ui-1.9.1-1.el9

ID40397
Package Nameovirt-web-ui
Version1.9.1
Release1.el9
Epoch
Sourceovirt-web-ui-1.9.1-1.el9.src.rpm
SummaryVM Portal for oVirt
DescriptionThis package provides the VM Portal for oVirt.
Built bysbonazzo
State complete
Volume DEFAULT
StartedMon, 25 Jul 2022 06:22:11 UTC
CompletedMon, 25 Jul 2022 06:25:30 UTC
Taskbuild (virt9s-ovirt-45-el9s, ovirt-web-ui-1.9.1-1.el9.src.rpm)
Extra{'source': {'original_url': 'ovirt-web-ui-1.9.1-1.el9.src.rpm'}}
Tags
virt9s-ovirt-45-candidate
virt9s-ovirt-45-release
virt9s-ovirt-45-testing
RPMs
src
ovirt-web-ui-1.9.1-1.el9.src.rpm (info) (download)
noarch
ovirt-web-ui-1.9.1-1.el9.noarch.rpm (info) (download)
Logs
noarch
root.log
hw_info.log
installed_pkgs.log
mock_output.log
build.log
noarch_rpmdiff.json
state.log
Changelog * Fri Jul 22 2022 Sharon Gratch <sgratch@redhat.com> - 1.9.1-1 - VM details snapshots card: add a frontend lock for the restored snapshot during the restore operation - VM details - force tooltips on the VM's utilization charts to a constant width - fix a bug for opening a console on full screen mode after clicking the "full screen" button even when also set by account settings - fix a regression bug for redirecting to the welcome page after clicking on the logo - fix a bug for enabling to enter values into NumberInput on few dialogs - fix a bug of missing card IDs on the VM List screen - build issues:: add conditional build for offline/online builds - bump underscore from 1.6.0 to 1.13.1 * Fri Jun 17 2022 Sharon Gratch <sgratch@redhat.com> - 1.9.0-1 - migrate all VM Portal components from PatternFly 3 to PatternFly 4. No use of PatternFly 3 anymore - migrate from Webpack 4 to Webpack 5 and use newest versions of Webpack plugins - user/account settings - display the notification settings tooltip as hint instead - VM details - allow a user to consume ISO images without granting a 'create disk' permission - VM details snapshots card - display notification after a successful snapshot restore - VM details snapshots card - fix a bug so that after deleting an existing snapshot, the 'create snapshot' button won't stay disabled - VM details snapshots card - fix a bug so that the snapshots locking mechanism is for the current VM only - add new NIC type "e1000e" - i18n: add support for Georgian language as a community translation - i18n: translations update, expire translations after zanata push - i18n: pull translations for Georgian language (ka-GE) - build: use hours, minutes and seconds in RPM snapshot name, version part - build: mark the Copr make_srpm git dir as safe (git 2.35.2 security fix) - github actions: add an offline build for el9 - update dependencies of caniuse-lite for browserslist to version 1.0.30001346 * Wed Mar 30 2022 Sharon Gratch <sgratch@redhat.com> - 1.8.1-1 - fix a bug for removing deleted pool entities from VMs dashboard after refresh for the last pool - add an option to trigger OST run with "/ost" via Github * Tue Mar 15 2022 Sharon Gratch <sgratch@redhat.com> - 1.8.0-1 - user/account settings - support auto connect for a VM - user/account settings - support setting a full screen mode for the noVnc console - create VM Wizard - set the first disk as bootable by default - VM details - fix a bug for displaying numeric values in all utilization charts tooltips - VM details - fix a bug of displaying the correct values of VM's utilization disk charts in case of more than one reported file system - VM details - fix VM's utilization disk charts colors to be based on thresholds - VM details - remove 'restore snapshot' button from snapshot details dialog since it duplicates the functionality located on the card - fix a bug for removing deleted pool entities from VMs dashboard after refresh - fix a bug of VM Portal crashes at login time when nic.mac is fetched as null - fix a bug to enable assignment of user quota when creating a VM from a non-blank template - handle SSO deprecation by removing the default attempt to use SSO - code refactoring for reducer utils functions, convert reducers from ImmutableJS to ImmerJS - enable Copr builds - move the project to GitHub and update the relevant documentation and readme file - upgrade dependencies of various libraries - i18n: update Zanata configuration * Mon Oct 11 2021 Sharon Gratch <sgratch@redhat.com> - 1.7.2-1 - fix disks creation by correctly handling disk format and sparse attributes based on the target storage domain and also based on the template's disk format for server/high performance/desktop VM types - display error messages when VM's virtual CPU topology is set to invalid values - fix downloading Remote Desktop file for Firefox browser with the correct .rdp file extension instead of .vv extension - push master builds to ovirt-4.4 branch as well - update dependencies of immer, ua-parser-js and glob-parent packages * Wed Aug 11 2021 Sharon Gratch <sgratch@redhat.com> - 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 <sgratch@redhat.com> - 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 <sgratch@redhat.com> - 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 - user/account settings - create a "home" breadcrumbs root to resolve the confusion with "Virtual Machines" Breadcrumbs root - user/account settings - add support for setting the refresh interval - user/account settings - add labels by design for planned translation cycle - create VM Wizard - update create VM steps navigation and disk create checks - create VM Wizard- fix a bug so that disk type of new disks based on a 'server/HP' template should be based on the template's disk allocation policy - when launching in dev mode, support reading user name, password and domain from env variable - add check/validation if permission response is an array, to prevent crashing - fixed a bug of missing VmStatusIcon tooltip for a paused vm - use semver to verify API engine versions - allow users to select/deselect saving the memory while creating a snapshot for a running vm - fix a bug of which user permit calculations included invalid permissions - show VM's IP address if the vm is up and guest agent is running - update the dependency of lodash * Thu Mar 11 2021 Sharon Gratch <sgratch@redhat.com> - 1.6.8-1 - create VM Wizard - ass support for creating VMs based on a High Performance optimized for template - enhance graphic consoles data fetching time by fetching consoles info on demand instead of on refresh. This changes the way consoles are opened on dashboard - prevent crash when viewing a suspending/shutting down VM's details card - fixed few translated strings on VMs dashboard - enhance user/account settings by adding support for locale changes and displaying email info - a fix for reading new format of config val MaxNumOfVmCpus * Wed Feb 10 2021 Sharon Gratch <sgratch@redhat.com> - 1.6.7-1 - create VM Wizard - display a validation text message next to the VM Name and Cloud-init/Sysprep's host name fields on basic settings step - create VM Wizard - add a validation to disk name field on the storage step - create VM Wizard - force template disk's storage domain selection and change default disk type for Template and ISO provisioned VMs - create VM Wizard - validate the disk's storage domain for the current user based on user permissions - create VM Wizard - fix the create VM from template's bootable disk flag option - create VM Wizard - select The correct "Other OS" option in OS field of basic settings step, based on cluster's cpu architecture - create VM Wizard - fix the basic settings step behaviour when only one cluster exists and no hosts are assigned to the cluster - create VM Wizard - remove disk size inconsistent tooltip in storage step - create VM Wizard - fix eslint import errors - fix an exception occurs when a VM is taken from a pool while a refresh is done with a filter - fix an error occurs after changing a cluster for an existed VM via the details card component - update dependencies of immer and datatables.net - remove Fedora 30 from STDCI since it's EOL * Wed Dec 09 2020 Sharon Gratch <sgratch@redhat.com> - 1.6.6-1 - create VM Wizard - handle buttons "Save", "Cancel" position to be fixed for avoiding movements when clicking on them repeatedly - create VM Wizard - auto focus on the 'VM Name' field on 'Basic Settings' step - create VM Wizard - display proper sysprep timezone default value - create VM Wizard - automatically set fields values when possible on 'Basic Settings' step - for both create VM Wizard and VM details view card - filter out the clusters with no architecture and cpu-type attached - change the VM's filters to be case insensitive - support user settings first phase - setting SSH key and impersistent blocking toast notifications - fix the virt-viewer console file for SPICE to be downloaded as a console.vv file name instead of a temp long file name and without the .vv extension - tooltip refactoring - use one type of tooltip for consistency in VM portal - change all delete icons to red in the VM details view for helping to distinguish between edit and delete icons easily - prevent duplicate refresh on page change - display only Pool VMs that the user is supposed to see after manual refresh - add linting rules for React hooks - add 'yarn intl:check-use' for automated translations script - update parsing of VM statistics (fetched with VM details) * Wed Oct 21 2020 Sharon Gratch <sgratch@redhat.com> - 1.6.5-1 - create VM Wizard - support tab through fields in Storage and Networking steps - create VM Wizard - VM time zone format is now compatible with VM OS and also displayed on the review step - create VM Wizard - prevent the unsaved data confirmation dialog from being displayed in last step after VM creation - create VM Wizard - add Timezone field for sysprep options - create VM Wizard - sort alphabetically the list of Disks and NICs on the review step - create VM Wizard - fix setting the disk size by using arrows to work properly - create VM Wizard - Validate add/edit NIC name field on row save action - create VM Wizard - support creation of a new NIC with an empty (n/a) profile - create VM Wizard - support advanced CPU topology setting on "Basic Settings" step - create VM Wizard - add indication of which field is invalid/missing on "Basic Settings" step for enablng the next step - the CPU Utilization chart details are fixed to be displayed properly, based on the number of vCPUs - set enable-usb-autoshare in console.vv file according to SpiceUsbAutoShare engine config value - refactor DetailsCard component to use explicit config values - increase spacing between Boot Order and VCPU Topology sections in VM Details card - use pf3 ExpandCollapse react component in the VM Details card - rephrase the "Threads per Core" tooltip text - update dependencies of handlebars and bootstrap-select - update minimum ovirt version to 4.4 - translations update 2020-Sep-2 - translate the About modal missing strings - refactor i18n normalize script by adding an explicit key sorting function - translate the Duration formatting for VM uptime and refactor intl scripts - refactor intl initialization and remove react-intl package - update Zanata tools to use the maven plugin * Wed Aug 19 2020 Sharon Gratch <sgratch@redhat.com> - 1.6.4-1 - create VM Wizard - prevent the dialog from being closed without a confirmation - create VM Wizard - add a tooltip message to Disk size field on edit mode - create VM Wizard - allow valid only calls to onUpdate functions - create VM Wizard - support setting disks as bootable - create VM Wizard - adjust table rows spacers for consistency between edit and create modes - support VM Card List pagination and infinite scrolling - set usb-filter and enable-usb-autoshare entries in console.vv properly - automatically open console.vv with virt-viewer when clicking on VM console, if it's set to default application on Firefox - fix disk creation for an existing VM to support all allocation policies and also set default to "Thin Provision" - remove Components that are no longer used - on logout, set the page to NO_REFRESH and stop the scheduler - add initial favicon to index.hbs, branding and config updates as needed - update dependencies of jquery and lodash - translations update 2020-July-02