summaryrefslogtreecommitdiff
path: root/api/server/router/volume
Commit message (Expand)AuthorAgeFilesLines
* volumes: fix error-handling when removing volumes with swarm enabledSebastiaan van Stijn2023-03-131-14/+18
* Merge pull request #44224 from dperny/cluster-volumes-updateBrian Goff2022-10-252-7/+20
|\
| * fix force remove for cluster volumesDrew Erny2022-10-122-7/+20
* | Volume prune: only prune anonymous volumes by defaultBrian Goff2022-10-041-0/+6
|/
* gofmt filesSebastiaan van Stijn2022-07-081-16/+16
* Add Swarm cluster volume supportsDrew Erny2022-05-134-5/+883
* api: rename volume.VolumeCreateBody to volume.CreateOptionsSebastiaan van Stijn2022-04-281-1/+1
* api: rename volume.VolumeListOKBody to volume.ListResponseSebastiaan van Stijn2022-04-281-1/+1
* imports: remove "volumetypes" aliases for api/types/volumeSebastiaan van Stijn2022-04-281-6/+6
* api/types: replace uses of deprecated types.Volume with volume.VolumeSebastiaan van Stijn2022-04-211-3/+4
* api/server/httputils: add ReadJSON() utilitySebastiaan van Stijn2022-04-111-12/+2
* api: filters: return correct status on invalid filtersSebastiaan van Stijn2022-03-181-1/+1
* Rely on request.Context() cancellationBrian Goff2018-11-271-1/+1
* API: properly handle invalid JSON to return a 400 statusSebastiaan van Stijn2018-11-061-1/+1
* Extract volume interaction to a volumes serviceBrian Goff2018-05-252-11/+17
* Fix swagger volume type generationBrian Goff2018-05-141-2/+2
* Switch from x/net/context -> contextKir Kolyshkin2018-04-232-2/+2
* Add canonical import commentDaniel Nephin2018-02-053-3/+3
* Return 400 status instead of 500 for empty volume create bodySebastiaan van Stijn2018-01-161-0/+6
* Replace uses of filters.ToParam(), FromParam() with filters.ToJSON(), FromJSON()Sebastiaan van Stijn2017-09-261-1/+1
* Honor context cancellation when pruningKenfe-Mickael Laventure2017-04-243-3/+5
* Add `label` filter for `docker system prune`Yong Tang2017-04-061-1/+6
* Convert DanglingOnly to Filters for `docker image prune`Yong Tang2016-12-022-12/+4
* Use a config to generate swagger api typesDaniel Nephin2016-10-311-1/+1
* Generate VolumesCreateRequest from the swagger spec.Daniel Nephin2016-10-311-1/+1
* Generate VolumeList response from the swagger specDaniel Nephin2016-10-311-1/+2
* Add /{containers,volumes,images}/prune API endpointKenfe-Mickael Laventure2016-09-293-0/+23
* Move engine-api client packageMichael Crosby2016-09-072-2/+2
* Add `--force` in `docker volume rm` to fix out-of-band volume driver deletionYong Tang2016-08-182-2/+3
* add label support for build, networks and volumesEvan Hazlett2016-03-222-3/+2
* Decouple the "container" router from the actual daemon implementation.Lukas Waslowski2016-02-081-10/+7
* Modify import paths to point to the new engine-api package.David Calavera2016-01-062-2/+2
* Move responsibility of ls/inspect to volume driverBrian Goff2016-01-052-3/+3
* Modify improper comments in api/server/router/volume/volume.goShuwei Hao2015-11-081-2/+2
* create generic backend to cut dependency on daemonMorgan Bauer2015-11-023-9/+24
* extract docker volume API from localDong Chen2015-10-272-0/+105