summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* _basecache.py: Raise appropriate error if 'artifacts' is not dict/list of dictsshared/yaml-reworkJames Ennis2019-03-271-9/+10
* _cachekey.py _artifactelement.py: Create new is_key() and use itDaniel Silverstone2019-03-272-2/+27
* The new YAML World OrderDaniel Silverstone2019-03-2754-1027/+1774
* YAML Cache: Remove the YAML CacheDaniel Silverstone2019-03-275-572/+21
* Merge branch 'juerg/partial-cas-remote' into 'master'bst-marge-bot2019-03-275-220/+177
|\
| * cascache.py: Remove unused method push_directory()Jürg Billeter2019-03-271-17/+0
| * _artifactcache.py: Remove unused method push_directory()Jürg Billeter2019-03-271-24/+0
| * tests/artifactcache/push.py: Remove push_directory() testJürg Billeter2019-03-271-108/+0
| * _sandboxremote.py: Fetch missing blobs from artifact serversJürg Billeter2019-03-271-4/+28
| * _artifactcache.py: Add fetch_missing_blobs() methodJürg Billeter2019-03-271-0/+21
| * cascache.py: Make send_blobs() publicJürg Billeter2019-03-271-7/+15
| * cascache.py: Do not fetch files in _fetch_directory()Jürg Billeter2019-03-271-18/+21
| * cascache.py: Add fetch_blobs() methodJürg Billeter2019-03-271-2/+42
| * cascache.py: Add local_missing_blobs() methodJürg Billeter2019-03-271-0/+17
| * cascache.py: Add remote_missing_blobs_for_directory() methodJürg Billeter2019-03-271-19/+33
| * casremote.py: Add missing_blobs parameter to _CASBatchRead.send()Jürg Billeter2019-03-271-3/+7
| * casremote.py: Remove unused verify_digest_on_remote() methodJürg Billeter2019-03-271-22/+0
| * _sandboxremote.py: Remove call to verify_digest_on_remote()Jürg Billeter2019-03-271-3/+0
|/
* Merge branch 'aevri/copyright' into 'master'bst-marge-bot2019-03-271-0/+19
|\
| * testutils/yaml.py: add copyright noticeAngelos Evripiotis2019-03-271-0/+19
|/
* Merge branch 'aevri/junction_load_provenance' into 'master'bst-marge-bot2019-03-2610-19/+116
|\
| * tests: Add test_invalid_junctiondep_not_a_junctionAngelos Evripiotis2019-03-262-0/+17
| * tests: ensure provenance for _get_loader errorsAngelos Evripiotis2019-03-265-9/+52
| * loader: provenance in LoadErrors from _get_loaderAngelos Evripiotis2019-03-261-9/+17
| * test: Add yaml_file_get_provenanceAngelos Evripiotis2019-03-262-0/+29
| * buildstream/_yaml: Provenance, fix type in doc strAngelos Evripiotis2019-03-261-1/+1
|/
* Merge branch 'mablanch/629-remote-execution-test' into 'master'Jürg Billeter2019-03-2512-7/+371
|\
| * Generate and publish HTML coverage reportMartin Blanchard2019-03-252-3/+9
| * .gitlab-ci.yml: Add a CI test job for remote executionMartin Blanchard2019-03-253-0/+99
| * tests: Add basic remote-execution tests (autotools)Martin Blanchard2019-03-256-0/+111
| * runcli.py: Add a CLI test fixture for remote-executionMartin Blanchard2019-03-253-2/+135
| * tests: Add a --remote-execution CLI optionsMartin Blanchard2019-03-251-2/+17
|/
* Merge branch 'raoul/440-source-cache-remotes' into 'master'bst-marge-bot2019-03-2526-78/+956
|\
| * PushQueue -> ArtifactPushQueueRaoul Hidalgo Charman2019-03-253-5/+5
| * tests: check source push for workspaced elementsRaoul Hidalgo Charman2019-03-251-0/+40
| * tests: check sources are pushed even if build failsRaoul Hidalgo Charman2019-03-254-0/+100
| * tests: source and artifact cache testRaoul Hidalgo Charman2019-03-251-0/+91
| * using_config.rst: Add source cache documentationRaoul Hidalgo Charman2019-03-251-0/+46
| * format_project.rst: Add source cache documentationRaoul Hidalgo Charman2019-03-251-0/+27
| * tests: Add source cache push failure testRaoul Hidalgo Charman2019-03-251-0/+42
| * tests: Add source cache pull after a push testRaoul Hidalgo Charman2019-03-251-0/+45
| * tests: Add source cache push testRaoul Hidalgo Charman2019-03-251-0/+96
| * _stream.py: Schedule source push queueRaoul Hidalgo Charman2019-03-251-1/+7
| * sourcepushqueue.py: Add queue for pushing sourcesRaoul Hidalgo Charman2019-03-256-6/+49
| * element.py: Add source push methods to ElementRaoul Hidalgo Charman2019-03-251-0/+19
| * _sourcecache.py: Add push methodRaoul Hidalgo Charman2019-03-252-1/+36
| * tests: Add source cache fetch failure testRaoul Hidalgo Charman2019-03-251-0/+52
| * tests: Add source cache test for fallbackRaoul Hidalgo Charman2019-03-251-0/+59
| * tests: Add source cache fetch testRaoul Hidalgo Charman2019-03-251-0/+111
| * element.py: Pull from sourcecache in _fetch()Raoul Hidalgo Charman2019-03-252-9/+17