summaryrefslogtreecommitdiff
path: root/volume/service
Commit message (Expand)AuthorAgeFilesLines
* volume/service: inline filters in testsSebastiaan van Stijn2023-04-251-18/+19
* Use GetBoolOrDefault to remove duplicated invalidFilter usagesPaweł Gronowski2023-01-262-22/+4
* daemon/disk_usage: Use context aware singleflightPaweł Gronowski2022-11-291-20/+7
* Volume prune: only prune anonymous volumes by defaultBrian Goff2022-10-045-8/+114
* volume: fix empty-lines (revive)Sebastiaan van Stijn2022-09-281-1/+0
* gofmt GoDoc comments with go1.19Sebastiaan van Stijn2022-07-081-4/+4
* volumes/service: NewStore: add more context to errorSebastiaan van Stijn2022-06-211-2/+3
* fix unclosed file-handles in testsSebastiaan van Stijn2022-05-313-0/+3
* all: replace strings.Replace with strings.ReplaceAllEng Zer Jun2022-05-091-1/+1
* api/types: rename volume.VolumeUsageData to volume.UsageDataSebastiaan van Stijn2022-04-281-1/+1
* api/types: replace uses of deprecated types.Volume with volume.VolumeSebastiaan van Stijn2022-04-212-13/+14
* filters: lowercase errorSebastiaan van Stijn2022-03-181-1/+1
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-275-13/+8
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2021-08-243-0/+3
* daemon,volume: share disk usage computationsRoman Volosatovs2021-08-091-7/+20
* volume/mounts: remove "containerOS" argument from NewParser (LCOW code)Sebastiaan van Stijn2021-07-021-3/+1
* volumes: only send "create" event when actually creating volumeSebastiaan van Stijn2021-05-052-21/+43
* replace pkg/locker with github.com/moby/lockerSebastiaan van Stijn2020-09-101-3/+2
* API: add "prune" eventsSebastiaan van Stijn2020-07-281-0/+4
* Replace errors.Cause() with errors.Is() / errors.As()Sebastiaan van Stijn2020-04-291-2/+2
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-115-9/+9
* Remove unused functions, variables, fieldsSebastiaan van Stijn2019-09-181-2/+2
* Entropy cannot be savedJustin Cormack2019-06-071-1/+1
* Use assert.NilError() instead of assert.Assert()Sebastiaan van Stijn2019-01-213-49/+49
* Fix some doc strings in the volume packageBrian Goff2018-11-022-2/+22
* typo fix retreivedliyongxin2018-09-261-1/+1
* boltdb/bolt --> go.etcd.io/bboltJohn Howard2018-09-134-4/+4
* Add ADD/COPY --chown flag support to WindowsSalahuddin Khan2018-08-134-4/+4
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-135-9/+9
* Fix wrong assertion in volume/service packageVincent Demeester2018-06-051-1/+0
* Extract volume interaction to a volumes serviceBrian Goff2018-05-2517-0/+2605