summaryrefslogtreecommitdiff
path: root/buildstream/_artifactcache/cascache.py
Commit message (Expand)AuthorAgeFilesLines
* _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
* cascache.py: Update cache push/pull errors to be temporaryJosh Smith2018-07-271-1/+1
* 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