summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pushreceive.py: Abstract the buffer_jennis/alternative_remote_expiryJames Ennis2018-06-061-9/+8
* pushreceive.py: Ensure huge artifacts are not pushedJames Ennis2018-06-062-6/+32
* pushreceive.py: Add comments to code and name variables more sensiblyJames Ennis2018-06-061-1/+13
* push.py: Add tests to test remote cache expiryJames Ennis2018-06-061-1/+184
* element_generators.py: Add a utility function to create arbitrary size elementsJames Ennis2018-06-062-0/+41
* pushreceive.py: Remove LRP artifacts from cache, introduce clean_up_cache()James Ennis2018-06-061-3/+54
* pushreceive.py: Ensure there is a repopathJames Ennis2018-06-061-0/+3
* _ostree.py: Introduce _list_all_refs() and list_artifacts()Tristan Maat2018-06-061-0/+44
* _ostree.py: Reintroduce remove()Tristan Maat2018-06-061-0/+36
* _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
* Add test to verify cleanup behaviour after bwrapGökçen Nurlu2018-06-054-0/+51
* tests/context/context.py: Test setting XDG_CACHE_HOMETristan Maat2018-06-051-0/+17
* _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
* .gitignore: Ignore autogenerated docsalbfan2018-05-251-0/+8
* Merge branch 'master' of https://gitlab.com/BuildStream/buildstreamtoscalix2018-05-241-0/+16
|\
| * junction.py: Include note regarding explicit trackingJames Ennis2018-05-231-0/+16
* | bst_task.md: default template also as optiontoscalix2018-05-241-0/+17
|/
* correction :toscalix2018-05-221-1/+1
* correction :toscalix2018-05-221-4/+4
* bst merge request templatetoscalix2018-05-221-0/+19
* bst bug templatetoscalix2018-05-221-0/+36
* NEWS: Add item for element redirection214-filter-workspacingJonathan Maw2018-05-211-0/+10
* 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
* tests: Add track tests for the filter elementJonathan Maw2018-05-171-1/+288
* tests: Add workspace tests for filtersJonathan Maw2018-05-171-0/+70
* element.py: Fix consistency of workspaced elements when ref is missingChandan Singh2018-05-172-9/+42
* _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
* doc/source/examples_flatpak_autotools.rst: Enhanced exampleTristan Van Berkom2018-05-161-12/+117
* doc/examples/flatpak-autotools/README.md: RemovingTristan Van Berkom2018-05-161-28/+0
* doc/source/examples.rst: Rearranged ToC for examplesTristan Van Berkom2018-05-162-29/+36
* tests/examples/flatpak-autotools.py: Workaround setuptools bugTristan Van Berkom2018-05-161-0/+18
* doc: Add first example, building on a flatpak SDKalbfan2018-05-1623-0/+3225
* doc/source/projectconf.rst: Added link anchor for source aliasesTristan Van Berkom2018-05-161-0/+2
* doc/source/projectconf.rst: Added link anchors for project option typesTristan Van Berkom2018-05-161-0/+10
* bst-init: Ensure --element-path is respected by the commandchandan/fix-bst-init-element-path288-kill-element-normal_name-variableChandan Singh2018-05-112-2/+5
* _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-112-2/+2
* 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
* doc/source/artifacts.rst: Drop section about summary file updatesJürg Billeter2018-05-111-17/+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