summaryrefslogtreecommitdiff
path: root/buildstream/_artifactcache
Commit message (Expand)AuthorAgeFilesLines
* 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-182-1/+115
* Compute the artifact cache size after each build/pullTristan Maat2018-07-182-1/+11
* Make elements keep track of their built artifact sizeTristan Maat2018-07-181-0/+70
* _artifactcache/cascache.py: Fix prune()Jürg Billeter2018-07-171-0/+2
* _artifactcache: Remove unused method can_diff()juerg/googlecasJürg Billeter2018-07-172-12/+0
* Remove OSTree artifact cacheJürg Billeter2018-07-172-1280/+0
* Remove tar artifact cacheJürg Billeter2018-07-171-297/+0
* _artifactcache/casserver.py: Update artifact ref mtime on accessJürg Billeter2018-07-171-1/+1
* _artifactcache/casserver.py: Add update_mtime parameter to resolve_ref()Jürg Billeter2018-07-171-1/+5
* _artifactcache/casserver.py: Add cache cleanup based on pushreceiveJürg Billeter2018-07-171-0/+66
* _artifactcache: Add CAS artifact serverJürg Billeter2018-07-171-0/+249
* _artifactcache/cascache.py: Add remote cache supportJürg Billeter2018-07-172-10/+399
* _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
* _artifactcache/artifactcache.py: Update remote init error messageJürg Billeter2018-07-091-1/+1
* Remove shebangs from python filesGökçen Nurlu2018-06-194-4/+0
* _artifactcache/pushreceive.py: Cleanup reported error when receiving oversize...Tristan Van Berkom2018-06-071-3/+2
* pushreceive.py: Abstract the buffer_James Ennis2018-06-071-9/+8
* pushreceive.py: Ensure huge artifacts are not pushedJames Ennis2018-06-071-5/+32
* pushreceive.py: Add comments to code and name variables more sensiblyJames Ennis2018-06-071-1/+13
* pushreceive.py: Remove LRP artifacts from cache, introduce clean_up_cache()James Ennis2018-06-071-3/+54
* pushreceive.py: Ensure there is a repopathJames Ennis2018-06-071-0/+3
* _artifactcache/pushreceive.py: Add Click type for CLI argument 'repo'Chandan Singh2018-06-051-1/+1
* _artifactcache/ostreecache.py: Fix artifact cache initialization result tupleAntoine Wacheux2018-05-311-1/+1
* _artifactcache/ostreecache.py: Do not use summary fileJürg Billeter2018-05-111-87/+18
* _artifactcache/artifactcache.py: Remove unused methodsJürg Billeter2018-05-111-35/+0
* _artifactcache: Add element paramater to has_fetch_remotes()Jürg Billeter2018-05-112-3/+15
* _artifactcache: Add bool return value to pull()Jürg Billeter2018-05-112-4/+9
* _artifactcache/ostreecache.py: Fix global remotesJürg Billeter2018-05-111-2/+2
* _artifactcache: Added ArtifactCache.setup_remotes()Tristan Van Berkom2018-05-082-62/+115
* _artifactcache/pushreceive.py: Modified incorrect error messagePhillip Smyth2018-05-011-1/+1
* _artifactcache/pushreceive.py: Do not return True for skipped pushJürg Billeter2018-04-301-1/+1
* _artifactcache/pushreceive.py: Fix commit object check in send_info()Jürg Billeter2018-04-301-1/+1
* Add artifact cache receive profiling domainJim MacArthur2018-04-231-0/+14
* _artifactcache/pushreceive.py: Fixed ProcessWithPipes to declare attributes i...Tristan Van Berkom2018-04-201-0/+3
* buildstream/_artifactcache/pushreceive.py: Fixing unused variablesTristan Van Berkom2018-04-191-5/+5
* _artifactcache/tarcache.py: Extracting a missing artifact is a bugTristan Van Berkom2018-04-141-2/+2
* _artifactcache/ostreecache.py: Extracting a missing artifact is a bugTristan Van Berkom2018-04-141-2/+2
* _artifactcache modules: Adhere to policy on private symbolstristan/private-refactor-2Tristan Van Berkom2018-04-043-336/+248
* _context.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-032-2/+2
* _artifactcache: Add diff() interfaceTristan Maat2018-03-272-0/+64
* _artifactcache/ostreecache.py: Turn an ArtifactError() into an assert statementTristan Van Berkom2018-03-221-2/+1
* pylint - dealt with whitespace issues and disabled pep8 warningsJames Ennis2018-03-141-1/+1
* pushreceive.py: byteorder functions are now more sensibly namedJames Ennis2018-03-141-10/+10
* pylint - dealt with redefined-outer-name and redefined-built in warningsJames Ennis2018-03-141-8/+8
* pylint - dealt with import warningsJames Ennis2018-03-141-4/+5