aboutsummaryrefslogtreecommitdiff
path: root/api
Commit message (Expand)AuthorAgeFilesLines
* Update container OOMKilled flag immediatelyCory Snider2022-08-241-1/+2
* Merge pull request #43968 from thaJeztah/implement_GetImageOptsSebastiaan van Stijn2022-08-243-2/+11
|\
| * introduce GetImageOpts to manage image inspect data in backendNicolas De Loof2022-08-163-2/+11
* | Merge pull request #43657 from thaJeztah/default_builder_versionSebastiaan van Stijn2022-08-182-11/+30
|\ \ | |/ |/|
| * api: set default "Builder-Version" to "2" (BuildKit) on LinuxSebastiaan van Stijn2022-05-292-11/+30
* | Merge pull request #43899 from thaJeztah/fix_build_api_errorsSamuel Karp2022-08-131-18/+16
|\ \
| * | api: api/server/router/build: fix API errorsSebastiaan van Stijn2022-08-021-18/+16
* | | Merge pull request #43883 from thaJeztah/image_router_warningsTianon Gravi2022-08-122-57/+53
|\ \ \
| * | | api/server/router/image: address some linter warningsSebastiaan van Stijn2022-08-082-57/+53
* | | | vendor: github.com/moby/swarmkit/v2 v2.0.0-20220721174824-48dd89375d0aSebastiaan van Stijn2022-08-093-3/+7
|/ / /
* | | Merge pull request #43822 from thaJeztah/image_load_saveSebastiaan van Stijn2022-08-042-4/+4
|\ \ \
| * | | add image load/save supportNicolas De Loof2022-08-042-4/+4
* | | | api: add BuildCache.Parents for API >= v1.42Sebastiaan van Stijn2022-08-043-1/+15
* | | | api: deprecate BuildCache.Parent in API >= v1.42Sebastiaan van Stijn2022-08-043-4/+14
* | | | api/types: add missing GoDoc for BuildCache fields.Sebastiaan van Stijn2022-08-041-10/+19
* | | | api: swagger: document BuildCache fields.Sebastiaan van Stijn2022-08-041-0/+30
|/ / /
* | | Merge pull request #43820 from thaJeztah/image_deleteBrian Goff2022-08-032-2/+2
|\ \ \
| * | | Implement ImageDelete for containerdDjordje Lukic2022-07-282-2/+2
* | | | Merge pull request #43885 from thaJeztah/auth_header_refactorTianon Gravi2022-08-0316-120/+226
|\ \ \ \ | |_|/ / |/| | |
| * | | api: add registry.EncodeAuthConfigSebastiaan van Stijn2022-07-292-0/+19
| * | | api: add registry.DecodeAuthConfig, registry.DecodeAuthConfigBodySebastiaan van Stijn2022-07-295-72/+140
| * | | plugin: use types/registry.AuthConfigSebastiaan van Stijn2022-07-291-0/+1
| * | | api/server/router: use types/registry.AuthConfigSebastiaan van Stijn2022-07-299-32/+34
| * | | api/types: move AuthConfig to registry typesSebastiaan van Stijn2022-07-294-22/+30
| * | | api: add const for 'X-Registry-Auth'Sebastiaan van Stijn2022-07-296-10/+18
| |/ /
* / / api: swagger: add missing "platform" query-arg on createSebastiaan van Stijn2022-07-291-0/+22
|/ /
* | Merge pull request #43798 from thaJeztah/remove_deprecatedAkihiro Suda2022-07-143-29/+0
|\ \
| * | api/types: remove deprecated fields for cluster-advertiseSebastiaan van Stijn2022-07-121-2/+0
| * | api/types/volume: remove deprecated typesSebastiaan van Stijn2022-07-121-11/+0
| * | api/types/container: remove deprecated typesSebastiaan van Stijn2022-07-121-16/+0
* | | API: bump version to 1.43Sebastiaan van Stijn2022-07-122-5/+5
|/ /
* | timestamp: clarify doc for ParseTimestampSamuel Karp2022-07-082-10/+12
* | gofmt GoDoc comments with go1.19Sebastiaan van Stijn2022-07-083-27/+31
* | gofmt filesSebastiaan van Stijn2022-07-081-16/+16
* | api: add Hosts to API ConfigSebastiaan van Stijn2022-06-291-0/+2
* | api: POST /containers/{id}/wait: fix validation for "condition" parameterSebastiaan van Stijn2022-06-271-0/+2
* | container/exec: Support ConsoleSizePaweł Gronowski2022-06-246-3/+61
* | Move the inspect code away from the image serviceDjordje Lukic2022-06-223-6/+106
* | api: swagger: adjust ContainerWaitResponse error as optionalNiel Drummond2022-05-302-3/+2
|/
* Annotate some swagger documented types as int64Tobias Gesellchen2022-05-233-4/+11
* introduce CreateMountpoint for parity between binds and mountsNicolas De Loof2022-05-193-2/+41
* daemon/linux: Set console size on creationPaweł Gronowski2022-05-193-11/+17
* Merge pull request #43578 from thaJeztah/swarm_version_stringerTianon Gravi2022-05-181-1/+9
|\
| * api/types/swarm: Version: implement stringer interfaceSebastiaan van Stijn2022-05-131-1/+9
* | Merge pull request #43322 from ndeloof/websocket_streamsSebastiaan van Stijn2022-05-182-9/+13
|\ \
| * | wsContainersAttach attach to stdin/out/err streams as requestedNicolas De Loof2022-05-172-9/+13
| |/
* / Rename Reservation to Reservations in the open APIDjordje Lukic2022-05-171-1/+1
|/
* Add Swarm cluster volume supportsDrew Erny2022-05-1313-8/+1677
* Make it explicit raw|multiplexed stream implementation being usedNicolas De Loof2022-05-127-15/+68
* api/server: fix stray import in container_routes.goSebastiaan van Stijn2022-05-061-1/+0