Commit graph

  • 08fb8e7d99 Merge pull request #5668 from crosbymichael/bump_v0.11.1 Michael Crosby 2014-05-07 18:47:46 -0700
  • 75fcb35695 Merge branch 'master' into bump_v0.11.1 Michael Crosby 2014-05-07 17:27:57 -0700
  • 4b4b5c5200 Merge pull request #5660 from crosbymichael/merge_release_v0.11.0 Michael Crosby 2014-05-07 11:42:49 -0700
  • 11c1d79fe6 Merge pull request #5640 from crosbymichael/bump_v0.11.0 Michael Crosby 2014-05-07 11:35:20 -0700
  • 57926292e9 Merge branch 'master' into bump_v0.11.0 Michael Crosby 2014-05-06 18:03:23 -0700
  • a9a754dad1 registry: adding vbatts to the MAINTAINERS Vincent Batts 2014-05-06 14:31:47 -0400
  • 335cdaba6f Merge pull request #5600 from unclejack/sha512_registry_support Victor Vieux 2014-05-05 15:27:11 -0700
  • f293adf7f9 import sha512 to make sha512 ssl certs work unclejack 2014-05-05 20:29:20 +0300
  • bbebff75b6 Move 'search' to the registry subsystem Solomon Hykes 2014-04-27 15:21:42 -0700
  • 8934560bbc Move 'auth' to the registry subsystem Solomon Hykes 2014-04-27 15:06:09 -0700
  • 8df2e92d6c Merge pull request #5474 from crosbymichael/use-proper-scheme Victor Vieux 2014-04-29 12:04:49 -0700
  • 3e064ac71c Use proper scheme with static registry Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael) Michael Crosby 2014-04-29 02:01:07 -0700
  • c914523873 Merge pull request #4607 from vbatts/vbatts-static_registry Victor Vieux 2014-04-29 11:22:44 -0700
  • c9a32099ae Merge pull request #5199 from shin-/registry_mirrors_support unclejack 2014-04-28 17:56:57 +0300
  • 2b89f57964 static_registry: update the test for the new struct Vincent Batts 2014-04-25 20:01:25 -0400
  • 52893cae73 Added support for multiple endpoints in X-Docker-Endpoints header Docker-DCO-1.1-Signed-off-by: Joffrey F <joffrey@docker.com> (github: shin-) shin- 2014-04-14 20:32:47 +0200
  • 79de96ec37 Merge pull request #5202 from vieux/allow_dot_repo unclejack 2014-04-15 13:58:33 +0300
  • 4bc3522500 allow dot in repo name Victor Vieux 2014-04-14 23:15:38 +0000
  • c7c51058ce Merge pull request #5101 from unclejack/merge_release_v0.10.0 Guillaume J. Charmes 2014-04-08 16:09:47 -0700
  • fda85abaf9 Merge pull request #5079 from unclejack/bump_v0.10.0 unclejack 2014-04-09 01:56:01 +0300
  • dbb9296531 Added specific error message when hitting 401 over HTTP on push Docker-DCO-1.1-Signed-off-by: Joffrey F <joffrey@docker.com> (github: shin-) shin- 2014-04-08 16:53:16 +0200
  • 4f29181d9b Payload checksum now match the checksum simple Sam Alba 2014-03-31 18:31:15 -0700
  • d2b2bf0393 Inverted layer checksum and tarsum. Sam Alba 2014-03-31 17:56:25 -0700
  • 50ec0bbd4e Docker-DCO-1.1-Signed-off-by: Ryan Thomas <rthomas@atlassian.com> (github: rthomas) Ryan Thomas 2014-03-28 06:31:04 +1100
  • fffa920a89 Docker-DCO-1.1-Signed-off-by: Ryan Thomas <rthomas@atlassian.com> (github: rthomas) Ryan Thomas 2014-03-25 14:45:11 +1100
  • 9bad706a1f Harmonize / across all name-related commands/Validate images names Djibril Koné 2014-03-21 00:40:58 +0100
  • 47c4e542ba use mock for search Victor Vieux 2014-03-13 17:40:34 +0000
  • c18c4b8d3c registry: Info collection Vincent Batts 2014-03-11 23:36:51 -0400
  • 471d923b1b registry: make certain headers optional Vincent Batts 2014-03-10 16:11:03 -0400
  • f6fefb0bc1 Merge auth package within registry Guillaume J. Charmes 2014-03-10 17:16:58 -0700
  • af1a352485 Merge pull request #4561 from crosbymichael/merge_release_v0.9.0 Guillaume J. Charmes 2014-03-10 14:24:25 -0700
  • 93a3113d8d Merge branch 'release' into merge_release_v0.9.0 Michael Crosby 2014-03-10 14:08:17 -0700
  • e7d288d8d7 Merge pull request #4489 from crosbymichael/bump_v0.9.0 Michael Crosby 2014-03-10 10:04:33 -0700
  • 1c101d006b Remove manual http cookie management Fabio Falci 2014-03-09 01:49:36 +0000
  • 7cba1fbcc8 Merge branch 'master' into bump_v0.9.0 Michael Crosby 2014-03-07 15:37:29 -0800
  • 1278e74c26 Merge pull request #4270 from DevTable/fixregistryauth Guillaume J. Charmes 2014-03-03 17:34:21 -0800
  • f29683f794 registry: Fixed unexported field Sam Alba 2014-02-25 16:06:04 -0800
  • ba8dbe4b9b registry: Removed checksumPayload from exported fields Sam Alba 2014-02-24 12:40:33 -0800
  • bae6dc35bc registry: Fixed tests Sam Alba 2014-02-24 09:04:27 -0800
  • 3bf0ee5e52 registry: Added simple checksums (sha256) for layers Sam Alba 2014-02-23 18:33:46 -0800
  • bac83c7608 Fix registry auth by storing the string passed on the command line, and allowing for credential selection by normalizing on hostname. Also, remove remote ping calls from CmdPush and CmdPull. Jake Moshenko 2014-02-20 17:57:58 -0500
  • d2d6c2381d Merge pull request #4218 from crosbymichael/merge_release_v0.8.1 Michael Crosby 2014-02-18 19:37:26 -0500
  • 6690276bbf Merge pull request #4207 from crosbymichael/bump_v0.8.1 Michael Crosby 2014-02-18 19:22:30 -0500
  • 36b0a1e132 Merge branch 'master' into bump_v0.8.1 Michael Crosby 2014-02-18 10:51:19 -0800
  • 50a1faa08e Merge pull request #3941 from crosbymichael/merge_release_v0.8.0 Michael Crosby 2014-02-05 14:16:25 -0500
  • b7246f179d Merge pull request #3916 from crosbymichael/bump_v0.8.0 Michael Crosby 2014-02-05 12:49:41 -0500
  • 9274def67d Fix login prompt on push and pull because of error message Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael) Michael Crosby 2014-02-03 11:38:34 -0800
  • 4fe7a141bf Added missing attributes to api search calls: - Added an argument to the call() method in order to control the auth sharing - Enabled it only for search. Pulls and pushes were enabled already. - Grouped a few variable declarations Roberto G. Hashioka 2014-01-21 04:06:19 +0000
  • 275109a6ad Make sure new repositories can be pushed with multiple tags Michael Crosby 2014-01-20 13:39:35 -0800
  • 0c11fc384d Merge pull request #3575 from shykes/engine-get-images Victor Vieux 2014-01-13 16:25:23 -0800
  • 78bc8d7377 move legacy stuff outside the job Victor Vieux 2014-01-13 14:55:31 -0800
  • f8e41303e4 Merge pull request #3537 from crosbymichael/merge_release_v0.7.5 Guillaume J. Charmes 2014-01-09 11:39:35 -0800
  • 8c4e74d3d9 Merge pull request #3532 from crosbymichael/bump_v0.7.5 Michael Crosby 2014-01-09 11:33:57 -0800
  • f5b5aad1b2 Merge pull request #3498 from crosbymichael/merge_release_v0.7.4 Guillaume J. Charmes 2014-01-07 18:44:03 -0800
  • 83b0eeefde Merge pull request #3495 from crosbymichael/bump_v0.7.4 Michael Crosby 2014-01-07 18:35:44 -0800
  • 6fc5e50471 Merge pull request #3431 from shin-/ping_standalone_check Michael Crosby 2014-01-07 10:33:07 -0800
  • 9bafa726be Fixed registry unit tests shin- 2014-01-06 21:04:44 +0100
  • e1c4101dce Merge pull request #3439 from dotcloud/bump_v0.7.3 Tianon Gravi 2014-01-03 16:01:56 -0800
  • 79e0ed25db Check standalone header when pinging a registry server. Standalone has to be true to use basic auth (in addition to previous requirements) shin- 2014-01-02 17:51:42 +0100
  • 10eeaec70c fix progressbar in docker push Victor Vieux 2013-12-19 12:32:58 -0800
  • cea40c552b Merge pull request #3233 from crosbymichael/bump_0.7.2 Guillaume J. Charmes 2013-12-16 15:06:42 -0800
  • aad8990de5 Merge pull request #3101 from creack/merge_release Solomon Hykes 2013-12-06 18:09:38 -0800
  • adc5a3e6fa Merge pull request #3081 from creack/bump_0.7.1 Guillaume J. Charmes 2013-12-05 17:19:06 -0800
  • d2f7d65d71 Don't return req as result of setTokenAuth shin- 2013-11-04 21:49:34 +0100
  • 1ff180d1b4 missed one call to setTokenAuth shin- 2013-10-23 18:00:40 +0200
  • 0fca0f12f6 Factorized auth token setting shin- 2013-10-23 17:56:40 +0200
  • d4a00ebecb gofmt shin- 2013-10-22 20:57:48 +0200
  • 097f41245a Use basic auth for private registries when over HTTPS. RequestFactory is no longer a singleton (can be different for different instances of Registry) Registry now has an indexEndpoint member Registry methods that needed the indexEndpoint parameter no longer do so Registry methods will only use token auth where applicable if basic auth is not enabled. shin- 2013-10-22 20:49:13 +0200
  • a7b957f06f Merge pull request #2964 from andrewsmedina/gofmt2 Guillaume J. Charmes 2013-11-29 17:19:28 -0800
  • 52a0a052e8 go fmt. Andrews Medina 2013-11-29 22:20:59 -0200
  • c86cee210f Closing connection after ping cressie176 2013-11-29 10:02:53 +0000
  • 94472f9dad Merge branch 'release' Michael Crosby 2013-11-25 22:25:33 -0800
  • d1730bcbd5 Merge pull request #2857 from shykes/0.7-release Solomon Hykes 2013-11-25 22:14:33 -0800
  • df65ef85a5 Merge pull request #2812 from dotcloud/bump_v0.6.7 Victor Vieux 2013-11-21 18:21:19 -0800
  • adb2438b52 Merge pull request #2812 from dotcloud/bump_v0.6.7 Victor Vieux 2013-11-21 18:21:19 -0800
  • c61f57d040 Merge branch 'master' into bump_v0.6.7 Victor Vieux 2013-11-21 17:40:29 -0800
  • 1f5c567df1 Merge pull request #2577 from dotcloud/bump_v0.6.6 Victor Vieux 2013-11-06 12:03:03 -0800
  • 3584ab1cd3 Merge pull request #2577 from dotcloud/bump_v0.6.6 Victor Vieux 2013-11-06 12:03:03 -0800
  • 2c26420bc4 update docker search to reflect future changes of the api Victor Vieux 2013-10-24 12:20:34 -0700
  • 1d50d7a59f Merge pull request #2428 from dotcloud/bump_0.6.5 Michael Crosby 2013-10-29 14:56:54 -0700
  • 437ac945ad Merge pull request #2400 from dotcloud/remove_newline_debugf Victor Vieux 2013-10-25 18:01:19 -0700
  • 77f6f32704 Removes \\n from debugf calls Victor Vieux 2013-10-25 17:50:40 -0700
  • e5dcf37f11 Merge pull request #2338 from proppy/patch-1 Michael Crosby 2013-10-22 14:48:12 -0700
  • 2f94790d67 registry: fix content-type for PushImageJSONIndex Johan Euphrosine 2013-10-22 11:56:48 -0700
  • 25a427b423 Merge branch 'release' Michael Crosby 2013-10-16 18:20:04 -0700
  • d089108114 Merge pull request #2255 from dotcloud/bump_0.6.4 Michael Crosby 2013-10-16 17:59:45 -0700
  • 8d77082c92 Fix some error cases where a HTTP body might not be closed Jonathan Rudenberg 2013-10-08 15:21:32 -0400
  • 3aedd7294a Merge pull request #2004 from kencochrane/master Victor Vieux 2013-09-25 09:46:15 -0700
  • cbb906e41f fix the error message so it is the same as the regex issue #1999 Ken Cochrane 2013-09-25 11:33:09 -0400
  • 38c0b8a3f1 Merge pull request #1949 from dotcloud/1895-registry-regex Michael Crosby 2013-09-20 14:03:50 -0700
  • 9c366e092d Modify repository name regex to match index Michael Crosby 2013-09-19 20:25:00 -0700
  • 96593dc278 Merge pull request #1908 from dotcloud/bump_v0.6.2 Daniel Mizyrycki 2013-09-18 11:21:51 -0700
  • 49736d5fc7 Prevent panic upon error pulling registry Guillaume J. Charmes 2013-09-16 16:18:25 -0700
  • ee38e49093 Login against private registry Marco Hennings 2013-09-03 20:45:49 +0200
  • 037e1bb1a3 Merge pull request #1628 from dotcloud/bump_0.6.0 Michael Crosby 2013-08-23 10:45:14 -0700
  • 3d099689cc Merge pull request #1473 from shin-/978-opaque-v2 Michael Crosby 2013-08-16 12:24:51 -0700
  • a7b3e7eb78 registry: removing opaqueRequest shin- 2013-07-03 17:24:43 +0200
  • 4ed0cb06e6 Merge pull request #1551 from dotcloud/hotfix_parallel_pull_display Victor Vieux 2013-08-15 04:43:26 -0700
  • ecd70a1948 hot fix display in parallel pull and go fmt Victor Vieux 2013-08-15 11:42:40 +0000
  • e55267bc99 Add GitHub usernames to MAINTAINERS Jonathan Rudenberg 2013-08-09 21:16:44 -0400