python-blivet/.gitignore

160 lines
3.3 KiB
Plaintext
Raw Normal View History

2013-01-25 22:49:10 +00:00
/blivet-0.4.tar.gz
Add mountOnly to turnOnFilesystems (bcl) - Update lvm scanning to account for new ignored device handling. (dlehman) - Scan in all devices and then hide those that use ignored disks. (dlehman) - Adjust child counts correctly when unhiding a device. (dlehman) - Generate lvm config args each time they're needed/used. (dlehman) - Add ability to grab 70-anaconda.rules udev data directly. (dlehman) - Add support for active luks mappings at populate time. (dlehman) - Don't require nss, required only for escrow key support. (dlehman) - Update the TODO list. (dlehman) - Add missing constant DMI_CHASSIS_VENDOR. (dlehman) - Allow for multiple calls to DeviceTree.processActions. (#881023,#846573) (dlehman) - Use CGit snaphot URL for Source in specfile. (dlehman) - Streamline some logic in storageInitialize. (dlehman) - Don't re-add deleted or hidden devices during DeviceTree.populate. (dlehman) - Only run findExistingInstallations and start iscsi, &c in installer mode. (dlehman) - Do not change device status during populate in normal mode. (#817064) (dlehman) - Drop old code related to saving clearPartType from pre-f18. (dlehman) - check for skipping bootloader in doIt (bcl) - check for stage1 when not installing bootloader (#882065,#895232) (bcl) - explicitly detect iso9660 on a disk (#903158) (bcl) - Fix several problems in python-blivet.spec. (dlehman) - Remove #!/usr/bin/python from tsort.py (dlehman) - Update COPYING file. (dlehman) - Add a Requires for dmidecode on x86. (dlehman)
2013-02-08 21:14:55 +00:00
/blivet-0.5.tar.gz
/blivet-0.6.tar.gz
/blivet-0.7.tar.gz
2013-03-13 16:01:57 +00:00
/blivet-0.8.tar.gz
/blivet-0.9.tar.gz
2013-04-09 22:01:22 +00:00
/blivet-0.10.tar.gz
2013-04-15 20:37:24 +00:00
/blivet-0.11.tar.gz
2013-05-03 19:56:00 +00:00
/blivet-0.12.tar.gz
/blivet-0.13.tar.gz
2013-05-15 19:10:34 +00:00
/blivet-0.14.tar.gz
/blivet-0.15.tar.gz
/blivet-0.16.tar.gz
/blivet-0.17.tar.gz
/blivet-0.18.tar.gz
/blivet-0.19.tar.gz
/blivet-0.20.tar.gz
/blivet-0.21.tar.gz
/blivet-0.22.tar.gz
/blivet-0.23.tar.gz
/blivet-0.24.tar.gz
/blivet-0.25.tar.gz
/blivet-0.26.tar.gz
/blivet-0.27.tar.gz
/blivet-0.28.tar.gz
/blivet-0.29.tar.gz
/blivet-0.30.tar.gz
/blivet-0.31.tar.gz
/blivet-0.32.tar.gz
/blivet-0.33.tar.gz
/blivet-0.34.tar.gz
- Convert everything to use Size. (dlehman) - Allow negative sizes. (dlehman) - Fix return value of Size.convertTo with a spec of bytes. (dlehman) - Discard partial bytes in Size constructor. (dlehman) - Prefer binary prefixes since everything is really based on them. (dlehman) - Fix a few minor problems introduced by recent raid level changes. (dlehman) - Move label setter and getter into DeviceFormat class (#1038590) (amulhern) - Add a test for labeling swap devices (#1038590) (amulhern) - Default to None to mean none, rather than empty string (#1038590) (amulhern) - Add a labelFormatOK method to the DeviceFormat's interface (#1038590) (amulhern) - Indicate whether the filesystem can label (#1038590) (amulhern) - Restore ability to write an empty label where possible (#1038590) (amulhern) - More tests to check writing and reading labels (#1038590) (amulhern) - Remove fsConfigFromFile (#1038590) (amulhern) - Changes to the handling of filesystem labeling (#1038590) (amulhern) - Add some simple tests for file formats. (amulhern) - Give DeviceFormat objects an id (#1043763) (amulhern) - Refactor to use ObjectID class (#1043763) (amulhern) - Make a class that creates a unique-per-class id for objects (#1043763) (amulhern) - Revert "Make a class that creates a unique-per-class id for objects (#1043763)" (amulhern) - Revert "Give DeviceFormat objects an object_id (#1043763)" (amulhern) - Make the maximum end sector for PReP boot more benevolent (#1029893) (vpodzime) - Give DeviceFormat objects an object_id (#1043763) (amulhern) - Make a class that creates a unique-per-class id for objects (#1043763) (amulhern) - Make get_device_format_class return None if class not found (#1043763) (amulhern) - A few simple unit tests for some formats methods (#1043763) (amulhern) - Don't translate format names (dshea)
2014-01-11 00:17:06 +00:00
/blivet-0.35.tar.gz
/blivet-0.36.tar.gz
- Only do SELinux context resets if in installer mode (#1038146) (amulhern) - Look up SELinux context for lost+found where it is needed (#1038146) (amulhern) - Don't reset the SELinux context before the filesystem is mounted (#1038146) (amulhern) - Test setting selinux context on lost+found (#1038146) (amulhern) - Only retrieve the unit specifier once (dshea) - Fix the Device.id usage. (dshea) - Accept both English and localized sizes in Size specs. (dshea) - Use a namedtuple to store information on unit prefixes (dshea) - Remove en_spec Size parameters. (dshea) - Fix potential traceback in devicetree.populate. (#1055523) (dlehman) - Fall back on relabeling app where available (#1038590) (amulhern) - Change the meaning of label field values (#1038590) (amulhern) - Enable labeling on NTFS filesystem (#1038590) (amulhern) - Enable labeling on HFS filesystem (#1038590) (amulhern) - Add a method that indicates ability to relabel (#1038590) (amulhern) - Use filesystem creation app to set filesystem label (#1038590) (amulhern) - Import errors so FSError name is resolved (#1038590) (amulhern) - Remove BTRFS._getFormatOptions (#1038590) (amulhern) - Make an additional class for labeling abstractions (#1038590) (amulhern) - Fix copyright date (#1038590) (amulhern) - Remove redundant _defaultFormatOptions field (#1038590) (amulhern) - Remove code about unsetting a label (#1038590) (amulhern) - Return None if the filesystem has no label (#1038590) (amulhern) - Removed redundant check for existance of filesystem (#1038590) (amulhern) - Have writeLabel throw a more informative exception (#1038590) (amulhern)
2014-01-23 01:45:02 +00:00
/blivet-0.37.tar.gz
/blivet-0.38.tar.gz
/blivet-0.39.tar.gz
/blivet-0.40.tar.gz
/blivet-0.41.tar.gz
/blivet-0.42.tar.gz
/blivet-0.43.tar.gz
/blivet-0.44.tar.gz
/blivet-0.45.tar.gz
- Adapt callers to use the new parent list interface. (dlehman) - Change management of Device parents to use a simple list interface. (dlehman) - Convert ContainerDevice to an abstract base class. (dlehman) - Set device uuid before calling Device ctor. (dlehman) - Improve the mechanism for VG completeness. (dlehman) - Support mutually-obsoleting actions. (dlehman) - Add some checking to MDRaidArrayDevice._setSpares. (dlehman) - Make sorting by action type part of the action classes. (dlehman) - Add action classes for container member set management. (dlehman) - Add a property to provide consistent access to parent container device. (dlehman) - Add type-specific methods for member set management. (dlehman) - Adapt callers to new method names for add/remove member device. (dlehman) - Add a ContainerDevice class to consolidate member management code. (dlehman) - Add backend functions for container member set management. (dlehman) - Teardown RAID device once testing is over (amulhern) - Make lvm tests runnable. (amulhern) - Make crypt tests runnable. (amulhern) - Replace unnecessarily complicated expression with string multiplication (amulhern) - Suppress unused variable warning for index in range (amulhern) - Suppress some unused variable warnings. (amulhern) - Suppress some unused variable warnings (amulhern) - Update to the new raise syntax (dshea) - Removed an unnecessary semicolon (dshea) - Removed a redundant definition of NoDisksError (dshea) - Specify regular expressions containing backslashes as raw strings (dshea) - Fixed some questionable indentation (dshea) - Fix logging function string format warnings. (dshea) - All size specifications should be Size instances (#1077163) (vpodzime) - Make sure StorageDevice's self._size is a Size instance (#1077179) (vpodzime) - Allow creating Size instance from another Size instance (vpodzime) - Force removal of hidden devices (#1078163) (amulhern) - Get action_test into working order. (dlehman) - Update action_test.py to specify sizes using blivet.size.Size. (dlehman) - Don't corrupt the environment when setting up StorageTestCase. (dlehman) - Make minSize, maxSize consistent and correct. (dlehman) - Don't prevent grow actions on devices with no max size. (dlehman)
2014-03-27 00:32:20 +00:00
/blivet-0.46.tar.gz
- Change labelApp to a more concisely defined abstract property (amulhern) - Change defaultLabel to a more concisely defined abstract property. (amulhern) - Change _labelstrRegex to a more concisely defined abstract property. (amulhern) - Make reads property a bit more succinct. (amulhern) - Make name an abstract property and omit _name (amulhern) - Remove an unused import from devicelibs/raid.py (vpodzime) - Fix all pylint errors in pylintcodediff (amulhern) - Don't run test if the git branch is dirty (amulhern) - Exit if the specified log file does not exist. (amulhern) - Update lvm devicelibs tests to reflect recent changes. (dlehman) - Add required LVs as needed instead of trying to sort by attrs. (dlehman) - Fix missed conversion of rm->missing in vgreduce call. (dlehman) - Only gather lvm information one time per DeviceTree.populate call. (dlehman) - Add support for listing everything to pvinfo and lvs. (dlehman) - Get lv list from lvm in a more straightforward format. (dlehman) - Gather lv list where we use it to save from having to stash it. (dlehman) - Split out common lvm parsing code. (dlehman) - Add tests that use ParentList as part of Device. (dlehman) - Parent list length doesn't reflect new member in _addParent. (dlehman) - Rearrange _startEdd to be a little more obvious. (amulhern) - Raise exceptions using the new syntax (amulhern) - Do not import logging twice. (amulhern) - Suppress unused variable warning (amulhern) - Get rid of writeRandomUUID. (amulhern) - Remove unused variable but retain call for its side-effects (amulhern) - Put docstring in class (amulhern) - Remove appendiceal assignment (amulhern) - Keep first parameter "self" (amulhern) - Omit compile flag (amulhern) - Move lines beneath __main__ into a main method (amulhern) - Indent with spaces, not tabs (amulhern) - Change param default [] to None and convert in method (amulhern) - Change to a semantically equivalent version of FileDevice.path (amulhern) - Adapt existing tests to changed signature of some methods (amulhern) - Don't assign return value to unused variable (amulhern) - Be specific when catching exceptions (dshea) - Remove appendiceal assignments (amulhern) - Remove a lot of unused variables extracted from udev info (amulhern) - Don't get return values from communicate() if they are ignored (amulhern) - Use the disk's name in log message (amulhern) - Get rid of old exception unpacking syntax (dshea) - Rearranged some iffy exception checking (dshea) - Replace with a semantically equivalent chunk. (amulhern) - Remove some unused exception names. (amulhern) - Remove unused assignment to boot. (amulhern) - Delete method-local pruneFile function. (amulhern) - Don't comment out function headers but leave their bodies uncommented (amulhern) - Get rid of unnecessary pass statements (amulhern) - Put a field and a method in the base class (amulhern) - Spell parameter self correctly (amulhern) - Give abstract method the same signature as its overriding methods. (amulhern) - Catch correct error and disable warning. (amulhern)
2014-04-02 23:27:16 +00:00
/blivet-0.47.tar.gz
2014-04-11 00:17:18 +00:00
/blivet-0.48.tar.gz
/blivet-0.49.tar.gz
- Don't apply action until after all checks have passed. (dlehman) - Apply action for extended partition creation. (dlehman) - Fix an issue introduced in commit a210eb5c. (dlehman) - Move changes from action ctors into apply methods. (dlehman) - Tell lvm to prefer /dev/mapper/ and /dev/md/ to dm-X and mdX nodes. (dlehman) - Use the right md UUID when trying to look one up from addUdevDevice. (dlehman) - Pass UUID of existing md array to superclass constructor. (dlehman) - Fix accounting related to addition of md member devices. (dlehman) - Add some more tests for the Size.humanReadable method (vpodzime) - If size is an integer value, show it as an integer value (vpodzime) - Make sure that using just k/m/g/... results in KiB/MiB/GiB/... (vpodzime) - Make humanReadable size use binary prefixes and nicer units (vpodzime) - Round sizes in humanReadable instead of flooring them (vpodzime) - Do not assign result of evaluating EddTestFS() to a variable (amulhern) - Rename bits() to numBits() (amulhern) - Rename to avoid conflict with name in outer scope. (amulhern) - Put module level code in a method (amulhern) - Do not use strip() incorrectly (amulhern) - Disable E1101 (no-member) error (amulhern) - Use isResize in isShrink and isGrow. (amulhern) - Suppress W0612 (unused-variable) false positives (amulhern) - Suppress W0621 warnings (amulhern) - Add a stub function for get_bootloader (amulhern) - Suppress W0602 false positives (amulhern) - Remove BootLoaderError definitions (amulhern) - Disable E1003 warning. (amulhern) - Do not cache the DeviceFormat object (amulhern) - Suppress W0201 error where attribute is set in __new__. (amulhern) - Add to false positives an error which is not suppressed by a pragma. (amulhern) - Suppress W0201 errors (amulhern) - Make signature of Size.__str__ match signature of Decimal.__str__ (amulhern) - Do not evaluate % operator in log message arguments (amulhern) - Remove suite() methods in tests (amulhern) - Remove addKeyFromFile() method (amulhern) - Import name 'deviceaction' where needed (amulhern) - Setting variables in __init__ (amulhern) - Log exception information and disable W0703 warning. (amulhern) - Disable some W0703 warnings (amulhern) - Disable some W0703 warnings. (amulhern) - Add a function that logs available exception info. (amulhern) - Restrict scope of pylint pragmas as much as possible (amulhern) - Change all pylint numeric codes to mnemonic strings. (amulhern)
2014-04-25 00:04:31 +00:00
/blivet-0.50.tar.gz
- Adjust the available size on each disk using chunk size. (amulhern) - Removed some now unused methods from devices (#1085474) (amulhern) - Rename size() method to get_size() method. (amulhern) - Remove unused get_size method (#1085474) (amulhern) - Use raid.size method to get size of device (#1085474) (amulhern) - Add a size() method to the raid classes (#1085474) (amulhern) - Move line that might throw an MDRaid exception inside try block (#1085474) (amulhern) - Check whether type is mdbiosraidarray before checking smallest member (#1085474) (amulhern) - Log if there was a failure to calculate the size of the MDRaidArrayDevice (#1085474) (amulhern) - Rename get_raw_array_size to get_net_array_size (#1085474) (amulhern) - Rename _get_size to _trim, which describes its function better (#1085474) (amulhern) - Improve comments on a few methods (#1085474) (amulhern) - Make RAIDLevels iterable (#1085474) (amulhern) - Update makebumpver for python-bugzilla 1.0.0 (bcl) - Disable unused argument warning for 'key_file' in devicelibs.crypto methods (amulhern) - Disable unused argument warning for 'del_passphrase' in luks_remove_key (amulhern) - Disable unused argument warning for 'data' in doAutoPartition (amulhern) - Disable unused argument warning for 'info' in handleUdevLuksFormat (amulhern) - Disable unused argument warning for 'disks' in get_pv_space. (amulhern) - Remove pointless parameters from unittest methods. (amulhern) - Disable a no member warning for EddTestFS initializer. (amulhern) - Get rid of unused argument 'args' in MakeBumpVer constructors (amulhern) - Changes to _parseOneLine() and its single invocation. (amulhern) - Remove obsolete comment (amulhern) - Rename to avoid redefining parameter built-ins (amulhern) - Change name to avoid redefining built-in (amulhern) - Remove unused parameter in makeupdates. (amulhern) - Removed unused argument 'options' from testMount (amulhern) - Make signature of _setSize match that of the method it overrrides. (amulhern) - Actually use argv parameter (amulhern) - Pass fname as first argument to shutil.copy2 (amulhern) - Remove minimumSector method and _minimumSector attribute (amulhern) - Disable not-callable pylint warning. (amulhern) - Set child_factory_fstype to None in DeviceFactory (amulhern) - Suppress unpacking-non-sequence pylint warning (amulhern) - Prefix name with defining package (amulhern) - Update Platform instance from flags instead of replacing it. (#1090646) (dlehman) - Rename to avoid redefining built-ins where the redefinition is method local. (amulhern) - Set device.format in else block of try/except/else. (amulhern) - Do not run pylint on sphinx generated conf.py (amulhern) - Get rid of a redefined builtin while simplifying method. (amulhern) - Compress loop into generator list comprehension (amulhern) - Rewrite resize() method to depend on _resizable. (amulhern) - Remove definition of LVMThinLogicalVolumeDevice._resizable (amulhern) - Add an attribute docstring for _resizable. (amulhern) - Correct comment on resizable property (amulhern)
2014-05-05 23:24:03 +00:00
/blivet-0.51.tar.gz
- Split ROOT_PATH usage into getTargetPhysicalRoot()/getSysroot() (walters) - Update and fix copyright info for docs. (dlehman) - Add some tests for extended partition management. (dlehman) - Add some tests that verify the results of DeviceTree.populate. (dlehman) - Add a base class for tests backed by disk image storage. (dlehman) - Adapt examples to examples/common.py function dispersement. (dlehman) - Change devices.SparseFileDevice._create to use util.create_sparse_file. (dlehman) - Move set_up_logging and create_sparse_file into blivet.util for reuse. (dlehman) - Make examples.common.tear_down_disk_images a DeviceTree method. (dlehman) - Fix handling of devices activated as a side-effect of actions. (dlehman) - Check for problematic active devices before processing any actions. (dlehman) - Split some large blocks out of DeviceTree.processActions. (dlehman) - Explicitly requested extended partitions already have an action. (dlehman) - Fix handling of extended partitions across various modes of operation. (dlehman) - Handle the case of md arrays getting activated from outside blivet. (dlehman) - Make an extra effort to remove dm partition nodes that want to stay. (dlehman) - Fix handling of clearing a partitioned disk and leaving it cleared. (dlehman) - Don't check for disklabels on partitions. (dlehman) - Update targetSize to reflect actual size after a device is created. (dlehman) - Remove redundant msecs from logging timestamp. (dlehman) - Make signature of Size.__new__ match signature of Decimal.__new__ (amulhern) - Change Size so that it takes a single value parameter. (amulhern) - Change all 'format' keyword args to 'fmt' in Device constructors (amulhern) - Change format keyword argument to fmt in scheduleCreateFormat (amulhern) - Change keyword parameters in devicetree.findActions (amulhern) - Change ActionCreateFormat constructor keyword argument to 'fmt' (amulhern) - Remove unused parameter 'ignoreErrors' from umountFilesystems() (amulhern) - Remove parameter 'raiseErrors' from mountFilesystems() methods. (amulhern) - Disable unused argument warning for 'major' and 'minor' (amulhern) - Set dummy functions as values rather than via function definition syntax. (amulhern) - Pass size value to superconstructor for LVMVolumeGroupDevice. (amulhern) - Sort the pylint-false-positives file (amulhern) - Do not disable unused argument warning. (amulhern) - Omit pylint warning about disabled warnings or errors from pylint log. (amulhern) - Put the pyblock warning in pylint-false-positives (amulhern) - Remove obsolete documentation for parameter 'label'. (amulhern)
2014-05-09 00:31:58 +00:00
/blivet-0.52.tar.gz
- Remove extra quotes from the xfs_db arguments. (dshea) - Factor duplicate code in __deepcopy__ methods into one method (#1095244) (amulhern) - Rearrange code related to handleUdevDeviceFormat() (#1095329) (amulhern) - Make dumpState catch and log all AttributeErrors (#1095329) (amulhern) - Add sectorSize property to catch and handle missing partedDevice (#1095329) (amulhern) - Get rid of remaining uses of spec keyword for Size() in examples directory. (amulhern) - Generalize false positive regular expression for multiple pylint versions (amulhern) - Do not run some tests unless running on Jenkins. (amulhern) - Miscellaneous pylint fixes. (amulhern) - Globally disable pointless string statement warning (amulhern) - Disable unused argument warning for 'args' in TmpFSDevice constructor (amulhern) - Omit 'args' parameter from formats constructors (amulhern) - Disabled unused argument warning for kwargs in formats.destroy() (amulhern) - Omit *args from parameters for format.create() and formats.destroy() (amulhern) - Omit *args from parameters in formats.setup() (amulhern) - Make formats.teardown() not take any extra parameters. (amulhern) - Make formats.mount use explicit keywords instead of kwargs. (amulhern) - Remove non-self params from FS.doResize method (amulhern) - Make doFormat use regular style keyword parameters (amulhern) - Do not use *args, **kwargs idiom in scheduleCreateFormat. (amulhern) - Do not use *args, **kwargs idiom in various schedule* auxiliary test methods. (amulhern) - Remove upgrading param from turnOnSwap() (amulhern) - Disable unused-argument warning (amulhern) - Disable pylint unused-argument warning. (amulhern)
2014-05-20 23:49:43 +00:00
/blivet-0.53.tar.gz
/blivet-0.54.tar.gz
- IPSeriesPPC now supports GPT in Open Firmware (hamzy) - Fix device name validation for devices that can contain / (#1103751) (dshea) - Add a getRaidLevel() convenience method to raid.py (amulhern) - Make a StorageDevice.raw_device property and use it where appropriate (amulhern) - Simplify a small chunk of Blivet.updateKSData() (amulhern) - Move the code for getting a space requirement from devicefactory to raid. (amulhern) - Make all devicefactory classes uses RAID objects instead of strings. (amulhern) - Remove devicefactory.get_raid_level from blivet (amulhern) - Put get_supported_raid_levels in devicefactory.py (amulhern) - Make BTRFS devices use RAID objects instead of strings for levels (amulhern) - Add lists of supported RAID levels for btrfs and lvm (amulhern) - Add "linear" to mdraid's list of supported raid levels. (amulhern) - Remove getRaidLevel() from mdraid file and make RAID_levels public (amulhern) - Check for required methods in MDRaidLevels.isRaidLevel. (amulhern) - Use has_redundancy property to decide how to add a member to an array. (amulhern) - Update the mdraid.mdadd comments (amulhern) - Use has_redundancy raid property when checking whether a device is removable (amulhern) - Make createBitmap() a property and update tests appropriately. (amulhern) - Add a Dup class to the various descendants of RAIDLevel. (amulhern) - Add an is_uniform property to the RAID levels. (amulhern) - Add a has_redundancy method that returns True if there is actual redundancy (amulhern) - Add Linear and Single to the RAID classes. (amulhern) - Move Container class to raid package and tidy it up (amulhern) - Allow the RAID object itself to be a valid RAID descriptor for lookup. (amulhern) - Adjust RaidLevel hierarchy so that all raid level objects extend RAIDLevel (amulhern) - No longer use _standard_levels as the default set of RAID levels. (amulhern) - Extract selection of members in complete() into a separate method. (amulhern) - Remove DMRaidArrayDevice.members property. (amulhern) - Comment mdraid.mdcreate() and update tests appropriately. (amulhern) - Import name 'lvm' instead of names from lvm package. (amulhern) Please enter the commit message for your changes. Lines starting
2014-06-06 08:28:31 +00:00
/blivet-0.55.tar.gz
/blivet-0.56.tar.gz
/blivet-0.57.tar.gz
/blivet-0.58.tar.gz
/blivet-0.59.tar.gz
/blivet-0.60.tar.gz
- Fix conf.py version bumping (bcl) - Add some tests for Chunk and Request class hierarchy. (dlehman) - Honor the skip list when allocating leftover sectors. (dlehman) - A Chunk is done growing when its pool is empty. (dlehman) - Don't use integer division to calculate a fraction. (dlehman) - Bump version in sphinx config from scripts/makebumpver. (dlehman) - Remove spec= from Size usage in intro.rst. (dlehman) - Attempt to reset the uuid of the mdraid member device (#1070095) (amulhern) - Add new method udev.device_get_md_device_uuid() method (#1070095) (amulhern) - Canonicalize mdadm generated UUIDS (#1070095) (amulhern) - Add a udev.device_get_md_metadata() method to udev and use it. (amulhern) - Change use of METADATA to MD_METADATA. (amulhern) - Check for md_level of None (amulhern) - Do not convert the result of udev.device_get_md_devices() to int. (amulhern) - Add documentation to udev.device_get_md_*() methods. (amulhern) - Document udev.device_get_uuid() method. (amulhern) - Add a few small tests for mdexamine (amulhern) - Add test for raid level descriptor None. (amulhern) - Use context manager with assertRaises*() tests. (amulhern) - Change uuid parameter to array_uuid (amulhern) - Remove udev_ prefix from udev methods. (amulhern) - Remove all references to DeviceFormat.majorminor (amulhern) - Use add_metaclass instead of with_metaclass. (amulhern) - Disable redefined-builtin warning. (amulhern) - Use range instead of xrange in generateBackupPassphrase() (amulhern) - Add a simple test of generateBackupPassphrase() result format (amulhern) - Python3 compatibility (rkuska) - Replace python-setuptools-devel BR with python-setuptools (bcl)
2014-07-12 01:08:20 +00:00
/blivet-0.61.tar.gz
- Mock pyudev since libudev will not be on the builders. (dlehman) - Update selinux tests for default context of mounts under /tmp. (dlehman) - Clean up mocking done by udev tests when finished. (dlehman) - Remove unused lvm and md activation code. (dlehman) - Bypass size getter when mocking new devices. (dlehman) - Simplify udev.device_get_uuid. (dlehman) - Don't pass md array UUID as member format UUID. (dlehman) - Update md name when lookup relied on UUID. (dlehman) - Remove an obsolete block related to unpredictable md device names. (dlehman) - Get md member and array UUIDs for format ctor from udev. (dlehman) - Look in udev data for md member UUID. (dlehman) - Remove some unused multipath-specific functions from blivet.udev. (dlehman) - Adapt multipath detection code to external pyudev module. (dlehman) - Keep lvm and md metadata separate from udev info. (dlehman) - Replace our pyudev with the package python-pyudev. (dlehman) - Add a bunch of tests for mdadd. (amulhern) - Make has_redundancy() a method rather than a property and revise mdadd. (amulhern) - Omit unnecessary class hierarchy related boilerplate. (amulhern) - Add a test for activation. (amulhern) - Add a test for mddetail on containers. (amulhern) - Still attempt to destroy even if remove failed. (amulhern) - Use long messages for unittest errors. (amulhern) - Fix mdnominate error message. (amulhern) - Cosmetic changes for the swapSuggestion function (vpodzime) - Break once metadata value is found. (amulhern) - Fix issues reported by pyflakes (vpodzime) - Remove tests for the sanityCheck (vpodzime) - Move _verifyLUKSDevicesHaveKey and its exception to anaconda (vpodzime) - Remove sanityCheck functions from blivet sources (vpodzime) - Remove an unused closure function (vpodzime) - Remove two methods that are never called (vpodzime) - Add some tests for blivet.partitioning.addPartition. (dlehman) - Add a couple of tests for blivet.partitioning.DiskChunk. (dlehman) - Add a DiskFile class for testing partitioning code as a non-root user. (dlehman) - Add a contextmanager to create and remove sparse tempfiles. (dlehman) - Fix sphinx formatting of code blocks in devicefactory docstrings. (dlehman) - Mock selinux when building docs. (dlehman) - Include doc files when installing on readthedocs. (dlehman) - _maxLabelChars is no longer used by anything (bcl) - tests: Add tests for HFSPlus labels (#821201) (bcl) - Write a fs label for HFS+ ESP (#821201) (bcl) - Mock non-standard modules so we can generate API docs on readthedocs. (dlehman) - Split mdadd into separate functions. (amulhern) - Refactor mdraid tests. (amulhern) - Add a method to extract information about an mdraid array (amulhern) - Extend mdadm() to capture output (amulhern) - Be more robust in the face of possible changes to mdadm's UUIDs. (amulhern) - Factor canonicalize_UUID() into separate method. (amulhern) - Add a docstring to mdraid.mdexamine (amulhern) - Remove DeviceFormat.probe() method (amulhern) - Remove all references to mdMinor in current code base. (amulhern) - Generalize the error message for the array level (amulhern) - Use super() instead of explicit parent name (amulhern) - Remove commented out import. (amulhern) - Make docstring more precise. (amulhern) - Minor fix of a docstring. (rvykydal) - Get rid of partedFlags field. (amulhern)
2014-08-29 02:54:32 +00:00
/blivet-0.62.tar.gz
/blivet-0.63.tar.gz
- Fix pylint errors from recent btrfs commits. (dlehman) - Only cancel actions on disks related to the one we are hiding. (dlehman) - Cancel actions before hiding descendent devices. (dlehman) - Improve handling of device removals/additions from the devicetree. (dlehman) - The first format destroy action should obsolete any others. (dlehman) - Do not allow modification or removal of protected devices. (dlehman) - Propagate mount options for btrfs members to all volumes/subvolumes. (dlehman) - Properly identify dm devices even when udev info is incomplete. (dlehman) - Do not mount btrfs to list subvolumes outside installer_mode. (dlehman) - Reset default subvolume prior to removing the default subvolume. (dlehman) - Increase max size for btrfs to 16 EiB. (#1114435) (dlehman) - Improve adjustment for removal of a subvol in BTRFSFactory. (dlehman) - Set dummy mountpoint in ksdata for lvm thin pools. (dlehman) - Add an epoch to blivet. (sbueno+anaconda) - Check if device has enough members when setting RAID level (#1019685) (amulhern) - Add BTRFSValueError error and use in btrfs related code (#1019685) (amulhern) - iscsi: mount partitions in initramfs for root on iscsi (#740106) (rvykydal) - Remove poolMetaData (#1021505) (amulhern) - Revert "Allow use of a single path if multipath activation fails. (#1054806)" (vpodzime) - Add a release make target (bcl) - Prefer ID_SERIAL over ID_SERIAL_SHORT (#1138254) (vpodzime) - Allow use of a single path if multipath activation fails. (#1054806) (dlehman)
2014-09-20 00:23:39 +00:00
/blivet-0.64.tar.gz
2014-09-30 23:56:57 +00:00
/blivet-0.65.tar.gz
/blivet-0.66.tar.gz
/blivet-0.67.tar.gz
/blivet-0.68.tar.gz
/blivet-0.69.tar.gz
/blivet-0.70.tar.gz
- Remove redundant import. (amulhern) - Change inclusion to equality. (amulhern) - Round filesystem target size to whole resize tool units. (#1163410) (dlehman) - New method to round a Size to a whole number of a specified unit. (dlehman) - Fix units for fs min size padding. (dlehman) - Disable resize operations on filesystems whose current size is unknown. (dlehman) - Run fsck before obtaining minimum filesystem size. (#1162215) (dlehman) - Fix setupDiskImages when the devices are already in the tree. (dlehman) - Make logging a little less verbose and more useful in FS.mount() (amulhern) - Make selinux test less precise. (amulhern) - Do not translate empty strings, gettext translates them into system information (vtrefny) - Add a tearDown method to StorageTestCase. (dlehman) - Remove pointless assignment to _formattable in Iso9660FS. (amulhern) - Remove BTRFS._resizeArgs() (amulhern) - Add more arguments to mpathconf (#1154347) (dshea) - Check the minimum member size for BtrfsVolumeDevices. (amulhern) - Get rid of FS._getRandomUUID() method. (amulhern) - Eliminate TmpFS.minSize() (amulhern) - Don't run selinux context tests when selinux is disabled. (dlehman) - Temporarily disable a test that isn't working. (dlehman) - Pass a path (not a name) to devicePathToName. (dlehman) - devicePathToName should default to returning a basename. (dlehman) - Fix test that guards forcible removal of dm partition nodes. (dlehman) - Device status can never be True for non-existent devices. (#1156058) (dlehman) - Use super to get much-needed MRO magic in constructor. (#1158968) (dlehman)
2014-11-22 01:32:45 +00:00
/blivet-0.71.tar.gz
/blivet-0.72.tar.gz
/blivet-0.73.tar.gz
- Use _resizefsUnit in resizeArgs() method implementations. (amulhern) - Do not supply a default implementation for the resizeArgs() method. (amulhern) - Use convertTo in humanReadable(). (amulhern) - Change convertTo() and roundToNearest() so each takes a units specifier. (amulhern) - Do not even pretend that ReiserFS is resizable. (amulhern) - Get whole unit tuple in loop when searching for correct units. (amulhern) - Make _parseUnits() return a unit constant, rather than a number. (amulhern) - Add unitStr() method. (amulhern) - Make _Prefix entries named constants. (amulhern) - Hoist _BINARY_FACTOR * min_value calculation out of loop. (amulhern) - Comment _prefixTestHelper() and eliminate some redundancies. (amulhern) - Eliminate redundant test. (amulhern) - Avoid using Size constant in FileDevice._create(). (amulhern) - Do not compare the same two values twice. (amulhern) - Make possiblePhysicalExtents() a bit more direct. (amulhern) - Get rid of unnecessary use of long. (amulhern) - Use _netdev mount option as needed. (#1166509) (dlehman) - Don't crash when a free region is too small for an aligned partition. (dlehman) - Multiple loops shouldn't be fatal (#980510) (bcl) - If allowing degraded array, attempt to start it (#1090009) (amulhern) - Add a method that looks at DEVNAME (#1090009) (amulhern) - Add mdrun method to just start, not assemble, an array. (#1090009) (amulhern) - Change allow_degraded_mdraid flag to allow_imperfect_devices (#1090009) (amulhern) - Remove needsFSCheck() and what only it depends on. (amulhern) - Remove allowDirty parameter and code that depends on it. (amulhern) - Eliminate dirtyCB parameter from mountExistingSystem() params. (amulhern) - Use correct package for FSError. (amulhern)
2015-01-10 01:12:08 +00:00
/blivet-0.74.tar.gz
/blivet-0.75.tar.gz
- Revert "Switch to temporary transifex project" (bcl) - Check parent/container type for thin volumes and normal volumes. (dlehman) - drop useless entries from formatByDefault exceptlist (awilliam) - Fix import of devicelibs.raid in platform.py (vpodzime) - Use %license in python-blivet.spec (bcl) - Fix import of FALLBACK_DEFAULT_PART_SIZE (vpodzime) - Make implicit partitions smaller if real requests don't fit anywhere (vpodzime) - Use list comprehension instead of filter+lambda in makebumpver (amulhern) - Revert "Try to deactivate lvm on corrupted gpt disks." (dlehman) - Virtualize options property methods in DeviceFormat.options definition. (amulhern) - Do not redefine size property in TmpFS. (amulhern) - Do not set self.exists to True in TmpFS.__init__(). (amulhern) - Simplify NoDevFS.type. (amulhern) - Set format's mountpoint if it has the mountpoint attribute. (amulhern) - Do not bother to set device.format.mountopts. (amulhern) - Tighten up FS.mountable(). (amulhern) - Simplify FS._getOptions(). (amulhern) - Simplify setting options variable. (amulhern) - Be less eager about processing all lines in /proc/meminfo. (amulhern) - Make error message more useful. (amulhern) - Add a tiny test for TmpFS. (amulhern) - More fixes for alignment-related partition allocation failures. (dlehman) - Do not mix stdout and stderr when running utilities unless requested (vpodzime) - Define the _device, _label and _options attributes in constructor (vpodzime) - Get rid of the has_lvm function (vpodzime) - Do not create lambda over and over in a cycle (vpodzime) - Disable pylint check for cached LVM data in more places (vpodzime) - Fix issue where too many mpath luns crashes installer (#1181336) (rmarshall) - Allow user-specified values for data alignment of new lvm pvs. (#1178705) (dlehman) - Let LVM determine alignment for PV data areas. (#962961) (dlehman) - Raise UnusableConfigurationError when unusable configuration is detected. (dlehman) - Don't raise an exception for failure to scan an ignored disk. (dlehman) - Try to deactivate lvm on corrupted gpt disks. (dlehman) - Remove an unused and outdated constant (vpodzime) - Relax the blivet device name requirements (#1183061) (dshea)
2015-02-07 02:17:13 +00:00
/blivet-0.76.tar.gz
/blivet-1.0.tar.gz
- Add scratch, scratch-bumpver and rc-release targets. (bcl) - Add --newrelease to makebumpver (bcl) - Add po-empty make target (bcl) - Revive the mountExistingSystem() function and all it needs (vpodzime) - Switch translations to use Zanata (bcl) - Set EFIFS._check to True so that it gets correct fspassno (#1077917) (amulhern) - Use format string and arguments for logging function (vpodzime) - Merge pull request #28 from vpodzime/master-libblockdev (vratislav.podzimek) - Do not restrict MDRaidArrayDevice's memberDevices to type int (vpodzime) - Adapt better to libblockdev's md_examine data (vpodzime) - Set TmpFS._resizable to False. (amulhern) - Add an additional test for TmpFS. (amulhern) - Override NoDevFS.notifyKernel() so that it does nothing. (amulhern) - Add TmpFS._resizefsUnit and use appropriately. (amulhern) - Rewrite TmpFS class definition. (amulhern) - Add TmpFS._getExistingSize() method. (amulhern) - Make _getExistingSize() method more generally useful. (amulhern) - Remove _getExistingSize() methods with body pass. (amulhern) - Tidy up the definition of the device property throughout formats package. (amulhern) - Add a test to check properties of device paths assigned to formats. (amulhern) - Set TmpFSDevice object's _formatImmutable attribute to True. (amulhern) - Remove no longer needed requires (vpodzime) - Filter out pylint's "No name 'GLib' in module 'gi.repository'" messages (vpodzime) - Add a static method providing list of available PE sizes (vpodzime) - Use BlockDev's crypto plugin to do LUKS escrow (vpodzime) - Use BlockDev's DM plugin to work with DM RAID sets (vpodzime) - Use BlockDev's DM plugin for DM map existence testing (vpodzime) - Remove tests for the removed devicelibs functions (vpodzime) - Set and refresh BlockDev's global LVM config if needed (vpodzime) - Use BlockDev's LVM plugin instead of devicelibs/lvm.py (vpodzime) - Use BlockDev's BTRFS plugin instead of devicelibs/btrfs.py (vpodzime) - Use the BlockDev's DM plugin instead of devicelibs/dm.py (vpodzime) - Use BlockDev's crypto plugin instead of devicelibs/crypto.py (vpodzime) - Use BlockDev's loop plugin instead of devicelibs/loop.py (vpodzime) - Use BlockDev's MD plugin instead of devicelibs/mdraid.py (vpodzime) - Use BlockDev's swap plugin instead of devicelibs/swap.py (vpodzime) - Use BlockDev's mpath plugin instead of devicelibs/mpath.py (vpodzime) - First little step towards libblockdev (vpodzime) - Move the Blivet class into its own module (vpodzime) - Use a safer method to get a dm partition's disk name. (dlehman) - Be more careful about overwriting device.originalFormat. (#1192004) (dlehman)
2015-03-07 02:02:21 +00:00
/blivet-1.1.tar.gz
- Fix pylint unused variable warnings (vtrefny) - Add test for mountpoints (vtrefny) - Replace _mountpoint with systemMountpoint in other modules (vtrefny) - New method to handle nodev filesystems (vtrefny) - Add dynamic mountpoint detection support (vtrefny) - New method to compute md5 hash of file (vtrefny) - Add information about subvolume to BTRFS format (vtrefny) - Don't specify priority in fstab if -1 (default) is used (#1203709) (vpodzime) - Catch GLib.GError in places where we catch StorageError (#1202505) (vpodzime) - slave_dev is undefined here, use slave_devices[0] instead. (clumens) - Clean out the mock chroot before attempting to run the rest of the test. (clumens) - Move recursiveRemove from Blivet to DeviceTree. (dlehman) - Factor out adding of sysfs slave (parent) devices into its own method. (dlehman) - Add a __str__ method to DeviceTree. (dlehman) - Allow changing the names of existing devices. (dlehman) - Remove redundant block for adding fwraid member disks. (dlehman) - Return a device from addUdevLVDevice if possible. (dlehman) - Pass a sysfs path to MultipathDevice constructor from Populator. (dlehman) - Resolve md names in udev info. (dlehman) - LVMVolumeGroupDevice format should be marked as immutable. (dlehman) - Don't catch and re-raise device create exceptions as DeviceCreateError. (dlehman) - Call superclass _preCreate from BTRFSVolumeDevice._preCreate. (dlehman) - Move code that populates the device tree into a new class and module. (dlehman) - Move action list management into a separate class and module. (dlehman) - Put an __init__.py in devices_tests directory. (amulhern) - Require the Python 2 version of pykickstart (#1202255) (vpodzime) - Use Size method to perform a Size operation (#1200812) (amulhern) - Extend Size.roundToNearest to allow Size units (#1200812) (amulhern) - Move code that populates the device tree into a new class and module. (dlehman) - Move action list management into a separate class and module. (dlehman) - Remove a pointless override. (amulhern) - Display the name of the overridden ancestor in error message. (amulhern) - Check for simple function calls in pointless overrides. (amulhern) - Simplify supported methods in FS.py. (amulhern) - Make hidden property use superclass method where possible. (amulhern) - Simplify some methods in DeviceFormat class. (amulhern) - Do supercall in BTRFSVolumeDevice.formatImmutable. (amulhern) - Add a comment to supported property. (amulhern) - Get rid of some very old commented out code. (amulhern) - Put all mock results into the top-level source dir. (clumens) - Spell TestCase.teardown correctly as tearDown(). (amulhern) - Make testMount() check return value of util.mount(). (amulhern) - Remove unused fs_configs. (amulhern) - Remove side-effects from mountType property. (amulhern) - Do not make the mountpoint directory in fs.FS.mount(). (amulhern) - Mount should not be satisfied with anything less than a directory. (amulhern) - Do not return doFormat() value. (amulhern) - Put previously removed mountExistingSystem() into osinstall.py. (amulhern) - Revert "Revive the mountExistingSystem() function and all it needs" (amulhern) - Make sure the device is setup before formatting it (#1196397) (bcl) - Use %d format string for every value that should be an integer decimal. (amulhern) - Robustify PartitionDevice._wipe() method. (amulhern) - Fix up scientific notation _parseSpec() tests. (amulhern) - Make size._parseSpec a public method. (amulhern) - Simplify StorageDevice.disks. (amulhern) - Simplify StorageDevice.growable. (amulhern) - Simplify and correct StorageDevice.packages property. (amulhern) - Remove services infrastructure from devices and formats. (amulhern) - Split devices tests out into a separate directory. (amulhern) - Fix dd wipe call. (exclusion) - Add a script to rebase and merge pull requests (dshea) - Add pylint false positive to list of pylint false positives. (amulhern) - Change all instances of GLib.Error to GLib.GError. (amulhern) - Sort pylint-false-positives using sort's default options with LC_ALL=C. (amulhern) - Add ability to match scientific notation in strings. (amulhern)
2015-03-28 00:28:13 +00:00
/blivet-1.2.tar.gz
- fix conf.py pylint errors (bcl) - Fix BlockDev import in populator.py (bcl) - Prevent pylint from going crazy because of libblockdev's ErrorProxy (vpodzime) - Make use of the new libblockdev error reporting (vpodzime) - Add libselinux-python to package dependencies (#1211834) (vtrefny) - Introduce a new doReqPartition method that is similar to doAutoPartition. (clumens) - Merge pull request #81 from mulkieran/master-mount-options (mulkieran) - Merge pull request #66 from vpodzime/master-py3_final (martin.kolman) - Encode input for os.write() (mkolman) - Build the python3-blivet subpackage (vpodzime) - Do not modify dict while iterating over its values (vpodzime) - Do not try to compare strings and Nones when sorting mountpoints (vpodzime) - Always return strings from regular capture output run functions (mkolman) - Do not use variable from an inner comprehension in tests (vpodzime) - Implement and test Python 3 division for the Size class (vpodzime) - Replace python 2 build-in-function cmp() with custom method (vtrefny) - Do not rely on __sub__ being implemented as __add__ (-1)* (vpodzime) - Transform our compare functions into key functions and use these instead (vpodzime) - Fix the size_test to stop using byte strings (vpodzime) - Do not define unit strings as byte strings (vpodzime) - Do not pass context to Decimal numeric operations (vpodzime) - Don't call object's (as a class) __new__ with extra arguments (vpodzime) - Make translation to lowerASCII Python[23]-compatible (vpodzime) - Replace __import__ call with importlib.import_module (vpodzime) - In FS._postSetup() check the mountpoint options that were actually used. (amulhern) - Add kwargs to unmount and move mountpoint check into _preSetup (bcl) - Do not try importing hidden/backup files as formats (vpodzime) - Add back DeviceTree's support for saving LUKS passphrases (vpodzime) - Do not try to stat FileDevice's path if it doesn't exist (vpodzime) - Merge pull request #76 from dwlehman/unusable-storage-branch (dlehman) - Add error handling around storageInitialize for unusable setups. (dlehman) - Include suggestions in error classes for unusable storage configurations. (dlehman) - Use partially corrupt gpt disklabels. (dlehman) - Consolidate common code in DeviceFormat class methods. (dlehman) - Update get_mount_paths to use mountsCache (bcl) - Add multiple mountpoint handling to MountsCache (bcl) - Remove obsolete FIXME from FS.status (bcl) - Check to see if mountpoint is already mounted (bcl) - Add isMountpoint to MountsCache (bcl) - Add ability to unmount specific mountpoints (bcl) - Fix pylint errors for six.moves import (vtrefny) - Merge pull request #72 from vojtechtrefny/picklable-size (vpodzime) - Merge pull request #74 from mulkieran/master-trivia (mulkieran) - Fix two instances where check_equal() returned True incorrectly. (amulhern) - Fix typo in 66f2ddb11e85ec6f48535d670dd6f24cb60cbe55. (amulhern) - Make sure installer_mode is reset to original value. (amulhern) - Test for Size pickling support (vtrefny) - Pickling support for Size. (vtrefny) - Disable pylint bad-super-call in MDRaidArrayDevice.updateSize. (dlehman) - Merge pull request #68 from dwlehman/parted-device-branch (dlehman) - Require reallocation after changing an allocated partition's size. (dlehman) - Move mediaPresent out of Device and into StorageDevice. (dlehman) - Don't use parted.Device to obtain size info. (dlehman) - Merge pull request #70 from mulkieran/master-1208536 (mulkieran) - Prepend /sys to sysfs path for udev lookup (#1208536) (amulhern) - Fall back on mdadm info if udev info is missing for the array (#1208536) (amulhern) - Catch DeviceError as well as ValueError (#1208536) (amulhern) - Make an MDContainerDevice if that is the right model (#1208536) (amulhern) - Change raid variable name to raid_items (#1208536) (amulhern) - Fix swapped args to processActions. (dlehman) - Merge pull request #63 from dwlehman/disk-selection-branch (dlehman) - Use VGname-LVname as key for LVinfo cache (vpodzime) - Add back DeviceTree's methods and properties used from the outside (vpodzime) - Wrap keys() with a list so that the dictionary can be changed (martin.kolman) - Add a method to list disks related by lvm/md/btrfs container membership. (dlehman) - Make getDependentDevices work with hidden devices. (dlehman)
2015-04-22 16:41:10 +00:00
/blivet-1.3.tar.gz
- Workaround for chrooted mountpoints (#1217578) (vtrefny) - Merge pull request #116 from mulkieran/master-gerror (mulkieran) - Filter GLib.GError instead of GLib.Error in pylint false positives. (amulhern) - Merge pull request #113 from mulkieran/master-tasks-20150513 (mulkieran) - Guard tests against device support being missing. (amulhern) - Add checks for filesystem availability in selinux tests. (amulhern) - Fix some small mistakes in tests using availability information. (amulhern) - Get rid of abitrary _resizable variable in tests. (amulhern) - Don't use utilsAvailable to skip tests. (amulhern) - Treat a missing plugin as an OK situation. (amulhern) - Use availability information in device actions. (amulhern) - Add a check to determine whether the device type is supported. (amulhern) - If external dependencies are unavailable, cannot support RAID levels. (amulhern) - Add availability information to devicelibs files. (amulhern) - Track external dependencies in devices. (amulhern) - If lvm is not available, do not do the filtering. (amulhern) - Add availability checking to non-FS formats. (amulhern) - Use filesystem tasks in filesystem. (amulhern) - Add filesystem tasks to tasks directory. (amulhern) - Add tasks infrastructure to tasks directory. (amulhern) - Add error to detect errors in discovering availability info. (amulhern) - Add errors about reading and writing labels to error heirarchy. (amulhern) - Make assignments that override abstract properties into simple attributes. (amulhern) - Move kernel_filesystems functionality into a little library. (amulhern) - Make labeling(), relabels(), and labelFormatOK() instance methods. (amulhern) - Merge pull request #108 from vojtechtrefny/progress_callbacks (vtrefny) - Merge pull request #109 from mulkieran/master-btrfs-c (mulkieran) - Set a subvolspec format args when making a new BTRFS volume. (amulhern) - Cache data obtained from /proc/self/mountinfo. (amulhern) - Add progress report callback for action processing (vtrefny) - Do not have two ignored variables when one will do. (amulhern) - Fix a typo in comment. (amulhern) - Do not use type() in makebumpver. (clumens) - Merge pull request #100 from mulkieran/master-lvm-a (mulkieran) - Merge pull request #104 from mulkieran/master-1139222 (mulkieran) - Include LUKSDevice information in kickstart data (#1139222) (amulhern) - Un-escape '-'s in names or paths for _all_ lvm lv or vgs. (amulhern) - Fix a few miscellaneous pylint-caught problems. (clumens) - Only give Size objects a __div__ method under python2. (clumens) - Protect against calling testMount on an object that may not have it. (clumens) - Add a bunch of false positives to make pylint succeed. (clumens) - e.message -> str(e) (clumens) - Disable a pointless override warning. (clumens) - Ignore the environment-modify pylint warnings for size_test.py. (clumens) - blockdevError -> BlockDevError (clumens) - Remove uses of the string module we don't need, ignore warnings on those we do. (clumens) - unicode isn't undefined on the python2 code paths. (clumens) - Use eintr_retry_call from anaconda. (clumens) - Move blivet to using pocketlint. (clumens) - Merge pull request #97 from mulkieran/master-1072060 (mulkieran) - Merge pull request #93 from vojtechtrefny/fix_active_parted (vtrefny) - If the parent volume has a label, use it in subvol's kickstart (#1072060) (amulhern) - Merge pull request #94 from mulkieran/master-raid (mulkieran) - Allow adding new partitions to disks with active devices (#1212841) (vtrefny) - Fix "anaconda hangs while trying to discover iscsi..." (#1166652) (jkonecny) - Move definition of _level attribute above super-constructor call. (amulhern) - Fix status for LVMPhysicalVolume format (vtrefny)
2015-05-18 21:57:04 +00:00
/blivet-1.4.tar.gz
/blivet-1.5.tar.gz
- Fix indentation in action_test.py (dlehman) - Merge pull request #133 from atodorov/fix_deprecation_warnings (mulkieran) - Merge pull request #147 from vojtechtrefny/master_fix_undo_resize (vtrefny) - Fix setting original size for format resize action. (#1225352) (vtrefny) - Make unit test assertion expressions fully Python2/3 compatible. (atodorov) - Merge pull request #151 from mulkieran/master-120 (mulkieran) - Merge pull request #122 from atodorov/remove_doctest (mulkieran) - Parameterize Makefile test targets on Python version. (atodorov) - Merge pull request #148 from mulkieran/master-132 (mulkieran) - Merge pull request #144 from mulkieran/master-128 (mulkieran) - Remove facilities for running tests as standalone modules. (atodorov) - Include automatic and manual test documentation. (atodorov) - Remove an accidental variable assignment in LVMLogicalVolumeDevice (vpodzime) - Merge pull request #143 from mulkieran/master-134 (mulkieran) - Remove two files in tests directory. (atodorov) - Fix typo in docstring. (atodorov) - Merge pull request #112 from vpodzime/master-fixed_maps (vpodzime) - Merge pull request #129 from mulkieran/master-keepers-c (mulkieran) - Merge pull request #135 from mulkieran/master-test-fixes (mulkieran) - Convert bytes value to str. (amulhern) - Change new format lookup name from "msdos" to "disklabel". (amulhern) - Get rid of pointless test case about arguments for labeling apps. (amulhern) - Do not raise KeyError if ID_PART_ENTRY_DISK is missing. (amulhern) - Manage backing store more independently in loop backed test cases. (amulhern) - Pass floats as string to Decimal constructor everywhere. (amulhern) - Fix a bug in reading a size specification with a radix in the numeric part. (amulhern) - remove mention of doctest b/c target was removed in fed53d969af0eddaeeca58cdf3e40916497aa305 (atodorov) - Beware of Python 3's version of the map() built-in function (vpodzime)
2015-06-10 23:52:16 +00:00
/blivet-1.6.tar.gz
- Merge pull request #167 from mulkieran/master-format-copy-b (mulkieran) - Merge pull request #156 from vpodzime/master-lvm_cache_actually (vpodzime) - Add cache support to the LVMLogicalVolumeDevice class (vpodzime) - Copy all DeviceFormat objects using deepcopy. (amulhern) - Make use of FSTask and FSUnimplementedTask in FS* tasks. (amulhern) - Add an abstract parent of all filesystem tasks. (amulhern) - Merge pull request #162 from dwlehman/storage-device-format-type-consistency (dlehman) - Merge pull request #138 from dwlehman/partitionable-md (dlehman) - Document the fact that StorageDevice.format is always a DeviceFormat. (dlehman) - Ignore some interruptible system call warnings (dshea) - Retry interruptible calls (dshea) - Ignore EINTR from os.close instead of retrying the call (dshea) - Add kwargs to eintr_retry_call (dshea) - Specify required version of GI-imported packages (vpodzime) - Add classes for LVM cache related functionality (vpodzime) - Add generic classes for cache and cache stats (vpodzime) - Merge pull request #149 from vpodzime/master-lvm_cache (vpodzime) - Implement the support for resizing internal metadata LVs of thin pools (vpodzime) - Use relations between LVs to determine parent LV (vpodzime) - Make Blivet.lvs return all LVs not just traditional/thick LVs (vpodzime) - Accept both list and ParentList when checking LVs parents (vpodzime) - Create and use internal LVs instead of static values (vpodzime) - Add classes for the internal LVs of various types (vpodzime) - Merge pull request #137 from dwlehman/md-boot-metadata-branch (dlehman) - Treat existing md arrays whose members are all disks like disks. (dlehman) - Handle formatting after adding devices from format handlers. (dlehman) - Merge pull request #158 from mulkieran/master-target-size (mulkieran) - Move parents checking and update into a seprarate methods (vpodzime) - Rearrange and group some of the StorageDevice's methods/properties (vpodzime) - Don't crash when processing cached LVs (vpodzime) - Make roundToNearest() slightly more robust. (amulhern) - Extend Size.convertTo() to work with arbitrary Size() values. (amulhern) - Changes to FS._setTargetSize(). (amulhern) - Increase ext4 maximum size from 16 TiB to 1 EiB (#1231049) (bcl) - Merge pull request #155 from atodorov/fix_issue_154 (mulkieran) - Use len of set to check for duplicates in list of packages. (atodorov) - Merge pull request #153 from mulkieran/master-task-names (mulkieran) - Omit completely pointless setUp method. (amulhern) - Make a size refer to a Size object. (amulhern) - Add __str__ method to various subclasses of Task. (amulhern) - Don't pass unused mountpoint dict to preCommitFixup. (dlehman) - Use the default md metadata version for everything except /boot/efi. (dlehman)
2015-06-27 00:54:43 +00:00
/blivet-1.7.tar.gz
- Add a bunch more gi.require_version calls (dshea) - Merge pull request #170 from dwlehman/size-cleanups (dlehman) - Add unit tests for device size setters and getters. (dlehman) - Only return target size if it is set to something meaningful. (dlehman) - Validate new formats against current device size. (dlehman) - Device size checks do not apply to existing devices. (dlehman) - Make sure subclasses size setters use the base setter as appropriate. (dlehman) - x-initrd.mount should only be set for /var (#1238603) (bcl) - There's a python3 anaconda now, so ditch the temporary false positives. (clumens) - Fix a syntax error caused by my previous commit. (clumens) - Fix a duplicate key caused by patch merging. (clumens) - Add support for specifying arbitrary mkfs options. (clumens) - Align free regions before choosing one. (dlehman) - Align partition sizes earlier in the allocation process. (dlehman) - Don't crash on cleanup with DASDs or iSCSI devices present. (#1166506) (dlehman) - Make check-requires errors more readable. (dshea) - Merge pull request #166 from dwlehman/autopart-snapshot-branch (dlehman) - Default to a string when sorting mountpoints in FSSet.umountFilesystems. (dlehman) - Fix order of arguments to blockdev.thsnapshotcreate. (dlehman) - Snapshot format exists upon snapshot creation. (dlehman) - Improve format handling for lvm snapshots. (dlehman) - Merge pull request #160 from dwlehman/lookup-method-deprecations (dlehman) - Deprecate some little-used devicetree lookup methods. (dlehman) - Add a decorator to mark deprecated functions/methods. (dlehman) - Log python warnings, including DeprecationWarning. (dlehman) - Catch and relay more exception types from the iscsi process (dshea) - Use the pipes as contextmanagers to ensure they are closed (dshea) - Close the unused half of pipes after the fork (dshea)
2015-07-11 00:17:46 +00:00
/blivet-1.8.tar.gz
/blivet-1.9.tar.gz
/blivet-1.10.tar.gz
- Put MDRaidArrayDevice.devices back, but mark it as deprecated. (dlehman) - Skip tearing down devices when unmounting filesystems (bcl) - Include details when umount fails (bcl) - Merge pull request #183 from dwlehman/tests-20150728 (dlehman) - Merge pull request #182 from dwlehman/devicefactory-20150728 (dlehman) - Merge pull request #184 from dwlehman/misc-20150728 (dlehman) - Enable unit test suite in jenkins. (dlehman) - Disable image-backed unit tests temporarily. (dlehman) - Add some tests for DeviceFactory. (dlehman) - Do basic child accounting when replacing a parent. (dlehman) - Set new raid level on correct device in MDFactory. (dlehman) - Fix container member switching when toggling member encryption. (dlehman) - Don't adjust actual lv size based on md metadata space requirements. (dlehman) - Merge pull request #57 from vpodzime/master-luks_npass (vpodzime) - Fix names of the keyword arguments for luks_add_key and luks_remove_key (vpodzime) - Make a better effort to clean up loop devices on failure. (dlehman) - Correctly get current size of disk files. (dlehman) - Don't warn about missing UUIDs for non-existent containers. (dlehman) - Only check disks for membership in a multipath. (dlehman) - Only update md array name if MD_DEVNAME is set. (#1212073) (dlehman) - Weed out unresolved macros in the check-requires target. (clumens) - Merge pull request #126 from vpodzime/master-translations_subpackage (vpodzime) - Put translations into a subpackage shared by Python 2 and 3 (vpodzime) - Require pygobject3-base instead of pygobject (#1246842) (dshea) - Add method to list primary partitions (vtrefny) - Merge pull request #179 from dwlehman/size-followups (dlehman) - Fix test for failure to find space for device. (dlehman) - Make sure factory target size is within the limits of the fstype. (dlehman) - Unset obsolete format before updating device size. (dlehman) - Make sure size is numeric before comparing it with format minimum. (dlehman) - Don't constrain thin lv sizes to vg free space. (dlehman)
2015-08-01 00:57:41 +00:00
/blivet-1.11.tar.gz
/blivet-1.12.tar.gz
/blivet-1.13.tar.gz
- Make sure devices are torn down in findExistingInstallations (#1261439) (vpodzime) - Merge pull request #211 from dwlehman/multipath-member-metadata (dlehman) - Merge pull request #212 from dwlehman/recursive-teardown (dlehman) - Mount efivarfs during os installation (#1260799) (bcl) - Use --whatprovides when querying for if all requirements are installed. (clumens) - Add method for estimated size of formated device (#1224048) (jkonecny) - Add support for mul,div,sub,add by float to Size (jkonecny) - Merge pull request #220 from AdamWill/nodev-typo (vpodzime) - fix typo in NoDevice: updateSize not udpateSize (awilliam) - Duplicate VG names are problem even if their disks are ignored (#1198367) (vpodzime) - Merge pull request #215 from vpodzime/master-lvm_on_raid (vpodzime) - Do not reserve extra space for metadata in a VG with RAID PVs (vpodzime) - Merge pull request #207 from vpodzime/master-lvm_pmspare (vpodzime) - Fix currentSize for extended partitions (#1254899) (vtrefny) - Catch problems with chassis vendor names (#1256072) (bcl) - Don't teardown protected devices (jkonecny) - Don't store UUIDs or labels of multipath members. (dlehman) - Continue with recursive teardown beyond inactive devices. (dlehman) - Reserve space for the 'pmspare' LV in a VG (vpodzime) - Add a property to get cached LVs in a VG (vpodzime) - Fix VG free space check when shrinking an LV (vpodzime) - Add a property for Requests to reserve some extra space (vpodzime) - Use Size instances for sizes in LVM cache's stats (vpodzime) - Implement metadata size reporting for the LVM cache (vpodzime)
2015-09-12 00:56:48 +00:00
/blivet-1.14.tar.gz
/blivet-1.15.tar.gz
- Merge pull request #257 from vpodzime/master-singleton_decorator (vpodzime) - Add pylint stuff to .gitignore (pjones) - Minor cleanups in set_up_logging() (pjones) - Make a logger for test data that we can automatically use later (pjones) - edd: Fix one regexp so it matches against a real system /or/ test data. (pjones) - Merge pull request #253 from dashea/libblockdev-python (vpodzime) - Make the function adding the deprecation doc text more generic (vpodzime) - Merge pull request #242 from dwlehman/resolveDevice-regex (dlehman) - Fix an overly inclusive regex in DeviceTree.resolveDevice. (dlehman) - Merge pull request #244 from atodorov/master (vpodzime) - Require the python libblockdev packages (dshea) - Merge pull request #243 from dwlehman/flexible-alignment (dlehman) - Merge pull request #230 from vpodzime/master-lvm_debug (vpodzime) - Add a 'debug' flag and use it for LVM debugging (vpodzime) - Bypass util.run_program to avoid logging deadlock. (dlehman) - Add an edd test data harvester. (pjones) - Do not save None as passphrase for LUKS devices (#1269646) (vtrefny) - edd: make logging work usefully during tests (pjones) - edd: Get rid of biosdev_to_edd_dir(), it is pointless. (pjones) - Make distutils.filelist.findall() do the right thing with symlinks maybe. (pjones) - edd: Fix some minor 'make check' complaints. (pjones) - edd: Make devicetree not use edd.edd_dict, instead use blivet's copy. (pjones) - edd: Remove the "absurd_virt" test cases for now. (pjones) - Add a udev settle call after instantiating parted.Disk. (#1267858) (dlehman) - edd: Add missing directories for absurd_virt test case. (pjones) - produce coverage-report.log and enable coverage in CI (atodorov) - Use minimal alignment as needed when allocating small partitions. (dlehman) - Add support for minimal alignment of very small partitions. (dlehman) - Add an error class for alignment errors. (dlehman) - Deprecate createSubVolumes method (vtrefny) - Change btrfs.do_self_mount to contextmanager (#1266673) (vtrefny) - edd: Remove a bunch of nonfunctional EDD tests. (pjones) - edd: Add another set of test cases for our QEMU data. (pjones) - edd: Add another set of test data. (pjones) - edd: Add some working tests for EDD. (pjones) - edd: Add a real EDD dataset captured from a system. (pjones) - edd: Make our edd matcher able to use a fake sysfs root. (pjones) - edd: Add EDD 4 code and some logging cleanups. (pjones) - edd: Try to make EDD support actually match what the kernel does. (pjones) - Always build python2 and python3 versions. (bcl) - Switch to using rd.iscsi.initiator (#1268315) (bcl)
2015-10-29 01:23:08 +00:00
/blivet-1.16.tar.gz
/blivet-1.17.tar.gz
/blivet-1.18.tar.gz
/blivet-1.19.tar.gz
/blivet-2.0.1.tar.gz
/blivet-2.0.2.tar.gz
New version: 2.0.3-1 - Fix protected status for extended partitions (vtrefny) - Improve documentation of the udev.resolve_glob() function (vpodzime) - Remove the locale list from zanata.xml (dshea) - Do not test translated strings during make ci. (dshea) - Squashed 'translation-canary/' changes from 5a45c19..3bc2ad6 (dshea) - Fix root detection on btrfs in rescue mode (vtrefny) - Use device's mount options when mounting existing systems (vtrefny) - Ignore pylint being confused with our mixins' properties (vpodzime) - Get back to use ROUND_HALF_UP by default (vpodzime) - Let Python import the formats for us (vpodzime) - Only call resolve_devspec() in _get_active_mounts() for real devices (vpodzime) - Call is_mpath_member() only when it makes sense (dlehman) - Break the cycle in LVMPhysicalVolume.destroy (#1331630) (vpodzime) - Use libbytesize's translations for Size tests (vpodzime) - Compare sizes instead of numbers of sectors (vpodzime) - Obsolete python-blivet and blivet-data packages. (dlehman) - Increase the default size of /boot to 1 GB. (#377) (clumens) - Do not add btrfs volume subvolid to subvolumes mountopts (#1306808) (vtrefny) - A simple script for multi-merges we now do (vpodzime) - Update CONTRIBUTING file to match current practices. (dlehman) - Only import the 'iscsi' singleton when really needed (vpodzime) - Correctly recognize internal RAID LVs (vpodzime) - Do not add mdarray with no slave (#1321393) (vtrefny) - Make sure to add hyperPAV aliases to dasd.conf. (sbueno+anaconda) - LVM data are now global (japokorn) - Preserve traceback when re-raising exceptions (vpodzime)
2016-05-12 18:06:57 +00:00
/blivet-2.0.3.tar.gz
/blivet-2.1.0.tar.gz
/blivet-2.1.1.tar.gz
New version: 2.1.2-1 - Allign the LV's size up to set the base size for growing (vpodzime) - Ensure biosboot shows up in kickstart (#1242666) (rmarshall) - Add tests for the new LV from LVs actions (vpodzime) - Make sure to add/remove internal LVs when adding/removing a compound LV (vpodzime) - Make sure all LVs to create a new LV from are in the DT (vpodzime) - Make sure internal LVs are added/removed to/from DT properly (vpodzime) - Make LVs depend on their internal LVs (vpodzime) - Do not add the LV to devicetree in new_lv_from_lvs() (vpodzime) - Require libblockdev version with all the functions we need (vpodzime) - Allow for cascade creation of LVs from LVs (vpodzime) - Fix removing PVs after removing VG (#1358067) (vtrefny) - Pass arguments to get_member_raid_sets() in the correct order (#1225184) (vpodzime) - Use the new way extra information is provided for LVs (vpodzime) - Add a method to determine if a udev device is a disk. (vtrefny) - Fix udev.resolve_glob to match device path too (vtrefny) - Adapt to the old-new storaged API paths (vpodzime) - Handle an mpath name as lone exclusive disk. (#984059) (dlehman) - Add unit tests for disk filter. (dlehman) - Allow creation of a new LV from other LVs (vpodzime) - Removed test for snapshot origin existance (jkonecny) - Don't require existing origin when modeling snapshot (jkonecny) - Update size for dmraid arrays found during populate. (#1269662) (dlehman) - Restore the correct default partition table type for AArch64 EFI. (dmarlin) - Fix args to cancel_disk_actions call from hide(). (dlehman) - Fix not enough free space after creating extended partition (#1252350) (vtrefny) - Add some more unit tests for DeviceTree. (dlehman) - Add tests for critical format methods. (dlehman) - Split and include cache data and metadata sizes properly (vpodzime) - Use internal LVs (if any) to calculate space used by existing LVs (vpodzime) - Remove an unused calculation of VG's RAID PVs (vpodzime) - Only include padding to nonexisting thin pools' vg_space_used (vpodzime) - Require pyudev 0.18 or newer (vtrefny) - Do not use deprecated pyudev methods (vtrefny) - Show changes for each branch in git-multi-merge before pushing (vpodzime)
2016-08-05 18:20:31 +00:00
/blivet-2.1.2.tar.gz
/blivet-2.1.3.tar.gz
/blivet-2.1.4.tar.gz
/blivet-2.1.5.tar.gz
/blivet-2.1.6.tar.gz
/blivet-2.1.7.tar.gz
/blivet-2.1.8.tar.gz
New version 2.1.9 - Adapt to logging module name change (mkolman) - Updated calls to avoid log spamming (japokorn) - Add a script for generating and pushing updated documentation (vtrefny) - pylint: ignore some false positive warnings in blivet.py and lvm.py (vtrefny) - pylint: remove unused false positives from pocketlint config (vtrefny) - pylint: disable false positive "not-context-manager" for threading.Lock - pylint: ignore "arguments-differ" warnings in blivet.size.Size (vtrefny) - pylint: fix various "arguments-differ" warnings (vtrefny) - pylint: remove init from platform.X86 (vtrefny) - pylint: fix various errors in tests (vtrefny) - pylint: ignore "arguments-differ" warning for "do_tasks" method (vtrefny) - pylint: fix false positive for "catching-non-exception" (vtrefny) - pylint: fix argument name for Device._remove_parent/_add_parent (vtrefny) - Always mount & unmount an XFS file system when writing new UUID (vpodzime) - Do not remove manually created extended partitions (#1440150) (vtrefny) - Look the disk up for a partition by name not sys_name (vpodzime) - Disable pylint "no-member" warnings for re module constants (vtrefny) - Allow custom chunk size specification for MDRaidArrayDevice (vtrefny) - Add RAID chunk size to the generated kickstart file (vtrefny) - Use structured logging for the anaconda logger (mkolman) - Use distutils.spawn.find_executable instead of our custom code (vpodzime) - Add a method to reset file system's UUID (vpodzime) - Try to mount and unmount an XFS FS when writing UUID (vpodzime) - Add a method for a file system to generate a new UUID (vpodzime) - tests/fsuuid: Implement checking invalid UUIDs (aszlig) - formats/swap: Support setting UUID (aszlig) - tests: Add a series of tests for setting UUIDs (aszlig) - tests: Add tests to check the UUID format checkers (aszlig) - tasks: Implement setting UUID after FS creation (aszlig) - formats/fs: Implement setting UUID during mkfs (aszlig) - formats/fs: Add functionality for checking UUIDs (aszlig) - tasks/fsmkfs: Add arguments for setting UUID (aszlig) - Properly unset mountpoint of a snapshot's format (vpodzime) - Update snapshot's format's exists flag based on its origin (vpodzime)
2017-06-01 14:12:00 +00:00
/blivet-2.1.9.tar.gz
New version 2.1.10 - Use addCleanup for test cleanup instead of clening in tearDown (vtrefny) - No longer skip test w/o selinux; mocked (japokorn) - Skip tests when SELinux is disabled (japokorn) - New test for selinux context setting when mounting (japokorn) - Add tests for disklabel type selection and partition weight. (dlehman) - Do not use package version to check version of installed tools (vtrefny) - Update the upstream git URL (vpodzime) - Stop enforcing obsolete limits on partition count. (#1460668) (dlehman) - Do not run FS check as part of updating (re)size info (vpodzime) - Change how we run e2fsck to check ext filesystems (vpodzime) - Round the recommended thpool metadata size to extents (vpodzime) - Respect thin pool's min size when setting its req_size (vpodzime) - Don't crash during populate when lvm plugin is missing. (dlehman) - Actually add space for LUKS metadata when encrypting a VG (vpodzime) - Only consider old and new device sizes when not growing to max (vpodzime) - Do not reserve space for LVM metadata twice (vpodzime) - Do not create a temporary list for sum() (vpodzime) - Refer to self.container as self.vg in the LVMFactory (vpodzime) - Add a couple of extra comments and docstrings to factories (vpodzime) - Use existing VG's PE size if available in LVMFactory (vpodzime) - Add comments warning before a weird nomenclature in factories (vpodzime) - Don't let device state block modification of the model. (dlehman) - Fix error message for format create w/ missing external dep. (dlehman) - Expand coverage of devices_test.dependencies_test a bit. (dlehman) - Account for external dep availabilty in StorageDevice.controllable. (dlehman) - Add the appropriate external dependency to LUKSDevice. (dlehman)
2017-08-17 10:29:01 +00:00
/blivet-2.1.10.tar.gz
/blivet-2.1.11.tar.gz
python-blivet-3.0.0.b1 Add some reasonable default value for LANG variable in size_test (vtrefny) Remove ksdata from Blivet. (dlehman) Fix AttributeError in fsminsize (#1502587) (vtrefny) Remove Blivet.write_dasd_conf and now-unused Blivet.write. (dlehman) Move blivet.partspec into pyanaconda. (dlehman) Make uboot partition weight match analogs on other platforms. (dlehman) Move some cmdline option checking into Flags. (dlehman) Move platform module into pyanaconda. (dlehman) Add and use new platform detection functions in arch. (dlehman) Move disklabel selection logic into DiskLabel. (dlehman) Move new partition weight calculation into PartitionDevice. (dlehman) Move osinstall and autopart into pyanaconda. (dlehman) Move default thin pool space reservation into devices.lvm. (dlehman) DM device subsystem is now obtained by libblockdev (japokorn) Document DBus interface. (dlehman) Mark the DBus interface as unstable. (dlehman) Do not try to use protected disks for autopart (vtrefny) Use InstallerStorage in setupDiskImagesNonZeroSizeTestCase (vtrefny) Clearpart test tag fixes (japokorn) Added support for device tags (japokorn) Use Ansible playbook to install test dependencies (vtrefny) Use addCleanup for VM tests too (vtrefny) Skip tests when SELinux is disabled (japokorn) Revert "Use libmount for MountsCache" (vtrefny) Only run log_method_call when flags.debug is set. (dlehman) Adjust Makefile and spec file for Python 2 compatibility (vtrefny) Adapt to anaconda_log rename (mkolman) Followup for custom six move for mock. (dlehman) Silence pylint with regard to custom six move of mock. (dlehman) Allow overriding PYTHONPATH when running unit tests. (dlehman) Supply some missing patches during device name tests. (dlehman) Allow time for event handling in unit tests. (dlehman) python2: Don't try to call unbound method w/ wrong class type. (dlehman) python2: threading compatibility. (dlehman) python2: compatibility for wraps when used on methods. (dlehman) python2: adapt to absence of inspect.signature. (dlehman) python2: python2 has no unittest.assertLogs. (dlehman) python2: Handle unittest.assertRaisesRegex rename. (dlehman) python2: Add a custom six move for mock. (dlehman) python2: EddEntry support for len() and indexing. (dlehman) python2: Don't use 'default' kwarg to 'min' (dlehman) python2: Use six.wraps instead of functools.wraps. (dlehman) python2: Use six.raise_from for chained exceptions. (dlehman) python2: Use six.next for iterator advancement. (dlehman) python2: Explicit args to super function. (dlehman) python2: Explicitly declare new-style classes. (dlehman) python2: Use six.add_metaclass instead of metaclass kwarg. (dlehman) Catch AttributeError if pyanaconda is missing in populator_test. (dlehman) Use relative imports in blivet.dbus.blivet. (dlehman) pylint: disable pylint warning for InstallerStorage.get_free_space (vtrefny) pylint: ignore some pylint warnings in tests (vtrefny) Use "flags.keep_empty_ext_partitions" instead of "installer_mode" (vtrefny) Add a WWN attr to all disk device classes. (dlehman) Fix flag access in selinux test. (dlehman) Collect HW RAID info before populating devicetree. (dlehman) Add HW RAID properties to DiskDevice. (dlehman) Add a devicelibs module for disks. (dlehman) Add 'jbod' as an alias for 'linear' RAID level. (dlehman) Add some tests for DependencyGuard (dlehman) Introduce the discard_new flag and use it (vpodzime) Use the 'C.UTF-8' locale instead of '' (vpodzime) Add anaconda-core, libvirt and paramiko to TEST_DEPENDENCIES (vpodzime) Get rid of the merge-pr script (vpodzime) Adjust vmtest to new DeviceFactory constructor API (vtrefny) Obtain factory defaults from passed-in device, if there is one. (dlehman) Use **kwargs for device factory ctor. (dlehman) Use a property to adjust factory size based on encrypted bool. (dlehman) Functional testing: Add support for libvirt authentication (vtrefny) Fixed merge error (japokorn) Enable LVMOnMDTestCase (vtrefny) LVMThinSnapShotTestCase: Fix creating of the thin snapshot (vtrefny) Create a better test summary when running tests in a VM (vtrefny) Add a script to run tests in a virtual machine (vtrefny) Move BlivetResetTestCases from ImageBackedTestCase to VMBackedTestCase (vtrefny) Add a test case for tests running in a virtual machine (vtrefny) Do not try to create format for snapshots in create_device (vtrefny) Use None as mountpoint for new snapshots (vtrefny) Do not try to unset flags on other devices than partitions (vtrefny) Fix TypeError when calling blivet.reset() (vtrefny) Broke backwards API compatibility of LUKS handling (japokorn) Default to LVM in the device factory. (dlehman) Add callbacks for populate (vpodzime) Fix checks when changing fslabel using actions (vtrefny) Remove deprecated method udev.device_is_realdisk (vtrefny) Use libmount for MountsCache (vtrefny) Fix initialization of ignored, exclusive disks. (dlehman) Fix devicetree tests to use callbacks instead of record_change. (dlehman) Change udev.device_is_disk to match disks only (vtrefny) Fix udev.resolve_glob to match device path too (vtrefny) Add tests for configuration actions (vtrefny) Allow changing format label using configuration actions (vtrefny) Add new actions for configuring formats and devices (vtrefny) Quickfix of merge bugs (japokorn) Remove action objects before resetting via dbus. (dlehman) Clean up dbus object management a bit. (dlehman) Only overwrite current format if the new one is different. (dlehman) Add a Factory method to DBusBlivet. (dlehman) Update example dbus client to account for Format interface. (dlehman) Adjust zanata version for new branch. (dlehman) Allow custom chunk size specification for MDRaidArrayDevice (vtrefny) Add zanata-python-client to TEST_DEPENDENCIES (bcl) Allow custom chunk size specification for MDRaidArrayDevice (vtrefny) Add zanata-python-client to TEST_DEPENDENCIES (bcl) Add a Commit method to DBusBlivet. (dlehman) Update unit tests. (dlehman) Move removed devices and formats into different subtrees. (dlehman) Use the object manager to look up objects. (dlehman) Add mappings of objects by id and object path to ObjectManager. (dlehman) Add an id property to DBusObject. (dlehman) Add an Action interface to the dbus service. (dlehman) Make sure DBusFormat's Type property is always a string. (dlehman) Pass blivet objects to blivet methods. (dlehman) Fix root detection on btrfs in rescue mode (vtrefny) Use device's mount options when mounting existing systems (vtrefny) Add a Commit method to DBusBlivet. (dlehman) Update unit tests. (dlehman) Move removed devices and formats into different subtrees. (dlehman) Use the object manager to look up objects. (dlehman) Add mappings of objects by id and object path to ObjectManager. (dlehman) Add an id property to DBusObject. (dlehman) Add an Action interface to the dbus service. (dlehman) Make sure DBusFormat's Type property is always a string. (dlehman) Pass blivet objects to blivet methods. (dlehman) Move some more installer-specific methods and values into blivet.osinstall. (sbueno+anaconda) Mv copy_to_system from blivet.util to blivet.osinstall (sbueno+anaconda) Get rid of flags.installer_mode (sbueno+anaconda) Create flags.keep_empty_ext_partitions (sbueno+anaconda) Create flags.selinux_reset_fcon (sbueno+anaconda) Create flags.auto_dev_updates (sbueno+anaconda) Add a Format interface to the dbus service. (dlehman) Always require the rounding mode to be specified for Size (vpodzime) Add method DBusBlivet.InitializeDisk. (dlehman) Add a unit test for DBusBlivet.RemoveDevice. (dlehman) Maintain a mapping of object path to DBusDevice in DBusBlivet. (dlehman) Correctly handle failures in ResolveDevice. (dlehman) Add a RemoveDevice method to DBusBlivet. (dlehman) Convert event handling change accounting to use blivet callbacks. (dlehman) Add a set of callbacks for changes to blivet's view of things. (dlehman) Allow replacing an active format within blivet's model. (dlehman) Add the beginnings of an example client. (dlehman) Add a Device interface to the dbus service. (dlehman) Add an ObjectManager interface to the dbus service. (dlehman) Make DBusBlivet names more dbus-like. (dlehman) Clean up org.freedesktop.DBus.Properties code in DBusObject a bit. (dlehman) Move constants into a separate module. (dlehman) Convert some private methods to public properties. (dlehman) Import the whole dbus module in a couple of places. (dlehman) Add a minimal dbus interface. (dlehman) Rearrange the setup call to minimize changes on updates. (dlehman) Remove unused readthedocs code from setup.py. (dlehman) Ignore all merge commits when making rpm log. (dlehman) Isolate some boot device operations in blivet.partitioning. (sbueno+anaconda) Move bootloader stuff from Blivet to InstallerStorage. (sbueno+anaconda) Some small, stupid bugfixes to first installer isolation patch set. (sbueno+anaconda) LVM data are now global (japokorn) Update api to reflect changes from isolating installer-specific code. (sbueno+anaconda) Update examples and test cases for changes from isolating installer code. (sbueno+anaconda) Get rid of blivet.blivet's last deps on blivet.osinstall (sbueno+anaconda) Get rid of blivet.blivet's dependence on blivet.osinstall.FSSet (sbueno+anaconda) Mv installer-specific functions to install. Create InstallerStorage. (sbueno+anaconda) Move StorageDiscoveryConfig from blivet.blivet to blivet.osinstall (sbueno+anaconda) Move some StorageDiscoveryConfig attrs into Blivet. (sbueno+anaconda) Retrieve udev info as needed in handle_format. (dlehman)
2017-11-09 04:14:44 +00:00
/blivet-3.0.0.b1.tar.gz
/blivet-3.1.0.b1.tar.gz
/blivet-3.1.0.b2.tar.gz
/blivet-3.1.0.tar.gz
/blivet-3.1.1.tar.gz
New version 3.1.2 - Fix reading LV attributes in LVMVolumeGroupDevice.status (vtrefny) - Do not try to login to iBFTs with active session (vtrefny) - Fix xfs sync of chrooted mountpoint. (dlehman) - Only update sysfs path in ctor for active devices. (dlehman) - Fix new pep8/pycodestyle warnings (vtrefny) - Ignore PEP8 W504 warning ("line break after binary operator") (vtrefny) - pylint: Allow loading all C extensions (vtrefny) - Use 'pycodestyle' instead of 'pep8' (vtrefny) - Fix failing populator test without nvdimm plugin (vtrefny) - Add 'srpm' and 'rpm' targets to Makefile for building (S)RPMs (vtrefny) - Fix crash on reset on systems without nvdimm plugin (vtrefny) - Use the size info of internal LVs when getting space usage for existing LVs (v.podzimek) - Calculate the number of RAID PVs from the origin for cached LVs (v.podzimek) - Make raid_level a property of an LV object (v.podzimek) - Add a test for DeviceTree.get_related_disks. (dlehman) - Fix ixgbe/bnx2fc fcoe disk detection (#1651506) (rvykydal) - Use RAID name for partitions on an MD array (vtrefny) - Move btrfs name validation to devicelibs (vtrefny) - Don't try to set selinux context for nodev or vfat file systems. (dlehman) - Only try to set selinux context for lost+found on ext file systems. (dlehman) - Wipe all stale metadata after creating md array. (#1639682) (dlehman) - Don't try to update sysfs path for non-block devices. (#1579375) (dlehman) - Don't raise errors without messages (vponcova) - Install ndctl when NVDIMMs are used. (dlehman) - Deactivate incomplete VGs along with everything else. (dlehman) - Work around udev timing issues. (dlehman) - Fix options for ISCSI functions (#1632656) (vtrefny) - Use format.status when checking for PV status (vtrefny) - Remove Anaconda flags (vponcova) - Remove square brackets when matching internal LVs (v.podzimek)
2018-12-12 09:47:43 +00:00
/blivet-3.1.2.tar.gz
/blivet-3.1.3.tar.gz
/blivet-3.1.4-tests.tar.gz
/blivet-3.1.4.tar.gz
/blivet-3.1.5-tests.tar.gz
/blivet-3.1.5.tar.gz
/blivet-3.1.6.tar.gz
/blivet-3.1.6-tests.tar.gz
/blivet-3.2.0-tests.tar.gz
/blivet-3.2.0.tar.gz
/blivet-3.2.1-tests.tar.gz
/blivet-3.2.1.tar.gz
/blivet-3.2.2.tar.gz
/blivet-3.2.2-tests.tar.gz
New version 3.3.0 - Account for pmspare grow when adjusting thinpool metadata size (vtrefny) - Fix ignoring disk devices with parents or children (vtrefny) - Terminology cleanup, part 3 (vtrefny) - Terminology cleanups, part 2. (dlehman) - Clean up some terminology. (dlehman) - Add tests for udev.device_get_name for RAID devices (vtrefny) - Fix name resolution for MD devices and partitions on them (vtrefny) - Fix reading hidden sysfs attribute (vtrefny) - Add support for specifying sector size for LUKS 2 devices (vtrefny) - Do not ignore unknown/unsupported device mapper devices (vtrefny) - Allow specifying custom hash function for LUKS 2 format (vtrefny) - Ignore devices marked as hidden in sysfs (#1856974) (vtrefny) - Add basic F2FS support (#1794950) (vtrefny) - Make safe_device_name device type specific (vtrefny) - Add exFAT to filesystems we recognize (vtrefny) - Use xfs_db in read-only mode when getting XFS information (vtrefny) - Add support for checking and fixing XFS using xfs_repair (vtrefny) - Ignore zRAM devices in VMBackedTestCase (vtrefny) - Add tests for XFS resize (vtrefny) - Add support for XFS format grow (vtrefny) - Typo fix (vtrefny) - tests: Skip test_reset when running as non-root (vtrefny) - tests: Patch LVM availability functions for some tests (vtrefny) - tests: Patch LVM lvs call for some non-LVM tests (vtrefny) - Do not propagate ped exception from add_partition (vtrefny) - Do not use BlockDev.utils_have_kernel_module to check for modules (vtrefny) - set allowed disk labels for s390x as standard ones (msdos + gpt) plus dasd (dan) - Do not use FSAVAIL and FSUSE%% options when running lsblk (vtrefny) - Rewrite README and add it as a long_description in setup.py (vtrefny) - Round down to nearest MiB value when writing ks parittion info. (sbueno+anaconda) - Add _teardown method to IntegrityDevice (vtrefny) - Fix status for DM Integrity format (#1814005) (vtrefny) - udev: Add function to get list of device's holders (vtrefny) - Add basic support for LVM writecache devices (vtrefny) - Add test for SwapSpace max size (vtrefny) - Do not limit swap to 128 GiB (vtrefny) - Fix possible UnicodeDecodeError when reading model from sysfs (vtrefny) - Add install_requires and classifiers to setup.py (vtrefny) - Import setuptools in setup.py to make bdist_wheel work (vtrefny) - Set device.original_format to the new format in ActionCreateFormat (vtrefny) - Fix resizable property for partitions (vtrefny) - Update TODO. (dlehman) - Ignore pycodestyle warning E741 (vtrefny) - Skip test_mounting for filesystems that are not mountable (vtrefny) - Sync specfile with downstream (japokorn) - Make extended partitions resizable (vtrefny) - Fix LV min size for resize in test_action_dependencies (vtrefny) - Fix checking for filesystem support in action_test (vtrefny) - Add basic support for LVM VDO devices (vtrefny) - Update POT file in the Weblate repo during "make potfile" (vtrefny) - Skip translation canary check if POT file is not available (vtrefny) - Add blivet-weblate repository as a submodule (vtrefny) - Remove Zanata from our build process (vtrefny) - Remove po folder (vtrefny) - More consistent lvm errors (API break) (japokorn) - Added support for device tags (japokorn)
2020-08-20 09:53:25 +00:00
/blivet-3.3.0.tar.gz
/blivet-3.3.0-tests.tar.gz
/blivet-3.3.1.tar.gz
/blivet-3.3.1-tests.tar.gz
/blivet-3.3.2-tests.tar.gz
/blivet-3.3.2.tar.gz
/blivet-3.3.3-tests.tar.gz
/blivet-3.3.3.tar.gz
New version 3.4.0 - Fix setting SELinux flag in SELinuxContextTestCase (vtrefny) - Allow running blivet without Python SELinux module (vtrefny) - Adapt to dosfstools 4.2 FAT label changes (vtrefny) - Add LVM VDO to public API (vtrefny) - Add a special exception type for LVM inconsistent sector sizes (vtrefny) - Remove the "encryption_passphrase" attribute from Blivet class (vtrefny) - Use PARTITION_ESP flag for EFIFS partitions (#1930486) (vtrefny) - Provide better error message for LVM with inconsistent sector sizes (vtrefny) - Avoid AttributeError for DiskLabel formats without disklabel type (vtrefny) - Ignore ArithmeticError when trying to align partition size down (vtrefny) - Do not log entire exception when trying to get ISCSI initiator name (vtrefny) - Fix running BlivetLVMVDODependenciesTest test case as non-root (vtrefny) - Remove EDD test logs after the tests finish (vtrefny) - Replace IOError with OSError around file operations (vslavik) - spec: Add 'make' to BuildRequires (vtrefny) - Fix usage of assert_called_with in lvm_test (vtrefny) - apply directory's SELinux context to freshly created mount points (rmetrich) - Try to get Btrfs volume UUID using libblockdev if UDev lookup fails (vtrefny) - Allow removing LVM VDO devices without VDO support (vtrefny) - Sync spec with downstream (vtrefny) - Use real paths to Python site packages (vponcova) - Fix excessive logging in udev.__is_ignored_blockdev (vtrefny) - Make sure we use size >= LVM VDO min size in test_lv_unique_name (vtrefny) - Replace pocketlint by a custom script (vtrefny) - Fix pylint errors in translation canary (jkonecny) - Bump required libblockdev version to 2.24 (vtrefny) - Fix external dependencies for LVM VDO devices (vtrefny) - Use better description for libblockdev plugins in tasks.availability (vtrefny) - Set minimum size for LVM VDO pool devices (vtrefny) - Add LVM VDO documentation (vtrefny) - Add LVM VDO example (vtrefny) - Add nodiscard option by default when creating VDO logical volumes (vtrefny) - Allow adding nodiscard option when running mkfs (vtrefny) - Add VM test for LVM VDO (vtrefny) - Add LVM VDO device factory (vtrefny) - Allow creating LVM VDO pools and volumes using "blivet.new_lv" (vtrefny) - Add support for creating LVM VDO pools and LVM VDO volumes (vtrefny) - Add "vdo_lv" property to LVMVDOPoolMixin (vtrefny) - Read the LVM VDO pool current size from the internal data LV (vtrefny) - Add availability functions for LVM VDO (vtrefny) - Add VDO pool data LV to internal LVs during populate (vtrefny) - Fix type of LVM VDO logical volumes (vtrefny)
2021-05-07 15:36:17 +00:00
/blivet-3.4.0.tar.gz
/blivet-3.4.0-tests.tar.gz
New version 3.4.1 - pylint: Ignore deprecation warning about threading.currentThread (vtrefny) - Fix getting PV info in LVMPhysicalVolume from the cache (vtrefny) - Fix ActionRemoveMember requires check (#1993655) (vtrefny) - util: Ignore false positive assignment-from-no-return warning in ObjectID (vtrefny) - tasks: Ignore pylint arguments-differ warning for do_tasks (vtrefny) - Remove unused __save_passphrase member from LUKS_Data (vtrefny) - size: Ignore new pylint warning "arguments-renamed" (vtrefny) - Do not use deprecated (vtrefny) - Remove unused member __names from DeviceFactory (vtrefny) - Improve error message printed for missing dependecies (vtrefny) - tests: Print version and blivet location when running tests (vtrefny) - tests: Allow running tests without the tests directory in PYTHONPATH (vtrefny) - edd_test: Locate the edd_data based on the test file location (vtrefny) - Run Anaconda tests on blivet pull requests (jkonecny) - Do not set chunk size for RAID 1 (vtrefny) - When sorting devices make sure partitions are sorted correctly (vtrefny) - Make sure LVM config is updated before running pvcreate (vtrefny) - Tell LVM to ignore the new devices file for now (vtrefny) - Revert "Use PARTITION_ESP flag for EFIFS partitions (#1930486)" (vtrefny) - Fix resolving devices with names that look like BIOS drive number (vtrefny) - Ignore pylint false positive no-member warning (vtrefny) - Fix util.virt_detect on Xen (vtrefny) - Fix/unify importing mock module in tests (vtrefny) - Convert LVM filter lists to sets (vtrefny) - Remove action device from LVM reject list (vtrefny) - Fix activating old style LVM snapshots (vtrefny) - Make sure the device is setup before configuring its format (vtrefny) - Remove RHEL 9 specific patch from SPEC (vtrefny) - Use package list instead of cycle in our dependencies Ansible playbook (vtrefny) - Add vagrant file for running tests and development in a VM (vtrefny) - Update our playbook for installing test dependencies (vtrefny) - Add example for working with actions (vtrefny) - Add LUKS encrypted LV to LVM example (vtrefny) - Add example for LVM thin provisioning (vtrefny) - Squashed 'translation-canary/' changes from 3bc2ad68..4d4e65b8 (vtrefny)
2021-08-19 09:58:09 +00:00
/blivet-3.4.1.tar.gz
/blivet-3.4.1-tests.tar.gz
/blivet-3.4.2.tar.gz
/blivet-3.4.2-tests.tar.gz
/blivet-3.4.3-tests.tar.gz
/blivet-3.4.3.tar.gz
/blivet-3.4.4-tests.tar.gz
/blivet-3.4.4.tar.gz
New version 3.5.0 - tests: Fix patching NVDIMM static data in populator_test (vtrefny) - Ignore pylint false positives about missing methods in Gio and GLib (vtrefny) - Ignore pylint warning about missing inspect.getargspec (vtrefny) - Rename class ZFCPDevice to ZFCPDeviceFullPath (jstodola) - Move _is_associated_with_fcp() implementation to the derived class (jstodola) - Improve naming of zfcp classes/methods/functions (jstodola) - Correct zfcp comments and strings (jstodola) - Fix checking for stratis pool free space when adding a new filesystem (vtrefny) - tests: Add a VM test case for Stratis (vtrefny) - Use libblockdev to check for DBus service availability (vtrefny) - Allow specifying size for stratis filesystems (vtrefny) - tests: Skip Stratis DeviceFactory tests if missing dependencies (vtrefny) - Use availability checks in devicelibs.stratis (vtrefny) - Add external dependencies for Stratis devices classes (vtrefny) - Add availability checks for Stratis dependencies (vtrefny) - availability: Add a method to check for DBus service availability (vtrefny) - Use the new Stratis tool to predict pool and fs used size (vtrefny) - misc: Vagrantfile update (vtrefny) - Add CentOS 9 Stream to the install-test-dependencies playbook (vtrefny) - ci: Run static analysis checks in GitHub actions (vtrefny) - doc: Add LVMWriteCache and LVMCachePoolMixin to public API (vtrefny) - pylint: Remove deprecated pylint warnings from pylintrc and code (vtrefny) - Add option to attach a newly created cache pool to existing LV (vtrefny) - Add support for LVM RAID raid0 level (vtrefny) - Do not fail when we can't get LVM cache information (#2086310) (vtrefny) - Add a very simple NVMe module (vtrefny) - Do not check for "problematic" disks in ActionList._pre_process (vtrefny) - Change label_format_ok and uuid_format_ok to class methods (vtrefny) - Generate correct dracut boot arguments for NPIV devices (jstodola) - Add new class for NPIV-enabled devices (jstodola) - LUN and WWPN should not be used for NPIV zFCP devices (jstodola) - Add a function for reading the value of a kernel module parameter (jstodola) - Allow to delete more than one SCSI device (jstodola) - Move offline_scsi_device() to the base class (jstodola) - Refactor the ZFCPDevice class (jstodola) - misc: Vagrantfile update (vtrefny) - Do not crash when a disk populator doesn't return kwargs (vtrefny) - Disable Fedora ELN builds in packit (vtrefny) - Fix raising exception when trying to resize internal LVs (vtrefny) - Create loop devices for tests with --partscan (vtrefny) - Make sure configure actions obsolete only actions with same attribute (vtrefny) - Fix exception message when trying to format an non-existing device (vtrefny) - Add default arguments for mkntfs (vtrefny) - Mark NTFS as supported (vtrefny) - Do no try to read cache MD size for inactive LVs from cache stats (vtrefny) - Show better error when using unitialized disk in do_partitioning (vtrefny) - Exclude unusable disks from PartitionFactory (vtrefny) - Mark StratisXFS format as unsupported (vtrefny) - Adjust to Stratis 3.0 API (vtrefny) - lvm: Use blivet static data when checking if the VG is active (vtrefny) - examples: Add LVM cache pool example (vtrefny) - Add suport for creating LVM cache pools (vtrefny) - Do not run pvcreate with --devices and list of PVs (vtrefny) - Fix object type for ActionConfigureDevice (vtrefny) - Use subvolume mountpoints when listing btrfs subvolumes (vtrefny) - Squashed 'translation-canary/' changes from 4d4e65b8..d6a40985 (vtrefny) - Fix log message for the LVM devices filter (vtrefny) - Add support for creating standalone integrity devices (vtrefny) - Use bigger chunk size for thinpools bigger than ~15.88 TiB (vtrefny) - Fix removing zFCP SCSI devices (jstodola) - Add public functions to add/remove PV to/from the LVM system.devices (vtrefny) - Ignore errors for LVM devices file actions (vtrefny) - Make sure PVs are added/deleted to/from the LVM device file (vtrefny) - Use LVM devices for filtering LVM devices with LVM >= 2.02.13 (vtrefny) - Switch LVM devices filter from "reject" to "accept" by default (vtrefny) - tests: Mark "fake" disks in test_get_related_disks as non-existing (vtrefny) - Set correct map name for existing LUKS devices (vtrefny) - Do not raise deprecated IOError from iscsi and fcoe modules (vtrefny) - Remove unused flag multipath (vtrefny) - Do not add device name as a parameter for errors.DeviceError (vtrefny) - Add stratis filesystem metadata size and pool free space (vtrefny) - Fix parameters differ from overridden in StratisPoolDevice (vtrefny) - Fix/unify importing mock module in stratis tests (vtrefny) - Add fstab options for Stratis Filesystem devices (vtrefny) - Add MountClass for StratisXFS filesystem (vtrefny) - Add Stratis devices and formats to the public API documentation (vtrefny) - Hide the private LUKS device for unlockded Stratis pools (vtrefny) - Add property with list of Stratis block devices to StratisPoolDevice (vtrefny) - Set pool info on the block devices when adding/removing Stratis pool (vtrefny) - Set the StratisBlockdev format status based on whether it has a pool or not (vtrefny) - Add more tests for creating Stratis devices (vtrefny) - Add support for creating encrypted Stratis devices with DeviceFactory (vtrefny) - Add support for working with locked Stratis pools (vtrefny) - Add support for creating encrypted Stratis pools (vtrefny) - Add Stratis device factory (vtrefny) - Mark format on Stratis pool devices as immutable (vtrefny) - Add Stratis example (vtrefny) - Add simple test case for Stratis (vtrefny) - Add basic support for creating Stratis devices (vtrefny) - Add a special "XFS Stratis" filesystem for Stratis filesystem devices (vtrefny) - Avoid circular depency when in static_data/stratis_info.py (vtrefny) - Add dracut setup args for Stratis devices (vtrefny) - Add support for removing Stratis devices using DBus API (vtrefny) - Add basic support for Stratis devices (vtrefny) - Ignore all "private" devices during populate (vtrefny) - safe_dbus: Add function to get all properties for an interface (vtrefny) - Add support for renaming devices using ActionConfigureDevice (vtrefny)
2022-07-19 11:02:30 +00:00
/blivet-3.5.0-tests.tar.gz
/blivet-3.5.0.tar.gz
New version 3.6.0 - pylint: Explicitly allow loading the _ped module from pyparted (vtrefny) - ci: Run static analysis on Ubuntu 22.04 (vtrefny) - tests: Create bigger devices for XFS testing (vtrefny) - Set XFS minimal size to 300 MiB (vtrefny) - Fix missing whitespaces around not keyword (vtrefny) - Remove the Blivet.roots attribute (vponcova) - packit: Set downstream_package_name to python-blivet (vtrefny) - packit: Add srpm_build_deps for SRPM builds in Copr (vtrefny) - tests: Fix message when skipping stratis tests (vtrefny) - tests: Tell pytest to ignore symlinks when gathering test cases (vtrefny) - Configure ids for Mock devices in populator_test (vtrefny) - Add storage tests for Stratis (vtrefny) - ci: Fix installing targetcli on Debian/Ubuntu (vtrefny) - tests: Add test for creating and attaching cache pools (vtrefny) - tests: Add storage tests for more LVM RAID levels (vtrefny) - tests: Add test for ActionAddMember/ActionRemoveMember (vtrefny) - tests: Add a test for creating and attaching a cache pool (vtrefny) - Mark LVM cache pool format as immutable (vtrefny) - tests: Skip test_lvcreate_type on CentOS/RHEL 9 (vtrefny) - Add a YAML config for skipping tests on specified distributions (vtrefny) - Add targetcli to the test dependencies playbook (vtrefny) - Add a simple LVM test case that uses real storage (vtrefny) - Add a test case that creates targetcli disks to run tests on (vtrefny) - Allow running action_test even if some dependencies are missing (vtrefny) - Use "fake" names for disks in DeviceTreeTestCase (vtrefny) - Change how we import LoopBackedTestCase in fs_test (vtrefny) - Add information about the new test suites to tests/README.rst (vtrefny) - Makefile: Add targets to run the two new test suites separately (vtrefny) - Fix typo in name of test_new_encrypted_stratis (vtrefny) - Patch access to lvs in stratis tests (vtrefny) - Fix pylint issues in the tests/pylint scripts (vtrefny) - Make sure LVM unit tests can run without dependencies (vtrefny) - Patch _pre_create in StorageDeviceMethodsTestCase.test_create (vtrefny) - Assure that tests that set LVM devices filter can run without root (vtrefny) - Fix running StratisFactoryTestCase as a non-root user (vtrefny) - Split the test suite into "unit" and "storage" tests (vtrefny) - Add support for attaching and creating LVM writecached LVs (vtrefny) - Add support for enabling/disabling compression/deduplication (vtrefny)
2022-09-20 08:47:48 +00:00
/blivet-3.6.0.tar.gz
/blivet-3.6.0-tests.tar.gz
/blivet-3.6.1-tests.tar.gz
/blivet-3.6.1.tar.gz
New version 3.7.0 - Remove unused BLOCKDEV_DM_RAID technology from tasks (vtrefny) - tests: Force remove LVM VG /dev/ entry not removed by vgremove (vtrefny) - Mark LUKS2 integrity devices as always controllable (vtrefny) - Ignore parent dependencies during action execute (vtrefny) - tests: Patch checking stratis pool metadata size (vtrefny) - Remove support for DMRAID devices (vtrefny) - Do not read DDF RAID UUID from udev (vtrefny) - Check physical and logical block size when creating a LUKS format (vtrefny) - Add separate properties for logical and physical block size (vtrefny) - Use DMI product_name for t2 mac detection. (83884198+sharpenedblade) - vmtests: add a --logs arg to capture blivet.log from failed tests (berrange) - examples: illustrate GPT GUID usage in partitioning example (berrange) - vmtests: add test for GPT part type UUID validation (berrange) - blivet: allow 'mountpoint' to be passed to PartitionDevice (berrange) - deviceaction: retain explicit part type UUID when formatting (berrange) - devices/partition: add ability to auto apply a GPT UUID (berrange) - gpt: add helper API for discoverable partition UUIDs (berrange) - devices/partition: allow passing partition type UUID (berrange) - formats/disklabel: allow passing partition type UUID (berrange) - Add a forced delay to udev settle in chroot environments (vlad.bespalov) - Update public API documentation (vtrefny) - tests/README: Clarify various test classes (vtrefny) - Rename unit_tests.storagetestcase to unit_tests.blivettestcase (vtrefny) - Add additional identifiers to NVMeNamespaceDevice (vtrefny) - Add transport and address to NVMeController info (vtrefny) - Make sure we close the streams when reading a file (vtrefny) - Style changes. (sharpenedblade) - Do not report mactel on T2 macs. (sharpenedblade) - Add function to check for T2 apple macs. (sharpenedblade) - Add a basic read-only support for UDF filesystem (vtrefny) - add loongarch support (mahailiang) - Add a basic support for NVMe and NVMe Fabrics devices (vtrefny)
2023-02-08 12:56:43 +00:00
/blivet-3.7.0-tests.tar.gz
/blivet-3.7.0.tar.gz
/blivet-3.7.1.tar.gz
/blivet-3.7.1-tests.tar.gz
New version 3.8.0 - Require libblockdev 3.0 when importing from GI (vtrefny) - spec: Bump required version of libblockdev to 3.0 (vtrefny) - md: Adapt libblockdev 3.0 mdraid bitmap arg changes (tbzatek) - spec: Bump release to 99 to be always ahead of Fedora in nightly (vtrefny) - ci: Run GH actions tests in a Fedora container (vtrefny) - Add new LUKS tests for add/remove key and key file usage (vtrefny) - Adjust to the new libblockdev 3.0 crypto API (vtrefny) - Adjust to libblockdev 3.0 API changes (vtrefny) - blivet: Enable the extended node bitmap for F2FS (akoskovich) - Remove all state-dependent objects when resetting Blivet DBus object. (dlehman) - Run callbacks when pruning actions. (dlehman) - Always prefer GPT disk labels on x86_64 (and clean up the logic) (awilliam) - Do not add new PVs to the LVM devices file if it doesn't exist and VGs are present (vtrefny) - Add RISCV64 architecture helper [is_riscv64()] for arch module. (48907457+nirousseau) - iscsi: Extend allowed CHAP auth algorithms (tbzatek) - Fix checking FIPS mode when /proc/sys/crypto/fips_enabled doesn't exist (vtrefny) - Fix creating LUKS1 on disks with mixed sector size (#2188785) (vtrefny) - Do not set memory limit for LUKS2 when running in FIPS mode (vtrefny) - Revert "tests: Skip test_lvcreate_type on CentOS/RHEL 9" (vtrefny) - DBus: remove extra callback invocations (dlehman) - Add a test case for filesystem online resize (vtrefny) - Add support for filesystem online resize (vtrefny) - iscsi: Use UDisks instead of storaged in the availability message (vtrefny) - tests: Fix skipping iSCSI tests if UDisks iSCSI isn't available (vtrefny) - Add ChangeLog to .gitignore (vtrefny) - Makefile cleanup (vtrefny) - ci: Use Packit for daily builds in Copr (vtrefny) - Avoid raising libblockdev exceptions from our code (vtrefny) - ci: Fix Packit configuration (vtrefny) - Add support for specifying stripe size for RAID LVs (vtrefny) - tests: Use blivet-specific prefix for targetcli backing files (vtrefny) - Add a basic test case for the iscsi module (vtrefny) - Allow changing iSCSI initiator name after setting it (vtrefny) - Prefer UUID for fstab spec for DM devices too (vtrefny) - Remove support for Python 2 from spec and Makefile (vtrefny)
2023-06-29 12:06:04 +00:00
/blivet-3.8.0-tests.tar.gz
/blivet-3.8.0.tar.gz
/blivet-3.8.1.tar.gz
/blivet-3.8.1-tests.tar.gz