summaryrefslogtreecommitdiff
path: root/buildstream/_artifactcache.py
Commit message (Expand)AuthorAgeFilesLines
* cascache.py: Allow CASCache.list_refs() to handle globsJames Ennis2019-02-131-2/+5
* _artifactcache.py: Add get_artifacts_log() methodJames Ennis2019-02-131-0/+17
* element.py: Lift ArtifactCache.get_artifact_fullname() to hereJames Ennis2019-02-131-47/+13
* _project.py: use artifact caches from the parent project for junctionsabderrahim/artifact-cache-junctionAbderrahim Kitouni2019-02-081-4/+1
* _artifactcache.py: don't leak the project specific remote cachesAbderrahim Kitouni2019-02-081-1/+1
* _artifactcache.py: Don't require the quota to be available on disk.tristan/cache-quota-max-onlyTristan Van Berkom2019-01-251-19/+42
* _artifactcache.py: Correcting API documenting comment for remove()Tristan Van Berkom2019-01-241-2/+1
* _artifactcache.py: Added client progress callback to ArtifactCache.clean()Tristan Van Berkom2019-01-241-1/+12
* _artifactcache.py: Add status messages in cache management operationsTristan Van Berkom2019-01-241-5/+53
* _artifactcache.py: Added ArtifactCacheUsage()Tristan Van Berkom2019-01-241-0/+35
* _artifactcache.py: Refactored to use utils._get_volume_size()Tristan Van Berkom2019-01-241-17/+16
* _artifactcache.py: Raise ArtifactError() when quota size exceeds disk space.tristan/insufficient-storage-errorTristan Van Berkom2019-01-231-10/+10
* Change bst checkout/pull/push references to bst artifact checkout/pull/pushJames Ennis2019-01-221-1/+1
* _artifactcache/artifactcache.py: Rephrase failure messageTristan Van Berkom2019-01-161-1/+1
* cas: move remote only functions to CASRemoteRaoul Hidalgo Charman2019-01-161-16/+2
* _cas: Rename artifactcache folder and move that to a root moduleRaoul Hidalgo Charman2019-01-161-0/+952
* _artifactcache.py: Moved into submodule with __init__.pyTristan Van Berkom2017-07-101-224/+0
* _artifactcache.py: Use _ostree.fetch() and _ostree.push() for sharingTristan Van Berkom2017-07-091-25/+33
* _artifactcache.py: Use the new mountdir options to ostree push/pull APIsTristan Van Berkom2017-07-031-2/+7
* _artifactcache.py: Add remove methodJürg Billeter2017-06-271-0/+15
* _artifactcache.py: Support local artifact sharingJürg Billeter2017-06-271-0/+2
* _artifactcache.py: Support http artifact sharingJürg Billeter2017-06-271-2/+15
* _artifactcache.py: Add SSH artifact fetch supportJürg Billeter2017-06-271-0/+21
* _artifactcache.py: Add SSH artifact push supportJürg Billeter2017-06-271-0/+21
* _artifactcache.py: Restore old functionality now that it works.Tristan Van Berkom2017-06-121-7/+1
* _artifactcache.py: Use compressed repositories.Tristan Van Berkom2017-06-071-0/+6
* _artifactcache.py: Dont bother checking the cache for None cache keysTristan Van Berkom2017-05-291-0/+3
* _artifactcache.py: Fixing concurrent artifact extractionsTristan Van Berkom2017-04-131-4/+6
* Refactor: Untangling element/source namesTristan Van Berkom2017-03-181-1/+1
* _artifactcache.py: Simplify API and add ArtifactErrorTristan Van Berkom2017-03-101-25/+39
* _artifactcache.py: Allow creating entries for names with '+'Tristan Van Berkom2017-02-221-0/+3
* _artifactcache.py: Use the _ostree module instead of OSTree directlyTristan Van Berkom2017-01-161-52/+7
* _artifactcache.py: Precautions with TemporaryDirectoryTristan Van Berkom2017-01-031-1/+1
* _artifactcache.py: Unwrap one needlessly wrapped lineTristan Van Berkom2016-12-101-2/+1
* pep8 fixes in _artifactcache.pyTristan Van Berkom2016-12-091-1/+3
* Add artifact cacheJürg Billeter2016-12-011-0/+161