-
Notifications
You must be signed in to change notification settings - Fork 55
Comparing changes
Open a pull request
base repository: containerd/console
base: v1.0.0
head repository: containerd/console
compare: v1.0.1
- 18 commits
- 192 files changed
- 8 contributors
Commits on Jul 28, 2020
-
Current: allow stdin to be redirected
In case we have stdin redirected, we still have a terminal which can be obtained from stdout or stderr. This is what this commit does. This should allow something like this to work: > ctr run --rm --tty docker.io/library/hello-world:latest xxx < /dev/null NB: in case all three are redirected, but we still have a controlling tty, we can easily get it by opening /dev/tty, but then it should be closed, and it's not quite clear by whom and when, so this is left as a home exersize for the reader. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 403f8bd - Browse repository at this point
Copy the full SHA 403f8bdView commit details -
travis: update to supported golang versions
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a8d4764 - Browse repository at this point
Copy the full SHA a8d4764View commit details
Commits on Jul 31, 2020
-
Merge pull request #37 from kolyshkin/close-stdin
Current: allow stdin to be redirected
Configuration menu - View commit details
-
Copy full SHA for a607003 - Browse repository at this point
Copy the full SHA a607003View commit details
Commits on Sep 16, 2020
-
Update golang.org/x/sys/unix to v0.0.0-20200916030750-2334cc1a136f
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Configuration menu - View commit details
-
Copy full SHA for 2d4d237 - Browse repository at this point
Copy the full SHA 2d4d237View commit details -
Use IoctlSetPointerInt from golang.org/x/sys/unix
Use unix.IoctlSetPointerInt instead of manually implementing it. This fixes the build on darwin where direct syscalls, i.e. unix.Syscall(SYS_IOCTL, ...) are no longer allowed and exported as of golang/sys@6fcdbc0 Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Configuration menu - View commit details
-
Copy full SHA for 22cf7f1 - Browse repository at this point
Copy the full SHA 22cf7f1View commit details -
Merge pull request #40 from tklauser/ioctl-darwin
Use IoctlSetPointerInt from golang.org/x/sys/unix
Configuration menu - View commit details
-
Copy full SHA for 1526a8e - Browse repository at this point
Copy the full SHA 1526a8eView commit details -
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for 6d5bf3a - Browse repository at this point
Copy the full SHA 6d5bf3aView commit details -
Enable Github Actions-based CI
Also add linting to CI and remove travis script entries that were no-ops (there are no tests for other platforms so the extra `go test` invocations with GOOS settings were not doing anything) Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for a665cca - Browse repository at this point
Copy the full SHA a665ccaView commit details -
Merge pull request #38 from thaJeztah/update_pkg_errors
vendor: pkg/errors v0.9.1
Configuration menu - View commit details
-
Copy full SHA for 58f5cdd - Browse repository at this point
Copy the full SHA 58f5cddView commit details -
Merge pull request #36 from estesp/gh-actions
Enable Github Actions-based CI
Configuration menu - View commit details
-
Copy full SHA for a032f0d - Browse repository at this point
Copy the full SHA a032f0dView commit details -
Fix actions to follow the model from other repos
Getting the golangci-lint package needs to be done with the gomod method. Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for cf8d0db - Browse repository at this point
Copy the full SHA cf8d0dbView commit details
Commits on Sep 17, 2020
-
Merge pull request #41 from estesp/fix-my-bad-actions
Fix actions to follow the model from other repos
Configuration menu - View commit details
-
Copy full SHA for f847fbb - Browse repository at this point
Copy the full SHA f847fbbView commit details
Commits on Sep 18, 2020
-
Use Ioctl{SetPointerInt,GetInt} from golang.org/x/sys/unix on linux
Use unix.IoctlSetPointerInt and unix.IoctlGetInt instead of manually implementing them. This avoid the use of the `unsafe` package. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Configuration menu - View commit details
-
Copy full SHA for f1b333f - Browse repository at this point
Copy the full SHA f1b333fView commit details
Commits on Sep 21, 2020
-
Remove travis configuration file
Now that we have GitHub actions running, the travis configuration file should no longer be needed. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for 15ccc45 - Browse repository at this point
Copy the full SHA 15ccc45View commit details -
Merge pull request #43 from thaJeztah/remove_travis
Remove travis configuration file
Configuration menu - View commit details
-
Copy full SHA for bc2a1bd - Browse repository at this point
Copy the full SHA bc2a1bdView commit details
Commits on Sep 22, 2020
-
Signed-off-by: Leonardo Taccari <leot@NetBSD.org>
Configuration menu - View commit details
-
Copy full SHA for d96bce4 - Browse repository at this point
Copy the full SHA d96bce4View commit details -
Merge pull request #44 from iamleot/netbsd-support
Add support for NetBSD
Configuration menu - View commit details
-
Copy full SHA for 2f74731 - Browse repository at this point
Copy the full SHA 2f74731View commit details
Commits on Sep 24, 2020
-
Merge pull request #42 from tklauser/linux-ioctl-x-sys-unix
Use Ioctl{SetPointerInt,GetInt} from golang.org/x/sys/unix on linuxConfiguration menu - View commit details
-
Copy full SHA for 5d7e141 - Browse repository at this point
Copy the full SHA 5d7e141View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.0.0...v1.0.1