summaryrefslogtreecommitdiff
path: root/src/buildstream/_cas/cascache.py
Commit message (Expand)AuthorAgeFilesLines
* cascache: don't pickle _cache_usage_monitorAngelos Evripiotis2019-10-221-0/+10
* cascache: don't need create_cas_usage_monitor nowAngelos Evripiotis2019-10-221-10/+1
* cascache.py: instantiate usage monitor earlyDarius Makovsky2019-10-221-8/+16
* cascache.py: Rename close_channel() to close_grpc_channels()Jürg Billeter2019-10-151-3/+3
* cascache.py: Reset _casd_cas in close_channel()Jürg Billeter2019-10-151-0/+1
* _scheduler.py: Listen for buildbox-casd failure and terminateBenjamin Schubert2019-10-081-0/+11
* cascache.py: add a 'log_level' parameter and use it to run buildbox-casdBenjamin Schubert2019-10-071-1/+12
* cascache.py: Block SIGINT in the CasUsageMonitor processBenjamin Schubert2019-10-041-2/+5
* cascache.py: Block SIGINT in the buildbox-casd processBenjamin Schubert2019-10-041-3/+6
* cascache.py: Show path to log file when buildbox-casd doesn't exit normallyBenjamin Schubert2019-10-041-2/+12
* cascache.py: Save casd logs in a file for retrievalBenjamin Schubert2019-10-041-1/+32
* cascache.py: Send message in case of unclean termination of buildbox-casdBenjamin Schubert2019-10-021-2/+27
* cascache.py: Extract buildbox-casd termination in its own methodBenjamin Schubert2019-10-021-17/+28
* cascache.py: Add import_directory() methodJürg Billeter2019-10-021-0/+35
* cascache.py: Create `CASCache.close_channel()`Darius Makovsky2019-09-241-5/+11
* cascache.py: Use casd in remote_missing_blobs()Jürg Billeter2019-09-191-2/+11
* cascache.py: Create CAS stub for buildbox-casd channelJürg Billeter2019-09-191-2/+21
* cascache.py: Fix cache usage monitor on Python older than 3.7Jürg Billeter2019-09-101-2/+3
* cascache.py: Remove unused pull() and push() methodsJürg Billeter2019-09-091-92/+1
* Address no-else-raise pylint warningJames Ennis2019-09-061-3/+2
* cascache.py: Add cache usage monitoring via buildbox-casdJürg Billeter2019-09-051-0/+118
* cascache.py: Remove unused CACHE_SIZE_FILEJürg Billeter2019-09-051-3/+0
* cascache.py: Remove fork_disabled mechanismJürg Billeter2019-09-031-12/+0
* cascache.py: Add has_open_grpc_channels() methodJürg Billeter2019-09-031-0/+8
* cascache.py: Close gRPC channel in release_resources()Jürg Billeter2019-09-031-0/+5
* cascache.py: Use _CASBatchRead in _ensure_blob()Jürg Billeter2019-08-291-1/+3
* casremote.py: Use UploadMissingBlobs in CASBatchUpdateJürg Billeter2019-08-201-15/+1
* casremote.py: Use UploadMissingBlobs in _send_blob()Jürg Billeter2019-08-201-5/+4
* cascache.py: Add instance_name parameter to add_object()Jürg Billeter2019-08-201-1/+5
* casremote.py: Use FetchMissingBlobs in CASBatchReadJürg Billeter2019-08-201-40/+4
* casremote.py: Use FetchMissingBlobs in _fetch_blob()Jürg Billeter2019-08-201-16/+10
* cascache.py: Pass cache quota to casdJürg Billeter2019-08-201-1/+9
* cascache.py: Use buildbox-casd in add_object()Jürg Billeter2019-08-201-33/+20
* _context.py: Add disable_fork() methodJürg Billeter2019-08-201-1/+10
* cascache.py: Start buildbox-casd and set up channelJürg Billeter2019-08-201-3/+83
* cascache.py: Add release_resources() methodJürg Billeter2019-08-201-0/+7
* cascache.py: Remove add_reachable_*_callback() methodsJürg Billeter2019-08-201-11/+0
* cascache.py: Remove unused method clean_up_refs_until()Jürg Billeter2019-08-201-10/+0
* cascache.py: Remove unused method list_objects()Jürg Billeter2019-08-201-25/+0
* Remove support for pruning CAS cacheJürg Billeter2019-08-201-54/+1
* Remove CASQuota and CASCacheUsageJürg Billeter2019-08-201-390/+1
* cascache.py: Add new contains_file() methodJames Ennis2019-08-091-0/+12
* cascache.py: Fix typoJames Ennis2019-08-091-1/+1
* _message.py: Use element_name & element_key instead of unique_idtpollard/messageobjectTom Pollard2019-08-081-5/+4
* cascache.py: Add update_mtime parameter to contains_directory()Jürg Billeter2019-08-081-4/+13
* cascache.py: Fix check_exists in _reachable_refs_dir()Jürg Billeter2019-08-081-0/+3
* cascache.py: Add missing remote.init() to fetch_blobs()Jürg Billeter2019-08-081-0/+2
* _context, cascache: mv BST_TEST_SUITE to ContextAngelos Evripiotis2019-07-241-1/+1
* _exceptions.py: Align LoadError() parameter orderingtpollard/loaderrorTom Pollard2019-07-181-5/+3
* cascache: rm unused link_ref(), available_spaceAngelos Evripiotis2019-07-091-15/+0