summaryrefslogtreecommitdiff
path: root/src/buildstream/plugins/sources/workspace.py
Commit message (Expand)AuthorAgeFilesLines
* source.py: Remove BST_KEY_REQUIRES_STAGEtristan/remove-bst-key-requires-stageTristan van Berkom2020-09-231-14/+39
* Update node property support to match proto changesJürg Billeter2020-05-271-1/+1
* source.py: Don't re-declare __init__ in source implementationsBenjamin Schubert2020-05-121-9/+6
* plugin.py/pluginfactory.py: Implementing BST_MIN_VERSIONTristan Van Berkom2020-04-291-0/+3
* _workspaces: Rename `last_successful` to `last_build`Darius Makovsky2020-02-111-4/+4
* workspace.py: Import mtimes when stagingDarius Makovsky2020-02-051-1/+1
* source.py: Remove 'get_consistency' completelyBenjamin Schubert2020-01-161-9/+1
* source.py: Remove the reliance on consistency to get whether a source is cachedBenjamin Schubert2020-01-161-0/+3
* source.py: Add a new 'is_resolved' to get whether a source is resolved.Benjamin Schubert2020-01-161-0/+3
* Do not load the workspace.last_successful as the workspace plugin refDarius Makovsky2019-11-271-2/+4
* element.py: Remove workspace-specific codeTristan Maat2019-11-181-4/+9
* Reformat code using BlackChandan Singh2019-11-141-6/+6
* src/buildstream: Fix pylint warning 'arguments-differ'Chandan Singh2019-11-131-2/+2
* src/buildstream: Remove unused importsChandan Singh2019-11-131-3/+0
* Replace BST_NO_PRESTAGE_KEY with BST_KEY_REQUIRES_STAGEDarius Makovsky2019-11-041-1/+1
* workspace.py: use the extended source apiDarius Makovsky2019-10-301-23/+3
* Remove special loading for workspacestraveltissues/notesDarius Makovsky2019-10-171-10/+1
* workspace.py: raise AssertionError on init_workspaceDarius Makovsky2019-10-161-7/+4
* workspace.py: Do not close gRPC channelsJürg Billeter2019-10-151-3/+0
* cascache.py: Rename close_channel() to close_grpc_channels()Jürg Billeter2019-10-151-1/+1
* Defer committing workspace files to cachetraveltissues/1159Darius Makovsky2019-10-081-9/+4
* workspace.py: add workspace source pluginDarius Makovsky2019-09-241-0/+150