moby--moby/registry
Vincent Demeester 636c276f67
Add Unit test to daemon.SearchRegistryForImages…
… and refactor a little bit some daemon on the way.

- Move `SearchRegistryForImages` to a new file (`daemon/search.go`) as
  `daemon.go` is getting pretty big.
- `registry.Service` is now an interface (allowing us to decouple it a
  little bit and thus unit test easily).
- Add some unit test for `SearchRegistryForImages`.
- Use UniqueExactMatch for search filters
- And use empty restore id for now in client.ContainerStart.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-05-24 11:07:11 +02:00
..
auth.go Correct login debug log message 2016-03-28 18:22:24 -07:00
auth_test.go Remove email address field from login 2016-02-29 17:53:27 -08:00
config.go 1.change validateNoSchema into validateNoScheme 2016-03-31 12:29:15 +08:00
config_test.go Deprecating ResolveRepositoryName 2015-01-08 20:14:58 +00:00
config_unix.go Remove Windows-specific default registry definitions 2016-03-10 18:33:14 -08:00
config_windows.go Remove Windows-specific default registry definitions 2016-03-10 18:33:14 -08:00
endpoint_test.go Login update and endpoint refactor 2016-03-01 11:52:32 -08:00
endpoint_v1.go registry: endpoint_v1: fix outdated comment 2016-03-16 12:53:11 +01:00
reference.go Use notary library for trusted image fetch and signing 2015-07-24 14:08:20 -07:00
registry.go Respect ALL_PROXY during registry operations 2016-04-25 15:08:30 -04:00
registry_mock_test.go Move registry service options to the daemon configuration. 2016-03-10 11:53:11 -05:00
registry_test.go Add Unit test to daemon.SearchRegistryForImages… 2016-05-24 11:07:11 +02:00
service.go Add Unit test to daemon.SearchRegistryForImages… 2016-05-24 11:07:11 +02:00
service_v1.go Add Unit test to daemon.SearchRegistryForImages… 2016-05-24 11:07:11 +02:00
service_v2.go Add Unit test to daemon.SearchRegistryForImages… 2016-05-24 11:07:11 +02:00
session.go *: fix response body leaks 2016-03-16 17:15:42 +01:00
types.go Login update and endpoint refactor 2016-03-01 11:52:32 -08:00