Commit Graph

  • c270829c6e Merge pull request #1887 from hinshun/fix-catalog-enumerate Stephen Day 2016-08-09 13:44:20 -0700
  • 2f356d69c8 Merge pull request #1894 from RichardScothern/circle Derek McGowan 2016-08-09 12:06:30 -0700
  • a8ef842a9b Remove godep check from build and increase test timout Richard Scothern 2016-08-09 11:22:58 -0700
  • 308faf00f1
    catalog: add benchmarks for overridden path comparison Stephen J Day 2016-08-08 17:09:49 -0700
  • bba5a0d05c
    registry/storage: more efficient path compare in catalog Stephen J Day 2016-08-05 17:18:43 -0700
  • 379312c148 Stop ErrFinishedWalk from escaping from Repositories walk Edgar Lee 2016-08-05 17:21:48 -0700
  • bfa0a9c097 Merge pull request #1877 from spacexnice/master Richard Scothern 2016-08-02 09:15:23 -0700
  • 64c8dd3252 when deploy registry as a pull through cache ,function copeContent() may cause a socket leak when docker user canceled its pull operation. yaoyao.xyy 2016-08-02 11:10:10 +0800
  • 7365003236 Provide stat descriptor for Create method during cross-repo mount (#1857) Michal Minář 2016-08-02 04:07:11 +0200
  • 1f3cc59124 Document TOOMANYREQUESTS error code Aaron Lehmann 2016-07-12 12:18:54 -0600
  • 87917f3052 Add 'objectAcl' Option to the S3 Storage Backend (#1867) Frank Chen 2016-07-27 12:26:57 -0700
  • 9665f836a7 Merge pull request #25045 from tiborvass/cherry-picks-1.12.0-rc5 Tibor Vass 2016-07-26 03:29:52 -0700
  • 8d287d4332 Improve flag help consistency, and update docs Sebastiaan van Stijn 2016-07-16 01:52:59 +0200
  • 93f029e87c Allow v1 search to use v2 auth with identity token Derek McGowan 2016-07-13 13:30:24 -0700
  • 4abae2ae56 Merge pull request #1861 from adamvduke/adamvduke/reorder-dockerfile-for-layer-caching-optimization Richard Scothern 2016-07-22 11:07:24 -0700
  • 41c87559c6 reorder Dockerfile steps for better layer caching Adam Duke 2016-07-21 19:14:32 -0400
  • c2a201dabf Merge pull request #1860 from Seb-Solon/master Richard Scothern 2016-07-22 10:04:01 -0700
  • 08d0d3756c Merge pull request #1862 from RichardScothern/fix-build Richard Scothern 2016-07-22 09:38:27 -0700
  • 2287f1c42f Fix the build. Richard Scothern 2016-07-21 17:16:47 -0700
  • 2b72dd3927 Merge pull request #1829 from nwt/foreign-layer-host-whitelist Richard Scothern 2016-07-21 16:02:20 -0700
  • f56b143dc8 Merge pull request #1858 from RichardScothern/decouple Aaron Lehmann 2016-07-21 11:12:05 -0700
  • a9c9daf0f2 Fix: Compare path properly when list repository in catalog. #1854 Sebastien Coavoux 2016-07-21 10:38:42 -0400
  • 3290e2bef5 Enh: Test - Edit catalog_test to reproduce #1854 Sebastien Coavoux 2016-07-21 10:37:51 -0400
  • 2a5fcacdf0 Decouple storage components by redefining dependencies as interfaces instead of concrete types Richard Scothern 2016-07-20 15:09:11 -0700
  • 857d0f15c0 Merge pull request #1757 from miminar/cross-mount-middleware-repository Richard Scothern 2016-07-19 17:43:10 -0700
  • dd355e95af Merge pull request #1686 from marcusmartins/nbf-leeway Richard Scothern 2016-07-19 17:41:57 -0700
  • 61e5803b56 Add control over validation of URLs in pushed manifests Noah Treuhaft 2016-07-08 15:44:52 -0700
  • 7b5958798e Merge pull request #1852 from jfindley/load-middleware-redirect Richard Scothern 2016-07-19 09:10:25 -0700
  • 96a1aec65d Merge pull request #1850 from runcom/typo Richard Scothern 2016-07-19 09:08:42 -0700
  • f27ceb7ab5 Merge pull request #1710 from majewsky/swift/wait-for-dlo-segments-during-read Richard Scothern 2016-07-19 09:07:44 -0700
  • 6b98c68d12 Load the middleware/redirect driver James Findley 2016-07-19 15:37:10 +0100
  • 2ea0a41872
    manifest: versioned: fix typo Antonio Murdaca 2016-07-19 13:54:41 +0200
  • db1bf93098
    Add leeway to JWT nbf and exp checking Marcus Martins 2016-04-27 20:54:36 -0700
  • aa3de8fd4f Merge pull request #1847 from RichardScothern/go-1.7 Richard Scothern 2016-07-18 14:01:47 -0700
  • fcea6145f5 Fix vet errors with go 1.7 Richard Scothern 2016-07-18 13:27:12 -0700
  • f8083b7ff3 Merge pull request #1836 from hinshun/catalog-walk-return-error Derek McGowan 2016-07-15 14:29:50 -0700
  • b1ab3bfde5 Merge pull request #1838 from dmcgowan/search-v2-auth-test Derek McGowan 2016-07-15 14:27:56 -0700
  • 42a7e6e171 Merge pull request #1837 from RichardScothern/catalog-test Derek McGowan 2016-07-15 14:23:22 -0700
  • a82f661ef0 Use typecast over reflect for error type checking Edgar Lee 2016-07-14 15:03:18 -0700
  • 3bfd03cbe6 Refactor errVal named parameter for catalog repositories to err Edgar Lee 2016-07-14 13:28:08 -0700
  • aeb9a29499 Handle new errors returned from catalog repository listing Edgar Lee 2016-07-14 13:24:16 -0700
  • b126d6643e Use distribution APIs to generate catalog test environment Richard Scothern 2016-07-13 16:39:34 -0700
  • fc07e0380e Add v1 search with v2 token auth test Derek McGowan 2016-07-13 17:03:14 -0700
  • 5a0b35ca10 Fix storage drivers dropping non EOF errors when listing repositories Edgar Lee 2016-07-13 16:41:51 -0700
  • 37b5e3e81b Merge pull request #1833 from aaronlehmann/document-toomanyrequests Derek McGowan 2016-07-13 10:41:01 -0700
  • 07f32ac183 Merge pull request #1830 from dmcgowan/allow-v2-auth-on-v1-search Richard Scothern 2016-07-12 17:28:54 -0700
  • 145abeea7b Add support for using v2 ping challenges for v1 Derek McGowan 2016-07-12 17:15:56 -0700
  • 022416c502 Add support for registry type in scope Derek McGowan 2016-07-12 17:13:43 -0700
  • c3c5277007 Merge pull request #1834 from dmcgowan/aws-vendor-update Richard Scothern 2016-07-12 15:26:16 -0700
  • acae5dcfff Vendor update for aws sdk Derek McGowan 2016-07-12 12:47:37 -0700
  • b0099004e2 Document TOOMANYREQUESTS error code Aaron Lehmann 2016-07-12 12:18:54 -0600
  • 2052f29be6 Merge pull request #1827 from docker/ec2-creds Richard Scothern 2016-07-11 13:05:41 -0700
  • b7d43c862f Merge pull request #1826 from jchorl/cas Richard Scothern 2016-07-11 13:03:29 -0700
  • 9d84a6a18e Merge pull request #1828 from nwt/foreign-layer-url-validation Derek McGowan 2016-07-11 13:01:04 -0700
  • 042bc06175 Properly validate multi-URL foreign layers Noah Treuhaft 2016-07-11 12:13:42 -0700
  • a62f212544 Add transport field to EndpointConfig struct Josh Chorlton 2016-07-09 12:59:05 -0700
  • 3da5f9088d Allow EC2 IAM roles to be used when authorizing region endpoints Richard Scothern 2016-07-11 10:54:57 -0700
  • 1f03d4e77d [Swift] add simple heuristic to detect incomplete DLOs during read ops Stefan Majewsky 2016-05-06 13:14:21 +0200
  • 3f1434525b Export storage.CreateOptions in top-level package Michal Minář 2016-07-06 16:00:29 +0200
  • 688a6fafb1 Merge pull request #1817 from cezarsa/master Derek McGowan 2016-07-01 10:59:50 -0700
  • 4e17ab5d31 Merge pull request #1817 from cezarsa/master Derek McGowan 2016-07-01 10:59:50 -0700
  • c8aba9b484 registry: avoid formatting errors with %#v Cezar Sa Espinola 2016-07-01 10:59:32 -0300
  • e015cbadd6
    registry: avoid formatting errors with %#v Cezar Sa Espinola 2016-07-01 10:59:32 -0300
  • b49f8ed894 Merge pull request #1812 from RichardScothern/media-type Derek McGowan 2016-06-29 15:28:34 -0700
  • beb5d00474 Override media type returned from Stat for existing manifests. Richard Scothern 2016-06-29 14:52:50 -0700
  • b63146e35c Merge pull request #1808 from BrianBland/clientAllTagsFollowsLinks Derek McGowan 2016-06-29 12:02:48 -0700
  • c24b072e7d Merge pull request #1808 from BrianBland/clientAllTagsFollowsLinks Derek McGowan 2016-06-29 12:02:48 -0700
  • 9e211edc9d Changes the client Tags All() method to follow links Brian Bland 2016-06-28 14:44:51 -0700
  • a1f9f71e67 Changes the client Tags All() method to follow links Brian Bland 2016-06-28 14:44:51 -0700
  • 7390f29395 Merge pull request #1807 from docker/jchorl-master Richard Scothern 2016-06-28 15:09:35 -0700
  • 1f1d042f55 Merge pull request #1807 from docker/jchorl-master Richard Scothern 2016-06-28 15:09:35 -0700
  • 1c5cb12745 fixed s3 Delete bug due to read-after-delete inconsistency Josh Chorlton 2016-06-27 17:39:25 -0700
  • 2d0a5ecc0e fixed s3 Delete bug due to read-after-delete inconsistency Josh Chorlton 2016-06-27 17:39:25 -0700
  • 5f7f871d8f Merge pull request #1805 from SvenDowideit/difuse-non-link Richard Scothern 2016-06-27 10:41:36 -0700
  • a1c1349eac Stop hugo from making the example URL into a link Sven Dowideit 2016-06-27 10:15:26 +1000
  • ffbe9b7c63 Merge pull request #1798 from SvenDowideit/replace-google-docs-png-with-local-image Stephen Day 2016-06-22 13:25:24 -0700
  • d5441ca506 Merge pull request #1799 from liubin/fix-typos Derek McGowan 2016-06-22 07:06:04 -0700
  • e3b4445b83 Merge pull request #1799 from liubin/fix-typos Derek McGowan 2016-06-22 07:06:04 -0700
  • 82bdab7d48 Replace google docs image link with one in this repo Sven Dowideit 2016-06-22 01:52:30 +0000
  • 6eadd3f4dc fix typos bin liu 2016-06-22 12:40:21 +0800
  • 913e12c8ff fix typos bin liu 2016-06-22 12:40:21 +0800
  • d303d5c1ac Merge pull request #1739 from cezarsa/master Richard Scothern 2016-06-15 10:33:48 -0700
  • edd7cb5249 Merge pull request #1739 from cezarsa/master Richard Scothern 2016-06-15 10:33:48 -0700
  • e472758825 Merge pull request #1788 from SvenDowideit/move-build-doc Sven Dowideit 2016-06-15 10:57:13 +1000
  • 51be30beb1 Move the building.md doc to the top of the git repo Sven Dowideit 2016-06-14 04:22:17 +0000
  • 879dc2fa38 Merge pull request #1791 from londoncalling/fix-broken-links-PR-23492 Charles Smith 2016-06-14 14:20:35 -0700
  • c0987a9e1b fixed broken link due to topic re-org in PR#23492 Victoria Bialas 2016-06-14 13:56:17 -0700
  • 81fc3d6933 Merge pull request #1787 from RichardScothern/nr Richard Scothern 2016-06-14 10:37:47 -0700
  • f4296d55fc Merge pull request #1787 from RichardScothern/nr Richard Scothern 2016-06-14 10:37:47 -0700
  • d2e5d5c22c If resumable digest support is disabled, detct this when closing the blobwriter and allow the close to continue. Also update the name of the function. Richard Scothern 2016-06-13 17:35:06 -0700
  • ccfa25cf00 If resumable digest support is disabled, detct this when closing the blobwriter and allow the close to continue. Also update the name of the function. Richard Scothern 2016-06-13 17:35:06 -0700
  • 22e8510f3f Merge pull request #1706 from aibaars/registry-size-close Richard Scothern 2016-06-13 16:29:35 -0700
  • 1fc752c718 Merge pull request #1706 from aibaars/registry-size-close Richard Scothern 2016-06-13 16:29:35 -0700
  • 337ceb2b40 Merge pull request #1786 from RichardScothern/admin Richard Scothern 2016-06-13 16:09:09 -0700
  • 6e2dd4fa68 Prepare for the release. Richard Scothern 2016-06-13 16:03:16 -0700
  • 6445220d0d Merge pull request #1785 from RichardScothern/changelog Richard Scothern 2016-06-13 15:52:33 -0700
  • c2af377920 Changelog for 2.5 Richard Scothern 2016-06-13 14:18:19 -0700
  • afb262bd5f
    Update swift driver docs removing dup table and adding endpointtype Cezar Sa Espinola 2016-03-07 18:52:53 -0300
  • 7b97265d95 Expose EndpointType parameter in swift storage driver Cezar Sa Espinola 2016-03-07 18:41:20 -0300
  • 7f72092940
    Expose EndpointType parameter in swift storage driver Cezar Sa Espinola 2016-03-07 18:41:20 -0300