summaryrefslogtreecommitdiff
path: root/tests/frontend/project/sources/fetch_source.py
Commit message (Expand)AuthorAgeFilesLines
* node: Add 'get_str_list' on 'MappingNode'bschubert/api-improvementsBenjamin Schubert2019-07-161-1/+1
* _yaml: Remove 'node_items' and add 'MappingNode.items()'Benjamin Schubert2019-07-151-5/+4
* _yaml: Remove 'node_get' and migrate all remaining calls to new APIBenjamin Schubert2019-07-151-1/+1
* _yaml: Add 'as_str()' on ScalarNode and 'get_scalar()' on MappingNodeBenjamin Schubert2019-07-151-1/+1
* _yaml: add 'get_mapping()' to MappingNodeBenjamin Schubert2019-07-151-1/+1
* Plugin: Remove node_has_member()Daniel Silverstone2019-04-041-1/+1
* The new YAML World OrderDaniel Silverstone2019-03-271-2/+4
* Integrate source cache with rest of buildstreamRaoul Hidalgo Charman2019-03-141-0/+3
* tests: Remove unused importsremove-dead-codeBenjamin Schubert2019-03-011-1/+0
* source.py: Added `primary` argument to URL marking APIsTristan Van Berkom2018-09-021-3/+15
* tests: Add mirrored fetching and tracking testsJonathan Maw2018-07-271-0/+85