summaryrefslogtreecommitdiff
path: root/buildstream/_workspaces.py
Commit message (Expand)AuthorAgeFilesLines
* Implementing relative workspacesrelative_workspacesPhillip Smyth2018-08-101-24/+17
* Remove shebangs from python filesGökçen Nurlu2018-06-191-1/+0
* Reword uses of project in Workspaces.Valentin David2018-06-081-22/+30
* _workspaces.py: Use file mtime for workspace cache keys instead of checksummingTristan Van Berkom2018-05-111-9/+6
* Add element.prepare methodTristan Maat2018-04-131-3/+6
* _workspaces.py: Assert that configuration is only saved in the main process.Tristan Van Berkom2018-04-101-0/+2
* _workspaces.py: Added Workspaces.update_workspace()Tristan Van Berkom2018-04-101-0/+42
* _workspaces.py: Add generic serialization/deserializationTristan Van Berkom2018-04-101-21/+56
* _workspaces.py: Remove knowledge of Elements completelyTristan Van Berkom2018-04-101-47/+23
* _workspaces.py: Fix cache key calculation regressionTristan Van Berkom2018-04-091-1/+1
* element.py, source.py: Element consumes the rest of workspace logic.Tristan Van Berkom2018-04-091-2/+0
* Allow 'None' as a default_value for _yaml.node_getTristan Maat2018-04-071-7/+2
* _workspaces.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-031-5/+5
* Refactoring of highlevel workspace codeTristan Van Berkom2018-04-021-7/+7
* _workspaces.py: Dont unconditionally create workspace local state file at sta...Tristan Van Berkom2018-04-011-7/+9
* _workspaces.py: Fix fallout from using python3.4Tristan Maat2018-03-281-2/+4
* Add list of running files to workspace metadataTristan Maat2018-03-271-5/+34
* Record last successful workspace build keyTristan Maat2018-03-271-3/+9
* Make workspaces use objects instead of pipeline helper methodsTristan Maat2018-03-271-0/+322