summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cascache.py: Remove unused method push_directory()juerg/partial-cas-remoteJürg Billeter2019-03-251-17/+0
* _artifactcache.py: Remove unused method push_directory()Jürg Billeter2019-03-251-24/+0
* tests/artifactcache/push.py: Remove push_directory() testJürg Billeter2019-03-251-108/+0
* _sandboxremote.py: Fetch missing blobs from artifact serversJürg Billeter2019-03-251-4/+28
* _artifactcache.py: Add fetch_missing_blobs() methodJürg Billeter2019-03-251-0/+21
* cascache.py: Make send_blobs() publicJürg Billeter2019-03-251-7/+15
* cascache.py: Do not fetch files in _fetch_directory()Jürg Billeter2019-03-251-18/+21
* cascache.py: Add fetch_blobs() methodJürg Billeter2019-03-251-2/+42
* cascache.py: Add local_missing_blobs() methodJürg Billeter2019-03-251-0/+17
* cascache.py: Add remote_missing_blobs_for_directory() methodJürg Billeter2019-03-251-19/+33
* casremote.py: Add missing_blobs parameter to _CASBatchRead.send()Jürg Billeter2019-03-251-3/+7
* casremote.py: Remove unused verify_digest_on_remote() methodJürg Billeter2019-03-251-22/+0
* _sandboxremote.py: Remove call to verify_digest_on_remote()Jürg Billeter2019-03-251-3/+0
* 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
| * element.py: Add source cache as variableRaoul Hidalgo Charman2019-03-251-2/+2
| * _sourcecache.py: Add pull methodRaoul Hidalgo Charman2019-03-252-2/+35
| * source.py: add _get_brief_display_key methodRaoul Hidalgo Charman2019-03-251-0/+7
| * _stream.py: Add source cache initialisation.Raoul Hidalgo Charman2019-03-252-6/+24
| * _stream.py: Fix doc type mismatchRaoul Hidalgo Charman2019-03-251-1/+1
| * _basecache.py: Moves has remote methodsRaoul Hidalgo Charman2019-03-255-47/+47
|/
* Merge branch 'bschubert/fix-double-lookup' into 'master'bst-marge-bot2019-03-251-2/+5
|\
| * plugin.py: Don't make a double lookup in the plugin table to get oneBenjamin Schubert2019-03-251-2/+5
|/
* Merge branch 'juerg/partial-cas' into 'master'bst-marge-bot2019-03-2510-36/+217
|\
| * _stream.py: Check whether logs are cached in artifact_log()Jürg Billeter2019-03-251-0/+3
| * element.py: Add _cached_logs() methodJürg Billeter2019-03-251-0/+11
| * _artifact.py: Add cached_logs() methodJürg Billeter2019-03-251-0/+20
| * cascache.py: Do not silently ignore missing directories in checkout()Jürg Billeter2019-03-252-6/+6