summaryrefslogtreecommitdiff
path: root/src/buildstream/sandbox
Commit message (Expand)AuthorAgeFilesLines
* node.pyx: Make 'strip_node_info' publicBenjamin Schubert2019-10-161-1/+1
* Remove cache-specifc spec classesTristan Maat2019-09-061-6/+7
* Address no-else-raise pylint warningJames Ennis2019-09-064-23/+22
* _sandboxremote.py: Use context manager for CASRemote instancesJürg Billeter2019-09-031-43/+45
* _sandboxremote.py: Use context manager for gRPC channelsJürg Billeter2019-09-031-28/+30
* Add initial mypy configuration and typesChandan Singh2019-09-021-33/+49
* sandbox/_mounter: Remove default mutable arguments stderr/outBenjamin Schubert2019-08-231-6/+23
* casremote.py: Use buildbox-casd in init()Jürg Billeter2019-08-201-3/+3
* sandbox/_sandbox*.py: Ensure missing-command is a SandboxCommandErrorDaniel Silverstone2019-08-144-16/+16
* sandbox/sandbox.py: Allow SandboxCommandError to have different reasonsDaniel Silverstone2019-08-141-2/+3
* _message.py: Use element_name & element_key instead of unique_idtpollard/messageobjectTom Pollard2019-08-082-13/+12
* _sandboxremote.py: Fetch blobs on artifact creation, not after commandJürg Billeter2019-08-082-19/+21
* sandbox: Add initial SandboxBuildBoxJürg Billeter2019-07-253-1/+264
* Update sandbox to use virtual directoriesWilliam Salmon2019-07-251-4/+8
* _exceptions.py: Align LoadError() parameter orderingtpollard/loaderrorTom Pollard2019-07-181-9/+7
* _yaml: Split Node-related parts into 'node.pyx'Benjamin Schubert2019-07-151-1/+2
* _yaml: Mark 'strip_node_info' as buildstream-privateBenjamin Schubert2019-07-151-1/+1
* _yaml: Remove 'node_get_provenance' and add 'Node.get_provenance'Benjamin Schubert2019-07-151-3/+3
* _yaml: Remove 'node_validate' and replace by 'MappingNode.validate_keys'Benjamin Schubert2019-07-151-4/+4
* _yaml: Create 'from_dict' on Node and remove node creation methodsBenjamin Schubert2019-07-151-1/+1
* _yaml: remove node_sanitizeBenjamin Schubert2019-07-151-1/+2
* _yaml: Remove 'node_set'. Now use __setitem__Benjamin Schubert2019-07-151-1/+1
* _yaml: Remove 'node_get' and migrate all remaining calls to new APIBenjamin Schubert2019-07-151-1/+1
* _yaml: add 'get_mapping()' to MappingNodeBenjamin Schubert2019-07-151-3/+3
* sandbox/_sandboxbwrap.py: Fix fuse import issuechandan/fix-fuse-checkChandan Singh2019-07-141-1/+6
* Refactor of Platform and SandboxWilliam Salmon2019-07-123-8/+112
* Refactor, use context.messenger directlyAngelos Evripiotis2019-07-052-5/+5
* _sandboxremote.py: Guard against gRPC channels in the main processjuerg/grpcJürg Billeter2019-06-191-0/+3
* Move source from 'buildstream' to 'src/buildstream'Chandan Singh2019-05-219-0/+2468