summaryrefslogtreecommitdiff
path: root/buildstream/_artifactcache
Commit message (Expand)AuthorAgeFilesLines
* _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/casserver.py: Implement BatchUpdateBlobsJürg Billeter2018-10-011-2/+43
* _artifactcache/casserver.py: Use Context for artifact cache creationJürg Billeter2018-09-271-3/+1
* _artifactcache: Add preflight() methodJürg Billeter2018-09-272-0/+13
* _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/casserver.py: Harmonize payload size limitJürg Billeter2018-09-251-5/+6
* _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/artifactcache.py: Error out gracefully when push remote is mal...Tristan Van Berkom2018-09-181-1/+11
* _artifactcache/artifactcache.py: Ensure no double-setup of remotesDaniel Silverstone2018-09-181-0/+5
* artifactcache: rename get_quota_exceeded()Tiago Gomes2018-09-141-3/+3
* 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
* _artifactcache/artifactcache.py: Changes to mark_required_elements()Tristan Van Berkom2018-09-141-19/+38
* Handle sockets when copying trees into artifactsRichard Maw2018-09-141-0/+3
* _artifactcache/casserver.py: Implement BatchReadBlobsJürg Billeter2018-09-101-0/+25
* _artifactcache/casserver.py: Implement Capabilities serviceJürg Billeter2018-09-101-0/+24
* _artifactcache: There shalt be only one cache sizeTristan Van Berkom2018-09-102-64/+69
* _artifactcache/artifactcache.py: Sealing away some the estimated sizeTristan Van Berkom2018-09-102-26/+38
* _artifactcache/artifactcache.py: Removing unused variable.Tristan Van Berkom2018-09-101-1/+0
* _artifactcache: Making public methods publicTristan Van Berkom2018-09-101-29/+32
* 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
* _artifactcache/artifactcache.py: Write the cache_size file atomicallytristan/atomic-cache-size-fileTristan Van Berkom2018-08-301-1/+1
* 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
* Add tests that cache size worksJonathan Maw2018-08-201-1/+1
* artifactcache: Read and write cache size to diskJonathan Maw2018-08-201-2/+53
* Fix get_cache_size to store it in the ArtifactCache, not the contextJonathan Maw2018-08-202-4/+67
* cascache: use errno moduleTiago Gomes2018-08-161-2/+4
* Move KeyStrength enum out to element_enums.pyJim MacArthur2018-08-151-1/+1
* _artifactcache/casserver.py: Improve ByteStream error handlingJürg Billeter2018-08-151-19/+52
* _artifactcache/cascache.py: Fix resource_name format for blobsJürg Billeter2018-08-151-2/+6
* _artifactcache/casserver.py: Fix resource_name format for blobsJürg Billeter2018-08-151-6/+30
* cascache: move tmp directory one level uptiagogomes/issue-520Tiago Gomes2018-08-093-8/+10
* _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