Commit graph

  • a1fc110891 Add environment variable override instructions Richard 2015-04-27 11:19:36 -0700
  • 03a529171b Create README.MD Henri Gomez 2015-04-27 12:59:17 +0200
  • 4a3e107c92 Update apache.conf Henri Gomez 2015-04-27 12:54:41 +0200
  • ccef5cc0a6 move apache.conf to apache subdir Henri Gomez 2015-04-24 09:50:05 +0200
  • a588f49425 docs: document running Registry natively on OS X Kelsey Hightower 2015-04-26 18:38:34 -0700
  • 7cae65efd0 docs: fixed links for storage drivers Ian Babrou 2015-04-20 10:41:32 +0300
  • 4d232aaa4f Disable go1.3 tests for circle and upgrade to go1.4.2 Stephen J Day 2015-04-22 12:54:01 -0700
  • e8675e69ad Fixes #391 for registry top page Fixes #390 to add building link to README Docker Registry Service to Docker Registry Mary Anthony 2015-04-18 17:06:51 -0700
  • e38fa8bff8 Fix deployment guide typos re: image name consistency. Shawn Falkner-Horine 2015-04-17 21:13:24 +0000
  • 61ce5f91ba docs: drop newlines in URLs to avoid 404 Michael Prokop 2015-04-17 23:05:07 +0200
  • c0db47e76e Fix registry link to point to localhost in deploy doc. Spencer Rinehart 2015-04-16 16:10:20 -0500
  • e0b3f40994 Ensure the instrumentedResponseWriter correctly sets the http status in the context. Richard 2015-05-05 14:21:33 -0700
  • e04c70235a Update API spec to reference digest instead of tarsum Derek McGowan 2015-05-01 17:13:11 -0700
  • 269286192d Address possible goroutine leak in notification library Stephen J Day 2015-04-29 18:31:01 -0700
  • f132ff7702 Use done channel to avoid goroutine leak Stephen J Day 2015-04-28 14:06:24 -0700
  • a72fb20b85 Add configuration for upload purging Richard 2015-04-16 18:34:29 -0700
  • 84559affdc simplify the embedded method expression of repository xiekeyang 2015-04-27 15:18:55 +0800
  • 46e1d28070 Updated urlbuilder X-Forwarded-Host logic Josh Hawn 2015-04-24 14:04:48 -0700
  • 1c51db293d Attempt to address intermittent s3 RequestTimeout error Stephen J Day 2015-04-23 20:07:32 -0700
  • 92ee0fa837 Correctly check s3 chunksize parameter Stephen J Day 2015-04-23 16:31:41 -0700
  • b6def3be1a Return after error in handler Stephen J Day 2015-04-23 13:13:13 -0700
  • 81c465cef0 Include driver name in trace messsages Stephen J Day 2015-04-22 17:30:31 -0700
  • b645555422 Require storage drivers to report their name Stephen J Day 2015-04-22 17:30:01 -0700
  • f3443f8f64 Pool buffers used in S3.WriteStream Stephen J Day 2015-04-22 15:07:18 -0700
  • af0c2625e0 Allow configuration of chunksize parameter Stephen J Day 2015-04-22 14:31:34 -0700
  • bccca791ad Check error returned from io.Copy Stephen J Day 2015-04-22 12:12:59 -0700
  • 3020aa0fe8 Update goamz package dependency Stephen J Day 2015-04-22 12:32:59 -0700
  • 6cb2104945 Backoff retry on verification to give s3 time to propagate Stephen J Day 2015-04-21 12:10:48 -0700
  • 56b18134fa log canonical digest on verification error Stephen J Day 2015-04-21 11:34:18 -0700
  • 4686b3c0f4 Attempt to deal with eventual consistency by retrying Stephen J Day 2015-04-20 18:43:19 -0700
  • 96f1e85396 Add logging for generic handler errors. Richard 2015-04-20 16:35:09 -0700
  • c06c6ba3bf Return instrumented response writer from context Stephen J Day 2015-04-20 11:15:01 -0700
  • dd0effe29a Add path and other info to filesytem trace methods. Richard 2015-04-16 11:37:31 -0700
  • 7ad5bf7912 fix some typos in source comments bin liu 2015-04-17 12:39:52 +0000
  • f210b090bf Merge pull request #494 from RichardScothern/bad-digest Stephen Day 2015-05-05 20:34:56 -0700
  • 7f3a57fdbb Ensure the instrumentedResponseWriter correctly sets the http status in the context. Richard 2015-05-05 14:21:33 -0700
  • 70f853e787 Ensure the instrumentedResponseWriter correctly sets the http status in the context. Richard 2015-05-05 14:21:33 -0700
  • cf2fa8678f Merge pull request #497 from RichardScothern/disable-coveralls Stephen Day 2015-05-05 16:26:19 -0700
  • c4cac824ed Disabled coveralls reporting: build breaking sending coverage data to coveralls Richard 2015-05-05 15:15:42 -0700
  • 3a0d6faba1 Merge pull request #410 from RichardScothern/driver-context Stephen Day 2015-05-04 19:18:30 -0700
  • dd58ffe6ed Merge pull request #410 from RichardScothern/driver-context Stephen Day 2015-05-04 19:18:30 -0700
  • 7a4e5f3723 Updating the Request Header directive for compatibility with httpd 2.2 Alex Elman 2015-05-04 15:09:58 -0500
  • 454a57ad42 Merge remote-tracking branch 'upstream/docs' into release/2.0 Stephen J Day 2015-05-01 18:13:03 -0700
  • ef74e93987 Merge pull request #480 from moxiegirl/fix-w-comments-471 Stephen Day 2015-05-01 18:11:09 -0700
  • a009cf7873 Merge pull request #476 from dmcgowan/update-spec-sha256 Stephen Day 2015-05-01 17:51:45 -0700
  • 5257e2dc9e Merge pull request #476 from dmcgowan/update-spec-sha256 Stephen Day 2015-05-01 17:51:45 -0700
  • 6fbda8fa26 Update API spec to reference digest instead of tarsum Derek McGowan 2015-05-01 17:13:11 -0700
  • 7d6e6aa980 Update API spec to reference digest instead of tarsum Derek McGowan 2015-05-01 17:13:11 -0700
  • d58bf9ed47 docs: fixed links for storage drivers Ian Babrou 2015-04-20 10:41:32 +0300
  • 5e9bda2506 Merge pull request #472 from moxiegirl/fix-471-docs-error Stephen Day 2015-04-30 17:26:38 -0700
  • 68c0682e00 Fixes Issue #471 with Publish Mary Anthony 2015-04-29 12:20:09 -0700
  • 3283ef1949 Merge pull request #474 from stevvooe/goroutine-leak-notifications Stephen Day 2015-04-29 18:48:15 -0700
  • 2896c32d39 Address possible goroutine leak in notification library Stephen J Day 2015-04-29 18:31:01 -0700
  • 5556cd1ba1 Merge pull request #260 from dmcgowan/short-digests Stephen Day 2015-04-29 14:05:41 -0700
  • ecf9af9ec3 Merge pull request #465 from moxiegirl/fix-release-branch Stephen Day 2015-04-28 16:28:34 -0700
  • a1801b0ebe Fixing headings Mary Anthony 2015-04-28 15:10:52 -0700
  • b5bae799e3 Merge pull request #463 from stevvooe/free-leaked-goroutine Richard Scothern 2015-04-28 15:38:40 -0700
  • 4bf55c26f1 Merge pull request #464 from moxiegirl/adjust-storagedriver-heads Stephen Day 2015-04-28 15:26:29 -0700
  • 7c93c8c265 Fixing headings Mary Anthony 2015-04-28 15:10:52 -0700
  • 80abf9fce0 Use done channel to avoid goroutine leak Stephen J Day 2015-04-28 14:06:24 -0700
  • 69e477f2d5 Use done channel to avoid goroutine leak Stephen J Day 2015-04-28 14:06:24 -0700
  • 1f071786d4 Merge pull request #438 from kelseyhightower/document-osx-setup Stephen Day 2015-04-28 10:36:33 -0700
  • 560a10e6ac Merge pull request #448 from moxiegirl/fix-release-branch Stephen Day 2015-04-28 10:35:52 -0700
  • de1f95fdba Merge pull request #457 from YannRobert/patch-2 Stephen Day 2015-04-28 10:35:29 -0700
  • f5de8ea640 fixed missing word in CONTRIBUTING.md Yann ROBERT 2015-04-28 18:07:22 +0200
  • e5bba7fef0 docs: fixed links for storage drivers Ian Babrou 2015-04-20 10:41:32 +0300
  • 34bc659a79 Merge pull request #449 from moxiegirl/update-env-config Stephen Day 2015-04-27 16:01:15 -0700
  • 5d9105bd25 Make Storage Driver API calls context aware. Richard 2015-04-27 15:58:58 -0700
  • ae216e365a Make Storage Driver API calls context aware. Richard 2015-04-27 15:58:58 -0700
  • 5043bdbc93 Updating env var documentation Mary Anthony 2015-04-27 15:49:19 -0700
  • fab7e7f2c2 Merge pull request #446 from moxiegirl/update-per-397 Olivier Gambier 2015-04-27 15:14:11 -0700
  • 8ae13b4725 Updating configuration with required header Mary Anthony 2015-04-27 14:46:33 -0700
  • c0d297c011 Merge pull request #381 from RichardScothern/purge-config Stephen Day 2015-04-27 14:33:34 -0700
  • 70427e3d9f Merge pull request #381 from RichardScothern/purge-config Stephen Day 2015-04-27 14:33:34 -0700
  • a9f93d6157 Merge pull request #439 from xiekeyang/superfluous-embedded-name Stephen Day 2015-04-27 14:31:26 -0700
  • eea521cfe4 Merge pull request #12828 from tdmackey/trivial-spelling Phil Estes 2015-04-27 17:05:46 -0400
  • 8ea689e17a Merge pull request #423 from hgomez/master Stephen Day 2015-04-27 13:49:05 -0700
  • 7ba2bdb7dc Merge pull request #444 from RichardScothern/docs Stephen Day 2015-04-27 13:41:11 -0700
  • bb93129df4 trivial: typo cleanup David Mackey 2015-04-27 13:33:30 -0700
  • 9a26753d41 Small if err cleaning Antonio Murdaca 2015-04-26 18:50:25 +0200
  • ec0f53a8f6 Pushing fix for mkdocs.yml introduced Mary Anthony 2015-04-27 11:27:49 -0700
  • 734167b4dc Merge pull request #445 from moxiegirl/fix-storage-driver-links Stephen Day 2015-04-27 12:07:04 -0700
  • d5c0300986 Pushing fix for mkdocs.yml introduced Mary Anthony 2015-04-27 11:27:49 -0700
  • 937c356585 Add environment variable override instructions Richard 2015-04-27 11:19:36 -0700
  • 5caa1fe3b0 Add configuration for upload purging Richard 2015-04-16 18:34:29 -0700
  • 6460ddb2cb Add configuration for upload purging Richard 2015-04-16 18:34:29 -0700
  • 7df490b6b2 Create README.MD Henri Gomez 2015-04-27 12:59:17 +0200
  • f3e08f8721 Update apache.conf Henri Gomez 2015-04-27 12:54:41 +0200
  • 66a9e12f99 remove apache.conf from contrib dir Henri Gomez 2015-04-24 09:53:44 +0200
  • 9e4db7bbd3 move apache.conf to apache subdir Henri Gomez 2015-04-24 09:50:05 +0200
  • 3e0e1b1d82 Correct documentation Henri Gomez 2015-04-23 10:14:49 +0200
  • c8aca239b1 describe 3 registry containers Henri Gomez 2015-04-23 09:55:48 +0200
  • 10f32bfcd5 simplify the embedded method expression of repository xiekeyang 2015-04-27 15:18:55 +0800
  • c89e517be1 simplify the embedded method expression of repository xiekeyang 2015-04-27 15:18:55 +0800
  • cd83b75d4c docs: document running Registry natively on OS X Kelsey Hightower 2015-04-26 18:38:34 -0700
  • 4dde6b9d64 Merge pull request #435 from jlhawn/fix_maybe_431 Stephen Day 2015-04-24 15:25:19 -0700
  • 2c7489e6b2 Updated urlbuilder X-Forwarded-Host logic Josh Hawn 2015-04-24 14:04:48 -0700
  • 628c7fa77b Updated urlbuilder X-Forwarded-Host logic Josh Hawn 2015-04-24 14:04:48 -0700
  • 8da7bcbec9 Merge pull request #396 from bobrik/patch-1 Olivier Gambier 2015-04-24 13:43:04 -0700
  • 824e7e8ae2 docs: fixed links for storage drivers Ian Babrou 2015-04-20 10:41:32 +0300