summaryrefslogtreecommitdiff
path: root/distribution/errors.go
Commit message (Expand)AuthorAgeFilesLines
* distribution: Error when pulling OCI artifactsPaweł Gronowski2022-11-021-1/+16
* distribution: un-export internal errors and error-utilitiesSebastiaan van Stijn2022-04-211-20/+7
* Remove more of registry v1 code.Tibor Vass2021-02-231-14/+1
* Add fallback for pull by tagBrian Goff2020-12-041-0/+17
* goimports: fix importsSebastiaan van Stijn2019-09-181-1/+1
* Include original error when translating distribution errorsSebastiaan van Stijn2018-08-031-3/+4
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* Move api/errdefs to errdefsBrian Goff2018-01-111-1/+1
* Add helpers to create errdef errorsBrian Goff2018-01-111-15/+2
* Disambiguate mirror -> other endpoint fallbacks from V2 -> V1Jake Sanders2017-11-301-5/+9
* Remove string checking in API error handlingBrian Goff2017-08-151-14/+70
* Update logrus to v1.0.1Derek McGowan2017-07-311-1/+1
* [project] change syscall to /x/sys/unix|windowsChristopher Jones2017-07-111-1/+1
* Suggest login on pull denialAlfred Landrum2017-06-091-1/+1
* Use distribution referenceDerek McGowan2017-02-071-4/+4
* Merge pull request #28459 from dmcgowan/plugin-repository-pinningVictor Vieux2016-12-081-4/+8
|\
| * Add class to repository scopeDerek McGowan2016-11-211-4/+8
* | Stop retrying pull on UnkownBlob errorDarren Stahl2016-11-291-0/+4
|/
* Update pull error handlingDerek McGowan2016-11-101-0/+34
* swarm/controller: allow cancellation to propagateStephen J Day2016-07-251-1/+5
* Don't retry push on an unknown repositoryAaron Lehmann2016-07-111-1/+1
* distribution: errors: do not retry on too many requests from registryAntonio Murdaca2016-05-041-1/+1
* distribution: errors: do not retry if no token in responseAntonio Murdaca2016-03-191-1/+2
* distribution: errors: do not access the errors slice if it's emptyAntonio Murdaca2016-03-161-1/+3
* distribution: errors: do not retry if no credentials providedAntonio Murdaca2016-03-121-0/+4
* Smarter push/pull TLS fallbackAaron Lehmann2016-02-121-0/+4
* Push/pull errors improvement and cleanupAaron Lehmann2016-02-111-0/+102