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/continuity
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.1
Choose a base ref
...
head repository: containerd/continuity
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.2
Choose a head ref
  • 10 commits
  • 43 files changed
  • 7 contributors

Commits on Nov 12, 2021

  1. Copy Windows file metadata

    This change ensures that file ownership and ACLs are properly copied
    on Windows.
    
    Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
    gabriel-samfira committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    2cd7d24 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Merge pull request #188 from gabriel-samfira/copy-windows-acl

    Copy Windows file metadata
    dmcgowan authored Dec 1, 2021
    Configuration menu
    Copy the full SHA
    8e53e7c View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Build containerd/continuity on multiple Unix OSes

    While the .go files have multiple build tags, they haven't been tested on
    GitHub Actions except for FreeBSD.
    
    This change also fixes #183.
    
    Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
    Kazuyoshi Kato committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    e096714 View commit details
    Browse the repository at this point in the history
  2. Do not log errors before returning them

    Except for one case, all logs are ultimately returned to the callers.
    Fixes #179.
    
    Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
    Kazuyoshi Kato committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    759cf0c View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Merge pull request #191 from kzys/log-error

    Do not log errors before returning them
    dmcgowan authored Dec 13, 2021
    Configuration menu
    Copy the full SHA
    29fc4ec View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. Merge pull request #190 from kzys/netbsd

    Build containerd/continuity on multiple Unix OSes
    estesp authored Dec 17, 2021
    Configuration menu
    Copy the full SHA
    e56e17d View commit details
    Browse the repository at this point in the history
  2. Update CI Go version to 1.17

    Signed-off-by: Phil Estes <estesp@amazon.com>
    estesp committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    0ba592c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #192 from estesp/update-go-vers

    Update CI Go version to 1.17
    dmcgowan authored Dec 17, 2021
    Configuration menu
    Copy the full SHA
    44b5ced View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. fs: use syscall.Timespec.Unix

    Use the syscall method instead of repeating the type conversions for
    the syscall.Stat_t Atim/Atimespec members. This also allows to drop the
    //nolint: unconvert comments.
    
    Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
    tklauser committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    030679c View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Merge pull request #193 from tklauser/timespec-unix

    fs: use syscall.Timespec.Unix
    AkihiroSuda authored Jan 7, 2022
    Configuration menu
    Copy the full SHA
    092b2c8 View commit details
    Browse the repository at this point in the history
Loading