summaryrefslogtreecommitdiff
path: root/client/service_update.go
Commit message (Expand)AuthorAgeFilesLines
* api: add const for 'X-Registry-Auth'Sebastiaan van Stijn2022-07-291-1/+2
* api/types/swarm: Version: implement stringer interfaceSebastiaan van Stijn2022-05-131-2/+1
* extract logic for resolving image/plugin digest and platformSebastiaan van Stijn2020-04-161-22/+2
* imageWithDigestString: return image unmodified if there are no changesSebastiaan van Stijn2020-04-161-6/+2
* ServiceCreate/ServiceUpdate: refactor and fix potential NPESebastiaan van Stijn2020-04-161-28/+33
* Client: always call ensureReaderClosedSebastiaan van Stijn2019-03-181-1/+1
* Update documentation for ServiceUpdateHarrison Turton2018-10-231-1/+3
* Switch from x/net/context -> contextKir Kolyshkin2018-04-231-1/+1
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* Make plugin emit strongly typed, consumable eventsBrian Goff2017-07-061-13/+33
* Do not add duplicate platform information to service specNishant Totla2017-06-281-1/+1
* Ensure service images get default tag and print familiar stringsNishant Totla2017-05-191-2/+6
* Adding compatible platforms to service specNishant Totla2017-05-171-0/+2
* Disabling digest pinning for API versions < 1.30Nishant Totla2017-05-151-4/+5
* Moving docker service digest pinning to client sideNishant Totla2017-05-151-0/+20
* Implement server-side rollback, for daemon versions that support thisAaron Lehmann2017-03-031-0/+4
* Return warnings from service create and service update when digest pinning failsAaron Lehmann2016-11-181-2/+9
* API changes for service rollback and failure thresholdAaron Lehmann2016-10-181-0/+4
* Move engine-api client packageMichael Crosby2016-09-071-0/+30