Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | Homebrew installation in install.md | Ashley Cui | 2019-08-12 | |
| |/ / / | ||||
* | | | | Merge pull request #3797 from mheon/test_events_revert | OpenShift Merge Robot | 2019-08-13 | |
|\ \ \ \ | ||||
| * | | | | Small optimization - only store exit code when nonzero | Matthew Heon | 2019-08-12 | |
| * | | | | Fix container exit code with Journald backend | Matthew Heon | 2019-08-12 | |
|/ / / / | ||||
* | | | | Merge pull request #3607 from cevich/cgroup2_vm | OpenShift Merge Robot | 2019-08-12 | |
|\ \ \ \ | ||||
| * | | | | Adjust get_ci_vm.sh for substitution | Chris Evich | 2019-08-12 | |
| * | | | | Cirrus: Add verification for cgroupv2 image | Chris Evich | 2019-08-12 | |
| * | | | | Cirrus: Add experimental fedora VM image & test | Chris Evich | 2019-08-12 | |
| * | | | | Cirrus: Minor, use newer Ubuntu base image | Chris Evich | 2019-08-12 | |
| | |/ / | |/| | | ||||
* | | | | Merge pull request #3753 from baude/varlinkrequiresroot | OpenShift Merge Robot | 2019-08-12 | |
|\ \ \ \ | |_|/ / |/| | | | ||||
| * | | | varlink endpoint for containerstats requires root | baude | 2019-08-12 | |
* | | | | Merge pull request #3751 from TomSweeneyRedHat/dev/tsweeney/squishnits | OpenShift Merge Robot | 2019-08-12 | |
|\ \ \ \ | ||||
| * | | | | Squish a few tpyo nits in container.go doc | TomSweeneyRedHat | 2019-08-07 | |
* | | | | | Merge pull request #3789 from giuseppe/cirrus-add-crun | OpenShift Merge Robot | 2019-08-12 | |
|\ \ \ \ \ | ||||
| * | | | | | tests: disable some tests currently failing when not using runc | Giuseppe Scrivano | 2019-08-12 | |
| * | | | | | containers: look also for 'file not found' in the error message | Giuseppe Scrivano | 2019-08-12 | |
| * | | | | | cirrus: add tests with crun on Fedora 30 | Giuseppe Scrivano | 2019-08-12 | |
| * | | | | | cirrus: install crun | Giuseppe Scrivano | 2019-08-12 | |
* | | | | | | Merge pull request #3793 from stefanb2/topic-pr-3788 | OpenShift Merge Robot | 2019-08-12 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||
| * | | | | | image: add user agent to Docker registry options | Stefan Becker | 2019-08-12 | |
|/ / / / / | ||||
* | | | | | Merge pull request #3786 from giuseppe/fix-rootless-checks | OpenShift Merge Robot | 2019-08-12 | |
|\ \ \ \ \ | ||||
| * | | | | | cmd: drop check for euid==0 | Giuseppe Scrivano | 2019-08-12 | |
| * | | | | | storage: drop unused geteuid check | Giuseppe Scrivano | 2019-08-12 | |
| * | | | | | cmd, stats: fix check for rootless mode | Giuseppe Scrivano | 2019-08-12 | |
| * | | | | | oci: drop check for euid==0 | Giuseppe Scrivano | 2019-08-12 | |
* | | | | | | Merge pull request #3787 from giuseppe/rootless-cherry-pick-oci-runtime | OpenShift Merge Robot | 2019-08-12 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||
| * | | | | | rootless: cherry-pick runtime from the system configuration | Giuseppe Scrivano | 2019-08-12 | |
|/ / / / / | ||||
* | | | | | Merge pull request #3785 from giuseppe/podman-build-use-configured-runtime | OpenShift Merge Robot | 2019-08-12 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||
| * | | | | build: use the configured runtime | Giuseppe Scrivano | 2019-08-11 | |
|/ / / / | ||||
* | | | | Merge pull request #3782 from eriksjolund/fix_realloc_in_rootless_linux.c | OpenShift Merge Robot | 2019-08-11 | |
|\ \ \ \ | ||||
| * | | | | Fix incorrect use of realloc() | Erik Sjölund | 2019-08-11 | |
* | | | | | Merge pull request #3783 from eriksjolund/fix_read_count | OpenShift Merge Robot | 2019-08-11 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||
| * | | | | Adjust read count so that a newline can be added afterwards | Erik Sjölund | 2019-08-11 | |
|/ / / / | ||||
* | | | | Merge pull request #3748 from rhatdan/covscan | OpenShift Merge Robot | 2019-08-10 | |
|\ \ \ \ | |_|/ / |/| | | | ||||
| * | | | Fix a couple of errors descovered by coverity | Daniel J Walsh | 2019-08-09 | |
| | |/ | |/| | ||||
* | | | Merge pull request #3594 from cevich/second_partition | OpenShift Merge Robot | 2019-08-10 | |
|\ \ \ | ||||
| * | | | Cirrus: Add Second partition for storage testing | Chris Evich | 2019-08-01 | |
* | | | | Merge pull request #3746 from baude/enablewindowsremote | OpenShift Merge Robot | 2019-08-10 | |
|\ \ \ \ | ||||
| * | | | | enable windows remote client | baude | 2019-08-08 | |
* | | | | | Merge pull request #3742 from adrianreber/ConmonPidFile | OpenShift Merge Robot | 2019-08-10 | |
|\ \ \ \ \ | ||||
| * | | | | | Test that restored container does not depend on the original container | Adrian Reber | 2019-08-09 | |
| * | | | | | Fix up ConmonPidFile after restore | Adrian Reber | 2019-08-09 | |
* | | | | | | Merge pull request #3758 from edsantiago/bats | OpenShift Merge Robot | 2019-08-10 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | implement 'make remotesystem' | Ed Santiago | 2019-08-08 | |
* | | | | | | | Merge pull request #3770 from cevich/updates_testing | OpenShift Merge Robot | 2019-08-10 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | Cirrus: Enable updates-testing repo for Fedora | Chris Evich | 2019-08-09 | |
* | | | | | | | | Merge pull request #3776 from mheon/bump-1.5.0 | OpenShift Merge Robot | 2019-08-09 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | Bump gitvalidation epoch | Matthew Heon | 2019-08-09 | |
| * | | | | | | | | Bump to v1.5.1-dev | Matthew Heon | 2019-08-09 | |
| * | | | | | | | | Bump to v1.5.0v1.5.0 | Matthew Heon | 2019-08-09 | |
|/ / / / / / / / |