summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* TESTING DO NOT MERGEtristan/test-versionsTristan Van Berkom2018-09-101-0/+3
* Merge branch 'coldtom/autotools-libtool' into 'master'Valentin David2018-09-081-0/+36
|\
| * Upstream libtool .la file removalThomas Coldrick2018-09-081-0/+36
|/
* Merge branch 'jmac/remote_execution_client' into 'master'Qinusty2018-09-0725-100/+1249
|\
| * tests/artifactcache: Add pull unit-testsjmac/remote_execution_clientMartin Blanchard2018-09-071-0/+320
| * tests/artifactcache: Add push unit-testsMartin Blanchard2018-09-072-0/+330
| * tests/artifactcache: Add a simple test projectMartin Blanchard2018-09-077-0/+48
| * 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
| * format_project.rst: Document remote-execution optionJim MacArthur2018-09-071-0/+18
| * 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
|/
* Merge branch 'danielsilverstone-ct/maybe-reduce-fd-leaks' into 'master'Tristan Maat2018-09-041-1/+6
|\
| * jobs.py: Reduce FD leaks from queues and process objectsdanielsilverstone-ct/maybe-reduce-fd-leaksDaniel Silverstone2018-09-041-1/+6
|/
* Merge branch 'benbrewer/install-artifacts-doc-improvements' into 'master'Javier Jardón2018-09-041-5/+8
|\
| * Improve documentation for artifact cache installationBen Brewer2018-09-041-5/+8
|/
* Merge branch 'tpollard/483' into 'master'Tom Pollard2018-09-032-4/+109
|\
| * tests/sources/git.py: Add tests for REF_NOT_IN_TRACKtpollard/483Tom Pollard2018-09-031-0/+68
| * plugins/git.py: Warn if ref is not in given trackTom Pollard2018-09-031-4/+41
|/
* Merge branch 'tristan/source-fetcher-changes' into 'master'Tristan Van Berkom2018-09-035-32/+149
|\
| * 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-023-19/+52
| * 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
|/
* Merge branch 'Qinusty/cache-size-directory' into 'master'Tristan Van Berkom2018-09-011-1/+1
|\
| * scheduler.py: Move cache_size logs into folderQinusty/cache-size-directoryJosh Smith2018-08-311-1/+1
|/
* Merge branch 'Qinusty/retries-should-fail' into 'master'Tristan Van Berkom2018-08-314-10/+6
|\
| * tests: Modify tests to ensure retry FAILUREJosh Smith2018-08-313-3/+3
| * 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
* Merge branch 'tpollard/591' into 'master'Tiago Gomes2018-08-301-0/+5
|\
| * buildstream/_project.py: Report if project.conf is missing nameTom Pollard2018-08-301-0/+5
|/
* Merge branch 'bzr_fix' into 'master'Phillip Smyth2018-08-301-5/+7
|\
| * Replacing string 'bzr' with value from host toolsbzr_fixknownexus2018-08-301-5/+7
|/
* Merge branch 'tristan/atomic-cache-size-file' into 'master'Tristan Van Berkom2018-08-301-1/+1
|\
| * _artifactcache/artifactcache.py: Write the cache_size file atomicallytristan/atomic-cache-size-fileTristan Van Berkom2018-08-301-1/+1
|/
* Merge branch 'valentindavid/post_tracking_errors' into 'master'Tristan Van Berkom2018-08-302-12/+37
|\