summaryrefslogtreecommitdiff
path: root/src/buildstream/sandbox/_sandboxreapi.py
Commit message (Expand)AuthorAgeFilesLines
* sandbox: Drop _use_cas_based_directory()Jürg Billeter2020-06-031-4/+0
* sandbox: Make build-uid and build-gid configuration optionalJürg Billeter2020-04-141-2/+4
* _protos: Update remote_execution.protojuerg/reapiJürg Billeter2020-03-161-2/+1
* storage: Add public Directory.exists() methodJürg Billeter2020-03-101-1/+1
* _sandboxreapi.py: Sort platform properties by nameJürg Billeter2020-03-091-11/+19
* _sandboxreapi.py: Support read-only rootjuerg/reapi-readonlyJürg Billeter2020-02-271-3/+10
* _sandboxreapi.py: Ensure mount points existJürg Billeter2020-02-271-4/+18
* _sandboxreapi.py: Support optional network accessJürg Billeter2020-02-271-0/+3
* _sandboxreapi.py: Set unixUID and unixGID platform propertiesJürg Billeter2020-02-271-2/+17
* _sandboxreapi.py: Set OSFamily and ISA platform propertiesJürg Billeter2020-02-271-1/+6
* sandbox: Move log forwarding from SandboxREAPI to SandboxRemoteJürg Billeter2020-02-201-9/+0
* sandbox: Add _create_empty_file() methodJürg Billeter2020-02-111-0/+3
* _sandboxreapi.py: Support setting output_node_propertiesJürg Billeter2020-02-111-0/+7
* sandbox: Remove unused _SandboxBatchCallJürg Billeter2020-02-111-3/+0
* _sandboxreapi.py: Optimize output_directoriesjuerg/sandbox-reapi-captureJürg Billeter2020-02-111-32/+33
* _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
* _sandboxreapi.py: Pass sandbox flags to _execute_action()Jürg Billeter2019-12-101-2/+2
* _sandboxreapi.py: Use CasBasedDirectory._reset()Jürg Billeter2019-12-051-3/+2
* _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
* Reformat code using BlackChandan Singh2019-11-141-24/+23
* sandbox: Move SandboxRemoteBatch to SandboxREAPIJürg Billeter2019-11-111-1/+68
* sandbox: Move _run() from SandboxRemote to SandboxREAPIJürg Billeter2019-11-111-0/+111
* sandbox: Add abstract SandboxREAPI classJürg Billeter2019-11-111-0/+29