summaryrefslogtreecommitdiff
path: root/buildstream
Commit message (Expand)AuthorAgeFilesLines
* element.py: Do not save workspace on failed buildJosh Smith2018-10-041-4/+6
* _site.py: Reduce complexity of bwrap version comparisonDaniel Silverstone2018-10-041-11/+1
* _site.py: Protect against failure running `bwrap --version`Daniel Silverstone2018-10-041-1/+5
* _platform/linux.py: Refactor checks for sandboxingDaniel Silverstone2018-10-041-14/+31
* _platform/darwin.py: Give reason for use of dummy sandboxDaniel Silverstone2018-10-041-0/+3
* sandbox/_sandboxdummy.py: Take a reason for useDaniel Silverstone2018-10-041-1/+2
* element.py: Put the temporary staging directory in artifactdirjmac/temporaries-inside-cachedirJim MacArthur2018-10-031-4/+4
* utils.py: Document _get_dir_size() expectations.Tristan Van Berkom2018-10-031-0/+3
* _artifactcache/cascache.py: Don't create temporary files in the CAS storageTristan Van Berkom2018-10-031-1/+1
* utils.py: Give save_file_atomic() a tempdir argumentTristan Van Berkom2018-10-031-3/+4
* _scheduler/scheduler.py: Ignore interrupt events while terminating.Tristan Van Berkom2018-10-031-0/+9
* _scheduler: Fix bookkeeping of terminated jobsTristan Van Berkom2018-10-032-10/+22
* source.py: Silence messages while consuming source fetcherstristan/fix-status-messagesTristan Van Berkom2018-10-031-17/+37
* git.py: Added timed activity around fetching, displaying the URL being fetched.Tristan Van Berkom2018-10-031-4/+12
* _platform/linux.py: Accept all configs for dummy sandboxJürg Billeter2018-10-031-0/+4
* sandbox/_sandboxremote.py: Use helpers to set up cwd and envJürg Billeter2018-10-021-9/+5
* _artifactcache/cascache.py: Use BatchUpdateBlobsJürg Billeter2018-10-011-4/+74
* _artifactcache/casserver.py: Implement BatchUpdateBlobsJürg Billeter2018-10-011-2/+43
* _platform: Fix get_cpu_count() with cap=NoneJürg Billeter2018-10-012-4/+9
* data/userconfig.yaml: Document the cache.quota settingbochecha/cache-sizeMathieu Bridon2018-09-281-1/+6
* Fix outside-of-project check when project path is not canonical.Valentin David2018-09-271-1/+1
* Import sandbox subclass when instantiating sandboxJames Ennis2018-09-273-4/+3
* utils.py: Reworked safe_removeknownexus2018-09-271-19/+18
* Adding darwin.py (MacOS) platformknownexus2018-09-272-5/+58
* Adding Dummy sandboxknownexus2018-09-273-5/+49
* Max-jobs is now defined on a platform basisknownexus2018-09-272-1/+6
* Added FUSE check, as WSL does not support FUSE yetknownexus2018-09-271-2/+11
* Added `set_resource_limits()` to platformknownexus2018-09-272-9/+14
* git.py: Make `ref` human readableJürg Billeter2018-09-271-2/+24
* Use lazy platform instantiationJürg Billeter2018-09-272-4/+4
* _platform: Remove unused contextJürg Billeter2018-09-274-10/+7
* storage/_casbaseddirectory.py: Use Context for artifact cache creationJürg Billeter2018-09-271-2/+1
* _artifactcache/casserver.py: Use Context for artifact cache creationJürg Billeter2018-09-271-3/+1
* _platform/platform.py: Remove unused artifactcache propertyJürg Billeter2018-09-271-7/+0
* sandbox/_sandboxremote.py: Migrate to Context.artifactcacheJürg Billeter2018-09-271-7/+6
* _stream.py: Migrate to Context.artifactcacheJürg Billeter2018-09-271-3/+1
* _scheduler: Migrate to Context.artifactcacheJürg Billeter2018-09-274-12/+8
* _loader: Migrate to Context.artifactcacheJürg Billeter2018-09-271-3/+1
* Move artifact cache creation to ContextJürg Billeter2018-09-275-16/+16
* _artifactcache: Add preflight() methodJürg Billeter2018-09-272-0/+13
* _artifactcache/cascache.py: Remove unused enable_push parameterJürg Billeter2018-09-271-5/+2
* _platform/linux.py: Do not disable push globallyJürg Billeter2018-09-271-1/+1
* _platform/linux.py: Remove redundant messageJürg Billeter2018-09-271-7/+2
* element.py: Validate sandbox configJürg Billeter2018-09-271-4/+18
* _platform: Add check_sandbox_config() methodJürg Billeter2018-09-273-1/+26
* element.py: Add __use_remote_execution() helper methodJürg Billeter2018-09-271-3/+9
* _sandboxremote.py: Handle remote build execution exit codemablanch/668-remote-build-failureMartin Blanchard2018-09-271-6/+15
* _protos: Import google.rpc.Code protoMartin Blanchard2018-09-273-0/+322
* element.py/_assemble(): Call get_virtual_directory later.jmac/stop-caching-vdirsJim MacArthur2018-09-251-3/+1
* sandbox.py: Stop caching get_virtual_directory if get_directory is usedJim MacArthur2018-09-251-7/+15