Commit Graph

17 Commits

Author SHA1 Message Date
3421949564 Fix for #307
Upstream-commit: 8fed600077d5b8d976adec27dfb822166ca7baa5
Component: engine
2013-04-02 03:00:21 -07:00
c5d25049cd A few spelling/grammar corrections.
Upstream-commit: 13d2b086386196e9f4f03e4a18d508a65f6fc5ff
Component: engine
2013-04-01 12:56:50 -07:00
1ceba2a123 Don't convert []byte to string unnecessarily.
Upstream-commit: 15b30881570369564bde3f7d8faf4491b2ebfaab
Component: engine
2013-04-01 11:15:40 -07:00
70d73b8c8b Don't use a strings.Reader where a bytes.Reader will do.
There are several places where a []byte is converted to a string
and then fed into strings.NewReader().
Upstream-commit: 7830cf91663f071315c3d0406bc3de0f8a58c2b6
Component: engine
2013-04-01 11:15:10 -07:00
3e91a54abc Camelize some snake_case variable names
Upstream-commit: a6da7f138c0b260d560c63e234c87db0f5c72bb1
Component: engine
2013-03-28 20:12:23 -04:00
1631f2fd5f Fix the rootPath for auth
Upstream-commit: e726bdcce2606acef136a4d5ba47e367d9e461df
Component: engine
2013-03-22 05:52:13 -07:00
209c0fcc0f Put back the "official" repo
Upstream-commit: fc0eac37e47f220e83eacde51519de092b17e426
Component: engine
2013-03-22 04:37:18 -07:00
977b51bc15 Integrate Auth in runtime and make the config file relative to runtime root
Upstream-commit: c72ff318d3fb6ab887af21cf4410e1bc8104663a
Component: engine
2013-03-22 02:19:39 -07:00
38ddc6133f Handle push/pull of repositories
Upstream-commit: 11c4294846b55914ec5c5b475012a2234be9a9ff
Component: engine
2013-03-22 01:25:27 -07:00
a3b5b5979f change registry address to https from http
Upstream-commit: 8be58d3a7f6020fe34281dbe27375005e248f0f5
Component: engine
2013-03-19 16:03:17 -07:00
b985acb966 added better error message
Upstream-commit: c4640689affc84c5a975059c5fca27a8b22bd1d0
Component: engine
2013-03-15 15:04:36 -07:00
2eb625d9e0 fixed missing varible, error:
Upstream-commit: 27ad71e025538b903a3eac8ac1e4eea654346b4d
Component: engine
2013-03-15 14:48:42 -07:00
a818fa1a95 added more debugging/ error catching
Upstream-commit: 0a35db8fd061247b1db20fde92237f02a4e6882c
Component: engine
2013-03-15 14:41:55 -07:00
1adb1f0ecb Removed the extra newline char from the messages
Upstream-commit: 7ec6a311f81289dac6305d5c91be37a97b2499a5
Component: engine
2013-03-14 20:23:45 -07:00
53bd354957 added more message changes
Upstream-commit: 9b94d89b066d23d6fbadc10eebd52584e93309e4
Component: engine
2013-03-14 19:43:42 -07:00
54b14dcadb cleaned up the code a little
Upstream-commit: f1cf5074f568c4b853d6ac91c358babdbb12a544
Component: engine
2013-03-14 18:43:02 -07:00
c24c054d47 added ability to login/register to the docker registry, via the docker login command
Upstream-commit: be20f3c518cb1587a2c731a1d6d91bdedcbf1dc9
Component: engine
2013-03-14 17:43:59 -07:00