summaryrefslogtreecommitdiff
path: root/buildstream/_artifactcache/cascache.py
Commit message (Expand)AuthorAgeFilesLines
* _cas: Rename artifactcache folder and move that to a root moduleRaoul Hidalgo Charman2019-01-161-1336/+0
* sandboxremote.py: Rename 'instance_name' option to 'instance-name'jmac/rename_instance_nameJim MacArthur2019-01-091-2/+2
* _cascache.py: Add instance names to GRPC callsJim MacArthur2018-12-181-18/+31
* utils.py: Add message digest functionRaoul Hidalgo Charman2018-12-051-4/+1
* Move cas server from ref-based to object-based garbage collection.Valentin David2018-11-281-0/+35
* Update mtimes of objects for requested references.Valentin David2018-11-281-2/+11
* Avoid copying temporary file when adding object to CAS in server.Valentin David2018-11-281-17/+25
* Make cache clients not fail when a blob is not available.Valentin David2018-11-281-0/+12
* artifactcache: Move ArtifactCacheSpec code into CASRemoteSpec.Jim MacArthur2018-11-271-1/+47
* cascache.py: use move_atomic instead of manual error checkingBenjamin Schubert2018-11-191-10/+5
* Don't pull artifact build trees by default.tpollard/494Tom Pollard2018-11-171-12/+61
* Split up artifact cache and CAS cacheJürg Billeter2018-11-051-313/+224
* _artifactcache/cascache.py: Cleanup lint warning about indexingDaniel Silverstone2018-10-251-2/+3
* _artifactcache/cascache.py: Remove unused importsDaniel Silverstone2018-10-251-1/+0
* _artifactcache/cascache.py: Prepare attributes in __init__Daniel Silverstone2018-10-251-0/+4
* _artifactcache/cascache.py: Silence len(SEQUENCE) as condition warningsDaniel Silverstone2018-10-251-3/+3
* _artifactcache/cascache.py: Refactor slightly for indentationDaniel Silverstone2018-10-251-3/+4
* _artifactcache: Fix ref in update_mtime()Jürg Billeter2018-10-221-1/+2
* _artifactcache: Rename update_atime() to update_mtime()Jürg Billeter2018-10-221-1/+1
* _artifactcache: Fix crash in push_directory() without artifact serverJürg Billeter2018-10-151-1/+4
* _artifactcache/cascache.py: Don't create temporary files in the CAS storageTristan Van Berkom2018-10-031-1/+1
* _artifactcache/cascache.py: Use BatchUpdateBlobsJürg Billeter2018-10-011-4/+74
* _artifactcache: Add preflight() methodJürg Billeter2018-09-271-0/+6
* _artifactcache/cascache.py: Remove unused enable_push parameterJürg Billeter2018-09-271-5/+2
* _artifactcache/cascache.py: Use BatchReadBlobsJürg Billeter2018-09-251-12/+137
* _artifactcache/cascache.py: Increase payload size limit for uploadsJürg Billeter2018-09-251-2/+7
* _artifactcache/cascache.py: Add _ensure_blob helperJürg Billeter2018-09-251-34/+34
* cascache.py: make push_remote raise exception if no push remotes existJim MacArthur2018-09-211-3/+13
* cascache.py: Modify messaging API callsJosh Smith2018-09-191-10/+4
* cascache.py: Move push/pull messaging to cascacheJosh Smith2018-09-191-4/+6
* Rework Skipped usageJosh Smith2018-09-191-2/+2
* artifactcache: improve _fetch_directory()Tiago Gomes2018-09-141-6/+19
* artifactcache: improve _create_tree()Tiago Gomes2018-09-141-4/+19
* artifactcache: fix oversightTiago Gomes2018-09-141-1/+1
* Handle sockets when copying trees into artifactsRichard Maw2018-09-141-0/+3
* _artifactcache: There shalt be only one cache sizeTristan Van Berkom2018-09-101-6/+1
* _artifactcache/artifactcache.py: Sealing away some the estimated sizeTristan Van Berkom2018-09-101-1/+0
* cascache.py: Introduce new pull helpersMartin Blanchard2018-09-071-0/+51
* cascache.py: Introduce new push helpersMartin Blanchard2018-09-071-0/+59
* cascache.py: Preparation for remote executionJim MacArthur2018-09-071-90/+109
* Log not-found objects in the cache as SKIPPEDBenjamin Schubert2018-08-291-0/+7
* Remove artifact extracts when artifact expires in cacheValentin David2018-08-231-0/+21
* CASCache: Fix cell-var-from-loop linting errorJonathan Maw2018-08-201-3/+3
* Fix get_cache_size to store it in the ArtifactCache, not the contextJonathan Maw2018-08-201-1/+3
* cascache: use errno moduleTiago Gomes2018-08-161-2/+4
* _artifactcache/cascache.py: Fix resource_name format for blobsJürg Billeter2018-08-151-2/+6
* cascache: move tmp directory one level uptiagogomes/issue-520Tiago Gomes2018-08-091-6/+5
* _artifactcache/cascache.py: Fix for PEP 479 / Python 3.7Jürg Billeter2018-08-071-2/+5
* cascache.py: Display SKIPPED message for each remote skippedQinusty/481Josh Smith2018-08-011-3/+10
* cascache.py: Raise ArtifactError on grpc errorQinusty/502Josh Smith2018-07-271-1/+3