What's Changed
- Add mergify config by @mmlb in #86
- split after \t instead of any spaces by @timaebi in #68
- mergify: Remove ready-to-merge label when PR is closed by @mmlb in #87
- Add test cases for parsing fragmentation line by @Mic92 in #64
- Properly substitute command path in
Run()
error by @corhere in #90
New Contributors
Diffstat
.github/mergify.yml | 31 +++++++++++++++++++++++
tooling/release.sh | 39 +++++++++++++++++++++++++++++
utils.go | 9 ++++---
utils_notsolaris.go | 2 +-
utils_solaris.go | 2 +-
utils_test.go | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++
zfs_test.go | 8 ++++++
zpool.go | 3 ---
8 files changed, 157 insertions(+), 8 deletions(-)
Shortlog
Cory Snider (1):
Properly substitute command path in Run() error
Manuel Mendez (4):
Add mergify config
mergify: Remove ready-to-merge label when PR is closed
Add test for fragmentation parsing
Add script create GH release
Tim Aebi (2):
zpool: Split after \t instead of any space
zfs: Add test for creation property
Full Changelog: v3.0.0...v3.0.1