summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update documentation with the new profile changesbschubert/profiler-as-cmBenjamin Schubert2019-03-291-20/+4
* Allow nested profilesBenjamin Schubert2019-03-291-6/+28
* _profile.py: Remove unused profiler topicsBenjamin Schubert2019-03-291-3/+0
* Rework profiler to act as a context managerBenjamin Schubert2019-03-297-146/+117
* Merge branch 'tpollard/945' into 'master'bst-marge-bot2019-03-297-55/+129
|\
| * plugintestutils/runcli.py: Add TestArtifact() 'abstraction' classTom Pollard2019-03-295-48/+123
| * _cas/cascache.py: Add opt check_exists arg to _reachable_refs_dir()Tom Pollard2019-03-292-7/+6
|/
* Merge branch 'tpollard/pin-sphinx' into 'master'bst-marge-bot2019-03-291-1/+1
|\
| * tox.ini: pin [testenv:docs] sphinx dependency to 1.8.5Tom Pollard2019-03-291-1/+1
|/
* Merge branch 'jjardon/overnigth_tests_fix' into 'master'Javier Jardón2019-03-281-1/+1
|\
| * .gitlab-ci.yml: Use bst-external 0.12.0 for overnigth testsJavier Jardón2019-03-281-1/+1
|/
* Merge branch 'jennis/track_is_overworking' into 'master'bst-marge-bot2019-03-281-0/+40
|\
| * tests: Add a track test to ensure that we do not needlessly overwrite filesjennis/track_is_overworkingJames Ennis2019-03-281-0/+40
|/
* Merge branch 'shared/yaml-rework' into 'master'bst-marge-bot2019-03-2857-1599/+1821
|\
| * _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