Commit Graph

30 Commits

Author SHA1 Message Date
Victor Vieux 86ada2fa5d drop/omit 2013-06-04 13:51:12 +00:00
Guillaume J. Charmes b76d6120ac Update tests with new cookies for registry 2013-05-28 17:35:10 -07:00
Guillaume J. Charmes fef816163c Merge pull request #618 from titanous/cleanup
Misc. cleanup
2013-05-15 18:05:31 -07:00
Jonathan Rudenberg aa0d40747c Remove broken, redundant struct tag 2013-05-15 16:02:24 -04:00
shin- 2b620efffd Allow index server address to vary during execution 2013-05-14 22:00:24 +00:00
shin- fc1d1d871b Find docker index URL in ENV before using default value. Unit tests for docker pull 2013-05-14 22:00:24 +00:00
Sam Alba a372f982c1 Switching to prod index server 2013-05-06 10:57:38 -07:00
Sam Alba 0f68042053 Handled wrong user credentials by re-init the auth file (it was impossible to login after having wrong crendentials) 2013-05-06 10:57:03 -07:00
shin- 18796d55a6 Fixed some login quirks 2013-05-06 10:57:00 -07:00
shin- 594827d416 Fixed typo in 'username or email already exists' 2013-05-06 10:56:59 -07:00
shin- 84be35dce1 Fixed docker login 2013-05-06 10:54:48 -07:00
shin- 23953e7d67 Style changes in auth.Login 2013-05-06 10:54:46 -07:00
shin- 2421838b0a Support for the new registry/index API (wip) 2013-05-06 10:51:04 -07:00
shin- 8fed600077 Fix for #307 2013-04-02 03:00:21 -07:00
Caleb Spare 13d2b08638 A few spelling/grammar corrections. 2013-04-01 12:56:50 -07:00
Caleb Spare 15b3088157 Don't convert []byte to string unnecessarily. 2013-04-01 11:15:40 -07:00
Caleb Spare 7830cf9166 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().
2013-04-01 11:15:10 -07:00
Jonathan Rudenberg a6da7f138c Camelize some snake_case variable names 2013-03-28 20:12:23 -04:00
creack e726bdcce2 Fix the rootPath for auth 2013-03-22 05:52:13 -07:00
creack fc0eac37e4 Put back the "official" repo 2013-03-22 04:37:18 -07:00
creack c72ff318d3 Integrate Auth in runtime and make the config file relative to runtime root 2013-03-22 02:19:39 -07:00
creack 11c4294846 Handle push/pull of repositories 2013-03-22 01:25:27 -07:00
Ken Cochrane 8be58d3a7f change registry address to https from http 2013-03-19 16:03:17 -07:00
Ken Cochrane c4640689af added better error message 2013-03-15 15:04:36 -07:00
Ken Cochrane 27ad71e025 fixed missing varible, error: 2013-03-15 14:48:42 -07:00
Ken Cochrane 0a35db8fd0 added more debugging/ error catching 2013-03-15 14:41:55 -07:00
Ken Cochrane 7ec6a311f8 Removed the extra newline char from the messages 2013-03-14 20:23:45 -07:00
Ken Cochrane 9b94d89b06 added more message changes 2013-03-14 19:43:42 -07:00
Ken Cochrane f1cf5074f5 cleaned up the code a little 2013-03-14 18:43:02 -07:00
Ken Cochrane be20f3c518 added ability to login/register to the docker registry, via the docker login command 2013-03-14 17:43:59 -07:00