summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | Update to the latest version of buildahDaniel J Walsh2020-02-19
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #5241 from mheon/pod_network_opts_addOpenShift Merge Robot2020-02-20
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add network options to podman pod createMatthew Heon2020-02-19
| * | | | | | | | | | Add ability for pods to use the host networkMatthew Heon2020-02-17
* | | | | | | | | | | Merge pull request #5265 from edsantiago/batsOpenShift Merge Robot2020-02-20
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | New login and push testsEd Santiago2020-02-19
* | | | | | | | | | | Merge pull request #5267 from edsantiago/swagger_fixesOpenShift Merge Robot2020-02-20
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Swagger: fix one incorrect commentEd Santiago2020-02-19
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #5204 from baude/apiv2createlibpodOpenShift Merge Robot2020-02-19
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | apiv2 container create using specgenBrent Baude2020-02-19
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #5258 from containers/dependabot/go_modules/github.com/con...OpenShift Merge Robot2020-02-19
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | build(deps): bump github.com/containers/storage from 1.15.8 to 1.16.0dependabot-preview[bot]2020-02-19
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #5259 from schubter/apiv2-create-imageOpenShift Merge Robot2020-02-19
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fixed CreateImageFromImage not respecting supplied Tag parameterAndreas Schubert2020-02-19
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #5257 from containers/dependabot/go_modules/github.com/str...OpenShift Merge Robot2020-02-19
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | build(deps): bump github.com/stretchr/testify from 1.4.0 to 1.5.0dependabot-preview[bot]2020-02-19
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #5225 from vrothberg/fix-5087OpenShift Merge Robot2020-02-19
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | libpod.conf: clarify `label` descriptionValentin Rothberg2020-02-19
| * | | | | | | | | set process labels in pkg/specValentin Rothberg2020-02-19
| * | | | | | | | | libpod/config: use built-in TOML instead of manually mergingValentin Rothberg2020-02-19
| |/ / / / / / / /
* | | | | | | | | Merge pull request #5248 from rhatdan/precommitOpenShift Merge Robot2020-02-19
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Add installation of pre-commit to MakefileDaniel J Walsh2020-02-18
* | | | | | | | | Merge pull request #5261 from schubter/killContainerOpenShift Merge Robot2020-02-19
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fixed typo in KillContainerAndreas Schubert2020-02-19
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #5233 from QiWang19/login/out-parameterOpenShift Merge Robot2020-02-19
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | fix mandatory parameter in login/logoutQi Wang2020-02-18
* | | | | | | | | Merge pull request #5247 from schubter/5242OpenShift Merge Robot2020-02-19
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | adds missing query struct tags and exports the fieldsAndreas Schubert2020-02-18
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #5243 from Akasurde/misc_typoOpenShift Merge Robot2020-02-18
|\ \ \ \ \ \ \ \
| * | | | | | | | Misc typo fixesAbhijeet Kasurde2020-02-18
| |/ / / / / / /
* | | | | | | | Merge pull request #5245 from giuseppe/rootless-portmapping-detachOpenShift Merge Robot2020-02-18
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | rootless: fix a regression when using -dGiuseppe Scrivano2020-02-18
| |/ / / / / /
* | | | | | | Merge pull request #5231 from edsantiago/swagger_fixesOpenShift Merge Robot2020-02-18
|\ \ \ \ \ \ \
| * | | | | | | Swagger: fix inconsistencies (try #2)Ed Santiago2020-02-18
|/ / / / / / /
* | | | | | | Merge pull request #5235 from jwhonce/issues/5229OpenShift Merge Robot2020-02-18
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Update mux rules to allow slashes in image namesJhon Honce2020-02-18
|/ / / / / /
* | | | | | Merge pull request #5223 from vrothberg/ps-image-idOpenShift Merge Robot2020-02-18
|\ \ \ \ \ \
| * | | | | | podman-ps: support image IDsValentin Rothberg2020-02-17
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #5158 from jwhonce/issues/5151OpenShift Merge Robot2020-02-18
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix handler and systemd activation errorsJhon Honce2020-02-17
| | |/ / / | |/| | |
* | | | | Merge pull request #5237 from giuseppe/check-for-valid-conmon-processOpenShift Merge Robot2020-02-17
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | rootless: check if the conmon process is validGiuseppe Scrivano2020-02-17
| | |_|/ | |/| |
* | | | Merge pull request #5093 from openSUSE/image-treeOpenShift Merge Robot2020-02-17
|\ \ \ \ | |/ / / |/| | |
| * | | Refactor image tree for API usageSascha Grunert2020-02-17
|/ / /
* | | Merge pull request #5218 from Jumanjii/update-go-md2man-pkg-nameOpenShift Merge Robot2020-02-17
|\ \ \ | |/ / |/| |
| * | Update documentation of commit command to show image reference is optionalAllan Jacquet-Cretides2020-02-15
* | | Merge pull request #5217 from mheon/rework_label_parsingOpenShift Merge Robot2020-02-15
|\ \ \ | |/ / |/| |
| * | Rework label parsingMatthew Heon2020-02-14
* | | Merge pull request #5214 from baude/apiv2loglibpodOpenShift Merge Robot2020-02-14
|\ \ \ | |/ / |/| |
| * | apiv2 libpod container logsBrent Baude2020-02-14