summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add systemd service file examples to artifacts documentationadamjones/systemd-casAdam Jones2018-06-291-0/+44
* NEWS: Add news entry for CAS-based artifact cacheJürg Billeter2018-05-301-0/+4
* Remove OSTree artifact cacheJürg Billeter2018-05-304-1474/+0
* Remove tar artifact cacheJürg Billeter2018-05-302-380/+0
* doc/source/artifacts.rst: Update documentation for CAS artifact serverJürg Billeter2018-05-301-76/+64
* tests/integration/workspace.py: Test incremental build on all platformsJürg Billeter2018-05-301-1/+0
* tests: Test push/pull on all platformsJürg Billeter2018-05-303-12/+0
* tests/cachekey: Update expected cache keys after switch to CASJürg Billeter2018-05-3025-25/+25
* tests/testutils/artifactshare.py: Use CAS artifact serverJürg Billeter2018-05-301-27/+47
* _platform: Use CAS artifact cacheJürg Billeter2018-05-303-10/+5
* _artifactcache: Add CAS artifact serverJürg Billeter2018-05-302-1/+249
* _signals.py: Guard against use in non-main threadJürg Billeter2018-05-301-0/+6
* _artifactcache/cascache.py: Add remote cache supportJürg Billeter2018-05-303-11/+391
* Add proto for BuildStream artifact cache serviceJürg Billeter2018-05-306-2/+495
* _artifactcache: Add CAS artifact cacheJürg Billeter2018-05-301-0/+346
* remote_execution.proto: Add proposed symlink supportJürg Billeter2018-05-302-65/+132
* Import protos for the Remote Execution APIJürg Billeter2018-05-3027-1/+5398
* setup.py: Add grpcio dependency and support for code generationJürg Billeter2018-05-303-4/+42
* .gitlab-ci.yml: Update images to include protobuf and grpcioJürg Billeter2018-05-301-4/+4
* tests: Use context manager for ArtifactShareJürg Billeter2018-05-304-324/+341
* tests/frontend/push.py: Add missing skip annotation for non-LinuxJürg Billeter2018-05-301-0/+1
* _artifactcache/artifactcache.py: Update remote init error messageJürg Billeter2018-05-301-1/+1
* tests: Remove unneeded ArtifactShare.upate_summary() methodJürg Billeter2018-05-304-26/+0
* .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