moby--moby/utils
Don Kjer 568f86eb18 Deprecating ResolveRepositoryName
Passing RepositoryInfo to ResolveAuthConfig, pullRepository, and pushRepository

Moving --registry-mirror configuration to registry config

Created resolve_repository job

Repo names with 'index.docker.io' or 'docker.io' are now synonymous with omitting an index name.

Adding test for RepositoryInfo

Adding tests for opts.StringSetOpts and registry.ValidateMirror

Fixing search term use of repoInfo

Adding integration tests for registry mirror configuration

Normalizing LookupImage image name to match LocalName parsing rules

Normalizing repository LocalName to avoid multiple references to an official image

Removing errorOut use in tests

Removing TODO comment

gofmt changes

golint comments cleanup.  renaming RegistryOptions => registry.Options, and RegistryServiceConfig => registry.ServiceConfig

Splitting out builtins.Registry and registry.NewService calls

Stray whitespace cleanup

Moving integration tests for Mirrors and InsecureRegistries into TestNewIndexInfo unit test

Factoring out ValidateRepositoryName from NewRepositoryInfo

Removing unused IndexServerURL

Allowing json marshaling of ServiceConfig.  Exposing ServiceConfig in /info

Switching to CamelCase for json marshaling

PR cleanup; removing 'Is' prefix from boolean members.  Removing unneeded json tags.

Removing non-cleanup related fix for 'localhost:[port]' in splitReposName

Merge fixes for gh9735

Fixing integration test

Reapplying #9754

Adding comment on config.IndexConfigs use from isSecureIndex

Remove unused error return value from isSecureIndex

Signed-off-by: Don Kjer <don.kjer@gmail.com>

Adding back comment in isSecureIndex

Signed-off-by: Don Kjer <don.kjer@gmail.com>
2015-01-08 20:14:58 +00:00
..
daemon.go go fmt 2013-11-07 12:27:33 -08:00
flags.go Exit with non-zero code on first argument parsing error 2015-01-06 13:46:38 +01:00
http.go Deprecating ResolveRepositoryName 2015-01-08 20:14:58 +00:00
jsonmessage.go Fix to avoid a compilation error of size_test.go with GCCGO due to float to int truncation 2014-11-25 18:12:22 +09:00
jsonmessage_test.go jsonmessage: added test and cleaned up others 2014-07-28 14:43:28 -04:00
progressreader.go Fix io.Reader ambiguity on EOF in progressreader 2014-07-25 19:26:27 -04:00
random.go Fixed up if statement 2014-06-10 10:02:00 -04:00
streamformatter.go Remove unused and racy "used" param from streamformatter 2014-06-02 21:43:07 +04:00
streamformatter_test.go Remove unused and racy "used" param from streamformatter 2014-06-02 21:43:07 +04:00
timeoutconn.go Use Timeout Conn wrapper to set read deadline for downloading layer 2014-05-27 22:50:04 -07:00
timeoutconn_test.go utils: add test for TimeoutConn 2014-06-07 15:11:57 -07:00
tmpdir.go Consolidate tmpdir implementations, include Windows 2014-11-14 18:20:53 -08:00
utils.go Have .dockerignore support Dockerfile/.dockerignore 2015-01-06 10:57:48 -08:00
utils_daemon.go Extract TreeSize to daemon build 2014-11-14 18:20:53 -08:00
utils_test.go Move git and url checks into pkg 2014-11-24 18:10:37 -05:00