summaryrefslogtreecommitdiff
path: root/buildstream
Commit message (Expand)AuthorAgeFilesLines
* bst push: Check connectivity to cache before trying to pushsam/push-check-connectivitySam Thursfield2017-09-201-0/+2
* Let users override project artifacts optionsMathieu Bridon2017-09-194-3/+35
* Let projects configure their artifacts pull/push optionsMathieu Bridon2017-09-194-5/+36
* Give the various artifact_* attributes to the ArtifactCacheMathieu Bridon2017-09-192-22/+26
* Simplify a bit of codeMathieu Bridon2017-09-191-5/+1
* plugin.py: Add note on plugin extension supportTristan Van Berkom2017-09-191-0/+7
* project.py: Allow 'host-arches' and 'arches' in project.confsam/project.conf-archesSam Thursfield2017-09-171-1/+2
* plugin.py: Fix documentation to link to correct file70-third-party-plugin-sharingTristan Van Berkom2017-09-141-1/+1
* Add documentationTristan Maat2017-09-141-1/+47
* Add loaded plugins to logTristan Maat2017-09-142-1/+32
* Add support for YAML default config loadingTristan Maat2017-09-144-16/+24
* _plugincontext.py: Add support for pip-installed pluginsTristan Maat2017-09-141-5/+42
* Add source plugin node validationsTristan Maat2017-09-146-0/+17
* Add element plugin node validationsTristan Maat2017-09-146-4/+51
* context.py: Add user config node validationsTristan Maat2017-09-141-0/+18
* project.py: Add project config node validationsTristan Maat2017-09-141-0/+9
* Add element node validationsTristan Maat2017-09-141-0/+10
* Add _yaml.validate_nodeTristan Maat2017-09-131-0/+13
* source.py: Use utils.sha256sum() when calculating workspace keysTristan Van Berkom2017-09-121-11/+7
* patch.py source plugin: Use utils.sha256sum()Tristan Van Berkom2017-09-121-11/+1
* tar.py source plugin: Use utils.sha256sum()Tristan Van Berkom2017-09-121-9/+1
* local.py source plugin: Use utils.sha256sum()Tristan Van Berkom2017-09-121-10/+6
* utils.py: Added sha256sum utilityTristan Van Berkom2017-09-121-0/+21
* Construct pipeline without push queue if cannot push to artifact cacheChandan Singh2017-09-121-8/+9
* _sandboxbwrap.py: Make terminal control setting conditional on stdin being a ttytesting-shellTristan Van Berkom2017-09-101-1/+1
* _frontend/main.py: Changes to the bst shell commandTristan Van Berkom2017-09-101-22/+23
* element.py: Changed Element._shell() behaviors.Tristan Van Berkom2017-09-101-5/+7
* Add patch source pluginChandan Singh2017-09-091-0/+106
* _yaml.py: Removing unused CompositePolicy.STRICTTristan Van Berkom2017-09-091-14/+2
* _ostree.py: Removed remove()Tristan Van Berkom2017-09-081-23/+0
* _artifactcache/artifactcache.py: Removed remove()Tristan Van Berkom2017-09-081-16/+0
* source-bundle: don't use a subdirectory of {build_root}Charles Bailey2017-09-051-3/+3
* _frontend/complete.py: Fixing completions of subdirectory trees in element su...Tristan Van Berkom2017-09-051-4/+17
* _pipeline.py: Raise pipeline error in pull/pushTristan Van Berkom2017-09-051-2/+2
* artifactcache.py: Special casing local pull & pushTristan Van Berkom2017-09-051-4/+18
* _frontend/main.py: special case test suite for completionsTristan Van Berkom2017-09-051-3/+16
* _frontend/complete.py: Return whether completions were handled instead of exi...Tristan Van Berkom2017-09-051-34/+6
* _frontend/widget.py: Removed pretty printing of workspace listTristan Van Berkom2017-09-041-17/+0
* _frontend/main.py: `bst workspace list` in machine readable format.Tristan Van Berkom2017-09-041-9/+14
* _frontend/main.py: Only prompt user when interactiveTristan Van Berkom2017-09-041-4/+7
* source.py: Consider workspaced sources with missing content inconsistentTristan Van Berkom2017-09-041-2/+13
* _yaml.py: Added load_data()Tristan Van Berkom2017-09-041-5/+12
* _yaml.py: Make _yaml.dump() optionally dump to stdoutTristan Van Berkom2017-09-041-4/+8
* element.py: Use the BST_ARTIFACT_VERSION declared in the project.py moduleTristan Van Berkom2017-09-041-7/+2
* project.py: Declare main BST_ARTIFACT_VERSION hereTristan Van Berkom2017-09-041-8/+17
* plugin.py: Removed special case for test casesTristan Van Berkom2017-09-031-3/+1
* _scheduler module: Create an event loop instead of using the defaultTristan Van Berkom2017-09-032-1/+2
* _frontend/main.py: Fix stack track when project has no element-pathTristan Van Berkom2017-09-011-1/+6
* _frontend/main.py: Avoid loading messages when not in verboseTristan Van Berkom2017-09-011-0/+12
* git.py source plugin: Consider submodules in cache keyTristan Van Berkom2017-09-011-1/+8