moby/registry
Paweł Gronowski b2921509e5
api/search: Reset is_automated field to false
The field will still be present in the response, but will always be
`false`.
Searching for `is-automated=true` will yield no results, while
`is-automated=false` will effectively be a no-op.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2024-03-04 10:15:59 +01:00
..
resumable migrate to github.com/containerd/log v0.1.0 2023-10-11 17:52:23 +02:00
auth.go migrate to github.com/containerd/log v0.1.0 2023-10-11 17:52:23 +02:00
auth_test.go registry: use types/registry.AuthConfig 2022-07-29 23:05:20 +02:00
config.go Merge pull request #46594 from regisb/36598-regisb/registry-mirror-path 2023-10-12 20:37:52 +02:00
config_test.go registry: allow mirror path prefix in config 2023-10-07 17:33:12 +02:00
config_unix.go remove pre-go1.17 build-tags 2023-05-19 20:38:51 +02:00
config_windows.go all: replace strings.Replace with strings.ReplaceAll 2022-05-09 19:45:40 +08:00
errors.go registry: return "errdefs" compatible error types 2022-03-17 17:12:13 +01:00
registry.go migrate to github.com/containerd/log v0.1.0 2023-10-11 17:52:23 +02:00
registry_mock_test.go migrate to github.com/containerd/log v0.1.0 2023-10-11 17:52:23 +02:00
registry_test.go registry: un-skip some tests that don't require root 2023-09-08 18:35:09 +02:00
search.go api/search: Reset is_automated field to false 2024-03-04 10:15:59 +01:00
search_endpoint_v1.go migrate to github.com/containerd/log v0.1.0 2023-10-11 17:52:23 +02:00
search_endpoint_v1_test.go registry: un-skip some tests that don't require root 2023-09-08 18:35:09 +02:00
search_session.go migrate to github.com/containerd/log v0.1.0 2023-10-11 17:52:23 +02:00
search_test.go api/search: Reset is_automated field to false 2024-03-04 10:15:59 +01:00
service.go migrate to github.com/containerd/log v0.1.0 2023-10-11 17:52:23 +02:00
service_v2.go registry: deprecate APIEndpoint.Version and APIVersion type 2023-08-29 12:49:46 +02:00
types.go migrate to new github.com/distribution/reference module 2023-09-05 12:09:26 +02:00