summaryrefslogtreecommitdiff
path: root/registry
Commit message (Expand)AuthorAgeFilesLines
* Use certs.dDmitry Sharshakov2020-02-261-1/+16
* Remove v1 manifest codeTibor Vass2019-06-184-94/+1
* Revert "Remove the rest of v1 manifest support"Tibor Vass2019-06-182-1/+22
* *: remove interfacer linter from CIAleksa Sarai2019-03-131-1/+0
* Remove the rest of v1 manifest supportJustin Cormack2019-03-022-22/+1
* registry: use len(via)!=0 instead of via!=nilIskander (Alex) Sharipov2018-12-111-1/+1
* Format code with gofmt -s from go-1.11beta1Kir Kolyshkin2018-09-061-2/+2
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-134-7/+7
* Various code-cleanupSebastiaan van Stijn2018-05-235-5/+5
* Switch from x/net/context -> contextKir Kolyshkin2018-04-231-2/+1
* Skip some tests requires root uid when run as userVincent Demeester2018-04-232-1/+12
* Migrate DockerTrustSuite to docker/cli e2e testsVincent Demeester2018-03-191-3/+0
* Automated migration usingDaniel Nephin2018-03-163-37/+38
* Add canonical import commentDaniel Nephin2018-02-0520-20/+20
* Move api/errdefs to errdefsBrian Goff2018-01-114-4/+4
* Add helpers to create errdef errorsBrian Goff2018-01-114-69/+17
* Remove solaris build tag and `contrib/mkimage/solarisYong Tang2017-11-023-6/+0
* Merge pull request #35294 from vdemeester/docker-function-nameYong Tang2017-10-255-6/+6
|\
| * Remove Docker from some functionsVincent Demeester2017-10-255-6/+6
* | Remove solaris filesMichael Crosby2017-10-241-2/+0
|/
* Add ValidateIndexName testcasechchliang2017-10-191-0/+61
* Merge pull request #34495 from ripcurld0/registry_mirror_jsonYong Tang2017-09-186-21/+105
|\
| * Exit if service config is loaded unsuccessfully on startupBoaz Shuster2017-09-176-21/+105
* | Add gosimple linterDaniel Nephin2017-09-122-8/+5
* | Merge pull request #34625 from dnephin/more-lintersYong Tang2017-09-011-0/+1
|\ \ | |/ |/|
| * Add interfacer linterDaniel Nephin2017-08-241-0/+1
* | Remove command line flag install from registry package.Daniel Nephin2017-08-293-32/+0
|/
* Add goimports to linters.Daniel Nephin2017-08-211-2/+3
* Fix golint errors.Daniel Nephin2017-08-184-4/+4
* Remove string checking in API error handlingBrian Goff2017-08-155-47/+125
* Update logrus to v1.0.1Derek McGowan2017-07-318-8/+8
* Spelling fixesJosh Soref2017-07-032-2/+2
* Disable legacy (v1) registries by defaultSebastiaan van Stijn2017-06-121-1/+1
* Remove dead code: GetAuthConfigroot2017-06-051-13/+0
* Move an error helper to registry/session.Daniel Nephin2017-06-021-15/+22
* Move httputils/reasumablerequestreader to the single consumer.Daniel Nephin2017-06-023-1/+354
* Add daemon option to push foreign layersNoah Treuhaft2017-05-165-22/+268
* Validate insecure registry (`--insecure-registry`) valuesYong Tang2017-02-142-0/+72
* Use distribution referenceDerek McGowan2017-02-075-33/+27
* Remove use of forked reference package for cliDerek McGowan2017-01-193-19/+27
* Merge pull request #29988 from yongtang/29936-insecure-registriesSebastiaan van Stijn2017-01-192-0/+69
|\
| * Return error when insecure registry contains schemeYong Tang2017-01-132-0/+69
* | Refactoring ineffectual assignmentsDaehyeok Mun2017-01-131-1/+1
|/
* support registry mirror config reloadallencloud2017-01-044-12/+54
* Remove unuse slice in registryyuexiao-wang2016-12-161-4/+1
* Merge pull request #28459 from dmcgowan/plugin-repository-pinningVictor Vieux2016-12-082-1/+8
|\
| * Add class to repository scopeDerek McGowan2016-11-212-1/+8
* | registry: Remove reference.goAaron Lehmann2016-12-061-68/+0
|/
* fix infinite recursionFelipe Oliveira2016-11-181-1/+1
* Disable v1 protocol for the default registryNoah Treuhaft2016-11-114-25/+32