summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | Merge pull request #13973 from Luap99/linter-reviveOpenShift Merge Robot2022-04-23
|\ \ \
| * | | replace golint with revive linterPaul Holzinger2022-04-22
* | | | Merge pull request #13959 from cevich/fix_apiv2OpenShift Merge Robot2022-04-23
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix hang in test_connectChris Evich2022-04-22
| * | | Increase verbosity and sequencing of APIv2 testingChris Evich2022-04-22
|/ / /
* | | Merge pull request #13976 from rhatdan/rootlessOpenShift Merge Robot2022-04-22
|\ \ \
| * | | Update test to run network check in both rootless and rootfull modeDaniel J Walsh2022-04-22
| | |/ | |/|
* | | Merge pull request #13975 from containers/dependabot/go_modules/github.com/fs...OpenShift Merge Robot2022-04-22
|\ \ \
| * | | Bump github.com/fsnotify/fsnotify from 1.5.2 to 1.5.3dependabot[bot]2022-04-22
* | | | Merge pull request #13974 from containers/dependabot/go_modules/github.com/co...OpenShift Merge Robot2022-04-22
|\ \ \ \ | |_|/ / |/| | |
| * | | Bump github.com/container-orchestrated-devices/container-device-interfacedependabot[bot]2022-04-22
| |/ /
* | | Merge pull request #13918 from Luap99/hostsOpenShift Merge Robot2022-04-22
|\ \ \
| * | | test/system: add containers.conf test for new /etc/hosts optionsPaul Holzinger2022-04-22
| * | | Improve /etc/hosts documentationPaul Holzinger2022-04-22
| * | | shared netns and --add-host should conflictPaul Holzinger2022-04-22
| * | | network dis-/connect: update /etc/hostsPaul Holzinger2022-04-22
| * | | libpod: fix c.Hostname() to respect the utsNsCtrPaul Holzinger2022-04-22
| * | | use etchosts package from c/commonPaul Holzinger2022-04-22
* | | | Merge pull request #13881 from rhatdan/usernsOpenShift Merge Robot2022-04-22
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add support for --userns=nomapDaniel J Walsh2022-04-21
* | | | Merge pull request #13972 from Luap99/staticcheckOpenShift Merge Robot2022-04-22
|\ \ \ \ | |_|_|/ |/| | |
| * | | silence deprecated warnings for manifest functionsPaul Holzinger2022-04-22
| * | | enable staticcheck linterPaul Holzinger2022-04-22
| * | | move golang.org/x/crypto/ssh/terminal to golang.org/x/termPaul Holzinger2022-04-22
* | | | Merge pull request #13969 from flouthoc/mount-csv-parsingOpenShift Merge Robot2022-04-22
|\ \ \ \
| * | | | specgen-volumes: parse --mount using csv-reader instead of split by commaAditya R2022-04-22
* | | | | Merge pull request #13964 from rhatdan/rootfullOpenShift Merge Robot2022-04-22
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Switch all rootful to rootfullDaniel J Walsh2022-04-21
* | | | | Merge pull request #13971 from rhatdan/codespellOpenShift Merge Robot2022-04-22
|\ \ \ \ \
| * | | | | Run codespell on codeDaniel J Walsh2022-04-22
| | |_|/ / | |/| | |
* | | | | Merge pull request #13935 from edsantiago/bats_assertOpenShift Merge Robot2022-04-22
|\ \ \ \ \
| * | | | | system tests: add assert(), and start using itEd Santiago2022-04-20
* | | | | | Merge pull request #13943 from cdoern/cloneOpenShift Merge Robot2022-04-22
|\ \ \ \ \ \
| * | | | | | podman container clone -fcdoern2022-04-21
* | | | | | | Merge pull request #13956 from cevich/fix_git_idOpenShift Merge Robot2022-04-22
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Cirrus: Fix missing git-enforced runtime identityChris Evich2022-04-21
* | | | | | | Merge pull request #13958 from cevich/fix_system_criu_relinkOpenShift Merge Robot2022-04-22
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Workaround criu re-linking output in system testChris Evich2022-04-21
* | | | | | | Merge pull request #13938 from rhatdan/VENDOROpenShift Merge Robot2022-04-22
|\ \ \ \ \ \ \
| * | | | | | | vendor in latest containers/(storage,common,image)Daniel J Walsh2022-04-21
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #13963 from flouthoc/revert-entrypoint-compatOpenShift Merge Robot2022-04-21
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Revert "container,inspect: convert Entrypoint to array instead of a string"Aditya R2022-04-22
| |/ / / / /
* | | | | | Merge pull request #13957 from cevich/fix_remote_netavarkOpenShift Merge Robot2022-04-21
|\ \ \ \ \ \
| * | | | | | Fix using --network-backend on podman-remoteChris Evich2022-04-21
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #13955 from cevich/fix_size_checkOpenShift Merge Robot2022-04-21
|\ \ \ \ \ \
| * | | | | | Fix size-check to display more contextChris Evich2022-04-21
| |/ / / / /
* | | | | | Merge pull request #13960 from cevich/fix_upgradeOpenShift Merge Robot2022-04-21
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Fix upgrade tests assuming storage.conf existsChris Evich2022-04-21
| |/ / / /
* | | | | Merge pull request #13936 from edsantiago/can_you_believe_ed_wants_to_skip_testsOpenShift Merge Robot2022-04-21
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Optimization: skip tests in some circumstancesEd Santiago2022-04-21
| |/ / /