summaryrefslogtreecommitdiff
path: root/buildstream
Commit message (Expand)AuthorAgeFilesLines
* Handle missing tags in git repositories correctlyTristan Maat2018-06-111-0/+4
* doc/source/core_framework.rst: Use a toctree instead of linksTristan Van Berkom2018-06-096-14/+12
* doc: Added plugins as ToC elements instead of orphaned linksTristan Van Berkom2018-06-0924-40/+73
* Allow tracking dependencies within sub-projects.Valentin David2018-06-082-10/+30
* Handle cross junction elements in workspaces.Valentin David2018-06-086-30/+37
* Reword uses of project in Workspaces.Valentin David2018-06-081-22/+30
* Interpret names as colon separated junction path in loader.Valentin David2018-06-081-6/+41
* autotools plugin: Dont regenerate existing configure scriptsTristan Van Berkom2018-06-081-4/+6
* _artifactcache/pushreceive.py: Cleanup reported error when receiving oversize...Tristan Van Berkom2018-06-071-3/+2
* pushreceive.py: Abstract the buffer_James Ennis2018-06-071-9/+8
* pushreceive.py: Ensure huge artifacts are not pushedJames Ennis2018-06-071-5/+32
* pushreceive.py: Add comments to code and name variables more sensiblyJames Ennis2018-06-071-1/+13
* pushreceive.py: Remove LRP artifacts from cache, introduce clean_up_cache()James Ennis2018-06-071-3/+54
* pushreceive.py: Ensure there is a repopathJames Ennis2018-06-071-0/+3
* _ostree.py: Introduce _list_all_refs() and list_artifacts()Tristan Maat2018-06-071-0/+44
* _ostree.py: Reintroduce remove()Tristan Maat2018-06-071-0/+36
* _frontend/cli.py: Allow specifying commands in `bst help`Tristan Van Berkom2018-06-072-13/+67
* Implement bst helpEd Baunton2018-06-071-3/+15
* Make `bst help` workEd Baunton2018-06-071-0/+4
* _frontend/cli.py: Try to autocomplete element paths when running from a subdi...Chandan Singh2018-06-061-1/+17
* _project.py: Allow running bst commands from subdirectories of project rootChandan Singh2018-06-061-2/+29
* _loader/loader.py: Report element-path when failing to load elementsChandan Singh2018-06-061-1/+17
* make build element: Add support for PREFIXTristan Van Berkom2018-06-061-2/+2
* make plugin: Ammended documentation to note it's since version.Tristan Van Berkom2018-06-061-0/+4
* _versions.py: Bump format version to 9Tristan Van Berkom2018-06-061-1/+1
* Add a kind for MakeEd Baunton2018-06-062-0/+84
* _frontend/app.py: Remove unused variable at global scopeTristan Van Berkom2018-06-061-1/+0
* _artifactcache/pushreceive.py: Add Click type for CLI argument 'repo'Chandan Singh2018-06-051-1/+1
* utils.py: Correcting a typo in safe_remove's commentPhillip Smyth2018-06-051-1/+1
* _sandboxbwrap.py: Fix post-bwrap cleanup behaviourGökçen Nurlu2018-06-051-1/+1
* _context.py: Normalize user-defined pathsTristan Maat2018-06-051-0/+1
* _artifactcache/ostreecache.py: Fix artifact cache initialization result tupleAntoine Wacheux2018-05-311-1/+1
* junction.py: Include note regarding explicit trackingJames Ennis2018-05-231-0/+16
* Redirect elements when performing tracking and workspace commandsJonathan Maw2018-05-173-12/+54
* filter.py: Redirect _get_source_element() calls to its build dependJonathan Maw2018-05-171-0/+11
* element.py: Add _get_source_element() methodJonathan Maw2018-05-171-0/+12
* element.py: Fix consistency of workspaced elements when ref is missingChandan Singh2018-05-171-9/+10
* _frontend/linuxapp.py: Fixed crash in previous commitTristan Van Berkom2018-05-171-1/+1
* _frontend: Notify failures when on linuxtristan/platform-appTristan Van Berkom2018-05-173-1/+75
* bst-init: Ensure --element-path is respected by the commandchandan/fix-bst-init-element-path288-kill-element-normal_name-variableChandan Singh2018-05-111-2/+2
* _workspaces.py: Use file mtime for workspace cache keys instead of checksummingTristan Van Berkom2018-05-111-9/+6
* _stream.py: Do not force `PipelineSelection.ALL` for build with trackingJürg Billeter2018-05-111-1/+1
* Do not pull/fetch/build elements that are not requiredJürg Billeter2018-05-115-4/+62
* _ostree.py: Remove unused function list_remote_refs()Jürg Billeter2018-05-111-20/+0
* _artifactcache/ostreecache.py: Do not use summary fileJürg Billeter2018-05-111-87/+18
* _artifactcache/artifactcache.py: Remove unused methodsJürg Billeter2018-05-111-35/+0
* element.py: Do not query remote artifact caches ahead of pull/pushJürg Billeter2018-05-114-74/+54
* _artifactcache: Add element paramater to has_fetch_remotes()Jürg Billeter2018-05-112-3/+15
* _artifactcache: Add bool return value to pull()Jürg Billeter2018-05-113-6/+11
* _stream.py: Remove unused downloadable parameter from load_selection()Jürg Billeter2018-05-111-4/+1