| Commit message (Expand) | Author | Age |
... | |
* | | | | Merge pull request #6903 from ashley-cui/problemlang | OpenShift Merge Robot | 2020-07-15 |
|\ \ \ \ |
|
| * | | | | Fix & add notes regarding problematic language in codebase | Ashley Cui | 2020-07-15 |
* | | | | | Merge pull request #6975 from baude/rootlessIPMAC | OpenShift Merge Robot | 2020-07-15 |
|\ \ \ \ \ |
|
| * | | | | | Error on rootless mac and ip addresses | Brent Baude | 2020-07-15 |
| |/ / / / |
|
* | | | | | Merge pull request #6979 from edsantiago/bats_masked_dirs | OpenShift Merge Robot | 2020-07-15 |
|\ \ \ \ \ |
|
| * | | | | | system tests: check for masked-device leaks | Ed Santiago | 2020-07-14 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge pull request #6977 from mheon/fix_6953 | OpenShift Merge Robot | 2020-07-15 |
|\ \ \ \ \ |
|
| * | | | | | Preserve passwd on container restart | Matthew Heon | 2020-07-15 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #6958 from edsantiago/bats | OpenShift Merge Robot | 2020-07-15 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | system tests: new tests for run, exec | Ed Santiago | 2020-07-14 |
* | | | | | Merge pull request #6949 from AkihiroSuda/fix-6948 | OpenShift Merge Robot | 2020-07-15 |
|\ \ \ \ \ |
|
| * | | | | | Fix "Error: unrecognized protocol \"TCP\" in port mapping" | Akihiro Suda | 2020-07-15 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #6974 from sshnaidm/fixdocs1 | OpenShift Merge Robot | 2020-07-15 |
|\ \ \ \ \ |
|
| * | | | | | docs: user namespace can't be shared in pods | Sagi Shnaidman | 2020-07-14 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge pull request #6978 from edsantiago/apiv2_flake_fix | OpenShift Merge Robot | 2020-07-15 |
|\ \ \ \ \ |
|
| * | | | | | APIv2 tests: fix race condition causing CI flake | Ed Santiago | 2020-07-14 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge pull request #6971 from TristanCacqueray/master | OpenShift Merge Robot | 2020-07-15 |
|\ \ \ \ \ |
|
| * | | | | | play-kube: add suport for "IfNotPresent" pull type | Tristan Cacqueray | 2020-07-14 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #6956 from mheon/add_ports_to_pod_inspect | OpenShift Merge Robot | 2020-07-15 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | Fix lint | Matthew Heon | 2020-07-14 |
| * | | | | Populate remaining unused fields in `pod inspect` | Matthew Heon | 2020-07-14 |
| * | | | | Include infra container information in `pod inspect` | Matthew Heon | 2020-07-14 |
* | | | | | Merge pull request #6957 from rhatdan/sysdev | OpenShift Merge Robot | 2020-07-14 |
|\ \ \ \ \ |
|
| * | | | | | Mask out /sys/dev to prevent information leak from the host | Daniel J Walsh | 2020-07-14 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #6964 from containers/dependabot/go_modules/github.com/con... | OpenShift Merge Robot | 2020-07-14 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | Bump github.com/containers/storage from 1.21.0 to 1.21.1 | dependabot-preview[bot] | 2020-07-14 |
| |/ / / |
|
* | | | | Merge pull request #6939 from rhatdan/entrypoint | OpenShift Merge Robot | 2020-07-14 |
|\ \ \ \ |
|
| * | | | | Fix handling of entrypoint | Daniel J Walsh | 2020-07-14 |
| |/ / / |
|
* | | | | Merge pull request #6951 from mheon/check_full_command | OpenShift Merge Robot | 2020-07-14 |
|\ \ \ \ |
|
| * | | | | Add SystemdMode to inspect for containers | Matthew Heon | 2020-07-14 |
| * | | | | When determining systemd mode, use full command | Matthew Heon | 2020-07-14 |
| |/ / / |
|
* | | | | Merge pull request #6931 from mheon/apply_sigproxy | OpenShift Merge Robot | 2020-07-14 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Ensure sig-proxy default is propagated in start | Matthew Heon | 2020-07-10 |
* | | | | Merge pull request #6973 from baude/policygating | OpenShift Merge Robot | 2020-07-14 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | [CI:DOCS]Do not copy policy.json into gating image | Brent Baude | 2020-07-14 |
|/ / / |
|
* | | | Merge pull request #6952 from baude/systemdpid1fix | OpenShift Merge Robot | 2020-07-14 |
|\ \ \ |
|
| * | | | Fix systemd pid 1 test | Brent Baude | 2020-07-13 |
* | | | | Merge pull request #6959 from mheon/remove_seccomp_policy | OpenShift Merge Robot | 2020-07-13 |
|\ \ \ \ |
|
| * | | | | Remove outdated seccomp policy | Matthew Heon | 2020-07-13 |
|/ / / / |
|
* | | | | Merge pull request #6842 from rhatdan/pids-limit | OpenShift Merge Robot | 2020-07-13 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Pids-limit should only be set if the user set it | Daniel J Walsh | 2020-07-10 |
| |/ / |
|
* | | | Merge pull request #6896 from mheon/fix_remote_createcommand | OpenShift Merge Robot | 2020-07-13 |
|\ \ \ |
|
| * | | | Fix container and pod create commands for remote create | Matthew Heon | 2020-07-10 |
| |/ / |
|
* | | | Merge pull request #6926 from containers/dependabot/go_modules/github.com/con... | OpenShift Merge Robot | 2020-07-11 |
|\ \ \ |
|
| * | | | Bump github.com/containers/storage from 1.20.2 to 1.21.0 | dependabot-preview[bot] | 2020-07-10 |
* | | | | Merge pull request #6932 from rhafer/aa_priv | OpenShift Merge Robot | 2020-07-11 |
|\ \ \ \ |
|
| * | | | | Don't setup AppArmor provile for privileged pods | Ralf Haferkamp | 2020-07-10 |
| |/ / / |
|
* | | | | Merge pull request #6936 from mheon/matt_cant_count | OpenShift Merge Robot | 2020-07-11 |
|\ \ \ \ |
|
| * | | | | Correctly print STDOUT on non-terminal remote exec | Matthew Heon | 2020-07-10 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #6929 from vrothberg/fix-9627 | OpenShift Merge Robot | 2020-07-11 |
|\ \ \ \ |
|