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: go-git/go-billy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.4.1
Choose a base ref
...
head repository: go-git/go-billy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.5.0
Choose a head ref
  • 12 commits
  • 17 files changed
  • 1 contributor

Commits on May 24, 2023

  1. *: Bump Go version to 1.18

    Signed-off-by: Paulo Gomes <[email protected]>
    pjbgf committed May 24, 2023
    Configuration menu
    Copy the full SHA
    1a503d2 View commit details
    Browse the repository at this point in the history
  2. *: Bump dependencies

    - golang.org/x/sys to version 0.8.0
    
    Signed-off-by: Paulo Gomes <[email protected]>
    pjbgf committed May 24, 2023
    Configuration menu
    Copy the full SHA
    38012bf View commit details
    Browse the repository at this point in the history
  3. *: Add CodeQL workflow

    Signed-off-by: Paulo Gomes <[email protected]>
    pjbgf committed May 24, 2023
    Configuration menu
    Copy the full SHA
    c88853b View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Merge pull request #30 from pjbgf/updates

    *: Bump dependencies and go.mod to Go 1.18. Add codeQL workflow.
    pjbgf authored May 25, 2023
    Configuration menu
    Copy the full SHA
    326c59f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. build: Bump Go to 1.19

    Signed-off-by: Paulo Gomes <[email protected]>
    pjbgf committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    dafe8bc View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. osfs: Add new BoundOS type

    Create the new BoundOS osfs type, which works as a
    pass-through filesystem for files descending from base dir.
    
    For backwards compatibility the previous behaviour is
    still the default and is now represented by the ChrootOS
    type.
    
    Signed-off-by: Paulo Gomes <[email protected]>
    pjbgf committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    3c59de8 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Merge pull request #31 from pjbgf/new-osfs

    osfs: Add new BoundOS type
    pjbgf authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    1d4d3d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Re-introduce osfs.Default

    The Default var was incorrectly removed as part of
    #31. This PR revert that change and adds tests to
    avoid future regression.
    
    Signed-off-by: Paulo Gomes <[email protected]>
    pjbgf committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    74a6e60 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. Merge pull request #33 from pjbgf/default

    Re-introduce osfs.Default
    pjbgf authored Sep 3, 2023
    Configuration menu
    Copy the full SHA
    ca80085 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Bump github.com/cyphar/filepath-securejoin

    Signed-off-by: Paulo Gomes <[email protected]>
    pjbgf committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    e223a66 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. osfs: Add WithDeduplicatePath

    In specific workflows within the BoundOS OS type, the
    returned path may have the base dir duplicated.
    By default such duplications are removed automatically,
    the new WithDeduplicatePath allows users to toggle that
    behaviour.
    
    Signed-off-by: Paulo Gomes <[email protected]>
    pjbgf committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    3994cd7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #34 from pjbgf/bump-scj

    Revert back to upstream github.com/cyphar/filepath-securejoin
    pjbgf authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    5c1dfec View commit details
    Browse the repository at this point in the history
Loading