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: tonistiigi/fsutil
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 91a3fc4
Choose a base ref
...
head repository: tonistiigi/fsutil
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3f140a1
Choose a head ref
  • 19 commits
  • 42 files changed
  • 6 contributors

Commits on Jun 18, 2024

  1. chore(deps): Bump docker/bake-action from 4 to 5

    Bumps [docker/bake-action](https://github.com/docker/bake-action) from 4 to 5.
    - [Release notes](https://github.com/docker/bake-action/releases)
    - [Commits](docker/bake-action@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: docker/bake-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    e89f52e View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Configuration menu
    Copy the full SHA
    a6d502a View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Merge pull request #204 from nileshpatra/fix-new-fs

    Fixup fallout with new FS changed API
    jedevc authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    c117dd1 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Merge pull request #202 from tonistiigi/dependabot/github_actions/doc…

    …ker/bake-action-5
    
    chore(deps): Bump docker/bake-action from 4 to 5
    crazy-max authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    43b9329 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. ci: switch to ubuntu runner for freebsd job

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    43c7566 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #208 from crazy-max/ci-fix-freebsd-vagrant

    ci: switch to ubuntu runner for freebsd job
    crazy-max authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    536d613 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. deps: remove deprecated gogo proto

    This removes the deprecated gogo proto in favor of the standard
    implementation.
    
    Signed-off-by: Jonathan A. Sternberg <[email protected]>
    jsternberg committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    a340068 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Merge pull request #206 from jsternberg/gogoproto-remove

    deps: remove deprecated gogo proto
    tonistiigi authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    7189060 View commit details
    Browse the repository at this point in the history
  2. types: stat clone drops hidden proto fields

    The stat clone returned by protobuf returns a version of `types.Stat`
    that isn't compatible with some tests in buildkit. This changes clone to
    create a new type without cloning the hidden protobuf types.
    
    Signed-off-by: Jonathan A. Sternberg <[email protected]>
    jsternberg committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    069baf6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #209 from jsternberg/stat-clone

    types: stat clone drops hidden proto fields
    tonistiigi authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    8754824 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. update Go to 1.23

    Signed-off-by: Tonis Tiigi <[email protected]>
    tonistiigi committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    1876fbf View commit details
    Browse the repository at this point in the history
  2. update golangci-lint to 1.61.0

    Signed-off-by: Tonis Tiigi <[email protected]>
    tonistiigi committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    556fa96 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #211 from tonistiigi/tonistiigi/go-1.23

    update Go to 1.23
    tonistiigi authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    078d9fe View commit details
    Browse the repository at this point in the history
  4. update xx to v1.5.0

    Signed-off-by: Tonis Tiigi <[email protected]>
    tonistiigi committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    dca3d5b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #212 from tonistiigi/tonistiigi/xx-1.5.0

    update xx to v1.5.0
    tonistiigi authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    aca4ca6 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. add support for non-octal mode setting

    Signed-off-by: Tonis Tiigi <[email protected]>
    tonistiigi committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    3a8c87e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #210 from tonistiigi/tonistiigi/mode-non-octal

    copy: add support for non-octal mode setting
    crazy-max authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    e98dfb6 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. protobuf: add vtproto to supplement protobuf marshaling

    This adds the vtproto generator to generate code that results in faster
    marshaling and unmarshaling. vtproto is similar to gogo but it generates
    additional code on top of the existing protobuf structures rather than
    changing the generator itself.
    
    Signed-off-by: Jonathan A. Sternberg <[email protected]>
    jsternberg committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    f653bda View commit details
    Browse the repository at this point in the history
  2. Merge pull request #213 from jsternberg/vtproto

    protobuf: add vtproto to supplement protobuf marshaling
    tonistiigi authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    3f140a1 View commit details
    Browse the repository at this point in the history
Loading