summaryrefslogtreecommitdiff
path: root/buildstream
Commit message (Expand)AuthorAgeFilesLines
* filter.py: Cross reference docstring with split-rulesPhil Dawson2018-09-121-1/+5
* _artifactcache/casserver.py: Implement BatchReadBlobsJürg Billeter2018-09-101-0/+25
* _artifactcache/casserver.py: Implement Capabilities serviceJürg Billeter2018-09-101-0/+24
* element: validate configuration variablesTiago Gomes2018-09-102-1/+12
* docs: document protected variablesTiago Gomes2018-09-101-15/+0
* subprocesses: Ensure PWD is set in process environmentRichard Maw2018-09-102-3/+15
* _artifactcache: There shalt be only one cache sizeTristan Van Berkom2018-09-108-86/+84
* element.py: Remove _get_artifact_cache() accessor.Tristan Van Berkom2018-09-104-16/+16
* _scheduler/jobs/cleanupjob.py: Use Platform.get_platform() public accessorTristan Van Berkom2018-09-101-3/+5
* _scheduler/jobs/cachesizejob.py: Use Platform.get_platform() public accessorTristan Van Berkom2018-09-101-3/+5
* element.py: Remove _get_artifact_size()Tristan Van Berkom2018-09-103-36/+22
* _artifactcache/artifactcache.py: Sealing away some the estimated sizeTristan Van Berkom2018-09-104-28/+41
* _artifactcache/artifactcache.py: Removing unused variable.Tristan Van Berkom2018-09-101-1/+0
* _scheduler: API fixes; _check_cache_size_real() -> check_cache_size()Tristan Van Berkom2018-09-103-10/+34
* _artifactcache: Making public methods publicTristan Van Berkom2018-09-104-32/+35
* element.py: Adding missing API documenting commentTristan Van Berkom2018-09-101-0/+7
* _scheduler/scheduler.py: Make CacheSizeJob() not require the CACHE exclusivelyTristan Van Berkom2018-09-101-1/+0
* _scheduler/resources.py: Set CACHE max resources to 0Tristan Van Berkom2018-09-101-1/+1
* _scheduler/queues: Mark build and pull queue as requiring shared access to th...Tristan Van Berkom2018-09-102-2/+2
* Upstream libtool .la file removalThomas Coldrick2018-09-081-0/+36
* qmake.py: Mark this as a BST_VIRTUAL_DIRECTORY‧pluginMartin Blanchard2018-09-071-1/+2
* meson.py: Mark this as a BST_VIRTUAL_DIRECTORY‧pluginMartin Blanchard2018-09-071-1/+2
* make.py: Mark this as a BST_VIRTUAL_DIRECTORY‧pluginMartin Blanchard2018-09-071-1/+2
* cmake.py: Mark this as a BST_VIRTUAL_DIRECTORY pluginMartin Blanchard2018-09-071-1/+2
* autotools.py: Mark this as a BST_VIRTUAL_DIRECTORY pluginJim MacArthur2018-09-071-1/+2
* element.py: Switch to SandboxRemote if config option is setJim MacArthur2018-09-071-1/+27
* element.py: Get the updated virtual directory after runningJim MacArthur2018-09-071-0/+2
* sandbox/__init__.py: Add SandboxRemoteJim MacArthur2018-09-071-0/+1
* _sandboxremote.py: Implement the REAPI clientJim MacArthur2018-09-071-0/+226
* Add "remote-execution" project configuration optionJim MacArthur2018-09-073-1/+16
* sandbox.py: Allow setting the virtual directoryJim MacArthur2018-09-072-3/+23
* _casbaseddirectory.py: Add a method for hash recalculationMartin Blanchard2018-09-071-0/+9
* cascache.py: Introduce new pull helpersMartin Blanchard2018-09-071-0/+51
* cascache.py: Introduce new push helpersMartin Blanchard2018-09-071-0/+59
* cascache.py: Preparation for remote executionJim MacArthur2018-09-071-90/+109
* jobs.py: Reduce FD leaks from queues and process objectsdanielsilverstone-ct/maybe-reduce-fd-leaksDaniel Silverstone2018-09-041-1/+6
* plugins/git.py: Warn if ref is not in given trackTom Pollard2018-09-031-4/+41
* source.py: Track marked URLs and assert they are marked during Plugin.configu...tristan/source-fetcher-changesTristan Van Berkom2018-09-021-0/+20
* source.py: Added `primary` argument to URL marking APIsTristan Van Berkom2018-09-022-16/+37
* plugin.py: Added _configure() and _get_configuring() private APIsTristan Van Berkom2018-09-023-2/+29
* source.py: Documenting that marking download URLs is mandatoryTristan Van Berkom2018-09-021-6/+34
* source.py: Fixing docs link formatting to be consistent.Tristan Van Berkom2018-09-021-8/+10
* source.py: Document Source.get_source_fetchers() to return an iterableTristan Van Berkom2018-09-021-2/+9
* scheduler.py: Move cache_size logs into folderQinusty/cache-size-directoryJosh Smith2018-08-311-1/+1
* job.py: Modify retry messages to be FAILJosh Smith2018-08-311-7/+3
* _project.py: Adding FIXME comment to address #591 properlyTristan Van Berkom2018-08-311-1/+7
* buildstream/_project.py: Report if project.conf is missing nameTom Pollard2018-08-301-0/+5
* _artifactcache/artifactcache.py: Write the cache_size file atomicallytristan/atomic-cache-size-fileTristan Van Berkom2018-08-301-1/+1
* Report processing errors from trackingValentin David2018-08-301-12/+3
* plugins/source/git.py: Fix formatting of url in trackingTristan Van Berkom2018-08-301-1/+3