summaryrefslogtreecommitdiff
path: root/api/server/router/plugin
Commit message (Expand)AuthorAgeFilesLines
* api: add registry.DecodeAuthConfig, registry.DecodeAuthConfigBodySebastiaan van Stijn2022-07-291-13/+2
* plugin: use types/registry.AuthConfigSebastiaan van Stijn2022-07-291-0/+1
* api/server/router: use types/registry.AuthConfigSebastiaan van Stijn2022-07-292-14/+15
* api: add const for 'X-Registry-Auth'Sebastiaan van Stijn2022-07-291-1/+1
* api/server/httputils: add ReadJSON() utilitySebastiaan van Stijn2022-04-111-19/+6
* api: normalize comment formattingSebastiaan van Stijn2019-11-271-1/+1
* api/server: explicitly ignore unhandled errors (errcheck)Sebastiaan van Stijn2019-09-181-3/+3
* Rely on request.Context() cancellationBrian Goff2018-11-271-4/+4
* API: properly handle invalid JSON to return a 400 statusSebastiaan van Stijn2018-11-061-1/+6
* Switch from x/net/context -> contextKir Kolyshkin2018-04-232-2/+2
* Add canonical import commentDaniel Nephin2018-02-053-3/+3
* Replace uses of filters.ToParam(), FromParam() with filters.ToJSON(), FromJSON()Sebastiaan van Stijn2017-09-261-1/+1
* Make plugin emit strongly typed, consumable eventsBrian Goff2017-07-061-1/+2
* Refacator pkg/streamformatterDaniel Nephin2017-05-021-3/+3
* Use function arguments for route setup.Brian Goff2017-04-121-3/+3
* Use distribution referenceDerek McGowan2017-02-072-31/+18
* Add docker plugin upgradeBrian Goff2017-02-033-18/+65
* Add `--filter enabled=true` for `docker plugin ls`Yong Tang2017-01-262-2/+12
* Implement content addressability for pluginsTonis Tiigi2016-12-233-15/+123
* Enforce zero plugin refcount during disable.Anusha Ragunathan2016-12-222-2/+11
* refactor plugin installVictor Vieux2016-12-023-24/+39
* Add HTTP client timeout.Anusha Ragunathan2016-11-212-2/+14
* Add plugin create functionality.Anusha Ragunathan2016-11-093-0/+19
* support env for docker plugin setVictor Vieux2016-11-071-1/+5
* Make experimental a runtime flagKenfe-Mickael Laventure2016-10-245-33/+13
* Move engine-api client packageMichael Crosby2016-09-072-2/+2
* Add --force to docker plugin removeVictor Vieux2016-08-042-2/+10
* plugins: experimental support for new plugin managementTibor Vass2016-06-145-0/+176