summaryrefslogtreecommitdiff
path: root/src/buildstream/_workspaces.py
Commit message (Expand)AuthorAgeFilesLines
* scheduler.py: Use threads instead of processes for jobsBenjamin Schubert2020-12-041-1/+1
* _yaml.pyx: Make shortname a mandatory argument to _yaml.load()Tristan van Berkom2020-08-101-1/+1
* _workspaces: Rename `last_successful` to `last_build`Darius Makovsky2020-02-111-7/+7
* _workspaces.py: Drop `prepared`Jürg Billeter2020-02-111-4/+2
* _workspaces.py: Drop `running_files`Jürg Billeter2020-02-111-36/+3
* _workspaces.py: Increment format version, drop support for old versionsJürg Billeter2020-02-111-31/+9
* _workspaces.py: Remove unused stage() methodJürg Billeter2020-02-111-15/+0
* exceptions: Expose ErrorDomain, ErrorLoadReasonThomas Coldrick2020-01-231-1/+2
* _workspaces: remove get_key()Darius Makovsky2019-12-091-38/+0
* _workspaces: remove invalidate_key()Darius Makovsky2019-12-091-8/+0
* Reformat code using BlackChandan Singh2019-11-141-51/+48
* node.pyx: Make 'strip_node_info' publicBenjamin Schubert2019-10-161-1/+1
* Remove recalculate kwarg from Workspace.get_key()Darius Makovsky2019-07-221-2/+2
* _exceptions.py: Align LoadError() parameter orderingtpollard/loaderrorTom Pollard2019-07-181-13/+12
* _yaml: Split Node-related parts into 'node.pyx'Benjamin Schubert2019-07-151-2/+3
* _yaml: Mark 'strip_node_info' as buildstream-privateBenjamin Schubert2019-07-151-1/+1
* _yaml: remove node_sanitizeBenjamin Schubert2019-07-151-4/+7
* _yaml: Decomission 'dump()'. 'roundtrip_dump' is an equivalent function nowBenjamin Schubert2019-07-151-2/+2
* _yaml: Remove 'node_set'. Now use __setitem__Benjamin Schubert2019-07-151-1/+1
* _yaml: Remove 'node_items' and add 'MappingNode.items()'Benjamin Schubert2019-07-151-11/+9
* _yaml: Add 'as_int()' on ScalarNodeBenjamin Schubert2019-07-151-1/+1
* _yaml: Add 'as_bool()' and 'is_none()' to ScalarNodeBenjamin Schubert2019-07-151-1/+1
* _yaml: Add 'as_str()' on ScalarNode and 'get_scalar()' on MappingNodeBenjamin Schubert2019-07-151-2/+2
* _yaml: add 'get_mapping()' to MappingNodeBenjamin Schubert2019-07-151-3/+2
* Move source from 'buildstream' to 'src/buildstream'Chandan Singh2019-05-211-0/+650