summaryrefslogtreecommitdiff
path: root/src/buildstream/sandbox
Commit message (Expand)AuthorAgeFilesLines
* sandbox/_sandboxbuildboxrun.py: Use Messenger conveinence functionstristan/messenger-convenience-functionsTristan van Berkom2020-12-221-5/+2
* sandbox/_sandboxremote.py: Use Messenger convenience functionsTristan van Berkom2020-12-221-5/+2
* sandbox/sandbox.py: Use Messenger convenience functionsTristan van Berkom2020-12-221-7/+2
* Use CASCache.open()juerg/casJürg Billeter2020-12-091-2/+2
* cascache.py: Generalize remote_missing_blobs() into missing_blobs()Jürg Billeter2020-12-091-3/+3
* sandbox/_config.py, element.py: Refactor SandboxConfigTristan van Berkom2020-12-071-30/+101
* scheduler.py: Use threads instead of processes for jobsBenjamin Schubert2020-12-042-6/+12
* Sandbox: Remove Sandbox.set_output_directory()Tristan van Berkom2020-09-211-10/+0
* Sandbox: Assert absolute paths where they are setTristan van Berkom2020-09-211-0/+4
* _sandboxremote.py: Include details in UNAVAILABLE error loggingJosh Smith2020-09-071-3/+5
* sandbox.py: Remove unused importBenjamin Schubert2020-07-061-1/+1
* Completely abolish job pickling.tristan/nuke-pickle-jobberTristan van Berkom2020-06-151-4/+0
* sandbox/_sandboxremote.py: Improved log messagesscottclarke/remote-build-messageScott Clarke2020-06-101-27/+30
* sandbox: Remove unused root and scratch directoriesJürg Billeter2020-06-031-22/+0
* sandbox: Drop unused _mount.pyJürg Billeter2020-06-031-148/+0
* sandbox: Drop _use_cas_based_directory()Jürg Billeter2020-06-032-26/+2
* Drop SandboxBwrapJürg Billeter2020-06-031-511/+0
* Move sandbox YAML processing from Element to SandboxConfigJürg Billeter2020-05-281-5/+22
* _sandboxbuildboxrun.py: Pass --no-logs-capture to buildbox-runjuerg/no-logs-captureJürg Billeter2020-05-121-0/+4
* sandbox: Remove Sandbox.get_directory()Jürg Billeter2020-04-282-36/+4
* Remove bst shell --sysrootJürg Billeter2020-04-251-12/+4
* src: Removing all pre 2.x "Since" documentation annotations.Tristan Van Berkom2020-04-211-3/+1
* cascache.py: Add allow_partial parameter to fetch_blobs()Jürg Billeter2020-04-201-6/+1
* _sandboxbuildboxrun.py: Detect platforms supported by buildbox-runjuerg/platformJürg Billeter2020-04-141-5/+19
* sandbox: Reinitialize class when pickle is usedJürg Billeter2020-04-142-0/+8
* Drop concept of partially supported sandbox configurationJürg Billeter2020-04-142-4/+0
* sandbox: Make build-uid and build-gid configuration optionalJürg Billeter2020-04-144-20/+18
* _sandboxbuildboxrun.py: Reduce SIGTERM timeout to 15sJürg Billeter2020-04-091-1/+1
* _sandboxbuildboxrun.py: Check for buildbox-run initialization errorsjuerg/buildbox-run-errorJürg Billeter2020-03-311-2/+6
* _protos: Update remote_execution.protojuerg/reapiJürg Billeter2020-03-161-2/+1
* storage: Add public Directory.exists() methodJürg Billeter2020-03-102-3/+3
* _sandboxreapi.py: Sort platform properties by nameJürg Billeter2020-03-092-12/+20
* _sandboxbuildboxrun.py: Fix signal handlingjuerg/buildbox-signalsJürg Billeter2020-03-021-2/+17
* _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-272-1/+4
* _sandboxreapi.py: Set unixUID and unixGID platform propertiesJürg Billeter2020-02-272-6/+20
* _sandboxreapi.py: Set OSFamily and ISA platform propertiesJürg Billeter2020-02-271-1/+6
* _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