spiegel_podman/pkg/api/handlers/compat
Miloslav Trmač 2aeb690d37 Don't return a header name from auth.GetCredentials
Almost every caller is using it only to wrap an error
in exactly the same way, so move that error context into GetCredentials
and simplify the users.

(The one other caller, build, was even wrapping the error incorrectly
talking about query parameters; so let it use the same text as the others.)

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2021-12-10 18:16:18 +01:00
..
auth.go Fix /auth compat endpoint 2021-09-15 20:01:02 +02:00
changes.go Refacter API server emphasis on logging 2021-09-10 15:07:25 -07:00
containers.go Add --time out for podman * rm -f commands 2021-10-04 07:07:56 -04:00
containers_archive.go fix: error reporting for archive endpoint 2021-11-28 19:02:15 +01:00
containers_attach.go Refacter API server emphasis on logging 2021-09-10 15:07:25 -07:00
containers_create.go compat API: allow enforcing short-names resolution to Docker Hub 2021-11-30 14:22:52 +01:00
containers_export.go Refacter API server emphasis on logging 2021-09-10 15:07:25 -07:00
containers_logs.go Refacter API server emphasis on logging 2021-09-10 15:07:25 -07:00
containers_pause.go Refacter API server emphasis on logging 2021-09-10 15:07:25 -07:00
containers_prune.go Refacter API server emphasis on logging 2021-09-10 15:07:25 -07:00
containers_restart.go Refacter API server emphasis on logging 2021-09-10 15:07:25 -07:00
containers_start.go standardize logrus messages to upper case 2021-09-22 15:29:34 -04:00
containers_stats.go Update vendor or containers/common moving pkg/cgroups there 2021-12-07 06:17:11 -05:00
containers_stop.go Refacter API server emphasis on logging 2021-09-10 15:07:25 -07:00
containers_top.go Implement top streaming for containers and pods 2021-11-02 08:11:14 -07:00
containers_unpause.go Refacter API server emphasis on logging 2021-09-10 15:07:25 -07:00
events.go standardize logrus messages to upper case 2021-09-22 15:29:34 -04:00
exec.go Do not store the exit command in container config 2021-11-18 20:28:03 +01:00
images.go Don't return a header name from auth.GetCredentials 2021-12-10 18:16:18 +01:00
images_build.go Don't return a header name from auth.GetCredentials 2021-12-10 18:16:18 +01:00
images_history.go compat API: allow enforcing short-names resolution to Docker Hub 2021-11-30 14:22:52 +01:00
images_prune.go Refacter API server emphasis on logging 2021-09-10 15:07:25 -07:00
images_push.go Don't return a header name from auth.GetCredentials 2021-12-10 18:16:18 +01:00
images_remove.go compat API: allow enforcing short-names resolution to Docker Hub 2021-11-30 14:22:52 +01:00
images_save.go Refactor handler packages 2020-03-10 08:03:41 -07:00
images_search.go Don't return a header name from auth.GetCredentials 2021-12-10 18:16:18 +01:00
images_tag.go compat API: allow enforcing short-names resolution to Docker Hub 2021-11-30 14:22:52 +01:00
info.go Refacter API server emphasis on logging 2021-09-10 15:07:25 -07:00
networks.go compat: Add subnet mask behind IP address to match Docker API 2021-11-20 21:00:38 +08:00
ping.go Refacter API server emphasis on logging 2021-09-10 15:07:25 -07:00
resize.go Refacter API server emphasis on logging 2021-09-10 15:07:25 -07:00
secrets.go Refacter API server emphasis on logging 2021-09-10 15:07:25 -07:00
swagger.go [NO TESTS NEEDED] Clean up swagger 2021-08-19 07:57:54 -07:00
system.go Refacter API server emphasis on logging 2021-09-10 15:07:25 -07:00
types.go V2 verify JSON output is consistent and doesn't drift 2020-05-28 16:20:29 -07:00
unsupported.go bump go module to v3 2021-02-22 09:03:51 +01:00
version.go Refacter API server emphasis on logging 2021-09-10 15:07:25 -07:00
volumes.go Add --time out for podman * rm -f commands 2021-10-04 07:07:56 -04:00