summaryrefslogtreecommitdiff
path: root/buildstream/_artifactcache/cascache.py
Commit message (Expand)AuthorAgeFilesLines
* cascache.py: Remove misleading info messageJosh Smith2018-07-251-1/+0
* cascache.py: Add pull info detailing which remote is being pulled fromQinusty/275Josh Smith2018-07-231-0/+3
* cascache.py: Add push info detailing which remote is being pushed toJosh Smith2018-07-231-0/+4
* Clean the artifact cache when we hit the cache quotaTristan Maat2018-07-181-0/+6
* Compute the artifact cache size after each build/pullTristan Maat2018-07-181-1/+10
* _artifactcache/cascache.py: Fix prune()Jürg Billeter2018-07-171-0/+2
* _artifactcache: Remove unused method can_diff()juerg/googlecasJürg Billeter2018-07-171-3/+0
* _artifactcache/casserver.py: Add update_mtime parameter to resolve_ref()Jürg Billeter2018-07-171-1/+5
* _artifactcache/cascache.py: Add remote cache supportJürg Billeter2018-07-171-3/+375
* _artifactcache/cascache.py: Add list_artifacts() methodJürg Billeter2018-07-171-0/+25
* _artifactcache/cascache.py: Add remove() methodJürg Billeter2018-07-171-0/+28
* _artifactcache/cascache.py: Add prune() methodJürg Billeter2018-07-171-0/+45
* _artifactcache: Add CAS artifact cacheJürg Billeter2018-07-171-0/+348