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: containerd/btrfs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 404b914
Choose a base ref
...
head repository: containerd/btrfs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 918d888
Choose a head ref
  • 9 commits
  • 15 files changed
  • 4 contributors

Commits on Mar 13, 2021

  1. CI: remove travis

    As we're using GitHub actions now (since 424820003972ebf0585fa20e4ef39e702e1ff0950
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    95a317e View commit details
    Browse the repository at this point in the history
  2. remove vendor directory

    This project is used as a library and doesn't produce binaries,
    in which case convention is to not use vendoring.
    
    The .gitignore is updated to allow vendoring for debugging, and
    to prevent accidentally adding those files.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    0519263 View commit details
    Browse the repository at this point in the history
  3. cmd/btrfs-test: remove duplicate copyright header

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    2cbde20 View commit details
    Browse the repository at this point in the history
  4. GHA: update to Go 1.16.x, actions/setup-go@v2

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    beefbd0 View commit details
    Browse the repository at this point in the history
  5. go.mod: github.com/pkg/errors v0.9.1

    Provides compatibility with native error wrapping in Go 1.13+
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    c2ce87f View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Merge pull request #29 from thaJeztah/update_ci

    Remove travis, vendor, update to go 1.16.x and actions/setup-go@v2
    estesp authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    0bed1b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Merge pull request #31 from thaJeztah/update_pkg_errors2

    go.mod: github.com/pkg/errors v0.9.1
    AkihiroSuda authored Mar 16, 2021
    Configuration menu
    Copy the full SHA
    a3c652e View commit details
    Browse the repository at this point in the history
  2. README: update badges to show GHA status

    Looks like this was missed in 4248200
    
    Also updates badges for GoDoc to use pkg.go.dev, and add a badge for
    Go Report Card.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    3e452b2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #32 from thaJeztah/fix_badges

    README: update badges to show GHA status
    mikebrow authored Mar 16, 2021
    Configuration menu
    Copy the full SHA
    918d888 View commit details
    Browse the repository at this point in the history
Loading