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: rootless-containers/rootlesskit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.2
Choose a base ref
...
head repository: rootless-containers/rootlesskit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.4
Choose a head ref
  • 14 commits
  • 64 files changed
  • 3 contributors

Commits on Mar 15, 2020

  1. v0.9.2+dev

    Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
    AkihiroSuda committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    0fb030c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #128 from AkihiroSuda/a

    v0.9.2
    AkihiroSuda authored Mar 15, 2020
    Configuration menu
    Copy the full SHA
    fbed134 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. Use moby/sys/mountinfo

    Drop the implementation forked from runc, use moby/sys/mountinfo.
    
    Use SingleEntryFilter as we're only interested in / mount.
    
    NOTE we're no longer checking for m.Root == "/", only for
    the mount point.
    
    Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
    kolyshkin committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    221d3be View commit details
    Browse the repository at this point in the history
  2. Merge pull request #131 from kolyshkin/use-sys-mountinfo

    Use moby/sys/mountinfo
    AkihiroSuda authored Mar 17, 2020
    Configuration menu
    Copy the full SHA
    c53ae22 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. ValidatePortSpec should allow duplicate children

    Previously, any duplicate child port would cause a validation failure,
    even if the implementation passed. This commit adjusts the port
    validation to handle duplicate child ports.
    
    This commit also adds an extensive test to ValidatePortSpec, which has
    pretty significant logic.
    
    Adds github.com/stretchr/testify/assert as a direct dependency,
    previously it was indirect.
    
    Resolves #132
    
    Authored-by: Tyler Ramer <tyaramer@gmail.com>
    tylarb committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    ca19335 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #133 from tylarb/duplicate_children

    ValidatePortSpec should allow duplicate children
    AkihiroSuda authored Mar 30, 2020
    Configuration menu
    Copy the full SHA
    1b2ddf1 View commit details
    Browse the repository at this point in the history
  3. v0.9.3

    Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
    AkihiroSuda committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    61dd855 View commit details
    Browse the repository at this point in the history
  4. v0.9.3+dev

    Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
    AkihiroSuda committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    0f576dd View commit details
    Browse the repository at this point in the history
  5. Merge pull request #134 from AkihiroSuda/a

    v0.9.3
    AkihiroSuda authored Mar 30, 2020
    Configuration menu
    Copy the full SHA
    c65f05b View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. rootlesskit-docker-proxy: report detailed error via FD 3

    Fix #135
    
    Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
    AkihiroSuda committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    37f7a69 View commit details
    Browse the repository at this point in the history
  2. port/builtin: annotate EPERM

    Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
    AkihiroSuda committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    4ea2bf8 View commit details
    Browse the repository at this point in the history
  3. api: simplify error string

    Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
    AkihiroSuda committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    7e466be View commit details
    Browse the repository at this point in the history
  4. Merge pull request #136 from AkihiroSuda/a

    rootlesskit-docker-proxy: report detailed error via FD 3
    AkihiroSuda authored Apr 27, 2020
    Configuration menu
    Copy the full SHA
    c723267 View commit details
    Browse the repository at this point in the history
  5. v0.9.4

    Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
    AkihiroSuda committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    0fec9ad View commit details
    Browse the repository at this point in the history
Loading