Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | Merge pull request #3042 from baude/bridge | OpenShift Merge Robot | 2019-05-08 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | add varlink bridge | baude | 2019-05-08 | |
| | |/ / / / | |/| | | | | ||||
* | | | | | | Merge pull request #3082 from mheon/pod_removal_reliability | OpenShift Merge Robot | 2019-05-08 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||
| * | | | | | Preserve errors returned by removing pods | Matthew Heon | 2019-05-07 | |
| * | | | | | Improve robustness of pod removal | Matthew Heon | 2019-05-07 | |
* | | | | | | Merge pull request #3085 from cevich/snuffleupagus | OpenShift Merge Robot | 2019-05-08 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||
| * | | | | | Add negative command-line test | Chris Evich | 2019-05-08 | |
|/ / / / / | ||||
* | | | | | Merge pull request #3076 from baude/healthcheckman | OpenShift Merge Robot | 2019-05-07 | |
|\ \ \ \ \ | ||||
| * | | | | | podman-run|create man updates | baude | 2019-05-07 | |
| | |_|/ / | |/| | | | ||||
* | | | | | Merge pull request #2977 from baude/makeitrain | OpenShift Merge Robot | 2019-05-07 | |
|\ \ \ \ \ | ||||
| * | | | | | enable integration tests for remote-client | baude | 2019-05-07 | |
* | | | | | | Merge pull request #3080 from baude/remotepsnamespace | OpenShift Merge Robot | 2019-05-07 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||
| * | | | | | fix podman-remote ps --ns | baude | 2019-05-07 | |
* | | | | | | Merge pull request #3073 from mheon/force_lock_realloc | OpenShift Merge Robot | 2019-05-07 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||
| * | | | | | Remove tests for deprecated podman-refresh command | Matthew Heon | 2019-05-06 | |
| * | | | | | When refreshing after a reboot, force lock allocation | Matthew Heon | 2019-05-06 | |
| | |/ / / | |/| | | | ||||
* | | | | | Merge pull request #3074 from baude/checkoutpointmenu | OpenShift Merge Robot | 2019-05-07 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||
| * | | | | remote-podman checkpoint and restore add to container submenu | baude | 2019-05-06 | |
* | | | | | Merge pull request #3070 from baude/generatesystemdtests | OpenShift Merge Robot | 2019-05-06 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||
| * | | | | add unit tests for generate systemd | baude | 2019-05-06 | |
| | |/ / | |/| | | ||||
* | | | | Merge pull request #3048 from cevich/varlink_api_check | OpenShift Merge Robot | 2019-05-06 | |
|\ \ \ \ | |_|/ / |/| | | | ||||
| * | | | Fix API.md | Chris Evich | 2019-05-03 | |
| * | | | Cirrus: Add missing task dependencies | Chris Evich | 2019-05-03 | |
| * | | | Cirrus: Add check for make varlink_api_generate | Chris Evich | 2019-05-03 | |
* | | | | Merge pull request #3069 from mheon/bump-1.3.0 | OpenShift Merge Robot | 2019-05-06 | |
|\ \ \ \ | |_|/ / |/| | | | ||||
| * | | | Bump gitvalidation epoch | Matthew Heon | 2019-05-06 | |
| * | | | Bump to v1.3.1-dev | Matthew Heon | 2019-05-06 | |
| * | | | Bump to v1.3.0v1.3.0 | Matthew Heon | 2019-05-06 | |
|/ / / | ||||
* | | | Merge pull request #3065 from mheon/release_notes_1.3.0 | OpenShift Merge Robot | 2019-05-06 | |
|\ \ \ | |_|/ |/| | | ||||
| * | | Update release notes for 1.3.0 release | Matthew Heon | 2019-05-05 | |
| |/ | ||||
* | | Merge pull request #3067 from TomSweeneyRedHat/dev/tsweeney/buildah1.8.2 | OpenShift Merge Robot | 2019-05-04 | |
|\ \ | ||||
| * | | Bump to Buildah v1.8.2 | TomSweeneyRedHat | 2019-05-03 | |
* | | | Merge pull request #3066 from mheon/events_libpod_manpage | OpenShift Merge Robot | 2019-05-04 | |
|\ \ \ | |/ / |/| | | ||||
| * | | Document events logger options in libpod.conf manpage | Matthew Heon | 2019-05-03 | |
| |/ | ||||
* | | Merge pull request #2826 from mheon/restart_policy | OpenShift Merge Robot | 2019-05-03 | |
|\ \ | |/ |/| | ||||
| * | Try and fix restart-policy tests | Matthew Heon | 2019-05-03 | |
| * | Fix manpage typos | Matthew Heon | 2019-05-03 | |
| * | Small code fix | Matthew Heon | 2019-05-03 | |
| * | Fix 'restart' event in journald | Matthew Heon | 2019-05-03 | |
| * | Address review comments on restart policy | Matthew Heon | 2019-05-03 | |
| * | Add a test for restart policy | Matthew Heon | 2019-05-03 | |
| * | Add a restart event, and make one during restart policy | Matthew Heon | 2019-05-03 | |
| * | Restart policy should not run if a container is running | Matthew Heon | 2019-05-03 | |
| * | Restart policy conflicts with the --rm flag | Matthew Heon | 2019-05-03 | |
| * | Move to using constants for valid restart policy types | Matthew Heon | 2019-05-03 | |
| * | Add manpage information for restart policy | Matthew Heon | 2019-05-03 | |
| * | Add support for retry count with --restart flag | Matthew Heon | 2019-05-03 | |
| * | Sending signals to containers prevents restart policy | Matthew Heon | 2019-05-03 | |
| * | Add container restart policy to Libpod & Podman | Matthew Heon | 2019-05-03 | |
| * | Add a StoppedByUser field to the DB | Matthew Heon | 2019-05-03 |