summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* gofmt GoDoc comments with go1.19Sebastiaan van Stijn2023-02-243-4/+3
* linting: error strings should not be capitalized (revive)Sebastiaan van Stijn2023-02-241-4/+4
* refactor: move from io/ioutil to io and os packageEng Zer Jun2023-02-24106-254/+250
* client.NewClientWithOpts(): remove redundant type assertion (gosimple)Sebastiaan van Stijn2022-08-171-3/+0
* client/request.go:157:8: SA1019: err.Temporary is deprecated (staticcheck)Sebastiaan van Stijn2022-08-171-4/+2
* client: S1031: unnecessary nil check around range (gosimple)Sebastiaan van Stijn2022-08-171-4/+2
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2022-04-071-0/+1
* client: remove containerd "platform" dependencySebastiaan van Stijn2022-03-221-3/+15
* client: remove unused Platform field from configWrapperSebastiaan van Stijn2022-03-221-1/+0
* Update documentation linksSebastiaan van Stijn2021-02-251-1/+1
* Update documentation to reflect deprecation of "NewEnvClient"Tobias Pfandzelter2020-10-031-2/+2
* Check for context error that is wrapped in url.ErrorEvgeniy Makhrov2020-08-031-2/+1
* Merge pull request #40826 from thaJeztah/cleanup_serviceTibor Vass2020-07-282-62/+55
|\
| * extract logic for resolving image/plugin digest and platformSebastiaan van Stijn2020-04-162-44/+36
| * imageWithDigestString: return image unmodified if there are no changesSebastiaan van Stijn2020-04-162-14/+6
| * ServiceCreate/ServiceUpdate: refactor and fix potential NPESebastiaan van Stijn2020-04-162-56/+65
* | Enable client on netbsd and dragonflyJulien Pivotto2020-06-201-1/+1
* | Merge pull request #40725 from cpuguy83/check_img_platformTibor Vass2020-05-213-8/+20
|\ \
| * | Accept platform spec on container createBrian Goff2020-03-203-8/+20
| |/
* | Replace errors.Cause() with errors.Is() / errors.As()Sebastiaan van Stijn2020-04-291-4/+4
* | Add stats options to not prime the statsBrian Goff2020-02-282-0/+17
|/
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-1128-56/+56
* Merge pull request #40340 from thaJeztah/swagger_remove_classic_swarm_nodeSebastiaan van Stijn2020-01-231-0/+2
|\
| * TestContainerInspectNode: document test as being for classic swarmSebastiaan van Stijn2020-01-061-0/+2
* | remove extra space in code comment in ping.goDaniel Helfand2020-01-201-1/+1
|/
* Merge pull request #40238 from Toasterson/patch-1Sebastiaan van Stijn2019-12-121-1/+1
|\
| * Allow client consumers like traefik to compile on illumosTill Wegmüller2019-11-231-1/+1
* | Merge pull request #40263 from thaJeztah/normalize_commentsBrian Goff2019-12-121-1/+1
|\ \
| * | client: normalize comment formattingSebastiaan van Stijn2019-11-271-1/+1
| |/
* | client.ImagePush(): default to ":latest" instead of "all tags"Sebastiaan van Stijn2019-12-102-38/+57
|/
* fix nolint comments for SA1019: filters.ToParamWithVersion is deprecatedSebastiaan van Stijn2019-10-187-7/+7
* Merge pull request #40080 from thaJeztah/client_string_matchingKirill Kolyshkin2019-10-1791-371/+139
|\
| * client: reduce string-matching in testsSebastiaan van Stijn2019-10-1391-371/+139
* | Merge pull request #40081 from thaJeztah/http_constantsJustin Cormack2019-10-1743-56/+56
|\ \
| * | client: use constants for http status codesSebastiaan van Stijn2019-10-131-2/+2
| * | client: use constants for http methodsSebastiaan van Stijn2019-10-1342-54/+54
| |/
* | Add support for sending down service Running and Desired task countsDrew Erny2019-10-141-0/+4
|/
* client/hijack: suppress SA1019: httputil.ErrPersistEOF is deprecated (staticc...Sebastiaan van Stijn2019-09-181-0/+2
* client: remove put()Kir Kolyshkin2019-09-181-9/+0
* client: suppress filters.ToParamWithVersion lint warningKir Kolyshkin2019-09-186-0/+6
* goimports: fix importsSebastiaan van Stijn2019-09-183-4/+4
* Merge pull request #39588 from zappy-shu/DESKTOP-1286-win-admin-error-readabi...Sebastiaan van Stijn2019-08-301-1/+7
|\
| * Improve readability of Windows connect errorNick Adcock2019-08-201-1/+7
* | fix client.HTTPClient() not returning a copySebastiaan van Stijn2019-08-061-1/+2
|/
* client: do not fallback to GET if HEAD on _ping fail to connectIan Campbell2019-05-131-0/+2
* Merge pull request #39032 from thaJeztah/improve_version_negotiationSebastiaan van Stijn2019-04-205-10/+84
|\
| * Add client.WithAPIVersionNegotiation() optionSebastiaan van Stijn2019-04-105-10/+84
* | Add client.WithTimeout() optionSebastiaan van Stijn2019-04-112-0/+25
|/
* Fix empty WithVersion blocking version negotiationSebastiaan van Stijn2019-04-102-3/+26
* client: define "Opt" typeSebastiaan van Stijn2019-04-102-9/+12