Commit Graph

  • cc3ea0b302 Release v0.0.3 main svalouch 2021-11-26 12:37:19 +0100
  • 83fcbb1053 ZPool: adapt to new structure svalouch 2021-11-17 22:33:31 +0100
  • 89a7a98470 ZFS: New PEHelperMode support, add OpenZFS 2.0 workaround svalouch 2021-11-17 22:33:13 +0100
  • 42b6447665 pe_helper: add umount support svalouch 2021-11-17 22:22:26 +0100
  • 8a20a74129 fix pytest deprecation warning svalouch 2021-11-17 22:12:08 +0100
  • 0da0c02b08
    Travis is dead svalouch 2021-09-14 14:36:24 +0200
  • 35e7351c23 update README: ZoL → OpenZFS svalouch 2020-11-03 10:26:32 +0100
  • 22ad6f26a9 update README svalouch 2020-11-02 20:19:11 +0100
  • 99d6524410 bump version svalouch 2020-11-02 15:10:18 +0100
  • 08f2d2705b types: enhance and fix PropertySource svalouch 2020-11-02 15:08:19 +0100
  • 45cccdfef5 setup: explicitly specify text mode when reading long_description svalouch 2020-11-02 14:31:35 +0100
  • 791da33577 remove leftover requirements.txt, no external dependencies svalouch 2020-10-07 15:48:53 +0200
  • 2e7d7f5b5d fix twig warnings svalouch 2020-10-07 15:37:55 +0200
  • 18a0c0191e docs: fix pip url and line length in quickstart svalouch 2020-10-06 22:02:56 +0200
  • 280651a9b2 docs: overhaul documentation svalouch 2020-10-06 21:35:34 +0200
  • 445a2a90cf Add config for readthedocs svalouch 2020-10-06 21:04:33 +0200
  • 2e2ead0c3c introduce pylint and address some warnings svalouch 2020-10-06 21:02:57 +0200
  • 55c5f54f33 LICENSE: update copyright year svalouch 2020-08-28 18:53:51 +0200
  • 41c279d0f0 Update README svalouch 2020-08-28 17:20:29 +0200
  • 7c43d19a17 pe_helper: fix logic bug in sudo handler svalouch 2020-08-07 16:43:51 +0200
  • 115f3fdb7f Improve handling of mountpoint, support pe_helper mounting svalouch 2020-08-07 13:36:21 +0200
  • 7d2e6e2a0d implement 'zfs destroy' svalouch 2020-07-14 20:16:18 +0200
  • 644bf8e6bc unify log prefix, use simplezfs everywhere svalouch 2020-03-06 17:52:36 +0100
  • 6366835445 Rework PE Helper documentation svalouch 2020-03-06 17:51:05 +0100
  • dc77fd2152 Make SudoPEHeler work, add some debug messages and wire up its API documentation svalouch 2020-03-06 17:41:33 +0100
  • 42df36a2c3 add some tests for pe helper classes svalouch 2020-01-09 18:18:56 +0100
  • 35c0a1df7e move set_mountpoint to ZFS, use new permission helper handling for create_fileset svalouch 2020-01-09 08:03:19 +0100
  • f27026a990 create distinct PE Helper implementation classes svalouch 2020-01-08 18:18:14 +0100
  • f93393f838 zfs_cli: implement set_mountpoint using pe_helper svalouch 2019-12-19 10:00:58 +0100
  • e7dd074b99 travis: add shell language support and test pe_helper svalouch 2019-12-10 18:07:13 +0100
  • 3687c4aace create a privilege escalation helper script svalouch 2019-12-10 18:02:14 +0100
  • 4a5d5bfde1 docs: document return codes and give hints on delegation svalouch 2020-01-03 10:04:27 +0100
  • 6b7e68d697 types: add 'local' to PropertySource svalouch 2020-07-08 16:56:44 +0200
  • 1c977670e2 zfs: dataset creation: fix error when iterating over metadata properties svalouch 2020-05-18 09:52:14 +0200
  • 55dcd9e4ec tests: decouple two tests from local system svalouch 2020-01-09 07:21:22 +0100
  • 3bb608c592 travis: run against p3.8 instead of p3.7 *again* svalouch 2020-01-08 18:28:56 +0100
  • 527504600a enable E501 (line length) and format files accordingly svalouch 2020-01-08 18:28:15 +0100
  • 763f0e6178 travis: use a matrix to allow for more languages svalouch 2020-01-03 09:48:12 +0100
  • 06117f569c fix tests after reworking bookmark handling svalouch 2020-01-03 09:34:32 +0100
  • a692425f5f zfs: add __repr__ svalouch 2019-12-23 09:35:29 +0100
  • e329be5523 remove bookmark from create_dataset svalouch 2020-01-03 09:22:18 +0100
  • 4cd5800ab1 Implement ZFS.get_dataset_info svalouch 2020-01-03 07:57:25 +0100
  • 02bf446a18 zfs: fix property handling and map '-' as PropertySource.NONE svalouch 2019-12-23 09:45:43 +0100
  • 0c750dc6eb README: mention the PE helper implementation state svalouch 2019-12-19 10:12:41 +0100
  • 00b7064234 docs: security: lay down list of actions/commands requiring root permissions on linux svalouch 2019-12-19 07:27:05 +0100
  • 816d7394d3 fix flake8 findings svalouch 2019-12-11 07:24:11 +0100
  • f80daf9099 relax dependency on pydantic - support current 1.x releases too svalouch 2019-12-11 07:22:41 +0100
  • 32c1b8b563 docs: enhance PE helper documentation svalouch 2019-12-04 08:22:36 +0100
  • af941f9913 rename mount helper to privilege escalation helper svalouch 2019-12-04 08:06:18 +0100
  • f79f0ce6b2 pin pydantic < 1 svalouch 2019-12-03 18:15:34 +0100
  • 334520df3d tests: fix zfs create_fileset svalouch 2019-10-25 07:13:58 +0200
  • ce7d07582f zfs: store mount_helper internally instead of passing it each time it is used svalouch 2019-09-30 08:15:09 +0200
  • 5f1590fdf1 zfs: doc cleanup, continue work on create_dataset svalouch 2019-09-27 17:21:55 +0200
  • 044a316f8d Enhance documentation [ci skip] svalouch 2019-09-27 08:17:56 +0200
  • 42bf2dc276 adress mypy and flake8 findings svalouch 2019-09-27 07:07:58 +0200
  • 5731fcfd48 fix current tests, add more tests, fix some style issues svalouch 2019-09-26 17:52:29 +0200
  • be5e087426 First try at Travis svalouch 2019-09-26 08:26:59 +0200
  • e5f6e8b1b6 tests: clean up zfs svalouch 2019-09-26 07:25:37 +0200
  • 2f5870e7fa move ZFSCli.parse_dataset_identifier to Dataset.from_string svalouch 2019-09-26 07:24:55 +0200
  • 27de066f27 initial svalouch 2019-09-15 14:06:01 +0200