summaryrefslogtreecommitdiff
path: root/pkg/api/handlers/libpod/pods.go
Commit message (Expand)AuthorAge
* Fix streaming for libpod/pods/stats endpointJakub Guzik2022-07-05
* libpod/runtime: switch to golang native error wrappingSascha Grunert2022-07-04
* Swagger refactor/cleanupJhon Honce2022-05-19
* Merge pull request #12930 from cdoern/podCgroupOpenShift Merge Robot2022-02-04
|\
| * Podman pod create --share-parent vs --share=cgroupcdoern2022-02-03
* | Remove unused param and clean API handlersJakub Guzik2022-01-22
|/
* bump go module to version 4Valentin Rothberg2022-01-18
* Use the InfraImage defined in containers.confDaniel J Walsh2022-01-10
* Pod Security Option supportcdoern2021-12-27
* Enable 'podman run --memory-swappiness=0'Hironori Shiina2021-11-12
* Implement top streaming for containers and podsJhon Honce2021-11-02
* pod create: remove need for pause imageValentin Rothberg2021-10-26
* Add --time out for podman * rm -f commandsDaniel J Walsh2021-10-04
* standardize logrus messages to upper caseDaniel J Walsh2021-09-22
* Pod Device Supportcdoern2021-09-20
* Pod Volumes Supportcdoern2021-09-14
* Refacter API server emphasis on loggingJhon Honce2021-09-10
* InfraContainer Reworkcdoern2021-08-26
* Add support for pod inside of user namespace.Daniel J Walsh2021-08-09
* Fix list pods filter handling in libpod apiJakub Guzik2021-03-26
* bump go module to v3Valentin Rothberg2021-02-22
* Report StatusConflict on Pod opt partial failuresJhon Honce2021-02-02
* Use abi PodPs implementation for libpod/pods/json endpointPaul Holzinger2021-01-09
* Restore compatible API for prune endpointsJhon Honce2021-01-07
* Move pod jobs to parallel executionMatthew Heon2020-10-07
* Lowercase some errorsKir Kolyshkin2020-10-05
* fix APIv2 pods top of non-exist pod gets two response valuezhangguanzhang2020-09-09
* Ensure pod REST API endpoints include ctr errorsMatthew Heon2020-08-27
* Clean up pods before returning from Pod Stop API callMatthew Heon2020-08-17
* Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh2020-07-28
* move go module to v2Valentin Rothberg2020-07-06
* Turn on More lintersDaniel J Walsh2020-06-15
* Merge pull request #6546 from rhatdan/lintOpenShift Merge Robot2020-06-10
|\
| * Fixup issues found by golintDaniel J Walsh2020-06-10
* | Ensure signal validation happens first in pod killMatthew Heon2020-06-09
|/
* Merge pull request #5907 from sujil02/systemprune-v2OpenShift Merge Robot2020-04-28
|\
| * Adding system prune for podman v2Sujil022020-04-24
* | implement pod statsValentin Rothberg2020-04-27
|/
* Add pod prune for api v2.Sujil022020-04-17
* podman v2 remove bloat v2Brent Baude2020-04-16
* v2specgen prune libpodBrent Baude2020-04-14
* podmanv2 pod inspectSujil022020-04-01
* v2 api: implement pods top endpointValentin Rothberg2020-03-28
* podmanv2 pod create using podspecgenBrent Baude2020-03-27
* podmanv2 pod subcommandsBrent Baude2020-03-26
* Filter pods through pod list apiSujil022020-03-17
* Update start stop api to use pod status function.Sujil022020-03-10
* Fix spelling mistakes in code found by codespellDaniel J Walsh2020-03-07
* rework apiv2 wait endpoint|bindingBrent Baude2020-02-28
* Merge pull request #5251 from sujil02/pod-testOpenShift Merge Robot2020-02-20
|\