summaryrefslogtreecommitdiff
path: root/src/buildstream/sandbox
Commit message (Expand)AuthorAgeFilesLines
* _sandboxremote.py: Support stdout and stderr digestsjuerg/reapi-logJürg Billeter2020-02-201-2/+12
* sandbox: Move log forwarding from SandboxREAPI to SandboxRemoteJürg Billeter2020-02-202-9/+10
* sandbox: Add _create_empty_file() methodJürg Billeter2020-02-112-1/+48
* _sandboxreapi.py: Support setting output_node_propertiesJürg Billeter2020-02-111-0/+7
* sandbox: Remove unused _SandboxBatchCallJürg Billeter2020-02-112-20/+0
* _sandboxreapi.py: Optimize output_directoriesjuerg/sandbox-reapi-captureJürg Billeter2020-02-111-32/+33
* sandbox: Remove unused _mounter.pyJürg Billeter2020-02-101-148/+0
* _sandboxbuildboxrun.py: Bind mount /dev in interactive modeJürg Billeter2020-02-031-0/+5
* _sandboxbuildboxrun.py: Support host-filesJürg Billeter2020-02-031-1/+20
* _sandboxbuildboxrun.py: Check buildbox-run capabilitiesJürg Billeter2020-02-031-1/+9
* _sandboxreapi.py: Do not create directories for host-filesJürg Billeter2020-02-031-0/+3
* _sandboxreapi.py: Improve batch command loggingJürg Billeter2020-01-131-2/+9
* sandbox.py: Add combined_label() method to batch itemsJürg Billeter2020-01-131-0/+6
* sandbox: Drop chroot sandboxing backendJürg Billeter2019-12-311-354/+0
* sandbox: remove unused _issue_warningDarius Makovsky2019-12-241-10/+0
* sandbox: remove unused _callbackDarius Makovsky2019-12-241-20/+0
* Drop buildbox sandboxJürg Billeter2019-12-101-248/+0
* Add buildbox-run sandboxBenjamin Schubert2019-12-101-0/+148
* _sandboxreapi.py: Pass sandbox flags to _execute_action()Jürg Billeter2019-12-102-3/+3
* sandbox.py: Remove unused _set_virtual_directory() methodJürg Billeter2019-12-051-6/+0
* _sandboxreapi.py: Use CasBasedDirectory._reset()Jürg Billeter2019-12-051-3/+2
* lint: remove all unecessary elif/else after break/continueBenjamin Schubert2019-12-021-9/+9
* _sandboxreapi.py: Ensure /dev, /proc and /tmp exist in sandboxJürg Billeter2019-11-271-0/+4
* _sandboxreapi.py: Check that command existsJürg Billeter2019-11-271-0/+5
* _sandboxreapi.py: Fix Command.working_directoryJürg Billeter2019-11-271-1/+1
* sandbox.py: Assert that the working directory is an absolute pathJürg Billeter2019-11-271-1/+3
* Reformat code using BlackChandan Singh2019-11-1410-371/+351
* sandbox: Move SandboxRemoteBatch to SandboxREAPIJürg Billeter2019-11-112-69/+68
* sandbox: Move _run() from SandboxRemote to SandboxREAPIJürg Billeter2019-11-112-102/+111
* sandbox: Add abstract SandboxREAPI classJürg Billeter2019-11-112-6/+32
* _sandboxremote.py: Fetch outputs in _execute_action()Jürg Billeter2019-11-111-8/+17
* _sandboxremote.py: Extract _execute_action() method from _run()Jürg Billeter2019-11-111-22/+32
* _sandboxremote.py: Simplify exit code returnJürg Billeter2019-11-111-6/+3
* _sandboxremote.py: Send command and action together with the other blobsJürg Billeter2019-11-111-14/+7
* _sandboxremote.py: Ensure working directory existsJürg Billeter2019-11-111-0/+5
* _sandboxbwrap.py: Create /dev/shm in the sandboxThomas Coldrick2019-11-111-2/+7
* 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