summaryrefslogtreecommitdiff
path: root/src/buildstream/_projectrefs.py
Commit message (Expand)AuthorAgeFilesLines
* _yaml: Remove 'node_validate' and replace by 'MappingNode.validate_keys'bschubert/node-api-novalidateBenjamin Schubert2019-07-041-1/+1
* _yaml: Create 'from_dict' on Node and remove node creation methodsbschubert/rework-node-creationsBenjamin Schubert2019-07-031-1/+1
* _yaml: Remove 'node_extend_list' and add 'SequenceNode.append'Benjamin Schubert2019-07-031-9/+8
* _yaml: Move 'node_final_assertions' to 'Node._assert_fully_composited'bschubert/node-api-noassertionsBenjamin Schubert2019-07-021-1/+1
* _yaml: Remove 'node_set'. Now use __setitem__Benjamin Schubert2019-07-011-3/+3
* _yaml: Remove 'node_get' and migrate all remaining calls to new APIBenjamin Schubert2019-07-011-1/+1
* _yaml: Introduce 'get_sequence()' and 'sequence_at()'/'mapping_at()'Benjamin Schubert2019-07-011-3/+3
* _yaml: add 'get_mapping()' to MappingNodeBenjamin Schubert2019-07-011-2/+2
* Move source from 'buildstream' to 'src/buildstream'Chandan Singh2019-05-211-0/+155