summaryrefslogtreecommitdiff
path: root/src/buildstream/_sourcecache.py
Commit message (Expand)AuthorAgeFilesLines
* cascache.py: Also fetch file blobs in _fetch_directory()Jürg Billeter2020-12-091-3/+0
* Add ElementSourcesCacheJürg Billeter2020-09-031-10/+2
* _assetcache.py: Drop index_remote_class and storage_remote_classJürg Billeter2020-08-131-2/+1
* _sourcecache.py: Use AssetRemoteJürg Billeter2020-08-131-102/+25
* Rename BaseCache to AssetCacheJürg Billeter2020-08-131-2/+2
* Remove unused BaseCache._spec_errorJürg Billeter2020-08-131-1/+0
* Return names of grpc errorstraveltissues/grpccodesDarius Makovsky2020-05-111-3/+3
* cascache.py: Add allow_partial parameter to fetch_blobs()Jürg Billeter2020-04-201-5/+1
* _sourcecache: remove unused _update_mtimeDarius Makovsky2019-12-241-6/+0
* _sourcecache: remove unused _reachable_directoriesDarius Makovsky2019-12-241-9/+0
* _sourcecache: remove unused _remove_sourceDarius Makovsky2019-12-241-3/+0
* _sourcecache: remove unused list_sourcesDarius Makovsky2019-12-241-10/+0
* _*cache.py: Standardize cache basedirsTristan Maat2019-12-031-6/+6
* Reformat code using BlackChandan Singh2019-11-141-22/+18
* _sourcecache.py: Fix reporting of capabilities for the source cacheBenjamin Schubert2019-11-121-12/+9
* _sourcecache.py: Reset source_service in SourceRemote.close()Jürg Billeter2019-10-151-0/+4
* _sourcecache: Fallback to fetch source when remote has missing blobsBenjamin Schubert2019-10-101-0/+5
* _sourcecache.py: Move capabilities check to _check() and extend itJürg Billeter2019-09-191-10/+22
* Allow splitting artifact cachesTristan Maat2019-09-061-77/+118
* Remove cache-specifc spec classesTristan Maat2019-09-061-12/+1
* _sourcecache.py: Remove unused code tracking required sourcesJürg Billeter2019-08-201-38/+0
* cascache.py: Remove add_reachable_*_callback() methodsJürg Billeter2019-08-201-2/+0
* Remove CASQuota and CASCacheUsageJürg Billeter2019-08-201-3/+0
* _sourcecache: rm unused required_sourcesAngelos Evripiotis2019-07-091-12/+0
* Source cache uses new proto methodsRaoul Hidalgo Charman2019-07-081-31/+182
* Add BST_STAGE_VIRTUAL_DIRECTORY optionRaoul Hidalgo Charman2019-05-221-5/+8
* Move source from 'buildstream' to 'src/buildstream'Chandan Singh2019-05-211-0/+249