summaryrefslogtreecommitdiff
path: root/buildstream
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* _artifactcache/cascache.py: Remove unused enable_push parameterJürg Billeter2018-09-271-5/+2
* _platform/linux.py: Do not disable push globallyJürg Billeter2018-09-271-1/+1
* _platform/linux.py: Remove redundant messageJürg Billeter2018-09-271-7/+2
* element.py: Validate sandbox configJürg Billeter2018-09-271-4/+18
* _platform: Add check_sandbox_config() methodJürg Billeter2018-09-273-1/+26
* element.py: Add __use_remote_execution() helper methodJürg Billeter2018-09-271-3/+9
* _sandboxremote.py: Handle remote build execution exit codemablanch/668-remote-build-failureMartin Blanchard2018-09-271-6/+15
* _protos: Import google.rpc.Code protoMartin Blanchard2018-09-273-0/+322
* element.py/_assemble(): Call get_virtual_directory later.jmac/stop-caching-vdirsJim MacArthur2018-09-251-3/+1
* sandbox.py: Stop caching get_virtual_directory if get_directory is usedJim MacArthur2018-09-251-7/+15
* _artifactcache/cascache.py: Use BatchReadBlobsJürg Billeter2018-09-251-12/+137
* _artifactcache/casserver.py: Harmonize payload size limitJürg Billeter2018-09-251-5/+6
* _artifactcache/cascache.py: Increase payload size limit for uploadsJürg Billeter2018-09-251-2/+7
* _artifactcache/cascache.py: Add _ensure_blob helperJürg Billeter2018-09-251-34/+34
* element.py: Fix cache check in non-strict modeJürg Billeter2018-09-241-1/+1
* _stream.py: Ensure source-bundle's source directory existsChandan Singh2018-09-211-0/+2
* cascache.py: make push_remote raise exception if no push remotes existJim MacArthur2018-09-211-3/+13
* _sandboxremote.py: Ignore return value of push_directoryJim MacArthur2018-09-211-2/+2
* element.py: Remove early warning and check directory is not NoneJim MacArthur2018-09-211-8/+5
* source.py: Fix re-instantiationTristan Van Berkom2018-09-211-8/+34
* _frontend/status.py: Completely remove the blessings dependency from BuildStreamTristan Van Berkom2018-09-192-8/+77
* cascache.py: Modify messaging API callsJosh Smith2018-09-191-10/+4
* cascache.py: Move push/pull messaging to cascacheJosh Smith2018-09-192-8/+6
* element.py: Remove redundant timed_activityJosh Smith2018-09-191-9/+8
* Rework Skipped usageJosh Smith2018-09-199-44/+48
* Incorrect error when malformed project.confknownexus2018-09-181-1/+4
* FUSE: Mount with -odev in chroot sandboxRichard Maw2018-09-184-8/+18
* fuse: Report the correct device number for devicesRichard Maw2018-09-181-1/+1
* _artifactcache/artifactcache.py: Error out gracefully when push remote is mal...Tristan Van Berkom2018-09-181-1/+11
* sandbox/_sandboxremote.py: Acquire artifact cache via PlatformDaniel Silverstone2018-09-181-12/+7