summaryrefslogtreecommitdiff
path: root/image/store_test.go
Commit message (Expand)AuthorAgeFilesLines
* remove layerstore indexing by OS (used for LCOW)Sebastiaan van Stijn2021-06-101-7/+2
* replace json.Unmarshal with NewFromJSON in CreateJim Lin2021-01-111-0/+8
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-2/+2
* unconvert: remove unnescessary conversionsSebastiaan van Stijn2019-09-181-3/+2
* goimports: fix importsSebastiaan van Stijn2019-09-181-1/+1
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-131-2/+2
* Post migration assertion fixesDaniel Nephin2018-03-161-54/+53
* Automated migration usingDaniel Nephin2018-03-161-52/+53
* Change containerd monitor ticker to sleepBrian Goff2018-03-131-0/+15
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* LCOW: Refactor to multiple layer-stores based on feedbackJohn Howard2018-01-181-2/+7
* LCOW: Re-coalesce storesJohn Howard2018-01-181-3/+2
* Add ineffassign linterDaniel Nephin2017-09-081-2/+2
* Move ErrorContains to an internal package.Daniel Nephin2017-08-251-1/+1
* Set a LastUpdated time in image metadata when an image tag is updated.Daniel Nephin2017-06-261-0/+18
* LCOW: Add platform to image storeJohn Howard2017-06-201-2/+3
* Remove pkg/testutil/assert in favor of testifyAaron Lehmann2017-04-141-48/+49
* Wrap errors in digest package so they are consistent between platforms.Daniel Nephin2017-03-081-3/+3
* Use assertions in image package unit tests.Daniel Nephin2017-03-081-213/+71
* *: use opencontainers/go-digest packageStephen J Day2017-01-061-1/+1
* Clear old parent reference on resetting image parentTonis Tiigi2016-02-051-0/+56
* Fix image deletion conflicts with searchTonis Tiigi2015-12-041-0/+39
* Add image storeTonis Tiigi2015-11-241-0/+205