27460aa New version 32.3-1

Authored and Committed by m4rtink 4 years ago
    New version 32.3-1
    
    - Use the task container to publish tasks (vponcova)
    - Remove publish_task (vponcova)
    - Make tasks publishable (vponcova)
    - Create and set up the DBus container for tasks (vponcova)
    - Add note to fix time consuming live os dbus task (jkonecny)
    - Add notes for the future work on the module payloads (jkonecny)
    - Move constants specific for copy dd task (jkonecny)
    - Add test for updating bls entries task (jkonecny)
    - Add test for Live OS post installation task (jkonecny)
    - Add test for create_rescue_image function (jkonecny)
    - Add Live OS handler test for install with task (jkonecny)
    - Add live payload handler test for InstallWithImageTask (jkonecny)
    - Improve tests for live os image detection code (jkonecny)
    - Add live os test for kernel version list (jkonecny)
    - Make consistent imports (jkonecny)
    - Replace getSysroot by conf value (jkonecny)
    - Move get_dir_size test to the payload module tests (jkonecny)
    - Move get_dir_size function to the payload.base.utils (jkonecny)
    - Rename GetDirSize to get_dir_size (jkonecny)
    - Add sysroot param to the copy DD files task (jkonecny)
    - Change write module blacklist to take sysroot param (jkonecny)
    - Change create root dir func to take sysroot param (jkonecny)
    - Add sysroot param to prepare installation task (jkonecny)
    - Rename payload shared to base (jkonecny)
    - Add Live OS handler space required test (jkonecny)
    - Inline copy driver disk payload function to task (jkonecny)
    - Add API for required space to live os payload handler (jkonecny)
    - Add copy DD files task to live image payload handler (jkonecny)
    - Use new task copy driver disks files to old payload (jkonecny)
    - Add copy DD files as post install task to live os handler (jkonecny)
    - Add post-installation task to live os payload handler (jkonecny)
    - Do a facelift to the old copy driver disk function (jkonecny)
    - Moved copy driver disk to the payload module shared (jkonecny)
    - Use new shared task in the old payload module (jkonecny)
    - Add test for prepare installation payload task (jkonecny)
    - Add tests for payload module shared utils (jkonecny)
    - Create and use task to prepare installation for LiveOS (jkonecny)
    - Move payload shared code for handlers to a directory (jkonecny)
    - Move write module blacklist to paylod module (jkonecny)
    - Move create root directory to its own function (jkonecny)
    - Add install task with API to Live OS handler (jkonecny)
    - Add kernel version list support to live os handler (jkonecny)
    - Fix noverifyssl when downloading .treeinfo file (#1723811) (jkonecny)
    - Add the DBus property PartitioningMethod (vponcova)
    - Add support for dynamic partitioning modules (vponcova)
    - Make partitioning modules publishable (vponcova)
    - Create the partitioning factory (vponcova)
    - Use a DBus container for the device trees (vponcova)
    - Add support for DBus containers (vponcova)
    - Add a simple unit test for TUI and GUI (vponcova)
    - Add logic to create flatpaks rpmostree payload (#1734970) (jkonecny)
    - Move flatpak code to a new ostree payload class (#1734970) (jkonecny)
    - Create flatpak in ostree payload only if available (#1734970) (jkonecny)
    - Update tests for new class method is_available (#1734970) (jkonecny)
    - Make flatpak is_available() a static method (#1734970) (jkonecny)
    - Remove the fixed file:// from the flatpak remote (#1734970) (jkonecny)
    - Fix payload prepare mount targets install task (#1734970) (jkonecny)
    - Merge rpmostreepayload installation under one task (#1734970) (jkonecny)
    - Move progress messaging from flatpak to rpmostree (#1734970) (jkonecny)
    - Add test for flatpak change remote for refs (#1734970) (jkonecny)
    - Replace remote for installed refs in rpmpayload (#1734970) (jkonecny)
    - Use new flatpak replace remote on installed refs (#1734970) (jkonecny)
    - Add flatpak remote replace for installed refs (#1734970) (jkonecny)
    - Make flatpak ref full format method more generic (#1734970) (jkonecny)
    - Create an flatpak base ref list object (#1734970) (jkonecny)
    - Use flatpak add/remove remotes in ostree payload (#1734970) (jkonecny)
    - Add flatpak tests for adding and removing remotes (#1734970) (jkonecny)
    - Implement flatpak adding and removing remotes (#1734970) (jkonecny)
    - Adapt flatpak tests to the new changes (#1734970) (jkonecny)
    - Change flatpak remote logic (#1734970) (jkonecny)
    - Rename flatpak REMOTE_NAME to LOCAL_REMOTE_NAME (#1734970) (jkonecny)
    - Make flatpak ref lists object consistent (#1734970) (jkonecny)
    - Implement object to get installed flatpak refs (#1734970) (jkonecny)
    - Add flatpak error reporting implementation (#1734970) (jkonecny)
    - Cleanup temp repository of flatpak before install (#1734970) (jkonecny)
    - Add and fix tests for newly added flatpak cleanup (#1734970) (jkonecny)
    - Add flatpak cleanup method (#1734970) (jkonecny)
    - Split flatpak setup to two initialization methods (#1734970) (jkonecny)
    - Fix tests after connecting to flatpak signals (#1734970) (jkonecny)
    - Add callbacks to monitor flatpak transactions (#1734970) (jkonecny)
    - Install flatpaks as part of ostree installation (#1734970) (jkonecny)
    - Add test for the flatpak install method (#1734970) (jkonecny)
    - Add support to install all remote flatpaks (#1734970) (jkonecny)
    - Add flatpak required space test (#1734970) (jkonecny)
    - Add get_required_space to the flatpak payload (#1734970) (jkonecny)
    - Add flatpak object to abstract flatpak Ref list (#1734970) (jkonecny)
    - Don't configure the default target without systemd (#1744115) (vponcova)
    - Change flatpak remote name to constant (#1734970) (jkonecny)
    - Use FlatpakPayload from the RPMOStreePayload (#1734970) (jkonecny)
    - Add test for the flatpak setup method (#1734970) (jkonecny)
    - Add method to setup flatpak objects (#1734970) (jkonecny)
    - Add flatpak test for remote availability (#1734970) (jkonecny)
    - Add check if flatpak remote repo is available (#1734970) (jkonecny)
    - Add libflatpak dependency to the anaconda spec (#1734970) (jkonecny)
    - Add an empty class to handle flatpak (#1734970) (jkonecny)
    - Look for existing installations on existing devices (vponcova)
    - Require a mount point only for mountable formats (vponcova)
    - Handle the missing mountpoint attribute (#1743853) (vponcova)
    
        
file modified
+1 -0
file modified
+102 -4
file modified
+1 -1