summaryrefslogtreecommitdiff
path: root/buildstream
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling of it's and itsRichard Dale2018-10-1612-23/+23
* Extended the Documentation to cover out of source buildsWilliam Salmon2018-10-162-0/+57
* Add conf-root variable to buildsWilliam Salmon2018-10-168-13/+17
* Sandbox: CWD was not being created for workspacesWilliam Salmon2018-10-163-11/+8
* yaml: Add a cache of parsed and provenanced yamlJonathan Maw2018-10-153-13/+382
* _artifactcache: Fix crash in push_directory() without artifact serverJürg Billeter2018-10-151-1/+4
* types.py: Moved Consistency definition here from source.pyTristan Van Berkom2018-10-123-27/+33
* Rename element_enums.py -> types.pyTristan Van Berkom2018-10-124-21/+21
* element.py: Prepare local sandbox for bst checkout and bst shellJürg Billeter2018-10-051-5/+8
* Catch correct exception from shutil.rmtreevalentindavid/rmtree_oserrorValentin David2018-10-041-1/+1
* 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