summaryrefslogtreecommitdiff
path: root/buildstream
Commit message (Expand)AuthorAgeFilesLines
* _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
* _artifactcache/artifactcache.py: Ensure no double-setup of remotesDaniel Silverstone2018-09-181-0/+5
* _project.py: Fix option resolution in element & source overridesTristan Van Berkom2018-09-181-0/+3
* Bump Artifact VersionRichard Maw2018-09-161-1/+1
* sandbox: deduplicate default environment logicRichard Maw2018-09-163-33/+29
* buildstream/_frontend/complete.py: Added missing click license complianceTristan Van Berkom2018-09-161-2/+17
* scheduler: minor cleanups to CleanupJobTiago Gomes2018-09-142-10/+2
* artifactcache: rename get_quota_exceeded()Tiago Gomes2018-09-143-5/+5
* artifactcache: improve _fetch_directory()Tiago Gomes2018-09-141-6/+19
* artifactcache: improve _create_tree()Tiago Gomes2018-09-141-4/+19
* scheduler: add missing copyrightTiago Gomes2018-09-141-0/+19
* artifactcache: fix oversightTiago Gomes2018-09-141-1/+1
* core: remove unused variable on ContextTiago Gomes2018-09-141-1/+0
* _artifactcache/artifactcache.py: Changes to mark_required_elements()Tristan Van Berkom2018-09-143-32/+53