Skip to content

Releases: storaged-project/blivet-gui

blivet-gui v2.1.12

29 Jan 11:51
2.1.12-1
Compare
Choose a tag to compare
  • Add menu item and dialog for changing fslabel of selected device (vtrefny)
  • Add 'relabel_format' method for fslabel configuration (vtrefny)
  • Fix displaying the exception dialog in Anaconda (vtrefny)
  • Get default filesystem type from blivet (vtrefny)
  • Allow selection of encryption type (LUKS version) (vtrefny)
  • Translate expected error strings in tests (vtrefny)
  • Fix untranslated actions label (vtrefny)
  • Skip tests if targetcli is not available (vtrefny)
  • Add tests to the source archive (vtrefny)
  • Don't crash the installer when known StorageError happens(#1756288) (skycastlelily)
  • Enable copr builds and add packit config (dhodovsk)
  • Add test case for creating partitions on disk with preexisting one (vtrefny)
  • Specify starting sector when creating partitions (#1755813) (vtrefny)
  • Explicitly disable return code check in subprocess.run (vtrefny)
  • Mark E1121 pylint error as false positive in tests (vtrefny)
  • README: Add information about Debian and Ubuntu repository. (vtrefny)
  • Remove platform.linux_distribution (vtrefny)
  • Propertly display standalone dm-integrity devices (vtrefny)
  • Count format minimal size when checking encrypted device min size (vtrefny)
  • Sync spec with downstream (vtrefny)

blivet-gui v2.1.11

31 Jul 09:14
2.1.11-1
Compare
Choose a tag to compare
  • Create only one tag per release (vtrefny)
  • Update README (vtrefny)
  • Check if action still exists before trying to remove it (#1706378) (vtrefny)
  • Correctly display LUKS with integrity (#1729888) (vtrefny)
  • Use 'direct' device property to (dis)allow mountpoint selection (vtrefny)
  • Do not allow to set mountpoints for devices with children (#1667644) (vtrefny)
  • Fix return type of BlivetUtils.get_disks (#1658893) (vtrefny)

blivet-gui v2.1.10

12 Dec 12:33
Compare
Choose a tag to compare
  • Use 'pycodestyle' instead of 'pep8' (vtrefny)
  • Enable name validity checks in AddDialog (#1649364) (vtrefny)
  • Fix suggesting names for btrfs subvolumes (#1648631) (vtrefny)
  • Do not show MD arrays in disks section (vtrefny)
  • Ignore PEP8 W504 warning ("line break after binary operator") (vtrefny)
  • Sync spec with downstream (vtrefny)

blivet-gui v2.1.9

26 Sep 12:18
Compare
Choose a tag to compare
  • Add some extra parameters to the lsblk in log (vtrefny)
  • Fix crash when adding device with same min and max size (#1623189) (vtrefny)
  • Limit partition max size based on disklabel limits (#1623659) (vtrefny)
  • Ignore pylint 'no-value-for-parameter' warning (vtrefny)
  • Fix 'assignment-from-no-return' error discovered by pylint (vtrefny)
  • Removed copyright year (code)
  • Ignore pylint error for "preexec_fn" (vtrefny)
  • Ignore pylint false positives for Gtk.ListStore (vtrefny)
  • Set _supported_filesystems in BlivetGUIAnaconda init (awilliam)
  • Sync spec with downstream (vtrefny)

blivet-gui v2.1.8

15 Jan 09:42
Compare
Choose a tag to compare
  • Do not allow to format large devices to biosboot (#1532253) (vtrefny)
  • Remove unused 'socket' module import (vtrefny)
  • Don't pass 'hostname' kwarg to suggest_container_name (#1528103) (awilliam)
  • Sync spec file with downstream (vtrefny)
  • Use better message when blivet-gui is already running (vtrefny)
  • Use constants instead of strings for init errors communication (vtrefny)
  • Fix few pep8 violations found by pep8 on Debian (vtrefny)
  • Try to locate pep8 executable in pep8 target (vtrefny)
  • Do not use RPM to check if Zanata client is installed (vtrefny)
  • Use ansible for test dependencies installation (vtrefny)
  • Fix opening raw LUKS format (#1519049) (vtrefny)
  • Get supported filesystems in the 'backend' process (vtrefny)
  • Fix ignored pylint directory (vtrefny)
  • Add pylint log files to .gitignore (vtrefny)
  • Bump required version for blivet to 3.0 (vtrefny)
  • Use new method for getting supported disklabels (vtrefny)
  • Use new method to configure blivet (vtrefny)
  • Use argparse module instead of deprecated optparse (vtrefny)
  • Update information about running tests in CONTRIBUTING.md (vtrefny)
  • Add targetcli to test dependencies (vtrefny)

blivet-gui v2.1.7

19 Sep 08:24
Compare
Choose a tag to compare
  • Allow changing partition table (disklabel) (vtrefny)
  • Do not use Gtk.Label.set_align it is deprecated (vtrefny)
  • Do not use Gtk.Widget.size_request() it is deprecated (vtrefny)
  • Do not use positional argument with Gtk initializers (vtrefny)
  • Do not use Gtk.Table it is deprecated (vtrefny)
  • Do not specify title and buttons in Gtk.Dialog initializer (vtrefny)
  • AddDialog: Fix displaying filesystem label entry (vtrefny)
  • Makefile: Add a separate targets for gui and utils tests (vtrefny)
  • Add a basic test suite for testing BlivetUtils class (vtrefny)
  • Sync spec with downstream (vtrefny)
  • Allow running BlivetUtils on only subset of disks (vtrefny)

blivet-gui v2.1.6

18 Aug 10:53
Compare
Choose a tag to compare
  • Add a basic "high level" log for BlivetUtils (vtrefny)
  • Redirect stdout to stderr for blivet-gui-daemon (vtrefny)
  • Do not try to teardown luks devices before removing (#1466940) (vtrefny)
  • Fix displaying resize dialog for non-resizable devices (#1473350) (vtrefny)
  • Fix getting parents for loop devices (#1474483) (vtrefny)
  • Fix ABRT/libreport config for blivet-gui (vtrefny)
  • Update the upstream git URL for blivet-gui and blivet (vtrefny)
  • Split blivet-gui package into "blivet-gui" and "blivet-gui-runtime" (vtrefny)
  • Require "PolicyKit-authentication-agent" instead of "polkit-gnome" (vtrefny)
  • New version of help for blivet-gui (vtrefny)
  • Add more information to the README and a new readme for contributors (vtrefny)
  • Add make targets for building SRPM and RPM packages (vtrefny)

blivet-gui v2.1.5

20 Jun 06:33
Compare
Choose a tag to compare
  • Fix reusing LUKS devices in Anaconda (#1462071) (vtrefny)
  • Make the device toolbar look more "toolbarish" (#1456011) (vtrefny)
  • Use "is_disk" to check if device is disk (#1457163) (vtrefny)
  • Fix displaying encrypted logical partitions (vtrefny)
  • Run "update_size_info" for luks devices (vtrefny)
  • pylint: fix different keyword arguments for "connect" method (vtrefny)
  • Ignore pylint error "not-context-manager" for locks (vtrefny)

blivet-gui v2.1.4

05 May 08:22
Compare
Choose a tag to compare
  • Do not try to set both size request and auto-expand for Gtk.Scale (vtrefny)
  • Use Gtk.Menu.popup_at_pointer when showing context menu (vtrefny)
  • Allow keyboard shortcuts configuration from Anaconda (#1439608) (vtrefny)
  • Allow "refreshing" UI from Anaconda when spoke is visible (vtrefny)
  • Hide 'protected' devices in installer mode (vtrefny)
  • Update Zanata branch name (vtrefny)
  • Use python3-gobject not pygobject3

blivet-gui v2.1.3

24 Apr 19:15
Compare
Choose a tag to compare

New version 2.1.3

  • Preserve ordering when adding partitions (#1439591) (vtrefny)
  • Fix crash when there are no "real" actions to perform (vtrefny)
  • Fix displaying of non-existing encrypted devices (#1439576) (vtrefny)
  • Allow deleting parents when deleting VG/RAID/Btrfs volume (#1439661) (vtrefny)
  • SizeChooser: Change default and available size units (#1440369) (vtrefny)
  • Allow creating encrypted MD arrays (#1440392) (vtrefny)
  • Allow setting mountpoint for all mountable filesystems (#1440372) (vtrefny)
  • Allow creating encrypted LVs (#1439651) (vtrefny)