summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * Small code fixMatthew Heon2019-05-03
| * Fix 'restart' event in journaldMatthew Heon2019-05-03
| * Address review comments on restart policyMatthew Heon2019-05-03
| * Add a test for restart policyMatthew Heon2019-05-03
| * Add a restart event, and make one during restart policyMatthew Heon2019-05-03
| * Restart policy should not run if a container is runningMatthew Heon2019-05-03
| * Restart policy conflicts with the --rm flagMatthew Heon2019-05-03
| * Move to using constants for valid restart policy typesMatthew Heon2019-05-03
| * Add manpage information for restart policyMatthew Heon2019-05-03
| * Add support for retry count with --restart flagMatthew Heon2019-05-03
| * Sending signals to containers prevents restart policyMatthew Heon2019-05-03
| * Add container restart policy to Libpod & PodmanMatthew Heon2019-05-03
| * Add a StoppedByUser field to the DBMatthew Heon2019-05-03
* | Merge pull request #2971 from QiWang19/logoutcheckOpenShift Merge Robot2019-05-03
|\ \
| * | fix logout message if login only with dockerQi Wang2019-05-03
* | | Merge pull request #3064 from rhatdan/sysregistriesv2OpenShift Merge Robot2019-05-03
|\ \ \ | |_|/ |/| |
| * | change from sysregistries to sysregistriesv2Daniel J Walsh2019-05-03
* | | Merge pull request #3034 from vrothberg/top-fallbackOpenShift Merge Robot2019-05-03
|\ \ \
| * | | top: fallback to execing ps(1)Valentin Rothberg2019-05-03
| |/ /
* | | Merge pull request #2905 from QiWang19/globalvarOpenShift Merge Robot2019-05-03
|\ \ \
| * | | Add variable for global flags to runlabelQi Wang2019-05-02
* | | | Merge pull request #3061 from baude/parsecleanupOpenShift Merge Robot2019-05-03
|\ \ \ \ | |_|/ / |/| | |
| * | | clean up shared/parse/parse.gobaude2019-05-02
* | | | Merge pull request #2849 from cevich/timestampsOpenShift Merge Robot2019-05-03
|\ \ \ \
| * | | | Cirrus: Add pipefail confirmation checkChris Evich2019-05-02
| * | | | Cirrus: timestamp all output script outputChris Evich2019-05-02
* | | | | Merge pull request #2959 from mheon/merge_volume_flagsOpenShift Merge Robot2019-05-03
|\ \ \ \ \
| * | | | | Fix podman-in-podman volume testMatthew Heon2019-05-02
| * | | | | Move handling of ReadOnlyTmpfs into new mounts codeMatthew Heon2019-05-01
| * | | | | Begin adding volume testsMatthew Heon2019-05-01
| * | | | | Ensure that named volumes have their options parsedMatthew Heon2019-05-01
| * | | | | Add options parsing for tmpfs mountsMatthew Heon2019-05-01
| * | | | | Use EqualValues instead of reflect equalityMatthew Heon2019-05-01
| * | | | | Hit a number of to-do comments in unified volumes codeMatthew Heon2019-05-01
| * | | | | Fix options for non-bind and non-tmpfs volumesMatthew Heon2019-05-01
| * | | | | Migrate unit tests from cmd/podman into pkg/specMatthew Heon2019-05-01
| * | | | | Migrate to unified volume handling codeMatthew Heon2019-05-01
| * | | | | Always pass pod into MakeContainerConfigMatthew Heon2019-05-01
| * | | | | Remove non-config fields from CreateConfigMatthew Heon2019-05-01
| * | | | | Add a new function for converting a CreateConfigMatthew Heon2019-05-01
* | | | | | Merge pull request #3051 from mheon/podman_migrate_fixesOpenShift Merge Robot2019-05-02
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Small fixes for #2950Matthew Heon2019-05-01
| | |_|/ / | |/| | |
* | | | | Merge pull request #2985 from baude/generatesystemdOpenShift Merge Robot2019-05-02
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Generate systemd unit files for containersbaude2019-05-02
| | |_|/ | |/| |
* | | | Merge pull request #3060 from mheon/update_cstorageOpenShift Merge Robot2019-05-02
|\ \ \ \ | |/ / / |/| | |
| * | | Update c/storage to v1.12.6Matthew Heon2019-05-02
* | | | Merge pull request #3039 from mheon/podman_initOpenShift Merge Robot2019-05-02
|\ \ \ \
| * | | | Fix typo in init manpageMatthew Heon2019-05-02
| * | | | Add an InvalidState varlink error for InitMatthew Heon2019-05-02
| * | | | Add basic structure of podman init commandMatthew Heon2019-05-01