spiegel_podman/pkg/bindings/test
Jhon Honce 8a7e70919f Refactor manifest list operations
* Update method/function signatures use the manifest list name and
  images associated with the operation explicitly, in general

  func f(ctx context.Context, manifestListName string,
         ImageNames []string, options *fOptions)

* Leverage gorilla/mux Subrouters to support API v3.x and v4.x for
  manifests
* Make manifest API endpoints more RESTful
* Add PUT /manifest/{id} to update existing manifests
* Add manifests.Annotate to go bindings, uncommented unit test
* Add DELETE /manifest/{Id} to remove existing manifest list, use
  PUT /manifest/{id} to remove images from a list
* Deprecated POST /manifest/{id}/add and /manifest/{id}/remove, use
  PUT /manifest/{id} instead
* Corrected swagger godoc and updated to cover API changes
* Update podman manifest commands to use registry.Context()
* Expose utils.GetVar() to obtain query parameters by name
* Unexpose server.registerSwaggerHandlers, not sure why this was ever
  exposed.
* Refactored code to use http.Header instead of map[string]string when
  operating on HTTP headers.
* Add API-Version header support in bindings to allow calling explicate
  versions of the API. Header is _NOT_ forwarded to the API service.

Signed-off-by: Jhon Honce <jhonce@redhat.com>
2022-01-14 16:13:35 -07:00
..
fixture Add guard for BuildOptions.CommonBuildOpts 2021-09-30 14:30:06 -07:00
attach_test.go e2e tests: enable golint 2021-11-29 08:30:00 -07:00
auth_test.go e2e tests: enable golint 2021-11-29 08:30:00 -07:00
common_test.go e2e tests: enable golint 2021-11-29 08:30:00 -07:00
connection_test.go e2e tests: enable golint 2021-11-29 08:30:00 -07:00
containers_test.go Add podman rm --depend 2022-01-11 14:33:54 -05:00
create_test.go e2e tests: enable golint 2021-11-29 08:30:00 -07:00
exec_test.go e2e tests: enable golint 2021-11-29 08:30:00 -07:00
generator_test.go e2e tests: enable golint 2021-11-29 08:30:00 -07:00
images_test.go bindings rmi test: clarify behavior 2021-12-16 15:31:29 +01:00
info_test.go e2e tests: enable golint 2021-11-29 08:30:00 -07:00
manifests_test.go Refactor manifest list operations 2022-01-14 16:13:35 -07:00
networks_test.go use libnetwork from c/common 2022-01-12 17:07:30 +01:00
pods_test.go e2e tests: enable golint 2021-11-29 08:30:00 -07:00
resource_test.go e2e tests: enable golint 2021-11-29 08:30:00 -07:00
secrets_test.go e2e tests: enable golint 2021-11-29 08:30:00 -07:00
system_test.go e2e tests: enable golint 2021-11-29 08:30:00 -07:00
test_suite_test.go e2e tests: enable golint 2021-11-29 08:30:00 -07:00
volumes_test.go e2e tests: enable golint 2021-11-29 08:30:00 -07:00