| Commit message (Expand) | Author | Age |
* | Fixes from make codespell | Daniel J Walsh | 2021-04-21 |
* | podman generate systemd --new do not duplicate params | Paul Holzinger | 2021-03-28 |
* | Add RequiresMountsFor= to systemd generate | Robb Manes | 2021-03-26 |
* | Do not leak libpod package into the remote client | Paul Holzinger | 2021-03-15 |
* | Merge pull request #9445 from jmguzik/no-header-info-for-systemd-generation | OpenShift Merge Robot | 2021-02-22 |
|\ |
|
| * | --no-header flag implementation for generate systemd | Jakub Guzik | 2021-02-22 |
* | | bump go module to v3 | Valentin Rothberg | 2021-02-22 |
|/ |
|
* | Fix broken podman generate systemd --new with pods | Paul Holzinger | 2021-02-16 |
* | Enable whitespace linter | Paul Holzinger | 2021-02-11 |
* | Fix podman generate systemd --new special char handling | Paul Holzinger | 2021-02-01 |
* | Make generate systemd --new robust against double curly braces | Paul Holzinger | 2021-01-20 |
* | More /var/run -> /run | Ed Santiago | 2021-01-12 |
* | Merge pull request #8851 from Luap99/fix-generate-systemd-flag-parsing | OpenShift Merge Robot | 2021-01-12 |
|\ |
|
| * | Make podman generate systemd --new flag parsing more robust | Paul Holzinger | 2021-01-07 |
* | | Switch references of /var/run -> /run | Daniel J Walsh | 2021-01-07 |
|/ |
|
* | generate systemd: do not set `KillMode` | Valentin Rothberg | 2021-01-05 |
* | Spelling | Josh Soref | 2020-12-22 |
* | Drop default log-level from error to warn | Daniel J Walsh | 2020-12-03 |
* | Add shell completion with cobra | Paul Holzinger | 2020-11-12 |
* | Refactor version handling in cmd tree | Jhon Honce | 2020-09-18 |
* | generate systemd: catch `--name=foo` | Valentin Rothberg | 2020-09-09 |
* | APIv2 add generate systemd endpoint | Paul Holzinger | 2020-09-02 |
* | generate systemd: quote arguments with whitespace | Valentin Rothberg | 2020-08-19 |
* | Switch all references to github.com/containers/libpod -> podman | Daniel J Walsh | 2020-07-28 |
* | move go module to v2 | Valentin Rothberg | 2020-07-06 |
* | Merge pull request #6768 from vrothberg/fix-6766 | OpenShift Merge Robot | 2020-06-29 |
|\ |
|
| * | generate systemd: improve pod-flags filter | Valentin Rothberg | 2020-06-25 |
* | | systemd generate: allow manual restart of container units in pods | Valentin Rothberg | 2020-06-25 |
|/ |
|
* | correct the absolute path of `rm` executable | Yuan-Hao Chen | 2020-06-19 |
* | generate systemd: `ExecStopPost` for all units | Valentin Rothberg | 2020-06-17 |
* | generate systemd: `--replace` on named containers/pods | Valentin Rothberg | 2020-06-15 |
* | generate systemd: wrap pod/ctr lookup errors | Valentin Rothberg | 2020-06-11 |
* | generate systemd: create pod template | Valentin Rothberg | 2020-06-11 |
* | generate systemd: refactor | Valentin Rothberg | 2020-06-11 |
* | generate systemd: rename source files | Valentin Rothberg | 2020-06-11 |
* | generate systemd: rename "cid" to "ctr-id" | Valentin Rothberg | 2020-06-11 |
* | systemd/generate: remove unused infra container field | Valentin Rothberg | 2020-06-11 |
* | Fixup issues found by golint | Daniel J Walsh | 2020-06-10 |
* | V2 Fix support for tcp://[::]<port> connections | Jhon Honce | 2020-04-17 |
* | Switch to using --time as opposed to --timeout to better match Docker. | Daniel J Walsh | 2020-03-31 |
* | auto updates | Valentin Rothberg | 2020-03-17 |
* | pkg/systemd: add dbus support | Valentin Rothberg | 2020-03-17 |
* | fix systemd generate tests | Valentin Rothberg | 2020-03-16 |
* | Merge pull request #5439 from ttys3/fixup-systemdgen-with-new-param | OpenShift Merge Robot | 2020-03-16 |
|\ |
|
| * | force run container detached if container CreateCommand missing the detach param | 荒野無燈 | 2020-03-14 |
* | | generate systemd: add `default.target` to INSTALL | Valentin Rothberg | 2020-03-09 |
|/ |
|
* | generate systemd: remove leading slashes | Valentin Rothberg | 2020-03-05 |
* | generate systemd: add network dependencies | Valentin Rothberg | 2020-03-03 |
* | Fix handler and systemd activation errors | Jhon Honce | 2020-02-17 |