summaryrefslogtreecommitdiff
path: root/pkg/api/handlers/utils
Commit message (Expand)AuthorAge
* compat API: allow enforcing short-names resolution to Docker HubValentin Rothberg2021-11-30
* Add testsMatej Vasek2021-11-01
* Better emptiness test for custom JSON serializerMatej Vasek2021-11-01
* standardize logrus messages to upper caseDaniel J Walsh2021-09-22
* Refacter API server emphasis on loggingJhon Honce2021-09-10
* Run codespell to fix spellingDaniel J Walsh2021-08-11
* vendor containers/common@mainValentin Rothberg2021-07-16
* support tag@digest notationValentin Rothberg2021-05-31
* fix: response body of containers wait endpointMatej Vasek2021-05-18
* fix: improved "containers/{name}/wait" endpointMatej Vasek2021-05-10
* migrate Podman to containers/common/libimageValentin Rothberg2021-05-05
* Fixes from make codespellDaniel J Walsh2021-04-21
* Fix filters in image http compat/libpod api endpointsJakub Guzik2021-03-25
* Use version package to track all versionsJhon Honce2021-03-03
* bump go module to v3Valentin Rothberg2021-02-22
* Fix superfluous response.WriteHeader call in WaitContainerLibpod()Nikolay Edigaryev2021-02-12
* Enable whitespace linterPaul Holzinger2021-02-11
* Enable golint linterPaul Holzinger2021-02-11
* Implement SecretsAshley Cui2021-02-09
* Merge pull request #9048 from matejvasek/apiv2_waitOpenShift Merge Robot2021-02-05
|\
| * Implement Docker wait conditionsMatej Vasek2021-02-03
| * Improve ContainerEngine.ContainerWait()Matej Vasek2021-02-03
* | Merge pull request #9182 from mheon/bump_apiOpenShift Merge Robot2021-02-05
|\ \ | |/ |/|
| * Bump remote API version to 3.0.0Matthew Heon2021-02-04
* | Report StatusConflict on Pod opt partial failuresJhon Honce2021-02-02
|/
* Switch podman stop/kill/wait handlers to use abiDaniel J Walsh2021-01-29
* Reduce general binding binary sizebaude2021-01-13
* Use abi PodPs implementation for libpod/pods/json endpointPaul Holzinger2021-01-09
* Consolidate filter logic to pkg subdirectoryBaron Lenardson2020-12-24
* Remove varlink support from PodmanDaniel J Walsh2020-11-26
* Align the podman pod ps --filter behavior with podman psPaul Holzinger2020-11-18
* Lowercase some errorsKir Kolyshkin2020-10-05
* Refactor API version valuesJhon Honce2020-09-15
* fix /libpod/pods/json returns null when there are no podszhangguanzhang2020-08-21
* image list: speed upValentin Rothberg2020-08-07
* API returns 500 in case network is not found instead of 404zhangguanzhang2020-08-02
* Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh2020-07-28
* Add support for Filter query parameter to list images apiKorhonen Sami (Samlink)2020-07-07
* move go module to v2Valentin Rothberg2020-07-06
* Merge pull request #6557 from rhatdan/lintOpenShift Merge Robot2020-06-15
|\
| * Turn on More lintersDaniel J Walsh2020-06-15
* | Reassemble filters on the server sideDaniel J Walsh2020-06-12
|/
* Fix Id->ID where possible for lintDaniel J Walsh2020-06-10
* Fixup issues found by golintDaniel J Walsh2020-06-10
* Add support for format {{.Label}}Brent Baude2020-06-01
* Fix remote handling of podman images callsDaniel J Walsh2020-05-21
* V2 API Version SupportJhon Honce2020-05-20
* V2 Implement terminal handling in bindings attachJhon Honce2020-05-18
* implement pod statsValentin Rothberg2020-04-27
* Podman V2 birthBrent Baude2020-04-16