Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mistifyio/go-zfs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d014733
Choose a base ref
...
head repository: mistifyio/go-zfs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 417789f
Choose a head ref
  • 20 commits
  • 7 files changed
  • 2 contributors

Commits on Mar 21, 2022

  1. Format Vagrantfile using rufo

    mmlb committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    3993f26 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Add go-zfs.test to .gitignore

    The tests need to be run with root/sudo privs and it would be best to do so
    the minimal amount of time, so we should not be compiling the test with root
    privileges. This means we can have the test binary around and thus it should
    be ignored.
    mmlb committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    63c576c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afea6a7 View commit details
    Browse the repository at this point in the history
  3. test: Use t.Logf instead of fmt.Printf

    t.Logf is quiet unless a test fails or -v is used. It also keeps the log
    messages grouped with the test names nicely.
    mmlb committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    ee3d6bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36d104d View commit details
    Browse the repository at this point in the history
  5. test: Do not mark TestDatasets as a t.Helper.

    It isn't a helper.
    mmlb committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    a43f24c View commit details
    Browse the repository at this point in the history
  6. test: Change zpoolTest to a pure helper that returns a clean up function

    This way we can avoid a level of indentation.
    mmlb committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    ec4b6f6 View commit details
    Browse the repository at this point in the history
  7. test: Move helpers to a different file

    Sucks having to scroll through helpers to get to the tests.
    mmlb committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    156bfc9 View commit details
    Browse the repository at this point in the history
  8. Misc test tweaks (#82)

    Just some minor reworks for readability.
    mmlb authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    9cb82b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Configuration menu
    Copy the full SHA
    b56555d View commit details
    Browse the repository at this point in the history
  2. vagrant: Update to generic/ubuntu2004

    Lets go to latest LTS and a box that supports libvirt.
    mmlb committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    955ae1a View commit details
    Browse the repository at this point in the history
  3. vagrant: Minor fixes to Vagrantfile

    Mostly getting rid of useless variable, cleaning up and better curl command.
    mmlb committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    4bdd095 View commit details
    Browse the repository at this point in the history
  4. vagrant: Update to go 1.17.8

    mmlb committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    ff710a2 View commit details
    Browse the repository at this point in the history
  5. vagrant: Run go tests as part of provision script

    Both cgo enabled and disabled, just in case.
    mmlb committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    413fb1d View commit details
    Browse the repository at this point in the history
  6. vagrant: Indent heredoc script

    mmlb committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    ac44de5 View commit details
    Browse the repository at this point in the history
  7. vagrant: Add freebsd machine

    mmlb committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    292b9d8 View commit details
    Browse the repository at this point in the history
  8. Vagrant tests, upgrades & addition of FreeBSD (#83)

    Update Ubuntu box to 20.04
    Add FreeBSD
    Run tests as part of provision script
    mmlb authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    bf81b00 View commit details
    Browse the repository at this point in the history
  9. Add CHANGELOG.md

    mmlb committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    57a6db8 View commit details
    Browse the repository at this point in the history
  10. Update changelog to 3.0.0

    mmlb committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    4a81c62 View commit details
    Browse the repository at this point in the history
  11. Prep release 3.0.0 (#84)

    mmlb authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    417789f View commit details
    Browse the repository at this point in the history
Loading